frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Azure Outage

286•kierenj•1h ago•133 comments

Keep Android Open

http://keepandroidopen.org/
1937•LorenDB•13h ago•585 comments

Tailscale Peer Relays

https://tailscale.com/blog/peer-relays-beta
41•seemaze•57m ago•12 comments

Cursor Composer: Building a fast frontier model with RL

https://cursor.com/blog/composer
76•leerob•1h ago•39 comments

I made a 10¢ MCU Talk

https://www.atomic14.com/2025/10/29/CH32V003-talking
96•iamflimflam1•3h ago•31 comments

Floss Before Brushing

https://alearningaday.blog/2025/10/29/floss-before-brushing/
25•imasl42•57m ago•12 comments

Does brand advertising work? Upwave (YC S12) is hiring engineers to answer that

https://www.upwave.com/job/8228849002/
1•ckelly•18m ago

Beyond RaspberryPi: What are all the other SoC vendors up to *summarised*

https://sbcwiki.com/news/articles/state-of-embedded-q4-25/
57•HeyMeco•4d ago•25 comments

Collins Aerospace: Sending text messages to the cockpit with test:test

https://www.ccc.de/en/disclosure/collins-aerospace-mit-test-test-textnachrichten-bis-ins-cockpit-...
44•hacka22•2h ago•16 comments

Azure major outage: Portal, Front Door and global regions down

63•sech8420•1h ago•34 comments

Eye prosthesis is the first to restore sight lost to macular degeneration

https://med.stanford.edu/news/all-news/2025/10/eye-prosthesis.html
106•gmays•1w ago•10 comments

From VS Code to Helix

https://ergaster.org/posts/2025/10/29-vscode-to-helix/
150•todsacerdoti•3h ago•82 comments

Hosting SQLite Databases on GitHub Pages (2021)

https://phiresky.github.io/blog/2021/hosting-sqlite-databases-on-github-pages/
17•WA9ACE•1h ago•6 comments

Recreating a Homebrew Game System from 1987

https://alex-j-lowry.github.io/z80tvg.html
43•voxadam•3h ago•1 comments

Who needs Graphviz when you can build it yourself?

https://spidermonkey.dev/blog/2025/10/28/iongraph-web.html
374•pdubroy•12h ago•70 comments

AWS to bare metal two years later: Answering your questions about leaving AWS

https://oneuptime.com/blog/post/2025-10-29-aws-to-bare-metal-two-years-later/view
415•ndhandala•6h ago•313 comments

Show HN: HUD-like live annotation and sketching app for macOS

https://draw.wrobele.com/
26•tomaszsobota•2h ago•8 comments

ChatGPT's Atlas: The Browser That's Anti-Web

https://www.anildash.com//2025/10/22/atlas-anti-web-browser/
648•AndrewDucker•4d ago•269 comments

Tips for stroke-surviving software engineers

https://blog.j11y.io/2025-10-29_stroke_tips_for_engineers/
403•padolsey•13h ago•145 comments

Tell HN: Twilio support replies with hallucinated features

52•haute_cuisine•1h ago•8 comments

uBlock Origin Lite Apple App Store

https://apps.apple.com/in/app/ublock-origin-lite/id6745342698
329•mumber_typhoon•13h ago•159 comments

Kafka is Fast – I'll use Postgres

https://topicpartition.io/blog/postgres-pubsub-queue-benchmarks
168•enether•3h ago•165 comments

Show HN: Learn German with Games

https://www.learngermanwithgames.com/
59•predictand•5h ago•30 comments

The end of the rip-off economy: consumers use LLMs against information asymmetry

https://www.economist.com/finance-and-economics/2025/10/27/the-end-of-the-rip-off-economy
118•scythe•1h ago•101 comments

AirTips – Alternative to Bento.me/Linktree

https://a.coffee/
10•Airyisland•1h ago•7 comments

Oracle has adopted BOOLEAN in 23ai and PostgreSQL had it forever

https://hexacluster.ai/blog/postgresql/oracles-adoption-of-native-boolean-data-type-vs-postgresql/
13•avi_vallarapu•2h ago•9 comments

SpiderMonkey Garbage Collector

https://firefox-source-docs.mozilla.org/js/gc.html
67•sebg•8h ago•3 comments

AOL to be sold to Bending Spoons for roughly $1.5B

https://www.axios.com/2025/10/29/aol-bending-spoons-deal
22•jmsflknr•50m ago•4 comments

Berkeley Out-of-Order RISC-V Processor (Boom) (2020)

https://docs.boom-core.org/en/latest/sections/intro-overview/boom.html
28•Bogdanp•4h ago•9 comments

Minecraft removing obfuscation in Java Edition

https://www.minecraft.net/en-us/article/removing-obfuscation-in-java-edition
9•SteveHawk27•1h ago•1 comments
Open in hackernews

Berkeley Out-of-Order RISC-V Processor (Boom) (2020)

https://docs.boom-core.org/en/latest/sections/intro-overview/boom.html
28•Bogdanp•4h ago

Comments

phkahler•2h ago
The latest version seems to be Sonic Boom:

https://github.com/riscv-boom/riscv-boom

But this project seems to have stagnated with one significant commit in the last year.

huyage•2h ago
If I want to do systems research that needs a simple and synthesizable RISC-V design, what are some good options? BOOM seems to be pretty complicated and I don't really need the out-of-order execution.

I also want to be able to run it on a cheap FPGA, something like Artix A7.

daedalus-•1h ago
Try neorv32: https://github.com/stnolting/neorv32
huyage•1h ago
Thanks. Looks good! Are you aware of any 64-bit options?
rwmj•1h ago
Rocket-chip is widely used (https://github.com/chipsalliance/rocket-chip). It can fit on smaller FPGAs.

If you want something very tiny and completely understandable, and don't mind that it's 32 bit, then PicoRV32 (https://github.com/YosysHQ/picorv32).

dmitrygr•45m ago
https://github.com/Wren6991/Hazard3

this one is well tested in real life and works well (it is the RV core in RP2350)

panick21•44m ago
This is what the OpenHW Foundaiton is for. Providing well verified cores for people who just need a core. They are based on the original Pulp Cores from the ETH Zürich and Unviersity of Bolongia. See:

https://openhwfoundation.org/

Or because its part of OpenTitan, Ibex sees a lot of development: https://github.com/lowRISC/ibex

drob518•12m ago
There’s a nice list of open source cores here: https://github.com/suryakantamangaraj/AwesomeRISC-VResources
camel-cdr•1h ago
RISC-V is still at the point where open-source implementations (in rtl) are faster than purchasable proprietary ones (in silicon).

XiangShan is currently the fastest open-source CPU implementation: https://github.com/OpenXiangShan/XiangShan

uarch slides: https://tutorial.xiangshan.cc/hpca25/slides/20250302-HPCA25-...

uarch slides with WIP features: https://tutorial.xiangshan.cc/micro25/slides/Microarchitectu...