frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Rendezvous with Rama

https://blog.engora.com/2026/03/rendezvous-with-rama.html
39•Vermin2000•32m ago•28 comments

Mark Zuckerberg strips power from Alexandr Wang

https://www.idnfinancials.com/news/61918/zuckerberg-has-finished-with-alexandr-wang-worth-us14-bi...
78•matthieu_bl•47m ago•38 comments

Building a Procedural Hex Map with Wave Function Collapse

https://felixturner.github.io/hex-map-wfc/article/
299•imadr•5h ago•39 comments

JSLinux Now Supports x86_64

https://bellard.org/jslinux/
163•TechTechTech•5h ago•37 comments

Is legal the same as legitimate: AI reimplementation and the erosion of copyleft

https://writings.hongminhee.org/2026/03/legal-vs-legitimate/
229•dahlia•6h ago•227 comments

Thomas Selfridge: The First Airplane Fatality

https://www.amusingplanet.com/2026/03/thomas-selfridge-first-airplane-fatality.html
18•Hooke•1h ago•3 comments

Show HN: The Mog Programming Language

https://moglang.org
84•belisarius222•4h ago•37 comments

DARPA's new X-76

https://www.darpa.mil/news/2026/darpa-new-x-76-speed-of-jet-freedom-of-helicopter
111•newer_vienna•5h ago•104 comments

Bluesky CEO Jay Graber is stepping down

https://bsky.social/about/blog/03-09-2026-a-new-chapter-for-bluesky
203•minimaxir•2h ago•185 comments

Launch HN: Terminal Use (YC W26) – Vercel for filesystem-based agents

61•filipbalucha•5h ago•47 comments

Florida judge rules red light camera tickets are unconstitutional

https://cbs12.com/news/local/florida-news-judge-rules-red-light-camera-tickets-unconstitutional
211•1970-01-01•4h ago•324 comments

Oracle is building yesterday's data centers with tomorrow's debt

https://www.cnbc.com/2026/03/09/oracle-is-building-yesterdays-data-centers-with-tomorrows-debt.html
63•spenvo•1h ago•16 comments

Fontcrafter: Turn Your Handwriting into a Real Font

https://arcade.pirillo.com/fontcrafter.html
392•rendx•12h ago•128 comments

Fixfest is a global gathering of repairers, tinkerers, and activists

https://fixfest.therestartproject.org/
116•robtherobber•4h ago•11 comments

Show HN: DenchClaw – Local CRM on Top of OpenClaw

https://github.com/DenchHQ/DenchClaw
63•kumar_abhirup•7h ago•66 comments

Rethinking Syntax: Binding by Adjacency

https://github.com/manifold-systems/manifold/blob/master/docs/articles/binding_exprs.md
31•owlstuffing•1d ago•10 comments

Velxio, Arduino Emulator

https://velxio.dev/
27•dmonterocrespo•1d ago•8 comments

Restoring a Sun SPARCstation IPX part 1: PSU and NVRAM (2020)

https://www.rs-online.com/designspark/restoring-a-sun-sparcstation-ipx-part-1-psu-and-nvram
80•ibobev•6h ago•44 comments

Flash media longevity testing – 6 years later

https://old.reddit.com/r/DataHoarder/comments/1q6xnun/flash_media_longevity_testing_6_years_later/
114•1970-01-01•1d ago•55 comments

Workers report watching Ray-Ban Meta-shot footage of people using the bathroom

https://arstechnica.com/gadgets/2026/03/workers-report-watching-ray-ban-meta-shot-footage-of-peop...
125•randycupertino•3h ago•45 comments

Durdraw – ANSI art editor for Unix-like systems

https://durdraw.org/
22•caminanteblanco•3h ago•12 comments

Things I've Done with AI

https://sjer.red/blog/2026/built-with-ai/
55•shepherdjerred•2h ago•55 comments

The Most Beautiful Freezer in the World: Notes on Baking at the South Pole

https://www.newyorker.com/culture/the-weekend-essay/the-most-beautiful-freezer-in-the-world
15•mitchbob•2h ago•4 comments

An opinionated take on how to do important research that matters

https://nicholas.carlini.com/writing/2026/how-to-win-a-best-paper-award.html
52•mad•5h ago•6 comments

Ireland shuts last coal plant, becomes 15th coal-free country in Europe (2025)

https://www.pv-magazine.com/2025/06/20/ireland-coal-free-ends-coal-power-generation-moneypoint/
797•robin_reala•11h ago•496 comments

Reverse-engineering the UniFi inform protocol

https://tamarack.cloud/blog/reverse-engineering-unifi-inform-protocol
129•baconomatic•9h ago•56 comments

No leap second will be introduced at the end of June 2026

https://lists.iana.org/hyperkitty/list/tz@iana.org/thread/P6D36VZSZBUSSTSMZKFXKF4T4IXWN23P/
56•speckx•9h ago•64 comments

Jolla on track to ship new phone with Sailfish OS, user-replaceable battery

https://liliputing.com/the-new-jolla-phone-with-sailfish-os-is-on-track-to-start-shipping-in-the-...
164•heresie-dabord•5h ago•104 comments

US Court of Appeals: TOS may be updated by email, use can imply consent [pdf]

https://cdn.ca9.uscourts.gov/datastore/memoranda/2026/03/03/25-403.pdf
507•dryadin•15h ago•397 comments

So you want to write an "app" (2025)

https://arcanenibble.github.io/so-you-want-to-write-an-app.html
10•jmusall•1h ago•2 comments
Open in hackernews

Velxio, Arduino Emulator

https://velxio.dev/
27•dmonterocrespo•1d ago

Comments

dmonterocrespo•1d ago
I built a small emulator project called Velxio.

A fully local, open-source Arduino emulator. Write Arduino code, compile it, and simulate it with real AVR8 CPU emulation and 48+ interactive electronic components,All running in your browser. GitHub: https://github.com/davidmonterocrespo24/velxio

The goal of this project was to learn more about how emulators work internally: CPU instructions, memory management, and low-level architecture.

It's still experimental, but it already runs basic instructions and I'm continuing to improve it.

dmonterocrespo•1d ago
Hi HN!

I built Velxio to explore how microcontroller emulators work internally.

It's an Arduino environment that runs entirely in the browser. You can write sketches, compile them with arduino-cli, and simulate circuits using a real AVR8 CPU emulator.

Features: - Arduino Uno / Nano support - Raspberry Pi Pico (RP2040) - GPIO, SPI, I2C, UART, ADC peripherals - interactive electronic components

The goal is to create an open-source environment for experimenting with embedded systems without installing anything.

I'd love feedback from embedded developers!

tamimio•1h ago
Thanks for the share, it looks great! Can I load my own OS in rpi?
monocasa•1h ago
Did you see that it's an rpi pico, which doesn't really run OSes in the traditional sense?
tamimio•56m ago
You are right, when I skimmed through I thought it’s an sbc one. Still very cool, would try it later.
dosshell•37m ago
What parts have you exactly built?

All I see are dependencies that are glued together with claude.

Can you clearify exactly what you have developed?

noahnathan25•4h ago
This is amazing!
platevoltage•2h ago
Very cool. I can't wait to play around with this!