Recent results show that LLMs struggle with compositional tasks
quantamagazine.org
Apple is open sourcing Swift Build
swift.org
CDC orders mass retraction and revision of submitted research
insidemedicine.substack.com
A Rust procedural language handler for PostgreSQL
github.com
Pointers Are Complicated II, or: We need better language specs (2020)
ralfj.de
A bookmarklet to kill sticky headers (2013)
alisdair.mcdiarmid.org
SQL or Death? Seminar Series – Spring 2025
db.cs.cmu.edu
AstroForge selects target for "high risk, seat of the pants" asteroid mission
arstechnica.com
Python 3, Pygame, and Debian Bookworm on the Miyoo A30
jtolio.com
Bzip3: A spiritual successor to BZip2
github.com
Enhancing your MIDI devices with Perl
fuzzix.org
String of recent killings linked to Bay Area 'Zizians'
sfgate.com
LMD: A new, less wasteful metal 3D printing technique
core77.com
Visualizing all books of the world in ISBN-Space
phiresky.github.io
I'm Ready for You: On Balzac
lrb.co.uk
The origin and unexpected evolution of the word "mainframe"
righto.com
A mouseless tale: trying for a keyboard-driven desktop
lwn.net
Archivists work to save disappearing data.gov datasets
404media.co
Engineered waterways helped Ancient Amazonians became master maize farmers
sciencenews.org
YouTube audio quality – How good does it get? (2022)
audiomisc.co.uk
"Almost every Java program, library, and framework uses some degree of reflection and dynamic classloading, and so you do have to spend the effort to configure Graal appropriately." -- this is by far the biggest problem with native binary compilation.
Imagine spending 15+ minutes building an exe, and it stopping at minute 15 because some things needed to be added in the config. Or, after waiting 30 minutes to have the exe ready, it refused to run because of the same problem.
The issue is we don't know what we don't know. You don't "forget to include something" because you don't know what to include (and even after seeing the error, you still don't lol).
I just wished all 3rd party libraries put their "include this config to include my lib in your exe", just like OSGi manifest (https://www.ibm.com/docs/en/wasdtfe?topic=overview-osgi-bund...).
For example, an issue still open for almost 2 years: https://github.com/firebase/firebase-admin-java/issues/800