frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Wyzer Programming Language

https://github.com/Wyzer-Lang/wyzer
7•v0id_isgood•1h ago•2 comments

Show HN: Mirafold – Your Agent with Generative UI (Codex, Claude Code, Gemini)

https://mirafold.com/
3•kserrec•1h ago•1 comments

Show HN: Which devtools win when LLMs plan real web apps

https://preseason.ai
3•thedreammachine•1h ago•0 comments

Show HN: Certo – An open source platform to deliver Open Badges

https://github.com/schroedinger-Hat/certo
12•thejoin95•4h ago•0 comments

Show HN: The Channels SDK – Bring Any Agent to Any Channel (Slack, MS Teams)

https://github.com/CopilotKit/channels-sdk
108•davidmckayv•21h ago•22 comments

Show HN: Akintu – AI agents trained on custom knowledge bases using RAG

https://akintu.ai
2•Sharanxxxx•2h ago•0 comments

Show HN: File-based HTTP endpoints for Python with its own isolated dependencies

https://github.com/tanrax/bitpoint
4•andros•4h ago•0 comments

Show HN: textlog – A quiet, text-only microblogging platform, open-source, no JS

https://textlog.cc/about
5•stagas•3h ago•0 comments

Show HN: Tamron Lens Utility Alternative on Linux

https://github.com/yikerman/tamron-lens-control
2•xiaoyu2006•24m ago•0 comments

Show HN: A free mini game that makes you a smarter fly fisherperson

https://read-the-water.netlify.app/
17•mpc75•3d ago•8 comments

Show HN: Remembrane – agent memory in one SQLite file, zero dependencies

https://github.com/satyasairay/remembrane
6•satyasairay•6h ago•0 comments

Show HN: Recipe Jar, a local-first recipe keeper with no account or ads

https://recipejar.app/
7•sbmagar13•4h ago•1 comments

Show HN: posix-regex – POSIX standard regex engine for JavaScript

https://github.com/dawsonhuang0/posix-regex
2•dawson0•4h ago•0 comments

Show HN: Pokémon Emerald Ported to Raspberry Pi Pico 2

https://github.com/mattdeeds/pokeemerald-rp2350
49•mdeeds•16h ago•28 comments

Show HN: A terminal glued to the macOS dock

https://github.com/palamim/starboard
44•leopalamim•1d ago•15 comments

Show HN: Sidebar – a private ESP32 intercom for five kids, no accounts

https://www.sundaradnus.ca/writing/sidebar-building-a-ham-radio-for-my-son
6•nonstopnonsense•10h ago•1 comments

Show HN: Seedance 2.5 video API (30s single-take, 50 refs, 4K) on Atlas Cloud

https://www.atlascloud.ai/models/seedance-2.5
2•qqt•7h ago•2 comments

Show HN: Open-source pixel art editor with animation and auto-tiling tilesets

https://simplepixelart.com/editor
5•lam_hg94•11h ago•1 comments

Show HN: AI Tutoring with Visual Grounding

https://useknowable.ai/
5•samuelzxu•13h ago•3 comments

Show HN: Simple algorithm and color space to generate diverse skin tones

https://toneyalexander.github.io/inclusive-color-space/
618•automatoney•2d ago•100 comments

Show HN: La Vieja Contra El Dibu – Penalty Shootout Game vs. Dibu Martínez

https://laviejacontraeldibu.app
2•alanzhan•12h ago•0 comments

Show HN: Wallfacer – A terminal session manager for Claude Code, and more

https://github.com/pradipta/wallfacer
35•pradiptasarma•1d ago•22 comments

Show HN: QWERTY MIDI – Isomorphic Layout MIDI Controller

https://beijaflor.io/blog/07-2026/querymidi/
5•yamadapc•12h ago•0 comments

Show HN: I spent 2 years designing a mechanical Magic Keyboard

https://electronicmaterialsoffice.com/
279•aemerson_•23h ago•232 comments

Show HN: demake – one source project compiles to any retro game console ROM

https://geosona.com/demake/
38•gste•1d ago•8 comments

Show HN: ARF – a record format for AI evaluation runs, with reproducible digests

https://www.korvo.xyz/arf
3•akshay_bhardwaj•14h ago•0 comments

Show HN: I rewrote Decap CMS with < $1K in Claude tokens

https://github.com/laikacms/decap-cms
2•afirus•14h ago•0 comments

Show HN: GreatArrow.ai – Shared memory for Claude, ChatGPT, Gemini and Cursor

https://www.greatarrow.ai
2•clapptastic•15h ago•0 comments

Show HN: Maple-Preview – Ternary 20B MoE running at 120 tok/s on a iPhone

https://deepgrove.ai/maple-preview
169•edwardbzhang•2d ago•52 comments

Show HN: Elevators

https://john.fun/elevators
1672•Jrh0203•6d ago•413 comments
Open in hackernews

Show HN: Wyzer Programming Language

https://github.com/Wyzer-Lang/wyzer
5•v0id_isgood•1h ago
So i've been working on this project since a few days (or months i should say), it's called wyzer (meaning wiser) it's a statically typed, compiled, resource-oriented programming language with integrated distributed safety via choreographic programming and perceus memory model, The reason why i began this project is out of frustration from Rust, you see it does provide safety for your memory by the strict type checking but what it does not gurantee safety against are distributed deadlocks which is basically a few independent nodes or services wait permanently for resources or messages held by each other, forming a circular wait, the rest are cross-service correctness and protocol mismatch as well. If we are specific over here Wyzer works on mainly generalizing the concept of choreographic programming in a high level programming language because its the very few attempts of actually solving these gaps of safety. Instead of borrow checkers and lifetimes wyzer has linear/affine types and a perceus reference counting which is computationally much simpler for an LSP to understand as well

after 5 months of research and a few weeks of development i am soon going to release version 0.1.0 of it, if you would like to contribute to it you're most welcome!