Urine: The Unexpected Origin of Chemistry

2024-12-31
Urine: The Unexpected Origin of Chemistry

In the 17th century, Hennig Brand, a German merchant and alchemist, attempted to extract gold from urine. He collected 5,500 liters of urine, and after boiling and heating it at high temperatures, unexpectedly discovered a new element—phosphorus. This discovery, while not a success in alchemy, marked the birth of chemistry. Brand's discovery eventually led Robert Boyle to refine the method of producing phosphorus and apply it to the creation of matches. More importantly, Boyle openly shared his methods, breaking the secretive tradition of alchemy and advancing the scientific development of chemistry.

Read more

PLAttice: A 3D-Printed, Assembled Lattice for Large Structures

2025-05-10

Zach Fredin developed PLAttice, an assembled lattice structure entirely 3D-printed from PLA. Composed of struts, nodes, and pins, PLAttice allows for the reversible construction of structures significantly larger than the printer bed. A successful test built a square box truss weighing approximately 800 g/m, capable of spanning up to 4 meters before buckling. While the PLA struts are the weakest link, the design offers a novel approach to building large structures; future iterations could utilize stronger materials for the struts. PLAttice includes additional components like feet for mounting and specialized tools for assembly and disassembly. Although assembly isn't effortless, PLAttice enables the creation of interesting and useful structures, such as a kitchen pendant lamp. The project's files are released under CC-BY-SA 4.0.

Read more

Right-Nulled GLR Parsing: Gracefully Handling Context-Free Grammars

2025-01-15

This article delves into Generalized LR (GLR) parsing and its improvement, Right-Nulled GLR (RNGLR) parsing. GLR parsing can handle any context-free grammar without restrictions, making it a useful prototyping tool. However, traditional GLR parsing suffers from efficiency issues when dealing with hidden left and right recursion. RNGLR parsing elegantly addresses these issues by cleverly handling right-nulled rules, improving parsing efficiency. The article explains the principles of RNGLR parsing and demonstrates its advantages in handling conflicts and constructing Shared Packed Parse Forests (SPPFs) through examples.

Read more

Onlook: An Open-Source, Visual-First Code Editor for Designers

2025-06-02
Onlook: An Open-Source, Visual-First Code Editor for Designers

Onlook is an open-source, visual-first code editor built with Next.js and TailwindCSS, enabling designers to edit directly within the browser's DOM and see code changes in real-time. It features AI assistance, drag-and-drop layout adjustments, and the ability to right-click an element to jump directly to its code location. Currently under active development, Onlook welcomes contributions from the community.

Read more
Development

Open Source: Illusion or Reality?

2025-02-09
Open Source: Illusion or Reality?

This article delves into the complexities surrounding the definition and practice of 'open source'. While the Open Source Initiative (OSI) certification serves as a crucial benchmark, the cultural aspects of open source—transparency and governance—are equally vital. Android, despite its open-source code, exemplifies the blurred lines due to Google's control and commercial strategies. Companies often modify licenses for commercial gain, leveraging the 'open source' brand to circumvent regulations. Similar issues plague open-source AI projects like DeepSeek and Llama, raising questions about their true openness. While expanding the definition to encompass the spirit of open source is debated, the license-based definition remains a clear and practical standard.

Read more

SeedLM: A Novel LLM Weight Compression Method Using Pseudo-Random Number Generators

2025-04-06
SeedLM: A Novel LLM Weight Compression Method Using Pseudo-Random Number Generators

Large Language Models (LLMs) are hindered by high runtime costs, limiting widespread deployment. Meta researchers introduce SeedLM, a novel post-training compression method using seeds from a pseudo-random number generator to encode and compress model weights. During inference, SeedLM uses a Linear Feedback Shift Register (LFSR) to efficiently generate a random matrix, linearly combined with compressed coefficients to reconstruct weight blocks. This reduces memory access and leverages idle compute cycles, speeding up memory-bound tasks by trading compute for fewer memory accesses. Unlike state-of-the-art methods requiring calibration data, SeedLM is data-free and generalizes well across diverse tasks. Experiments on the challenging Llama 3 70B show zero-shot accuracy at 4- and 3-bit compression matching or exceeding state-of-the-art methods, while maintaining performance comparable to FP16 baselines. FPGA tests demonstrate that 4-bit SeedLM approaches a 4x speed-up over an FP16 Llama 2/3 baseline as model size increases.

Read more
AI

arXivLabs: Experimenting with Community Collaboration

2025-03-17
arXivLabs: Experimenting with Community Collaboration

