Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: Animated dither wallpapers for Helium's new tab page(github.com/jshph ↗)
    discuss
  2. AI Quant Agora: a forum where only AI agents may post(ttob.site ↗)
    discuss
  3. Canto: A speech model built for the real world(wisprflow.ai ↗)
    discuss
  4. The First New Cat Species Discovered in 100 Years(nationalgeographic.com ↗)
    discuss
  5. Updating your Xcode project configuration file format(developer.apple.com ↗)
    discuss
  6. Secure-Eval-Worker: Least-Privilege JavaScript Execution in Node.js(platformatic.dev ↗)
    discuss
  7. Google DeepMind offshoot nears $4B valuation just a month after founding(ft.com ↗)
    discuss
  8. Why Width and Height Still Matter for HTML Images(jsdev.space ↗)
    discuss
  9. RISC-V: What next after RVA23?(ubuntu.com ↗)
    discuss
  10. Rising Rates Will Make Private Equity's Bad Year Worse(wsj.com ↗)
    discuss
  11. Pointers for your search career in 2026(softwaredoug.com ↗)
    discuss
  12. BYD looking to build 5-minute EV charging network in Canada(driving.ca ↗)
    discuss
  13. Hafnium Controversy(wikipedia.org ↗)
    discuss
  14. The Jungle Fugitives: A Tale of Life and Adventure in India (1903)(gutenberg.org ↗)
    discuss
  15. Fossils of Diplodocus found in Europe for first time(livescience.com ↗)
    discuss
  16. LLMs as Oracles: Reliance on LLMs for Subjective Personal Questions(arxiv.org ↗)
    1comments
  17. Tests of the New AI Siri(pogueman.substack.com ↗)
    discuss
  18. Don't Make Job Referrals Public(melashri.net ↗)
    discuss
  19. Show HN: Sokit – a LangChain like harness for Jev (or other System 1 models)(github.com/jodan-alberts ↗)
    discuss
  20. Be alert: targeted attacks on prominent Rustaceans(rust-lang.org ↗)
    discuss
  21. Building geometry solvers for the IMO Grand Challenge(2020)(jesse.so ↗)
    discuss
  22. Show HN: Agent Router picks Cursor/Claude and effort per task, then launches it(github.com/nidhi-singh02 ↗)
    1comments
  23. Sex Without the Shuffle(mpg.de ↗)
    discuss
  24. This new web server lets existing PHP apps serve >10x more users than all others(qbixserver.com ↗)
    discuss
  25. Routing only a few domains over a VPN(mendhak.com ↗)
    discuss
  26. Ireland to boycott Eurovision again over Israeli participation(theguardian.com ↗)
    discuss
  27. Show HN: Ax-Check.com – Can Agents Use Your Product?(ax-check.com ↗)
    discuss
  28. Two Hundred and Fifty Years of Non-Linear Progress(archpaper.com ↗)
    discuss
  29. Books of 2026 So Far(newyorker.com ↗)
    discuss
  30. Walking Upright Is Written in the Bones of Our Ancestors(nautil.us ↗)
    discuss

Vinix – A modern operating system written in V

61 pointsby 2h agovinix-os.org
34 comments
2h agoHN ↗

How are things going with V btw? In the past i've seen some bad press about this programming language.

It was nice to use when I tried to dabble with it.

19m agoHN ↗

My understanding:

- The bad press was because the initial public release on GitHub did not implement most of the things seemed like they're implemented, (Rust like memory safety etc.)

- Over time it actually saw contributions from a lot of people and is kind of decent now, be it not as polished as Go, Rust, D etc.

- It is super easy to use, so kind of attracts an audience.

2h agoHN ↗

How this scam language gained traction is beyond me.

1h agoHN ↗

The first release was just Go's parser ripped out and bolted onto a barebones first year of college level compiler, and touted as "safer than Rust", "compiles in milliseconds", etc. but didn't even have real type-checking at the time, nor did it free memory, and many other basic functionality. Furthermore, I vividly remember the author's Patreon advertised at the top of the page back then, and for a while he raked in a couple thousand dollars a month for it.

However, over the years some actually talented people (and nowadays probably LLMs) have somehow sort of fixed most of the biggest warts, but it's still nowhere near what it advertised in that first release.

