frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Open-source engine running Gemma 4 26B in 2 GB RAM on any M-series Mac

https://github.com/drumih/turbo-fieldfare
88•gitpusher42•54m ago•19 comments

Show HN: Qwen Scribe – local transcription and dictation for Apple Silicon

https://github.com/VladUZH/qwen-scribe
9•sidclaw•1h ago•1 comments

Show HN: Write, simulate and synthesize VHDL/Verilog in the browser

https://risingedge.pro
11•wozniakpawel•6d ago•4 comments

Show HN: I was tired of opening 2 tabs for every HN link, so I made a userscript

https://github.com/twalichiewicz/HNewhere
395•twalichiewicz•17h ago•108 comments

Show HN: Echologue – the private AI voice journal I built for myself

https://echologue.com/
23•arisAlexis•3h ago•11 comments

Show HN: ClaudeFS – Give claude.ai access to a local folder, no local process

https://github.com/vincentping/claudeFS
2•vincentping•23m ago•0 comments

Show HN: Homage to Pharmageddon, plus: make your own pharma led demo

https://pharma.greg.technology/
2•gregsadetsky•26m ago•0 comments

Show HN: AI that opens PRs on your repo to fix your SEO

https://zaatar.ai/
2•olivdums•32m ago•0 comments

Show HN: OnlyVibes – No Fuss Realtime Interviews

https://onlyvibes.cc
2•stagas•33m ago•1 comments

Show HN: Parse a PDF from your terminal with PaddleOCR-VL-1.6

https://github.com/eigenpal/openparser
5•TimurKramar•38m ago•0 comments

Show HN: Goldenboy – in-browser dithering and pixel art for photos and video

https://goldenboy.app/
3•goldenboychrome•1h ago•1 comments

Show HN: The Federalist Papers, typeset as the 1787 newspapers they ran in

https://federalistreader.org/
6•vhwalke•1h ago•0 comments

Show HN: Tessera – tmux/Zellij ergonomics for macOS windows

https://github.com/pa/tessera
3•pramodhayyappan•1h ago•0 comments

Show HN: Save HN comments for later, annotate and tag them

https://github.com/overflowy/hn-comment-saver
3•overflowy•49m ago•0 comments

Show HN: I built an MCP server for working with SEO and Search Console data

https://seomcp.co
2•criexe•52m ago•0 comments

Show HN: WFY24 A performance weather widget with 2km hyper-local forecasting

https://www.wfy24.com/en/widgets
3•weatherfun•1h ago•0 comments

Show HN: A Persistent AI RPG Engine Built with React SPA and Supabase

https://vampirolife.com/en
5•mansueli•3h ago•0 comments

Show HN: Vostorq – I built the anti-Slack after working at a Slack-first company

https://www.vostorq.com/
2•Mike-Kelner•1h ago•1 comments

Show HN: find Your misplaced iPad

https://github.com/matthiasgoergens/find-ipad
4•eru•1h ago•1 comments

Show HN: A free curl API for IP data (we scan the IPv4 space in <24h)

https://worldip.io/news/keyless-ip-api-no-key-required
3•tuxxin•1h ago•0 comments

Show HN: Sightmap – Runtime context for agents using your web app

https://github.com/sightmap/sightmap
4•jurassix•1h ago•0 comments

Show HN: [OSS, local] Spatial Board for all your agents

https://github.com/mikky-a/agentboard
2•mikky-a•1h ago•3 comments

Show HN: FlipCloc for Mac out now. A gorgeous flip clock and screensaver

https://flipcloc.com
2•moonalien•1h ago•0 comments

Show HN: NightRun, bare metal LLM inference, no OS, boots from USB

https://github.com/hardrave/NIGHTRUN
3•hardrave•1h ago•0 comments

Show HN: P2Present – slides and talk video in sync, preserved on any storage

https://p2present.com/
2•shayanbahal•1h ago•0 comments

Show HN: Unducked – a rubber duck that roasts your code

https://unducked.com/
2•tmoreton•1h ago•0 comments

Show HN: A browser hide-and-seek game where you paint your own camouflage

https://somodus.com/g/cd3fa1526bc44a58b525848d92858558
2•eric2025•1h ago•0 comments

Show HN: Orbital – the project agent that maintains your wo

https://github.com/zqiren/Orbital
2•10keane•1h ago•0 comments

Show HN: A beautiful reader for Hacker News

https://hn.shubhangsharma.com/
2•sss111•1h ago•2 comments

Show HN: PriEco (open source, 400M index, EU search engine) integrated Goggles

https://prieco.net/
3•JojoYou•2h ago•0 comments
Open in hackernews

Show HN: Write, simulate and synthesize VHDL/Verilog in the browser

https://risingedge.pro
11•wozniakpawel•6d ago

Comments

wozniakpawel•6d ago
Hey! I'm Pawel. I built this solo over the past several months.

The problem I wanted to solve: one of the barricades for the beginners learning hardware design is having to spend an entire evening setting up EDA tools, just to see a single waveform. A lot of beginners will give up fairly quickly before even getting to writing any code. I decided to make it easier for them and build a browser-based IDE. RisingEdge lets you write VHDL or SystemVerilog, run a simulation, see the waveform, and even check what the code actually synthesizes into. Everything is built with real open-source tools (GHDL, Icarus Verilog, Yosys).

I put a lot of effort into making the synthesis view good for new learners. You can see a gate level netlist with cell counts, a block level view highlighting the code that produced the block, and even auto-generated state machine diagrams to make debug easier.

There are 3 separate ways to use the tool: - Learn: a full course from Fundamentals to Advanced, over 100 lessons, examples, and exercises each - Practice: over 50 challenges built to sound like real-world engineering tasks - Playground: lets you run any arbitrary RTL if you want to try things out or just see what it synthesizes into

Most of the content is free with no account: the entire Practice section, the Playground, and the Fundamentals section of the curriculum. The only paid thing is the full course - and it's billed as a single non-recurring payment.

Happy to answer any questions!

dlcarrier•5d ago
I used to think EDA tools for FPGAs were the absolute worst development environment, until I wanted to modify an open-source application on my phone, and tried to install and run Android Studio. It manages to out bloat both Vivado and Quartus. At least I wouldn't need to buy a special computer to run it, like the Xcode development environment for iOS.

I've ended up using Yosys from a command line, while editing the files in a text editor.

wozniakpawel•5d ago
Ha! I've worked with all of those and can't even tell you how much I agree. I think I'd also add Visual Studio to the list; recently I switched to command line compilation and editing code in VSCode and do not miss Visual Studio, not even one bit of it.
tamimio•6m ago
It looks promising, thanks for sharing, but 12months access isn’t great, it should be unlimited just like other platforms, you bought the course, you access it whenever. Cheers