arXivLabs is a framework for collaborators to develop and share new arXiv features directly on the arXiv website. Individuals and organizations involved with arXivLabs uphold arXiv's values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners who share them. Have an idea for a project that will benefit the arXiv community? Learn more about arXivLabs.

Read more
Development

The Rise of Personal Software: AI-Powered App Creation for Everyone

2025-02-05
The Rise of Personal Software: AI-Powered App Creation for Everyone

Personal computers arrived in the 90s, but software remained impersonal and bloated. AI is changing that. Now, anyone can build custom applications to solve their specific needs, without needing coding skills. This isn't about replacing professional developers, but empowering individuals to create their own solutions, fostering appreciation for well-designed software and driving innovation.

Read more
Development Personalization

Google Kills Off Android Instant Apps

2025-06-13
Google Kills Off Android Instant Apps

Google is sunsetting its Android Instant Apps feature in December 2025. This feature allowed users to try parts of an app without a full installation from the Play Store. Low developer adoption is the likely culprit, as creating the smaller, instant-enabled app versions required significant effort. While designed to improve user experience by offering faster app access and reduced storage needs, the high development overhead proved unsustainable.

Read more
Development Instant Apps

Solar Power Surpasses Coal in the US: A Clean Energy Victory

2025-03-15
Solar Power Surpasses Coal in the US: A Clean Energy Victory

A new report from Ember reveals that in 2024, wind and solar power accounted for 17% of total US electricity generation, exceeding coal, which dropped to a record low of 15%. Solar power saw the fastest growth, increasing by 27% and surpassing hydropower. While natural gas also experienced significant growth, solar's expansion was even more rapid, aided by advancements in battery technology that enable better management of fluctuating solar output. California and Nevada both exceeded 30% solar power in their electricity mix. Despite slower wind growth, it still generated significantly more power than solar. The report emphasizes the need for faster clean energy development to meet rising electricity demand, highlighting solar and wind as crucial components of this transition.

Read more

The Rise and Fall of Flash: A Web Retrospective

2025-05-29
The Rise and Fall of Flash: A Web Retrospective

This article recounts the rise and fall of Flash technology. Flash, once a dominant force on the internet, thrived during the dial-up era with its lightweight nature and powerful multimedia capabilities, fueling countless animations, games, and creative works. However, security vulnerabilities, performance issues, and its closed nature ultimately led to its demise. Though Flash is gone, its impact on internet culture and independent creation remains profound, with today's web technologies building upon its legacy.

Read more

arXivLabs: Community-Driven Experiments on arXiv

2025-04-25
arXivLabs: Community-Driven Experiments on arXiv

arXivLabs is a platform enabling collaborators to build and share new features directly on the arXiv website. Participants, individuals and organizations alike, embrace arXiv's values of openness, community, excellence, and user data privacy. arXiv is committed to these principles and only partners with those who share them. Got an idea for a valuable community project? Explore arXivLabs!

Read more
Development

David Tong's Theoretical Physics Textbook Series: A Modern Classic?

2025-04-22

Professor David Tong's renowned lecture notes have been transformed into a comprehensive textbook series published by Cambridge University Press. These books expand upon the original notes, offering richer content, clearer explanations, and even correct spellings (Schwarzschild!). They're also affordably priced. Four volumes are currently available, covering a vast swathe of undergraduate and graduate curricula. The series has garnered rave reviews from leading physicists, praised as a modern equivalent to Landau and Lifshitz's classic work.

Read more

Echo Chamber Attack: A Novel Jailbreak for LLMs

2025-06-27
Echo Chamber Attack: A Novel Jailbreak for LLMs

An AI researcher at Neural Trust has discovered a novel jailbreak technique, dubbed the 'Echo Chamber Attack,' that bypasses the safety mechanisms of leading Large Language Models (LLMs). This method uses context poisoning and multi-turn reasoning to subtly guide models towards generating harmful content without explicitly dangerous prompts. By planting seemingly innocuous prompts that build upon each other across multiple turns, the attack gradually shapes the model's internal state, leading to policy-violating responses. Evaluations showed success rates exceeding 90% on several models, highlighting a critical vulnerability in current LLM safety.

Read more
AI

Luthor: Hiring Their First Full-Time Engineer

2025-03-17
Luthor: Hiring Their First Full-Time Engineer

Luthor, a fintech startup building AI-powered marketing compliance agents, is hiring its first full-time engineer. The role involves collaborating directly with the CEO and CTO to design and build the platform's core architecture, directly interacting with customers to gather feedback and develop innovative solutions. The tech stack includes Ruby on Rails, Postgres, React, and Docker. The ideal candidate is customer-obsessed, experienced in building and scaling high-performing B2B software products, entrepreneurial, and a strong communicator. Compensation is $120k-$180k, plus generous equity, commuter benefits, paid team vacations, and comprehensive health insurance.

