frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: I built a tiny LLM to demystify how language models work

https://github.com/arman-bd/guppylm
415•armanified•8h ago•33 comments

Gemma 4 on iPhone

https://apps.apple.com/nl/app/google-ai-edge-gallery/id6749645337
617•janandonly•14h ago•163 comments

An open-source 240-antenna array to bounce signals off the Moon

https://moonrf.com/
92•hillcrestenigma•5h ago•12 comments

France pulls last gold held in US for $15B gain

https://www.mining.com/france-pulls-last-gold-held-in-us-for-15b-gain/
32•teleforce•51m ago•18 comments

Microsoft hasn't had a coherent GUI strategy since Petzold

https://www.jsnover.com/blog/2026/03/13/microsoft-hasnt-had-a-coherent-gui-strategy-since-petzold/
418•naves•15h ago•241 comments

The 1987 game “The Last Ninja” was 40 kilobytes

https://twitter.com/exQUIZitely/status/2040777977521398151
88•keepamovin•5h ago•40 comments

Signals, the push-pull based algorithm

https://willybrauner.com/journal/signal-the-push-pull-based-algorithm
40•mpweiher•2d ago•11 comments

LÖVE: 2D Game Framework for Lua

https://github.com/love2d/love
296•cl3misch•1d ago•119 comments

Show HN: I made a YouTube search form with advanced filters

https://playlists.at/youtube/search/
215•nevernothing•8h ago•134 comments

Show HN: Gemma Gem – AI model embedded in a browser – no API keys, no cloud

https://github.com/kessler/gemma-gem
72•ikessler•8h ago•14 comments

Show HN: Real-time AI (audio/video in, voice out) on an M3 Pro with Gemma E2B

https://github.com/fikrikarim/parlor
74•karimf•15h ago•3 comments

Case study: recovery of a corrupted 12 TB multi-device pool

https://github.com/kdave/btrfs-progs/issues/1107
56•salt4034•6h ago•16 comments

Sheets Spreadsheets in Your Terminal

https://github.com/maaslalani/sheets
66•_____k•2d ago•12 comments

One ant for $220: The new frontier of wildlife trafficking

https://www.bbc.com/news/articles/cg4g44zv37qo
23•gmays•3d ago•0 comments

Running Gemma 4 locally with LM Studio's new headless CLI and Claude Code

https://ai.georgeliu.com/p/running-google-gemma-4-locally-with
266•vbtechguy•15h ago•65 comments

Why Switzerland has 25 Gbit internet and America doesn't

https://sschueller.github.io/posts/the-free-market-lie/
458•sschueller•14h ago•355 comments

Drop, formerly Massdrop, ends most collaborations and rebrands under Corsair

https://drop.com/
11•stevebmark•4h ago•1 comments

Show HN: Modo – I built an open-source alternative to Kiro, Cursor, and Windsurf

https://github.com/mohshomis/modo
44•mohshomis•8h ago•9 comments

Employers use your personal data to figure out the lowest salary you'll accept

https://www.marketwatch.com/story/employers-are-using-your-personal-data-to-figure-out-the-lowest...
205•thisislife2•8h ago•102 comments

Music for Programming

https://musicforprogramming.net
186•merusame•14h ago•80 comments

Usenet Archives

https://usenetarchives.com
41•myth_drannon•7h ago•11 comments

Does coding with LLMs mean more microservices?

https://ben.page/microservices
19•jer0me•6h ago•4 comments

Media scraper Gallery-dl is moving to Codeberg after receiving a DMCA notice

https://github.com/mikf/gallery-dl/discussions/9304
132•MoltenMonster•5h ago•45 comments

A tail-call interpreter in (nightly) Rust

https://www.mattkeeter.com/blog/2026-04-05-tailcall/
159•g0xA52A2A•17h ago•36 comments

Eight years of wanting, three months of building with AI

https://lalitm.com/post/building-syntaqlite-ai/
772•brilee•20h ago•232 comments

