frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Extending Emacs with Fennel (2024)

https://andreyor.st/posts/2024-12-20-extending-emacs-with-fennel/
48•Bogdanp•3h ago•6 comments

Qwen3-Coder: Agentic coding in the world

https://qwenlm.github.io/blog/qwen3-coder/
564•danielhanchen•12h ago•209 comments

Rescuing two PDP-11s from a former British Telecom underground shelter (2023)

https://forum.vcfed.org/index.php?threads/rescuing-two-pdp-11-systems-in-uk-from-a-former-big-british-telecom-underground-shelter-in-central-london.1244723/page-2
48•mhh__•3h ago•9 comments

When Is WebAssembly Going to Get DOM Support?

https://queue.acm.org/detail.cfm?id=3746174
55•jazzypants•4h ago•26 comments

Mathematics for Computer Science (2024)

https://ocw.mit.edu/courses/6-1200j-mathematics-for-computer-science-spring-2024/
112•vismit2000•5h ago•13 comments

AI groups spend to replace low-cost 'data labellers' with high-paid experts

https://www.ft.com/content/e17647f0-4c3b-49b4-a031-b56158bbb3b8
21•eisa01•3d ago•8 comments

Show HN: WTFfmpeg – Natural Language to FFmpeg Translator

https://github.com/scottvr/wtffmpeg
55•ycombiredd•5h ago•30 comments

Org tutorials

https://orgmode.org/worg/org-tutorials/index.html
72•dargscisyhp•6h ago•15 comments

More than you wanted to know about how Game Boy cartridges work

https://abc.decontextualize.com/more-than-you-wanted-to-know/
298•todsacerdoti•14h ago•33 comments

Depot (YC W23) Is Hiring a Technical Content Writer (Remote)

https://www.ycombinator.com/companies/depot/jobs/BzrfAzP-technical-content-writer
1•jacobwg•1h ago

Android Earthquake Alerts: A global system for early warning

https://research.google/blog/android-earthquake-alerts-a-global-system-for-early-warning/
267•michaefe•14h ago•89 comments

Why you can't color calibrate deep space photos

https://maurycyz.com/misc/cc/
129•LorenDB•9h ago•58 comments

Algorithms for Modern Processor Architectures

https://lemire.github.io/talks/2025/sea/sea2025.html
172•matt_d•10h ago•22 comments

Swift-erlang-actor-system

https://forums.swift.org/t/introducing-swift-erlang-actor-system/81248
280•todsacerdoti•14h ago•56 comments

We built an air-gapped Jira alternative for regulated industries

https://plane.so/blog/everything-you-need-to-know-about-plane-air-gapped
222•viharkurama•14h ago•142 comments

I watched Gemini CLI hallucinate and delete my files

https://anuraag2601.github.io/gemini_cli_disaster.html
190•anuraag2601•14h ago•201 comments

Managing EFI boot loaders for Linux: Controlling secure boot (2015)

https://www.rodsbooks.com/efi-bootloaders/controlling-sb.html
31•CaliforniaKarl•3d ago•0 comments

Don't animate height

https://www.granola.ai/blog/dont-animate-height
376•birdculture•3d ago•216 comments

SubTropolis and KC's Limestone Caves

https://kcyesterday.com/articles/subtropolis
3•taubek•2d ago•0 comments

Subliminal learning: Models transmit behaviors via hidden signals in data

https://alignment.anthropic.com/2025/subliminal-learning/
163•treebrained•15h ago•35 comments

TODOs aren't for doing

https://sophiebits.com/2025/07/21/todos-arent-for-doing
346•todsacerdoti•19h ago•206 comments

Countries across the world see food price shocks from climate extremes

https://www.bsc.es/news/bsc-news/countries-across-the-world-see-food-price-shocks-climate-extremes-research-involving-bsc-shows
62•littlexsparkee•5h ago•39 comments

AFP journalists warn their 'last reporters will die' in current Gaza conditions

https://apnews.com/article/gaza-hunger-journalists-food-afp-32c19db56ddf9f3e6a847c76a676c7c9
25•mhga•31m ago•1 comments

Many lung cancers are now in nonsmokers

https://www.nytimes.com/2025/07/22/well/lung-cancer-nonsmokers.html
167•alexcos•18h ago•205 comments

Gemini North telescope discovers long-predicted stellar companion of Betelgeuse

https://www.science.org/content/article/betelgeuse-s-long-predicted-stellar-companion-may-have-been-found-last
130•layer8•16h ago•32 comments

Font Comparison: Atkinson Hyperlegible Mono vs. JetBrains Mono and Fira Code

https://www.anthes.is/font-comparison-review-atkinson-hyperlegible-mono.html
217•maybebyte•19h ago•137 comments

Show HN: Phind.design – Image editor & design tool powered by 4o / custom models

https://phind.design
61•rushingcreek•15h ago•16 comments

Show HN: A word of the day that doesn't suck

53•jsomers•21h ago•21 comments

TapTrap: Animation‑Driven Tapjacking on Android

https://taptrap.click/
58•Bogdanp•9h ago•8 comments

Fourier lightfield multiview stereoscope for large field-of-view 3D imaging

https://www.spiedigitallibrary.org/journals/advanced-photonics-nexus/volume-4/issue-04/046008/Fourier-lightfield-multiview-stereoscope-for-large-field-of-view-3D/10.1117/1.APN.4.4.046008.full
8•PaulHoule•2d ago•0 comments
Open in hackernews

Show HN: Llm-benchmark – Benchmarks LLM-optimized code across multiple providers

https://github.com/thomasdavis/llm-benchmark/blob/main/tutorial.md
7•thomasfromcdnjs•3d ago

Comments

thomasfromcdnjs•3d ago
I built it because sometimes I have a function in a codebase that needs to be a lot faster. So here you just pass that function, choose some models, it then asks each LLM to perf optimize that function.

Then you will have fn1.original.js, fn1.openai.o3.js, fn1.gemini.2.5.js, and it runs a bench mark over all of them and gives you the results.

Useful for me!