Read more
Startup

RCSS: Rust-Flavored CSS Preprocessor

2025-04-10
RCSS: Rust-Flavored CSS Preprocessor

RCSS is a styling language bringing Rust-inspired syntax to CSS. Combining Rust's robustness with SASS-like features such as nesting and variables, it aims for cleaner, more maintainable styles. The current implementation boasts Rust-like syntax, supporting variables, nesting, and functions (currently without arguments), along with a VS Code extension for syntax highlighting. Future plans include adding support for functions with arguments, importing, a formatter, improved CSS output formatting, and better error handling and debugging tools. RCSS boasts impressive compilation speed, completing in a few hundred microseconds.

Read more
Development CSS preprocessor

arXivLabs: Community Collaboration on arXiv Features

2025-05-17
arXivLabs: Community Collaboration on arXiv Features

arXivLabs is a framework for collaborators to develop and share new arXiv features directly on the website. Participants embrace arXiv's values of openness, community, excellence, and user data privacy. Have an idea to enhance the arXiv community? Learn more about arXivLabs.

Read more
Development

Archy: A Programmable Text Editor Inspired by THE

2025-09-20
Archy: A Programmable Text Editor Inspired by THE

Archy is a powerful text editor where commands aren't predefined but are user-defined Python scripts. This allows for incredible flexibility; users can craft custom commands to perform actions such as web searches (GOOGLE command) or sending emails (EMAIL command). Unlike THE, Archy's commands exist as documents within the workspace, editable and modifiable on the fly without restarting. Archy also features version control, saving workspace versions for easy rollback. The article demonstrates creating and running custom commands, exploring Archy's design philosophy and its potential applications in modern platforms. The author laments the lack of similar approaches in modern, increasingly locked-down systems.

Read more
Development programmable

Archaeological Dig: Running Opera Mini in 2025

2025-05-29
Archaeological Dig: Running Opera Mini in 2025

Opera Mini, the wildly popular mobile browser from 2005, leveraged cloud rendering to conquer low-end phones. Now largely obsolete, its Java ME version still functions. This article details running Opera Mini on modern computers and experiencing its unique rendering and nostalgic interface. While struggling with modern websites, it retains features absent in modern browsers like RSS integration. It's a fascinating glimpse into mobile internet history and the twilight years of a once-giant.

Read more

Hotline Reborn: A Swift Resurrection for Modern Apple Systems

2025-02-08
Hotline Reborn: A Swift Resurrection for Modern Apple Systems

A project is underway to resurrect the classic 1997 Mac online community software, Hotline, by completely recreating it in Swift and SwiftUI for modern Apple systems (iOS, macOS, etc.). Currently, it's a client-side application for connecting to and interacting with Hotline servers, offering features like IRC-style chat, private messaging, forum-like news, bulletin board posting, and FTP-style file transfers. The goal is a modern, open-source Hotline client, aiming to revive this beloved brand for a new generation.

Read more
Development retro

Pope Francis Dies: A Controversial Reformer's Legacy

2025-04-21
Pope Francis Dies: A Controversial Reformer's Legacy

Pope Francis, 88, passed away on April 1st, 2025. The first Latin American pope, he charmed the world with his humble style and concern for the poor, but alienated conservatives with his critiques of capitalism and climate change. His papacy was marked by contradictions: embracing refugees, showing inclusivity towards the LGBTQ+ community, and pushing for reforms within the Vatican bureaucracy and finances. However, he also faced criticism for his handling of the Chilean clergy sexual abuse scandal. He attempted to bridge the gap between conservative and progressive factions within the Catholic Church, but ultimately left a complex and controversial legacy.

Read more

Apple Unveils Stunning New Software Design: Liquid Glass

2025-06-09
Apple Unveils Stunning New Software Design: Liquid Glass

Apple today previewed a breathtaking new software design featuring a revolutionary translucent material called Liquid Glass. This dynamically adaptive design, spanning iOS 26, iPadOS 26, macOS Tahoe 26, watchOS 26, and tvOS 26, brings a new level of vitality and focus to content across all Apple platforms. Liquid Glass reacts to content and context, creating a more immersive and delightful user experience. Updated controls, toolbars, and navigation elements are seamlessly integrated, and developers have access to new APIs to easily adopt this stunning new look and feel.

Read more
Tech

Commencement Speech: Ditch the 'Drifting,' Chart Your Course

2025-05-23
Commencement Speech: Ditch the 'Drifting,' Chart Your Course