Computational Physics (2nd Edition) (2025)

https://websites.umich.edu/~mejn/cp2/
136•teleforce•17h ago•19 comments

Caveman: Why use many token when few token do trick

https://github.com/JuliusBrussee/caveman
759•tosh•23h ago•334 comments

Artemis II crew see first glimpse of far side of Moon [video]

https://www.bbc.com/news/videos/ce3d5gkd2geo
478•mooreds•18h ago•364 comments

The Mechanics of Steins Gate (2023) [pdf]

https://github.com/Votuko/steins-gate-mechanics/blob/main/The%20Mechanics%20of%20Steins%20Gate%20...
78•Ariarule•11h ago•15 comments

Nanocode: The best Claude Code that $200 can buy in pure JAX on TPUs

https://github.com/salmanmohammadi/nanocode/discussions/1
185•desideratum•18h ago•25 comments
Open in hackernews

SideX – A Tauri-based port of Visual Studio Code

https://github.com/Sidenai/sidex
48•0x1997•2h ago

Comments

gigatexal•2h ago
Good. I’m glad. It’s a great editor but the whole electron backend is so bloated.
dzogchen•1h ago
What are you glad about exactly? This seems to be another big bang rewrite with LLMs. Fun but extremely unlikely to go anywhere.
dev_l1x_be•1h ago
Not op but there is a lot of details about VS code including electron that could have been done better.
hu3•1h ago
That can be said about any project.

And VSCode as been improving since inception, hence why it ate a large pie of the market.

yurishimo•1h ago
VS Code is one of the most performant electron apps ever written. Extensions and plugins are always the culprit of poor performance.
tkz1312•1h ago
What a world we live in where 200mb RAM usage for a text editor is considered "lightweight".
IshKebab•1h ago
Tauri can't help with RAM. It's still running in a browser.
argee•1h ago
This likely takes 500mb+ RAM, TFA probably didn't account for tauri://localhost in their calculation, which by itself takes 200mb+ RAM. Then your app process will take 100mb+ RAM, and there will be a couple of other processes besides.

Tauri is no better than electron in terms of RAM, just like people calling it "lightweight" are no better than flat earthers. Let's hope they come around.

debarshri•1h ago
Would this also support the whole plugin infrastructure?
_def•1h ago
> In Progress / Unstable:

> - Extension host is early-stage — not all extensions will work

anematode•1h ago
Quoting from the README:

> The entire VSCode workbench - editor, terminal, extensions, themes, keybindings — ported to run on a native shell.

but also

> Many workbench features are stubbed or partially implemented

So which is it? The README needs to be clearer about what is aspirational, what is done, and what is out of scope. Right now it just looks like an LLM soup.

chii•1h ago
The first sentence is aspirational, while the second is describing current state.
anematode•1h ago
See I thought that, but then in the putatively aspirational section it says

> 5,600+ TypeScript files from VSCode's source, ported and adapted

which doesn't really make sense as a goal?

OsrsNeedsf2P•1h ago
Vibe coded UI translation with a conflicting README and no screenshots? Is this what it takes to get onto HN front page?
bayindirh•1h ago
It's completely vibe-coded with AI. That's hip. Works or not, fulfills its promises or not, that's not important.

It's vibe-coded, with AI, to Rust. That's enough. Ticks all boxes.

Just half-joking, BTW. Hype is hell of a drug.

Pay08•1h ago
Maybe I'm being too conspiratorial, but I just can't believe that the feverish hype around AI on HN is completely natural.
arcanemachiner•1h ago
The graveyard of LLM-generated comments from new accounts on the bottom of every thread supports your hypothesis.
bayindirh•1h ago
Honestly, at least 50% of it is natural. Personally I don't use AI, but its emergence was highly eye-opening for me.

