Discussion
Search code, repositories, users, issues, pull requests...
gigatexal: Good. I’m glad. It’s a great editor but the whole electron backend is so bloated.
dzogchen: What are you glad about exactly? This seems to be another big bang rewrite with LLMs. Fun but extremely unlikely to go anywhere.
OsrsNeedsf2P: Vibe coded UI translation with a conflicting README and no screenshots? Is this what it takes to get onto HN front page?
anematode: 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 implementedSo 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: The first sentence is aspirational, while the second is describing current state.
debarshri: Would this also support the whole plugin infrastructure?
tkz1312: What a world we live in where 200mb RAM usage for a text editor is considered "lightweight".
dev_l1x_be: Not op but there is a lot of details about VS code including electron that could have been done better.
Szpadel: > Zero Electron imports remaining in the codebaseand 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 spaceand recently I noticed that I have half of the ram free.I use insiders build btw, so stable might still not have those improvements
ardline: This is the kind of thing that looks simple until you actually implement it.
digitaltrees: 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.
eviks: > 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
_def: > In Progress / Unstable:> - Extension host is early-stage — not all extensions will work
hu3: That can be said about any project.And VSCode as been improving since inception, hence why it ate a large pie of the market.
vscode-rest: 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.Perhaps they claim Safari or Firefox would inherently use less RAM than Chromium?
bayindirh: 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: Maybe I'm being too conspiratorial, but I just can't believe that the feverish hype around AI on HN is completely natural.
anematode: See I thought that, but then in the putatively aspirational section it says> 5,600+ TypeScript files from VSCode's source, ported and adaptedwhich doesn't really make sense as a goal?
TurdF3rguson: > Goal: 200mb RAM usageThis is why Zed is great but I just can't get used to the debugger experience so I end up back in VSCode.
yurishimo: VS Code is one of the most performant electron apps ever written. Extensions and plugins are always the culprit of poor performance.
argee: [delayed]
swiftcoder: > to RustNot even to rust, really. This is still >95% typescript in a web view...
bayindirh: 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.
exitb: 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.
arcanemachiner: The graveyard of LLM-generated comments from new accounts on the bottom of every thread supports your hypothesis.
hokkos: 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.
linzhangrun: 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.
duskdozer: vscode debugger has always felt lacking to me; I still find myself firing up jetbrains* just for that
littlestymaar: 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.
ipmanlk: 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.
vineyardmike: Don't worry, at least it has a discord server linked.
woadwarrior01: > Goal: 200mb RAM usage.We've come such a long way from: "Eighty Megs and Constantly Swapping" :D
elashri: 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?
KendallCBooker: Hey Creator of Sidex, I just updated the Read me to be alot clearer would love your feedback on it to help clear the air
KendallCBooker: Hey Creator of Sidex, I just updated the ReadMe,Old one I didn't put any Time into I was more focus on getting it stable
gigatexal: I want a vscode port to native. think zed but with the rich ecosystem.
exitb: Probably. But it’s happening at all levels. Legacy companies like Microsoft or Apple are very interested to associate themselves with AI, but not so interested in actually developing good, useful AI products.
KendallCBooker: Yes, but the idea is to have all of VS Code Extensions working as well, which is what Zed doesn’t have. There are just too many Extensions that people would like to use but on a less usage.