frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

42x faster prompt lookup drafting in llama.cpp

https://jadidbourbaki.github.io/blog/prompt-lookup-llama-cpp/
1•pptadversary•3m ago•0 comments

The Case for Learning in the Era of AI

https://jonbehnken.substack.com/p/the-case-for-learning
1•greedywhale•3m ago•1 comments

Show HN: Way to divide parameter space in LLM training

https://zenodo.org/records/22976821
1•genji970•4m ago•0 comments

OpenAI: Self-replicating prompt injections exist

https://alignment.openai.com/misalignment-reports/self-replicating-prompt-injections-exist/
1•dnw•5m ago•0 comments

Just Ask Jev: Reinforcement Learning for Calibrated Decisions

https://arxiv.org/abs/2609.29429
1•Anon84•6m ago•0 comments

Redium: A small and declarative JavaScript-based UI library

https://github.com/rolandbrake/Redium
1•rolandbrake•11m ago•0 comments

PHP 4.1.1 Simulator: A jsfiddle-style edit-run page for 2001 era PHP

https://simphp.infinitefun.com/
1•generativist•11m ago•0 comments

Finding All Solutions to LinkedIn-Queens Puzzle

https://wyounas.github.io/model-checking/puzzles/2026/06/06/finding-all-solutions-to-linkedin-que...
1•simplegeek•13m ago•0 comments

AI Replacing Me? Please Do

https://medium.com/@azolf/ai-replacing-me-please-do-e353ac6a4bc1
3•azolf•13m ago•0 comments

Show HN: Grabbit – agent-first screenshot API (MCP and one-line CLI)

https://www.grabbit.live
1•acossta•14m ago•0 comments

What will AI do to our jobs and our wages? [video]

https://www.youtube.com/watch?v=qFf1_gRU2Lw
2•Wilsoniumite•14m ago•0 comments

The Beatles have permeated research papers across academic disciplines

https://phys.org/news/2026-09-beatles-permeated-papers-academic-disciplines.html
1•pseudolus•17m ago•0 comments

Show HN: Pawl – iOS gambling blocker you unlock with a physical Security Key

https://github.com/jasonepage/Pawl
1•jpage2•17m ago•2 comments

ChatGPT has a data synchronisation bug that can easily cause data loss

https://emil.fi/d/chatgptdataloss.txt
1•emilfihlman•17m ago•1 comments

Don't Solve My Sudoku

https://blog.ubavic.rs/19/
1•ubavic•20m ago•0 comments

AI models have caught up with Unity dev

https://www.reddit.com/r/gamedev/comments/1wo5asm/ai_models_have_caught_up_with_unity_dev_my/
2•reasonableklout•21m ago•0 comments

Mechanistic reasoning in biology among elementary school children

https://www.tandfonline.com/doi/full/10.1080/10508406.2024.2432682
1•wslh•22m ago•0 comments

David Letterman meets Manny the Hippie in Haight-Ashbury (1996) [video]

https://www.youtube.com/watch?v=7QrRDUasQp8
1•MilnerRoute•23m ago•0 comments

Handwritten Notes for Friends and Machines

https://ifup.org/blog/handwritten-notes-with-friends-and-machines/
1•philips•24m ago•0 comments

AI Exec: We May Have Pulled Off "The Largest Theft of Labor in Human History"

https://www.motherjones.com/politics/2026/09/openai-chatgpt-microsoft-copyright-legal-case-docume...
3•pluc•25m ago•0 comments

Ask HN: Did you not get the warnings about building thinking machines in Dune?

3•roschdal•29m ago•2 comments

Video CDs Break Windows Explorer

https://clydesnotes.blogspot.com/2026/08/video-cds-break-windows-explorer.html
2•ClydeN•29m ago•0 comments

Stock Buybacks and Quarterly Thinking: How America Fell Behind in Battery Tech

https://www.ineteconomics.org/perspectives/blog/the-u-s-battery-maker-that-could-and-the-u-s-auto...
2•paimapi•32m ago•0 comments

Show HN: CaughtShipping – curfew app for developers, enforced by a public wall

https://caughtshipping.com/
1•misulicus•33m ago•0 comments

Who is going to teach the junior developers?

https://blog.luap.info/who-is-going-to-teach-junior-developers.html
6•polote•35m ago•3 comments

Seed Game

https://seed.game/early-access
2•jackhalford•36m ago•0 comments

Show HN: Shielded Bitcoin – private payments on Bitcoin, proven in the browser

https://shielded.bitcoin.pe/
1•harshjv•36m ago•0 comments

Schools for the poor are not poor schools

https://www.economist.com/united-states/2026/09/24/schools-for-the-poor-are-not-poor-schools
1•andsoitis•36m ago•0 comments

My brother's new high rise apartment doesn't allow individual internet services

https://www.reddit.com/r/mildlyinfuriating/s/mQRDnpsNvs
4•nixass•37m ago•1 comments

Show HN: Billed – a one-time-purchase invoicing app (no subscription)

https://apps.microsoft.com/detail/9nbs6t5cjpdp?hl=en-US&gl=US
1•billed•39m ago•0 comments
Open in hackernews

Show HN: Raw Binary Program Analysis Tool

https://github.com/nstarke/BaseAddressDiscoverererer
2•bootbloopers•1y ago
I built a tool for analyzing raw binary programs (programs without an ELF, PE, Mach-O header) to determine the file offset that the program begins at and the load address the program is mapped into memory at. The tool can also do find the instruction set architecture for common platforms. I put a lot of effort into making it as easy as possible to run, and there is a quick start script that takes a single argument: the absolute file path to a raw binary program file.