frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA

https://global.fujitsu/en-global/pr/news/2026/09/14-02
295•my123•1d ago•116 comments

Artificial intelligence now beats some of the best human forecasters

https://www.economist.com/science-and-technology/2026/09/16/artificial-intelligence-now-beats-som...
52•ddp26•1h ago•40 comments

Whoisinspace.com/

https://whoisinspace.com
41•Egg-Man•1h ago•14 comments

CrowdSec Source Code Leak

https://www.crowdsec.net/blog/crowdsec-statement-source-code-exposure
29•eccgecko•1h ago•8 comments

hister

https://github.com/asciimoo/hister
25•bookofjoe•40m ago•3 comments

Zettascale (YC S24) Is Hiring Lead FPGA Engineer to Build Chips for ASI

https://zscc.ai/careers?job_id=109821
1•el_al•5m ago

LLM Classification Is Feature Engineering

https://minimallysufficient.com/posts/llm-classification-is-feature-extraction/
35•minsufficient•1h ago•9 comments

Vinix – A modern operating system written in V

https://vinix-os.org/
29•hggh•1h ago•14 comments

One Year of Sponsored Servo Development

https://servo.org/blog/2026/09/15/one-year-of-sponsorship/
282•AshleysBrain•8h ago•123 comments

Rate limits on GitLab.com are changing

https://about.gitlab.com/blog/rate-limit-change-2026/
57•darkwater•1h ago•46 comments

Show HN: Die With Me – Claude and Codex rate limits as AIM away messages

https://diewithme.co/join
8•monijz•40m ago•11 comments

Launch HN: Skillsync (YC W26) – AI chat sessions made portable across agents

https://skillsync.com
4•cat-whisperer•43m ago•0 comments

Show HN: Share your AI Setup, Learn from others

https://mysetup.ai/
67•steveybrown•4h ago•33 comments

Grand MS-DOS Gaming General MIDI Showdown

https://blog.johnnovak.net/2023/03/05/grand-ms-dos-gaming-general-midi-showdown/
16•ibobev•2d ago•0 comments

Nvidia announces native GPU programming in Rust

https://developer.nvidia.com/blog/introducing-cuda-rust-two-tracks-for-writing-gpu-kernels/
889•nonmaskable•1d ago•354 comments

CCC invites all model citizens to 40C3

https://events.ccc.de/en/2026/09/12/40c3-model-citizens/
222•antonly•9h ago•71 comments

Why I didn’t sign the Fields medallists’ letter

https://gowers.wordpress.com/2026/09/17/why-i-didnt-sign-the-fields-medallists-letter/
47•simianwords•8h ago•93 comments

Show HN: Aclif – Agent CLI framework: one grammar, canonical names across SaaS

https://www.aclif.ai/
3•chris_marino•17m ago•1 comments

My temporary PHP fix from 2014 has nearly 20M installs. Today I'm deprecating it

https://jakeasmith.com/blog/http-build-url/
273•jakeasmith•1d ago•71 comments

Mastering Layout Engines in Graphviz: Dot vs. Neato vs. Twopi vs. Circo

https://guides.visual-paradigm.com/mastering-graphviz-layout-engines-dot-neato-twopi-circo/
14•vismit2000•2d ago•2 comments

The Relation Between Mathematics and Physics by Paul Dirac (1939)

https://www.damtp.cam.ac.uk/events/strings02/dirac/speach.html
135•rramadass•4d ago•38 comments

Keys Not Included: recovering the signing keys for US driver's license barcodes

https://ryan.science/blog/keys-not-included
256•Ryan5453•14h ago•132 comments

GLM Built Its Own Inference Infrastructure

https://z.ai/blog/glm-built-its-inference-infrastructure
249•whiteros_e•8h ago•206 comments

Show HN: I built a new version of my fun spatial 3D online meeting app

https://flat.social
78•pawelwentpawel•4h ago•48 comments

Ask HN: How to recover Google auth after phone stolen?

23•keymasta•48m ago•19 comments

Xiaomi Mimo 2.6 live post-training dashboard

https://mimo.xiaomi.com/rl/
524•krackers•20h ago•148 comments

Lucasart's Afterlife

https://togameforlife.wordpress.com/2023/12/09/on-lucasarts-afterlife/
85•Bondi_Blue•1d ago•41 comments

Better Vector Search for Long Documents: Chunking Inside Manticore Search

https://manticoresearch.com/blog/auto-chunking/
66•GloriaVinogrado•6h ago•10 comments

Cloudflare/Security-Audit-Skill

https://github.com/cloudflare/security-audit-skill
168•donk8r•12h ago•35 comments

Online Z3 Guide

https://microsoft.github.io/z3guide/
57•Bluestein•2d ago•15 comments
Open in hackernews

Vinix – A modern operating system written in V

https://vinix-os.org/
24•hggh•1h ago

Comments

foul•43m ago
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.

novacrazy•39m ago
How this scam language gained traction is beyond me.
ecto•38m ago
How can a language be a scam?
MisterTea•31m ago
I have no opinion on the subject but I have found this to be an interesting dive into the supposed controversy: https://justinas.org/the-bizarre-world-of-v
novacrazy•26m ago
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.

morpheos137•15m ago
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.
giancarlostoro•15m ago
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.

torstenvl•11m ago
Can you explain what you mean by this? They haven't had a first release yet. They're still in beta.
novacrazy•8m ago
That's being pedantic. The first public announcement was many years ago.
torstenvl•5m ago
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?

ape4•35m ago
This seems to be the language's main page https://vlang.io/
embedding-shape•30m ago
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).

orsenthil•17m ago
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.
IshKebab•4m ago
Yeah it seems to be following the No Man's Sky playbook.