OpenAI O3 breakthrough high score on ARC-AGI-PUB
arcprize.org
— OpenAI's new o3 system - trained on the ARC-AGI-1 Public Training set - has scored a breakthrough 75.7% on the Semi-Private Evaluation set at our stated public leaderboard $10k compute limit. A high-compute (172x) o3 configuration scored 87.5%. OPENAI, 1
Compiling C to Safe Rust, Formalized
arxiv.org
— arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website. COMPILING, 2
A Raycaster in Bash
github.com
— more screenshots/vidoes at https://imgur.com/a/izas-wolfenstein-bash-journey-bAy5zhp RAYCASTER, 3
Building Effective "Agents"
anthropic.com
— Over the past year, we've worked with dozens of teams building large language model (LLM) agents across industries. Consistently, the most successful implementations weren't using complex frameworks or specialized libraries. Instead, they were building with simple, composable patterns. BUILDING, 4
Grayjay Desktop App
grayjay.app
— GrayJay Get Plugins Mobile Follow Creators Not Platforms Watch content on your own terms, ensuring you retain full ownership and control over what you watch. Your content, your way. Android Windows Linux MacOS ARM64 * Note for MacOS Users * Our Apple signing/notarization is not entirely done yet, thus you have to run the following command once to run the application. xattr -c ./Grayjay_osx-arm64.app or xattr -c ./Grayjay_osx-x64.app Other builds: Android arm64-v8a Android arm64-v7a Android x64 Android x86 MacOS Intel x64 Also available on FDroid SOURCES Multi-Platform Integration Grayjay combines video content from multiple platforms, such as YouTube, PeerTube, Twitch, and others, into one app, removing the need ... GRAYJAY, 5
A bestiary of exotic hadrons
cerncourier.com
— Patrick Koppenburg and Marco Pappagallo survey the 23 exotic hadrons discovered at the LHC so far. BESTIARY, 6
Show HN: Artemis, a Calm Web Reader
news.ycombinator.com
— Earlier this year, I made a web reader that only showed a list of post titles, author domains, and links. The reader only updated once per day, so I wouldn't feel compelled to keep checking for new posts. ARTEMIS, 7
NoDB: Processing Payments Without a Database
alvaroduran.com
— I had the weirdest realization a few days ago. NODB, 8
The era of open voice assistants
home-assistant.io
— TL;DR: Check out the product page ERA, 9
Tldraw Computer
tldraw.com
— tldraw computer - a computer by tldraw. You need to enable JavaScript to run tldraw. ✌️ TLDRAW, 10
Boardgame.io: an engine for creating turn-based games using JavaScript
github.com
— State Management and Multiplayer Networking for Turn-Based Games BOARDGAME.IO, 11
Decline in teen drug use continues, surprising experts
arstechnica.com
— Kids who were in 8th grade at pandemic's start have ushered in an era of abstaining. DECLINE, 12
Ascending Mount FujiNet
leadedsolder.com
— In case you haven’t heard of it, FujiNet is an ambitious open-source community project. Its intent is to be the only peripheral you will ever need to get for your old computer. That’s a lofty goal if ever I’ve heard one. I’ve been in and out of the project over the last few years, but I hadn’t actually gotten (or finished) any FujiNet hardware. Let’s revive my troubled CoCo1 with a cartridge that does it all. ASCENDING, 13
DOS APPEND
os2museum.com
— For a long time, I couldn’t quite grasp what the DOS APPEND command could possibly be good for. Until I came across a situation which APPEND was made for. DOS, 14
Qualcomm wins licensing fight with Arm over chip designs
bloomberg.com
— To continue, please click the box below to let us know you're not a robot. QUALCOMM, 15
A Gentle Introduction to Graph Neural Networks (2021)
distill.pub
— Neural networks have been adapted to leverage the structure and properties of graphs. We explore the components needed for building a graph neural network - and motivate the design choices behind them. GENTLE, 16
Technical debt vs. technical assets: What's the difference?
liblab.com
— TECHNICAL, 17
Show HN: openai-realtime-embedded-SDK Build AI assistants on microcontrollers
news.ycombinator.com
— Hi HN! This is an SDK for ESP32s (microcontrollers) that runs against OpenAI's new WebRTC service [0] My hope is that people can easily add AI to lots of 'real' devices. Wearable devices, speakers around the house, toys etc... You don't have to write any code, just buy a device and set some env variables. OPENAI-REALTIME-EMBEDDED-SDK, 18
We're about to fly a spacecraft into the Sun for the first time
arstechnica.com
— "Quite simply, we want to find the birthplace of the solar wind." WE'RE, 19
Kelly Can't Fail
win-vector.com
— By John Mount on December 19, 2024 • ( Leave a comment ) KELLY, 20
Ghost artists on Spotify
harpers.org
— We've recently updated our website to make signing in easier and more secure GHOST, 21
Show HN: celine/bibhtml: a Web Components referencing system for HTML documents
maxbo.me
— @celine/bibhtml is a Web Components-based referencing system for HTML documents. It aims to provide a similar user experience to referencing in LaTeX/BibTeX[?]. It's a thin wrapper around Citation.js[?] and gracefully degrades when citations and references are malformed or JavaScript is disabled. CELINE/BIBHTML, 22
A 10-Year Battery for AirTag
elevationlab.com
— My camera bag with $10k of gear was stolen from my car. When I saw the broken glass and empty backseat, I immediately pulled up FindMy to track the thief - only to find that its last location was my office 3 months ago... because I hadn't changed the AirTag's battery. 10-YEAR, 23
Rules to avoid common extended inline assembly mistakes
nullprogram.com
— GCC and Clang inline assembly is an interface between high and low level programming languages. It is subtle and treacherous. Many are ensnared in its traps, usually unknowingly. As such, the asm keyword is essentially the unsafe keyword of C and C++. Nearly every inline assembly tutorial, including the awful ibilio page at the top of search engines for decades, propagate fundamental, serious mistakes, and most examples are incorrect. The dangerous part is that the examples usually produce the expected results! The situation is dire. This article isn’t a tutorial, but basic rules to avoid the most common mistakes, or to spot them in code review. RULES, 24
How to lose a fortune with one bad click
krebsonsecurity.com
— Adam Griffin is still in disbelief over how quickly he was robbed of nearly $500,000 in cryptocurrencies. A scammer called using a real Google phone number to warn his Gmail account was being hacked, sent email security alerts directly from google.com, and ultimately seized control over the account by convincing him to click “yes” to a Google prompt on his mobile device. LOSE, 25
Nullboard: Kanban board in a single HTML file
github.com
— Nullboard is a minimalist kanban board, focused on compactness and readability. NULLBOARD, 26
Process Creation in Io_uring
lwn.net
— Welcome to LWN.net The following subscription-only content has been made available to you by an LWN subscriber. Thousands of subscribers depend on LWN for the best news from the Linux and free software communities. If you enjoy this article, please consider subscribing to LWN. Thank you for visiting LWN.net! By Jonathan CorbetDecember 20, 2024 Back in 2022, Josh Triplett presented a plan to implement a "spawn new process" functionality in the io_uring subsystem. There was a fair amount of interest at the time, but developers got distracted, and the work did not progress. Now, Gabriel Krisman Bertazi has returned with a patch series updating and improving Triplett's work. While interest in this functionality remains, it may still take some time before it is ready for merging into... PROCESS, 27
Documented and annotated source code for Elite on the Commodore 64
github.com
— Fully documented and annotated source code for Elite on the Commodore 64 DOCUMENTED, 28
Ham radio operators receive signals from Voyager 1 on Dwingeloo telescope
camras.nl
— We have used the historic Dwingeloo radio telescope to receive signals from the Voyager 1 spacecraft. Only a few telescopes in the world have received these signals, which are very faint due to the distance of Voyager 1: almost 25 billion kilometers, more than four times the distance to Pluto. HAM, 29
Clay – UI Layout Library
nicbarker.com
— CLAY, 30
Gauntlet AI (YC S17) is training AI engineers and hiring them in Austin ($200k/yr) gauntletai.com
Openlayer (YC S21) is looking for a customer engineer to join our rocketship ycombinator.com
Corvus Robotics (YC S18) is hiring a Head of Software to help inventory drones ycombinator.com