frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Judge smacks down Texas AG's request to block Tylenol ads

https://arstechnica.com/health/2025/11/judge-smacks-down-texas-ags-request-to-immediately-block-t...
1•Bender•54s ago•0 comments

UCLA faculty gets big win in suit against Trump's university attacks

https://arstechnica.com/science/2025/11/ucla-faculty-gets-big-win-in-suit-against-trumps-universi...
1•Bender•1m ago•0 comments

There's trauma, and then there's Gnar

https://sashachapin.substack.com/p/theres-trauma-and-then-theres-gnar
1•eatitraw•1m ago•0 comments

University of Michigan Autograder for Programming Assignments

https://github.com/eecs-autograder/autograder.io
1•sloped•1m ago•0 comments

Building Custom Hackberry Pi

https://eclypsium.com/blog/build-the-ultimate-cyberdeck-hackberry-pi/
1•barqawiz•2m ago•0 comments

Ask HN: What are "everyday coding tasks"?

1•kamphey•2m ago•0 comments

Proposed Guidelines for AI-Generated Submissions to the Linux Kernel

https://www.phoronix.com/news/Linux-Kernel-AI-Guidelines-v3
1•akyuu•2m ago•0 comments

Show HN: My hobby OS that runs Minecraft

https://astral-os.org/posts/2025/10/31/astral-minecraft.html
1•avaliosdev•3m ago•0 comments

The Best Years of Your Life Are Probably Still Ahead

https://time.com/7333672/laura-carstensen-aging-emotions-longevity-stanford/
1•manveerc•5m ago•0 comments

A curated list of 100 libraries & frameworks for AI engineers building with LLMs

https://github.com/Sumanth077/ai-engineering-toolkit
1•salkahfi•6m ago•0 comments

Beneficial Bloodsucking

https://pubmed.ncbi.nlm.nih.gov/40693342/
1•CGMthrowaway•6m ago•0 comments

Empire of AI Is Wildly Misleading

https://andymasley.substack.com/p/empire-of-ai-is-wildly-misleading
1•kristjansson•9m ago•1 comments

Kroah-Hartman: Linux Kernel Maintainer on CRA Open Source Impact

https://thenewstack.io/kroah-hartman-linux-kernel-maintainer-on-cra-open-source-impact/
1•CrankyBear•9m ago•0 comments

Is it worth rooting an Android phone in 2025?

https://kevinboone.me/root-2025.html
1•speckx•10m ago•0 comments

That feeling when the "smart" financial decision flips on its head

2•Anumbia•11m ago•3 comments

Auth-Agent – “Sign in with Google” but for AI Agents

https://auth-agent.com
1•hkpatel3•11m ago•2 comments

The case against OOP is understated, not overstated

https://boxbase.org/entries/2020/aug/3/case-against-oop/
2•lr0•13m ago•0 comments

WhatsApp Is Down

https://downdetector.co.uk/status/whatsapp/
1•daveys110•15m ago•0 comments

RAM: WTF?

https://www.youtube.com/watch?v=9hLiwNViMak
1•moneycantbuy•15m ago•0 comments

This site estimates Meta's revenue from your IG use, and sends them an invoice

https://meta-invoice.com/
1•dadada_dada_da•16m ago•1 comments

TelUI 1.3 – The Better TelUI

https://www.npmjs.com/package/telui
1•telui•16m ago•1 comments

PHPCoin: Pure PHP Blockchain

https://github.com/phpcoinn/node
1•attogram•19m ago•1 comments

How to Start a Startup (2005)

https://paulgraham.com/start.html
1•shminge•20m ago•0 comments

More liberals, people of color and LGBTQ say they're buying guns out of fear

https://www.npr.org/2025/11/15/nx-s1-5607064/guns-liberals-trump-administration-people-of-color-l...
9•makerdiety•21m ago•0 comments

Ion: Modern System Shell in Rust

https://github.com/redox-os/ion
2•nateb2022•22m ago•0 comments

UK gov to ban selling show tickets above face price

https://www.bbc.co.uk/news/articles/c77z2l3yzl8o
1•lifeisstillgood•23m ago•2 comments

LANL and Valar Atomics Announce Project Nova Criticality Milestone

https://www.valaratomics.com/docs/Project-Nova
1•beefman•24m ago•0 comments

Is a 100% Discount the Same as "Free"?

https://dylanbeattie.net/2025/11/17/is-a-100-discount-the-same-as-free.html
1•speckx•24m ago•0 comments

MiniMax Mini-Agent Competes with Claude CLI

https://mslinn.com/llm/7997-mini-agent.html
1•mike_slinn•25m ago•0 comments

Track Major Trends in Neuroscience

https://stateofneuroscience.thetransmitter.org/
1•felixbraun•28m ago•0 comments
Open in hackernews

Compiling Ruby to Machine Language

https://patshaughnessy.net/2025/11/17/compiling-ruby-to-machine-language
97•todsacerdoti•2h ago

Comments

pasxizeis•1h ago
Really happy to see Pat keeping it up! His first Ruby under a Microscope book but also his blog posts are amazing and a major source of inspiration for me. I did meet him personally in a Euruko conference. Such a great person.
chao-•41m ago
I loved Ruby Under a Microscope when I first read it, and using that knowledge was able to have fun with some CTFs years ago.

I haven't kept up with the evolving Ruby implementation internals, so I will sure as heck buy this new version of the book.

jlarocco•13m ago
IIRC MacRuby used to compile to native code on OSX using LLVM, and was supposed to support native OSX APIs and Objective-C frameworks. It always seemed like a neat idea, and a slick integration, but I guess Apple moved to Swift instead.

I'll have to pick up a copy of this "Ruby Under a Microscope" book when the new version comes out. I've always liked Ruby, I just haven't had much chance to use it.