I personally like both the process and the result in software development. Painstakingly designing things, writing them, and seeing that everything is working as it should be very smoothly, efficiently and fast. It's like building an engine by hand, tuning it, listening and feeling that it works as its best version within your capabilities. Then taking notes of the noises and inefficiencies and iterating upon them as the time allows.

Many people are not like that. They want an engine that works. Its efficiency, appearance or inherent reliability due to elegant design doesn't matter for them. If it works reasonably well, carries the builder from A to B (or more importantly makes money for the them), that's more than enough.

I personally respect this point of view, and completely understand it. What I can't respect or accept, regardless of how hard I try to, is being stoned to death or labeled as a Luddite because I and people with similar perspectives value a different set of things in their lives.

Mass produced things have their place, as well as artisanal, one-off ones. I believe we can live together, one doesn't need to kill the other.

I won't go into building of these AI systems, because I'm tired of repeating ethical and other concerns going into it, not because it's boring, but because people don't listen or care about them. Maybe I'll reiterate them when I have more time, next time.

duskdozer•1h ago
I think it's like a lot of things - partially unnatural but it worked up enough people who hype it naturally. I know someone irl who's all into infodumping LLM jargon now and afaik has no monetary/investment incentive for it.
exitb•1h ago
Paraphrasing.

> There’s a new kind of coding I call “hype coding”, where you fully give in to the hype, embrace exponentials, and forget that the product even exists.

elashri•15m ago
Isn't this basically what was happening with most of our personal projects coming from ideas that we found very interesting and then forget that we ever thought about it?
swiftcoder•1h ago
> to Rust

Not even to rust, really. This is still >95% typescript in a web view...

vineyardmike•58m ago
Don't worry, at least it has a discord server linked.
littlestymaar•52m ago
It seems so, as it also describe every single “show HN” project that I've seen on the front page for the past 5 months or so.
eviks•1h ago
> Same architecture, native performance ... Goal: 200mb RAM usage.

But Tauri doesn't have native performance, specifically when it comes to RAM!

> Memory benchmark might be incorrect: Tauri might consume more RAM than Electron > https://github.com/tauri-apps/tauri/issues/5889

digitaltrees•1h ago
Awesome project. How much work is left, are you looking for contributors? I just built very basic IDE on mobile for myself. I thought about forking vscode but it felt too heavy and I only wanted a subset of features. Now I am wondering if I should use this project for the desktop version.
ardline•1h ago
This is the kind of thing that looks simple until you actually implement it.
Szpadel•1h ago
> Zero Electron imports remaining in the codebase

and you know that AI wrote all of it with minimal human supervision.

side note: last few days I noticed that vscode stopped leaking memory all over the place. when left idle it was taking all the ram I had + 20gb of swap space

and recently I noticed that I have half of the ram free.

I use insiders build btw, so stable might still not have those improvements

TurdF3rguson•1h ago
> Goal: 200mb RAM usage

This is why Zed is great but I just can't get used to the debugger experience so I end up back in VSCode.

duskdozer•1h ago
vscode debugger has always felt lacking to me; I still find myself firing up jetbrains* just for that
vscode-rest•1h ago
I am not sure that their goal (<200mb ram) is really related to their approach (using a built in rendering engine for the same exact source material) at all.
linzhangrun•1h ago
My attitude toward vibe coding is quite open — as long as the quality of the software it produces, including the documentation, is not a problem.

Unfortunately, this is yet another example of a vibe-coded project that does have those problems.

hokkos•1h ago
The worst thing about Tauri is people gaslighting about it being more efficient. No you just save on 150MB of download and install size. And you trade that for risk of incompabilities and breaking. The last thing I want for an editor I use 8h a day.
ipmanlk•58m ago
I don't think it's worth it with the sheer amount of issues you will run into on Mac and Linux. There is a reason why lot of Tauri apps are being rewritten in Electron.
woadwarrior01•36m ago
> Goal: 200mb RAM usage.

We've come such a long way from: "Eighty Megs and Constantly Swapping" :D