frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Paramera modified carbon fiber hood

https://www.porsche-km.com/productinfo/192708.html
1•edl8888•12s ago•0 comments

NIMBY Rails

https://store.steampowered.com/app/1134710/NIMBY_Rails/
1•altilunium•1m ago•0 comments

Reverse-engineered the FPGA bitstream using Claude Code

https://github.com/14sea/Cyclone_CRAM_Mapper
1•14sea•1m ago•1 comments

Hell Is a World in Which Everybody Writes Like Axios (2022)

https://newrepublic.com/article/167857/axios-smart-brevity-book-hell-world
1•Tomte•1m ago•0 comments

Euro-Office – Your sovereign office

https://github.com/Euro-Office
1•XzetaU8•10m ago•1 comments

College instructor turns to typewriters to curb AI use, teach life lessons

https://apnews.com/article/typewriter-ai-cheating-chatgpt-cornell-ce10e1ca0f10c96f79b7d988bb56448b
1•1vuio0pswjnm7•11m ago•1 comments

Disposable Tools Manifesto

https://blog.vtemian.com/post/disposable-tools-manifesto/
1•vtemian•11m ago•0 comments

AI Damaged a Friendship

https://www.bartmol.io/how-ai-damaged-a-friendship/
1•Maulwurf•14m ago•0 comments

Vincelwt/gloomberb: Finance terminal, in your terminal

https://github.com/vincelwt/gloomberb
1•rcarmo•15m ago•0 comments

Java: The Foreign Function and Memory API

https://dev.java/learn/ffm/
1•tosh•16m ago•0 comments

Show HN: I developed a node editor framework using gpui

https://github.com/tu6ge/ferrum-flow
2•tu6ge•24m ago•0 comments

Humans Persistently Devalue AI-Generated Creative Writing

https://psycnet.apa.org/fulltext/2027-12675-001.html
1•Growtika•29m ago•0 comments

The end of password pain: building frictionless authentication at the Guardian

https://theguardian.engineering/blog/the-end-of-password-pain-building-frictionless-authenticatio...
2•Tomte•32m ago•1 comments

Anthropic buys biotech startup Coefficient Bio in $400M deal: Reports

https://techcrunch.com/2026/04/03/anthropic-buys-biotech-startup-coefficient-bio-in-400m-deal-rep...
1•doppp•33m ago•0 comments

From Hierarchy to Intelligence

https://block.xyz/inside/from-hierarchy-to-intelligence
1•nomagicbullet•33m ago•0 comments

PlayStation 3 emulator makes Cell CPU 'breakthrough' that improves performance

https://www.tomshardware.com/video-games/playstation/rpcs3-ps3-emulator-gets-cell-cpu-breakthroug...
1•adunk•34m ago•0 comments

VLA learns how to act. S2S decides whether the motion is physically trustworthy

https://github.com/timbo4u1/S2S
1•s2sphysical•42m ago•0 comments

Axplorer: Democratizing the search for interesting mathematical constructions

https://axiommath.ai/territory/axplorer
1•T-A•43m ago•0 comments

I stopped hitting Claude's usage limits – things I changed

https://twitter.com/0x_kaize/status/2038286026284667239
3•taubek•43m ago•0 comments

Hitachi Ltd, Part I

https://www.abortretry.fail/p/hitachi-ltd-part-i
1•XzetaU8•45m ago•0 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/
26•teleforce•46m ago•13 comments

A Tale of AI Betrayal and Snapshotting Victory

https://makc.co/essays/gpt-clusterfuck/
3•makc•47m ago•1 comments

Dennett's Real Patterns in Science and Nature

https://direct.mit.edu/books/oa-edited-volume/6112/Dennett-s-Real-Patterns-in-Science-and-Nature
1•__patchbit__•47m ago•0 comments

Microsoft Silverlight

https://en.wikipedia.org/wiki/Microsoft_Silverlight
1•tosh•51m ago•0 comments

The Image Boards of Hayao Miyazaki

https://animationobsessive.substack.com/p/the-image-boards-of-hayao-miyazaki
1•vinhnx•53m ago•0 comments

Show HN: Mantyx – Agent Control Plane with Centralized MCP Management

https://mantyx.io/mcp
3•mantyx•55m ago•0 comments

GPU Memory for LLM Inference (Part 1)

https://darshanfofadiya.com/llm-inference/gpu-memory.html
3•subset•59m ago•0 comments

The Population Bomb (1968)

https://en.wikipedia.org/wiki/The_Population_Bomb
2•downboots•1h ago•0 comments

Show HN: WebGPU LLM inference comprehensive benchmark

https://arxiv.org/abs/2604.02344
2•yu3zhou4•1h ago•0 comments

Show HN: Let's Turn Your Claude into Socrates

https://github.com/RoundTable02/socrates-skill
2•bevibing•1h ago•0 comments
Open in hackernews

SideX – A Tauri-based port of Visual Studio Code

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

Comments

gigatexal•1h 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•10m 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•53m ago
Don't worry, at least it has a discord server linked.
littlestymaar•47m 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•56m 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•53m 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•31m ago
> Goal: 200mb RAM usage.

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