FR version is available. Content is displayed in original English for accuracy.
Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
55% Positive
Analyzed from 755 words in the discussion.
Trending Topics
#code#zynq#git#don#llm#run#linux#flatpak#app#https

Discussion (28 Comments)Read Original on HackerNews
I understand the objections to vibe coding, but for those of us who don’t care how a good tool was built (when it actually is good), this just forces us away from your favorite platform. Like it or not, this is the present and these AI tools are available. People will use them.
That said I think it’s utterly ridiculous that this article was written using AI.
How is using autocomplete "Vibecoding" now? I remember y'all that the "definition" for vibecoding requires the "prompter" to not look at a single line of code
Autocomplete with an LLM, which generates snippets for you is just a lubricated version of "copy and paste back and forth between chat window and code window"
> The policy is asymmetric, and that's what makes it harmful.
Well I found the problem already
Who is opening up an LLM to run git push?!
https://xkcd.com/927/
Its not entirely true either because neither git nor Github do things like dependency handling.
There are lots of alternatives to Github. Of the two alternatives to Flathub mentioned in the article, one has disappeared, and the other has all of 93 packages.
Meanwhile, a few ranks away on HN:
"Big AI to humanity: drop dead"
"The End Of Upward Mobility – AI is coming for the meritocracy"
It needs no host-platform tools to compile code, so for example I have a signed binary on my iPhone, written and signed entirely on Linux.
The compiler (v 0.61, not the released v0.6) currently produces code that is between 5x and 0.5x the speed of clang when measured at -O3 on both, against ObjC code, which is pretty good for a nascent compiler. The geometric mean of 19 mini-benchmarks comes in at xc being roughly 6% faster than clang.
Since there is also a framework and gui-designer under way, I’d like to release it as more than a tar.bz2 file for Linux at some point. Flatpark would seem to be appropriate :)
1: https://compile-xc.org/
Zynq is an FPGA with dual Arm A9 cores, on one of which I run the OS, the other is earmarked for the m68k/030 emulator. There’s a hardware 6502 in fabric which has ANTIC, POKEY, and HDMI output (with audio). The OS includes a compositing window manager which uses shared memory to give each GEM window a retained-mode drawing surface.
You can see it booted up, running the emulator in either of:
Https://0x0000ff.co.uk/mov/xt/xtos-aug-11.mov
https://0x0000ff.co.uk/mov/xt/ballblazer.mov
The compiler is self-hosting, so can run on the OS on the FPGA, but this is quite long-winded an explanation so I just shortened it to Zynq.
The “I” in quotes is (for those who didn’t notice) an indication that I used an LLM to help me do all this.