frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Compress PDF

https://www.pdffixnow.com/compress-pdf
1•instahotstar•38s ago•1 comments

PageIndex: Vectorless, Reasoning-Based RAG

https://github.com/VectifyAI/PageIndex
1•anujbans•4m ago•0 comments

AI Agent Broke Its Promise. Now What?

https://www.armalo.ai/blog/ai-agents-breaking-commitments-accountability
1•ArmaloAI•7m ago•0 comments

Ghinst – Install from GitHub release section to –/.local/bin

https://github.com/tebeka/ghinst
1•tebeka•8m ago•0 comments

Restoring ReBoot from the Original Master D1 Tapes [video]

https://www.youtube.com/watch?v=GlkJFOw-99U
1•SteveHawk27•9m ago•0 comments

Show HN: The Playwright GitHub Repositories Worth Studying

https://testdino.com/blog/playwright-github-repositories/
1•tanmay001•16m ago•1 comments

Teaching Coding Agents to Drive Cmux

https://www.bounds.dev/posts/teaching-claude-code-to-drive-cmux/
1•earthlinks•16m ago•1 comments

The cognitive cost of easy answers, a lesson from RL

https://safeenough.substack.com/p/exploration-exploitation-and-thinking
2•psychedare•16m ago•0 comments

Washington Post – In the Long Run, Wars Make Us Safer and Richer (2014)

https://www.washingtonpost.com/opinions/in-the-long-run-wars-make-us-safer-and-richer/2014/04/25/...
1•N_Lens•18m ago•1 comments

The Self-Help Trap: What 20 Years of "Optimizing" Has Taught Me

https://tim.blog/2026/03/04/the-self-help-trap/
3•bonefishgrill•24m ago•0 comments

Improving Django Admin UI with Django-unfold

https://unfoldadmin.com/
2•madatbay•27m ago•1 comments

A GB300 thread that running vLLM and SGlang on it

https://twitter.com/xu_paco/status/2029433226234868178
1•pacoxu2025•29m ago•0 comments

Show HN: Your AI Slop Bores Me

https://www.youraislopbores.me/
3•mikidoodle•29m ago•0 comments

Gogcli – Google in Your Terminal

https://github.com/steipete/gogcli
2•nstj•34m ago•0 comments

Show HN: Nemilia – multi-agent AI workspace in a single HTML file, no back end

https://github.com/luislopez1212/Nemilia
2•Nemilia•36m ago•0 comments

FFmpeg at Meta: Media Processing at Scale

https://engineering.fb.com/2026/03/02/video-engineering/ffmpeg-at-meta-media-processing-at-scale/
2•articsputnik•36m ago•0 comments

The New York Earth Room

https://www.niche-museums.com/117
2•Tomte•39m ago•0 comments

The Calm List

https://world.hey.com/raulp/the-calm-list-cb7be8f8
3•adrianthedev•39m ago•0 comments

I refused to pay $30/month for Superhuman so I built my own Gmail organizer

https://github.com/Lakshay1509/NeatMail
3•mafia15•41m ago•1 comments

Tuneithub.com turn any Markdown into Google Docs like collab

https://www.get-colibri.com/
3•mlysk•42m ago•1 comments

Remote contractors are now the new normal for businesses

2•emmanol•42m ago•0 comments

Muon: An optimizer for hidden layers in neural networks

https://kellerjordan.github.io/posts/muon/
2•tosh•44m ago•0 comments

modded-nanogpt: NanoGPT (124M) in 2 minutes

https://github.com/KellerJordan/modded-nanogpt
2•tosh•44m ago•0 comments

The day Iran buried Ayatollah Khomeini (2015) [video]

https://www.bbc.com/news/av/magazine-32938264
2•thomassmith65•50m ago•1 comments

Iraq suffers power grid blackout due to technical fault

https://www.reuters.com/business/energy/iraq-suffers-power-grid-blackout-due-technical-fault-2026...
3•yreg•51m ago•1 comments

Sneak peek at the redesigned Stack Overflow

https://stackoverflow.blog/2026/02/25/your-sneak-peek-at-the-redesigned-stack-overflow/
2•SerCe•52m ago•0 comments

How Vulnerable Are Computers to 80-Year-Old Spy Technique? Congress Wants Answer

https://www.wired.com/story/how-vulnerable-are-computers-to-an-80-year-old-spy-technique-congress...
2•walterbell•54m ago•0 comments

Zorin OS: The Alternative to Windows and macOS

https://zorin.com/
2•thunderbong•57m ago•1 comments

Google Play Store will shame developers of sloppy, battery-wasting apps

https://www.neowin.net/news/google-play-store-will-shame-developers-of-sloppy-battery-wasting-apps/
1•bundie•57m ago•0 comments

Show HN: The Forensic Mirror – Weaponizing LLMs for Cognitive Auditing

https://github.com/type-null/forensic-mirror
1•llmmirror•59m ago•1 comments
Open in hackernews

PDP-11/hack with some variations

https://github.com/JPLeRouzic/Kicad-musings/tree/main/PDP11Hack
2•JPLeRouzic•10mo ago

Comments

JPLeRouzic•10mo ago
The original PDP-11/Hack was an attempt at designing a minimal PDP-11 based on a discarded J-11. The J-11 is a microprocessor a bit similar to a 16-bit M68000 or a fast I8086.

http://madrona.ca/e/pdp11hack/index.html

Since that time, many people have made variations on Brent Hilpert design. One of my sources of inspiration is:

https://www.5volts.ch/pages/pdp11hack/

My design has the following features, but I never instantiated it:

* Much more RAM, 512KW

* The data bus is buffered (it is not in other designs)

* It has a GPIO (65C22) (because why not?)

* It can write into the upper byte

* The UART is the 6402, as in Brent Hilpert schematics, but the address is fully decoded to enable using a DEC OS.

* It has 5 switches to test/learn to single-step the memory accesses, the HALT, interrupts, or make a reset

* The boot configuration could be set up with micro-switches