frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How to Create an OS from Scratch

https://github.com/cfenollosa/os-tutorial
1•pykello•5m ago•0 comments

Electricity free biogas irrigation water generator

https://discussions.gumroad.com/l/Freebiogas
1•Subtextofficial•7m ago•0 comments

Giant trees of the Amazon get taller as forests fatten up on carbon dioxide

https://www.nbcnews.com/world/latin-america/amazon-rainforest-giant-trees-bigger-carbon-dioxide-c...
1•ivewonyoung•8m ago•0 comments

Big Tech Told Kids to Code. The Jobs Didn't Follow [video]

https://www.youtube.com/watch?v=86rdUhx-b4U
2•donsupreme•10m ago•0 comments

Show HN: Give LLMs TypeScript tools without writing MCP servers

https://github.com/jx-codes/mcp-rpc
1•jmcodes•11m ago•0 comments

Wealthfront S-1

https://www.sec.gov/Archives/edgar/data/1524566/000162828025043113/wealthfront-sx1.htm
1•jlhonora•11m ago•0 comments

EclipseTouch, turn any surface into a touchscreen in XR

https://www.youtube.com/watch?v=wNrG2cG2CBY
1•mollynpaan•14m ago•0 comments

Tata Group Loses $73B in Market Value as Risks Grow

https://www.bloomberg.com/news/articles/2025-09-29/india-s-tata-group-loses-75-billion-in-market-...
1•thelastgallon•14m ago•0 comments

YouTube agrees to pay Trump $24.5M to settle lawsuit over account suspension

https://www.theguardian.com/technology/2025/sep/29/youtube-trump-lawsuit-settlement
2•barbazoo•15m ago•0 comments

Google's Android developer registration requirement will kill F-Droid

https://www.osnews.com/story/143450/googles-android-developer-registration-requirement-will-kill-...
3•snvzz•17m ago•0 comments

Create Ghostface AI Style Images with Nano Banana

https://fotominiatur.com/ghostface-ai
1•QingWu•19m ago•0 comments

WordPress backdoors blend in with legitimate utilities to maintain access

https://www.scworld.com/news/wordpress-backdoors-blend-in-with-legitimate-utilities-to-maintain-a...
2•Bender•20m ago•0 comments

A Kafka ternimal UI client

https://github.com/jonas-grgt/ktea
2•gangtao•21m ago•0 comments

UK Labour Party members vote to recognise Gaza genocide at conference

https://www.aljazeera.com/news/2025/9/29/uk-labour-party-members-vote-to-recognise-gaza-genocide-...
1•NomDePlum•21m ago•0 comments

What's in Trump's 20-point peace plan for Gaza?

https://www.theguardian.com/world/2025/sep/29/trump-peace-plan-gaza-israel-hamas
2•NomDePlum•22m ago•0 comments

Submarine cable security is all at sea, and UK govt too timid to act says report

https://www.theregister.com/2025/09/29/submarine_cable_security_report_uk/
1•Bender•23m ago•0 comments

Chrismccord/Web - shell command for simple LLM web browsing

https://github.com/chrismccord/web
1•tortilla•24m ago•0 comments

NATO embraces Australian-made Star Wars-style lasers to counter Russian drones

https://www.abc.net.au/news/2025-09-30/australian-lasers-nato-russian-drones/105810770
1•breve•24m ago•0 comments

Engineers reboost ISS after early Dragon abort

https://www.theregister.com/2025/09/29/international_space_station_successfully_reboosted/
2•Bender•25m ago•0 comments

Show HN: I built an IDE for devs who live in the terminal

https://trycodigo.com
1•mpieras•25m ago•0 comments

Safe zero-copy operations in C#

https://ssg.dev/safe-zero-copy-operations-in-c/
2•sedatk•25m ago•0 comments

Show HN: We ran a F{AI}R hackathon

1•seism•25m ago•0 comments

Americans' Support for Israel Dramatically Declines, Times/Siena Poll Finds

https://www.nytimes.com/2025/09/29/polls/israel-gaza-war-us-poll.html
7•duxup•25m ago•0 comments

YouTube to pay Trump $22M following January 6 Capitol riots ban

https://www.abc.net.au/news/2025-09-30/youtube-settles-with-donald-trump-in-capitol-riot-ban/1058...
15•DavidPiper•32m ago•7 comments

Show HN: StagePOS – Free cloud POS with no hardware lock-in

https://github.com/kyunghoon5/stagepos-desktop
1•kyunghoon5•37m ago•0 comments

Argentina recovers Nazi-looted painting photographed in a property ad

https://www.france24.com/en/live-news/20250903-argentine-police-recover-nazi-looted-painting-spot...
1•PaulHoule•37m ago•0 comments

Show HN: Kerns – An AI space to understand anything

https://www.kerns.ai/community
1•kanodiaayush•39m ago•0 comments

Show HN: A clean, no‑signup calendar of SF family‑friendly events (ICS)

1•tanvach•39m ago•0 comments

All the Sad Young Terminally Online Men

https://www.derekthompson.org/p/all-the-sad-young-terminally-online
17•gamechangr•45m ago•1 comments

MERL BRDF Database

https://cdfg.csail.mit.edu/wojciech/brdfdatabase
1•kelseyfrog•46m ago•0 comments
Open in hackernews

Ask HN: Let's Brainstorm how to run native IRIX on a N64!

1•DrNosferatu•1h ago
CM5 connects via PCIe to cheap FPGA interfacing the RAM Expansion port, which directly handles RAMBUS timings and interfacing. CM5 GPIOs connect to the cartridge interface. Very minor patching to bootloader and / or OS is acceptable. Use MAME to guide development.

- Your thoughts?

Comments

DrNosferatu•1h ago
I'm exploring running SGI IRIX natively on N64 hardware with a budget dual-interface architecture (~$150): a Raspberry Pi CM5 ($90-120) acts as orchestrator, connecting its GPIOs directly to the N64's cartridge slot to provide boot ROM while simultaneously serving as a remote 8-16GB LPDDR5 RAM server through PCIe Gen2 to a cheap surplus IBM FPGA board ($20-30) that plugs into the memory expansion port and handles RDRAM protocol timing. The VR4300 runs IRIX natively with the CM5 providing initial boot code through the cartridge interface, while the FPGA bridges the expansion port to CM5's RAM for the main memory pool (~1-2μs latency via PCIe). This dual-pathway approach would solve both boot orchestration and memory expansion while keeping the VR4300's caches hiding most remote memory latency - I think.

— has anyone implemented similar dual-interface architectures / embedded MIPS systems?

DrNosferatu•1h ago
To run SGI IRIX natively on Nintendo 64 hardware, we would be using MAME as a development guide—the N64's VR4300 (MIPS III with MMU/TLB, architecturally similar to MAME's successfully-emulated R4600) runs IRIX with minor patches while a Raspberry Pi CM5 ($90-120) orchestrates via dual interfaces: its GPIOs directly connect to the N64 cartridge slot providing boot ROM extracted from MAME's working SGI Indy emulation, while simultaneously serving 8-16GB of RAM through PCIe Gen2 to a cheap surplus IBM FPGA board ($20-30) that handles RDRAM protocol timing on the expansion port. MAME's open-source R4600 emulation provides a complete reference implementation showing exactly what hardware features IRIX requires, which patches are necessary for VR4300 differences (TLB size, clock speed, cache), and validates the minimal device set needed for boot

— your thoughts?