A commencement speech recounts the speaker's post-graduation uncertainty and eventual pathfinding. Graduates are categorized: those with plans, the apathetic, and those wanting plans but lacking them. The speech focuses on helping the last group. Graduation is framed as a pivotal point, no longer following 'train tracks,' but allowing free direction. It encourages active networking, finding interesting people and work, and overcoming fear of rejection to pursue ambitious goals, even if initial ideas seem flawed.

Read more
Startup rejection

Mathematician Baez: π Has an Evil Twin!

2024-12-24
Mathematician Baez: π Has an Evil Twin!

Mathematician John Carlos Baez posted on Mathstodon that the number pi (π) has an 'evil twin,' a number he calls 'c'. This intriguing statement has sparked curiosity among math enthusiasts, prompting speculation about the nature and meaning of this mysterious 'c'. The post itself lacks detailed explanation, leaving the specifics open to interpretation and fueling further exploration into mathematical mysteries.

Read more
Misc Pi

Google's AI Monopoly: How It Silenced a Travel Website (And Thousands More)

2025-05-29
Google's AI Monopoly: How It Silenced a Travel Website (And Thousands More)

Travel Lemming, a small travel website, lost over 95% of its traffic due to Google's algorithm updates. The author argues that Google used AI updates to systematically suppress independent websites, clearing the way for its AI-first search future. Google isn't just monopolizing search; it's aiming to monopolize answers themselves, creating an information cartel. The author calls for attention to this issue to prevent the flow of information from being controlled by a single entity.

Read more

Wear OS Air Mouse: Bluetooth HID Device Emulator

2025-08-29
Wear OS Air Mouse: Bluetooth HID Device Emulator

This project showcases the new Bluetooth HID Device API in Android P, implementing a simple air mouse and cursor keys emulator on a Wear OS device. Connect to laptops and desktops running Windows, Linux, Chrome OS, macOS, or Android TV without extra software – just a Bluetooth receiver is needed. Utilizing the Google VR library for orientation tracking ensures a stable and reliable air mouse experience.

Read more
Development Bluetooth HID Air Mouse

Mati Carbon Wins $50M XPrize for Novel Carbon Removal Tech

2025-04-25
Mati Carbon Wins $50M XPrize for Novel Carbon Removal Tech

The XPrize Foundation announced the winners of its $100 million carbon removal competition. Houston-based startup Mati Carbon took home the $50 million grand prize for its enhanced rock weathering technology, which involves spreading crushed basalt on farms to sequester atmospheric CO2. Mati Carbon's data-driven approach, rigorous verification process, and software platform impressed the judges. While direct air capture and ocean-based solutions didn't meet the 1,000-tonne removal threshold, several received milestone awards, highlighting their progress. Scaling up carbon removal technologies remains crucial for tackling climate change.

Read more
Tech

Text Adventure Development: Balancing Scope and Detail

2025-07-07

Developing text adventures requires careful scope management. The author recounts three attempts, starting with overly ambitious goals and progressively scaling down until finally completing a game. The article explores the dimensions of 'breadth' and 'detail' in text adventure design and the trade-offs between them. The author compares the detail-focused Lockout with the breadth-focused The Plot of the Phantom, analyzing the advantages and disadvantages of each style. Modern players tend to prefer detailed experiences. The author concludes by discussing the cost and time commitment of text adventure development and how managing scope is crucial for creating a fun game.

Read more

Guadagnino to Direct OpenAI Drama 'Artificial'

2025-06-04
Guadagnino to Direct OpenAI Drama 'Artificial'

Luca Guadagnino is set to direct 'Artificial,' a film recounting the tumultuous events at OpenAI in 2023, including the firing and rehiring of CEO Sam Altman. Amazon MGM Studios is fast-tracking the project, aiming for a summer shoot in San Francisco and Italy. Andrew Garfield, Monica Barbaro, and Yura Borisov are reportedly in talks to star, potentially portraying Altman, CTO Mira Murati, and co-founder Ilya Sutskever respectively. The film marks Guadagnino's third collaboration with Amazon MGM.

Read more
Tech

Mass-Production Ready: A 3D-Printed Soft Robot Walks Off the Printer

2025-05-31
Mass-Production Ready: A 3D-Printed Soft Robot Walks Off the Printer

Scientists at the University of Edinburgh have developed a mass-production-capable soft robot 3D-printed in a single, nine-hour process using a $500 open-source printer. The quadruped robot, made of flexible TPU, overcomes the challenges of 3D-printing this material by using a larger filament and an upside-down printing technique. Air-powered, this easily reproducible bot shows promise for applications in exploration, medicine, and search and rescue, paving the way for wider adoption of soft robotics.

Read more
1 2 52 53 54 56 58 59 60 596 597