frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Rail travel is booming in America

https://www.economist.com/united-states/2025/09/21/rail-travel-is-booming-in-america
98•martinpw•2h ago•99 comments

Sj.h: A tiny little JSON parsing library in ~150 lines of C99

https://github.com/rxi/sj.h
244•simonpure•6h ago•127 comments

Show HN: I wrote an OS in 1000 lines of Zig

https://github.com/botirk38/OS-1000-lines-zig
42•botirk•3d ago•4 comments

Calculator Forensics (2002)

https://www.rskey.org/~mwsebastian/miscprj/results.htm
43•ColinWright•3d ago•18 comments

DXGI debugging: Microsoft put me on a list

https://slugcat.systems/post/25-09-21-dxgi-debugging-microsoft-put-me-on-a-list/
171•todsacerdoti•8h ago•44 comments

40k-Year-Old Symbols in Caves Worldwide May Be the Earliest Written Language

https://www.openculture.com/2025/09/40000-year-old-symbols-found-in-caves-worldwide-may-be-the-ea...
68•mdp2021•3d ago•26 comments

Timesketch: Collaborative forensic timeline analysis

https://github.com/google/timesketch
92•apachepig•6h ago•10 comments

Procedural Island Generation (VI)

https://brashandplucky.com/2025/09/28/procedural-island-generation-vi.html
6•ibobev•1h ago•0 comments

I forced myself to spend a week in Instagram instead of Xcode

https://www.pixelpusher.club/p/i-forced-myself-to-spend-a-week-in
155•wallflower•8h ago•58 comments

Why your outdoorsy friend suddenly has a gummy bear power bank

https://www.theverge.com/tech/781387/backpacking-ultralight-haribo-power-bank
131•arnon•10h ago•115 comments

Apple Silicon GPU Support in Mojo

https://forum.modular.com/t/apple-silicon-gpu-support-in-mojo/2295
61•mpweiher•2h ago•8 comments

Unified Line and Paragraph Detection by Graph Convolutional Networks (2022)

https://arxiv.org/abs/2503.05136
74•Qision•8h ago•9 comments

INapGPU: Text-mode graphics card, using only TTL gates

https://github.com/Leoneq/iNapGPU
17•userbinator•3d ago•3 comments

How Isaac Newton discovered the binomial power series (2022)

https://www.quantamagazine.org/how-isaac-newton-discovered-the-binomial-power-series-20220831/
41•FromTheArchives•3d ago•7 comments

LaLiga's Anti-Piracy Crackdown Triggers Widespread Internet Disruptions in Spain

https://reclaimthenet.org/laligas-anti-piracy-crackdown-triggers-widespread-internet-disruptions
276•akyuu•6h ago•108 comments

AI was supposed to help juniors shine. Why does it mostly make seniors stronger?

https://elma.dev/notes/ai-makes-seniors-stronger/
359•elmsec•21h ago•388 comments

The University of Oxford has fallen out of the top three universities in the UK

https://hotminute.co.uk/2025/09/19/oxford-loses-top-3-university-ranking-for-the-first-time/
208•ilamont•6h ago•320 comments

Node 20 will be deprecated on GitHub Actions runners

https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
39•redbell•1d ago•7 comments

Lightweight, highly accurate line and paragraph detection

https://arxiv.org/abs/2203.09638
8•colonCapitalDee•1h ago•0 comments

Spectral Labs releases SGS-1: the first generative model for structured CAD

https://www.spectrallabs.ai/research/SGS-1
302•JumpCrisscross•19h ago•51 comments

I created a bouncing DVD screensaver for your terminal

https://github.com/integrii/dvd
7•integrii•2h ago•1 comments

A coin flip by any other name (2023)

https://cgad.ski/blog/a-coin-flip-by-any-other-name.html
40•lawrenceyan•3d ago•3 comments

The Counterclockwise Experiment

https://domofutu.substack.com/p/the-counterclockwise-experiment
30•domofutu•1d ago•7 comments

Show HN: Freeing GPUs stuck by runaway jobs

https://github.com/kagehq/gpu-kill
18•lexokoh•6h ago•0 comments

iFixit iPhone Air teardown

https://www.ifixit.com/News/113171/iphone-air-teardown
331•zdw•19h ago•181 comments

$2 WeAct Display FS adds a 0.96-inch USB information display to your computer

https://www.cnx-software.com/2025/09/18/2-weact-display-fs-adds-a-0-96-inch-usb-information-displ...
386•smartmic•1d ago•162 comments

Bringing Observability to Claude Code: OpenTelemetry in Action

https://signoz.io/blog/claude-code-monitoring-with-opentelemetry/
9•pranay01•4h ago•3 comments

Extrachromosomal DNA–Driven Oncogene Evolution in Glioblastoma

https://aacrjournals.org/cancerdiscovery/article/doi/10.1158/2159-8290.CD-24-1555/764257/Extrachr...
25•PaulHoule•8h ago•3 comments

Writing a competitive BZip2 encoder in Ada from scratch in a few days – part 3

https://gautiersblog.blogspot.com/2025/09/writing-competitive-bzip2-encoder-in.html
90•etrez•1d ago•8 comments

The link between trauma, drug use, and our search to feel better

https://lithub.com/the-link-between-trauma-drug-use-and-our-search-to-feel-better/
73•PaulHoule•6h ago•68 comments
Open in hackernews

Apple Silicon GPU Support in Mojo

https://forum.modular.com/t/apple-silicon-gpu-support-in-mojo/2295
61•mpweiher•2h ago

Comments

timmg•1h ago
I (vaguely) think what the Mojo guys' goal is makes a lot of sense. And I understand why they thought Python was the way to start.

But I just think Python is not the right language to try to turn into this super-optimized parallel processing system they are trying to build.

But their target market are Python programmers, I guess. So I'm not sure what a better option would be.

It would be interesting for them to develop their own language and make it all work. But "yet another programming language" is a tough sell.

cactusfrog•1h ago
What language do you think they should have based Mojo off of? I think Python syntax is great for tensor manipulation.
mempko•43m ago
Except by all accounts they succeeded. I believe they have the fastest matmul on nvidia chips in the industry
timmg•35m ago
I was under the impression that their uptake it slow or non-existant. Am I wrong on that?
ozgrakkurt•24m ago
Is it really faster than cublas?
ziofill•33m ago
Exactly, the idea of not having to learn yet a new language is very compelling
behnamoh•34m ago
signing up to try a programming language (Mojo) is as bad as logging in to your terminal before using it (Warp).
lqstuart•7m ago
I like Chris Lattner but the ship sailed for a deep learning DSL in like 2012. Mojo is never going to be anything but a vanity project.