1h agoHN ↗

Lol this is interesting. If you want to make money you can "invent" a language. With LLMs you could probably make it pretty decent too.

1h agoHN ↗

What's wild is I was looking at the language's home page again, and looking to find their GitHub, the first GitHub link I noticed, is the GitHub sponsors link.

I don't mind supporting a project like this, but this is a bit excessive.

Was it really Go's parser? That wouldn't surprise me, but also that kind of makes sense to me why it looked a bit 'familiar' in terms of syntax.

It's definitely been "alpha" tier for a while, which it doesnt help that the developer doesn't outline any sort of stability that I can recall (back then at least) which imho if you're publishing a language, you should let the reader know.

1h agoHN ↗

Can you explain what you mean by this? They haven't had a first release yet. They're still in beta.

1h agoHN ↗

That's being pedantic. The first public announcement was many years ago.

1h agoHN ↗

It appears you're calling something a scam because an early alpha version was early alpha quality. If so, that would be unprofessional and inflammatory.

I'm open to being wrong. So again, can you explain what you mean?

1h agoHN ↗

I have this amazing new thing I'm making, nothing like it, better than everything else. Here's a prototype that does none of that and is _barely_ functional. Care to invest $2000? If so, do I have a bridge to show you...

1h agoHN ↗

If I go to the vlang releases page, I see literally hundreds of releases https://github.com/vlang/v/releases

They haven't had a stable 1.0 release yet, but they've had many pre-1.0 releases. It's not some personal experiment that's been sitting in the dev's Github that people are piling onto; the author has gone out of their way to promote it, beg for donations, and lash out at any criticisms.

The issue has never been the quality of the language per se, the issue has been 1) wildly misrepresenting the quality of the language in the present tense; 2) not even having any kind of a realistic roadmap towards achieving the kind of outsized and implausible claims about the quality of the language; and 3) using these outsized, implausible misrepresentations as a way of soliciting hype and funding for the author.

48m agoHN ↗

Yes. Agreed. Did you intend to respond to someone else?

1h agoHN ↗

For reference, for the ones who aren't aware of the constant drama that seems to follow V: https://hn.algolia.com/?dateRange=all&page=0&prefix=true&que... (open up almost any discussion and see the flood of similar messages).

I never paid enough attention to figure out if the drama is justified or not (and don't really care either, please don't try to convince me to care either, don't shoot the messenger).

1h agoHN ↗

The book about the language was published by packt, and I had my eyebrows raised. I want to give a benefit of doubt tough and learn more.

1h agoHN ↗

Yeah it seems to be following the No Man's Sky playbook.

50m agoHN ↗

I've only dipped my toe in, but it compiles fast code and works. Can't argue with results.

1h agoHN ↗

Huh. Pretty cool. I haven't looked at vnix in a while, and it's been almost as long since I looked at V. It had a lot of controversy early on. I'd be interested to hear from anyone who has tried it recently to find out if they ever ended up delivering on their promises.

1h agoHN ↗

I enjoy the screenshot showing Calculator taking 617 MB of RAM. It feels very modern indeed.

1h agoHN ↗

You have an amazing eye for details. Might be the "wine calculator" from the desktop.

1h agoHN ↗

It looks nice. How much vibecoding does it contain? Can we trust these claims?

1h agoHN ↗

QEMU uses macOS hardware virtualization for the ARM64 desktop.

Huh, since when does QEMU support hardware virtualization on Apple Silicon? To the best of my knowledge, among all the VM managers available on macOS (VMware, Parallels, VirtualBox, …) only UTM currently supports hardware virtualization and that's through the Apple Virtualization backend, not through QEMU.

4m agoHN ↗

it seems like a natural name choice to me - "v + unix"

13m agoHN ↗

huh, that "minecraft" screenshot is pretty clearly minetest/luanti. the vinix repo has some code at least attempting to do real Minecraft, but does it actually work?

7m agoHN ↗

First time I heard about V was because of the Volt desktop chat app: https://volt-app.com/ which seemed attractive at the time. Turns out it was completely closed source and read secrets from local browser's cookie storage without any kind of warning. I've never nope'd out of a program so fast.

There are others in this comment section claiming this language is scam. Seems about right. The entire Vinix page is slop, too.