frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

We're releasing Kalypta, the first app to block AI notetakers in your meetings

https://twitter.com/aidaxbaradari/status/2100223250789970186/video/1
1•taubek•1m ago•0 comments

1996 PC dial-up and early web simulator

https://56k.rip/
1•henrychannel•2m ago•1 comments

Rust coreutils acknowledges copying of GNU GPL code

https://github.com/uutils/coreutils/releases/tag/0.12.0
2•co4312•2m ago•1 comments

Free to Choose (1980) [video]

https://www.youtube.com/watch?v=dngqR9gcDDw
1•nomilk•3m ago•0 comments

AI tool turns any paper into an 'agent' that can collaborate and answer queries

https://www.nature.com/articles/d41586-026-02899-2
2•sohkamyung•4m ago•0 comments

Almost-There

https://almost-there.eu/en
1•annsaoirses•10m ago•1 comments

A small, extensible experimental embedded database in C++20

https://github.com/morishuz/CoreSQL
1•oryx1729•11m ago•0 comments

I'm building a read-only AWS cost optimization tool for startups

https://commitalpha.com
2•problemstosolve•12m ago•0 comments

How to get into a flow state: the triggers that hold up, and what EEG says

https://medium.com/@6thMind/how-to-get-into-a-flow-state-the-triggers-that-hold-up-and-what-eeg-s...
1•smanuel•13m ago•0 comments

Open source semi: Windrose puts its electric truck online, for free

https://electrek.co/2026/09/17/open-source-semi-windrose-puts-its-electric-truck-online-for-free/
1•Klaster_1•14m ago•0 comments

Pew: Democrats more worried than Republicans about AI's impact on jobs

https://pewresearch.org/short-reads/2026/09/16/democrats-are-now-more-worried-than-republicans-ab...
2•utiiiD•15m ago•0 comments

Litespeed – a local coding agent with multi-model workflows

https://github.com/BerriAI/litespeed/tree/main
1•hmokiguess•15m ago•0 comments

River home to 500 crocodiles chosen as Olympic rowing venue

https://www.bbc.com/sport/olympics/articles/cqvgy1m9z4k8o
2•vismit2000•17m ago•1 comments

Nuclear Fusion's Moment of Truth

https://email.newsletters.ft.com/c/eJyMkslS40gQhp-mdCtH7ctBB29iRMxgzDIMcyGqKrOMsCy5JRkHPH1HE_Ry5J...
2•helsinkiandrew•17m ago•1 comments

Kidney Transplantation in Highly Sensitized Persons After Car T-Cell Therapy

https://doi.org/10.1056/nejmc2608825
1•sbulaev•18m ago•0 comments

Show HN: On-device meeting transcription for iPhone (no cloud, no account)

https://apps.apple.com/us/app/fieldnoter-transcription/id6789909820
2•ljokr•18m ago•0 comments

HavenCo

https://en.wikipedia.org/wiki/HavenCo
1•vismit2000•19m ago•0 comments

19th Nervous Breakdown

https://thebuild.com/blog/19th-nervous-breakdown/
1•haeseong•19m ago•0 comments

Why TeX Is Slow and How We Rebuilt It in Pure Rust

https://leoliu0.github.io/blog-ratex.html
2•leoliu00•19m ago•0 comments

The damage a tiny speck of space debris can do at 15000mph(2018)

https://bigthink.com/hard-science/heres-the-damage-a-tiny-speck-of-space-debris-can-do-at-15000mph/
1•num42•19m ago•0 comments

SpaceX – Starmind

https://www.spacex.com/spacexai/starmind
4•vismit2000•21m ago•0 comments

Show HN: Ink Signal, editor themes with fewer colours

https://gaurav-singh.info/ink-signal/
3•gvsh_maths•21m ago•0 comments

Infinite View – Public Domain Image Archive

https://pdimagearchive.org/infinite-view/
3•Bluestein•22m ago•1 comments

Who's buying your personal data: Disney, GM, your insurer and bank

https://themarkup.org/privacy/2026/09/16/whos-buying-your-personal-data-disney-gm-your-insurer-an...
1•DeepLogin•23m ago•0 comments

My Take on Procrastination

https://hossein.naghdbishi.com/posts/en/goal-orientation-and-procrastination/
2•niyumard•23m ago•0 comments

Show HN: Bottle – a tiny ledger for bot memory

https://github.com/imron/bottle
2•imron•23m ago•0 comments

Show HN: Out-of-tree Linux driver for a reverse-engineered Cavium 10GbE SmartNIC

https://github.com/nicologiuliani6/cavium-cn6640-snic10e-octeon-ii-nic
1•nicologiuliani6•23m ago•0 comments

US automakers could soon be forced to include AM radio for free

https://techcrunch.com/2026/09/16/us-automakers-could-soon-be-forced-to-include-am-radio-for-free/
1•soltanov•24m ago•0 comments

Mammals

https://thingofthings.substack.com/p/strange-mammals
1•surprisetalk•25m ago•0 comments

Show HN: OpenBot, open source framework similar to Grok Bot

https://github.com/regnull/openbot
1•regnull•27m ago•0 comments
Open in hackernews

Zig and GPUs

https://alichraghi.github.io/blog/zig-gpu/
57•Cloudef•1y ago

Comments

LegNeato•1y ago
See also https://github.com/Rust-GPU/rust-gpu and https://github.com/rust-gpu/rust-cuda
ladyanita22•1y ago
Surprisingly, it seems this project just supports Spir-V and PTX, but not DXIL or AMDGCN.

I say surprisingly, because I'd expect Rust support to be more mature than Zig's.

lostmsu•1y ago
Microsoft indicated they are switching to SPIR-V from DXIL: https://devblogs.microsoft.com/directx/directx-adopting-spir...
skywal_l•1y ago
I am a complete noob in GPU but is AMDGCN the older generation with the new one being RDNA? If you generate a binary for AMDGCN, will it run on the newest cards?

Also, I though that these GPU ISAs were "proprietary". I wonder how reliable the binary generation can be.

AliChraghi•1y ago
AMD ISAs are changing for almost every generation so LLVM[1] continues to keep the architecture name "amdgcn" and handle the variation based on the model flag (e.g., -mcpu=gfx1030 for RDNA2, -mcpu=gfx1100 for RDNA3).

> I though that these GPU ISAs were "proprietary"

PTX spec[2] is publicly available but the actual hardware assembly (SASS) is not. Although i believe Nsight allows you to view it.

1. https://llvm.org/docs/AMDGPUUsage.html#processors

2. https://docs.nvidia.com/cuda/parallel-thread-execution

imtringued•1y ago
If LLVM can target AMD GPUs what exactly prevents AMD and ROCm from supporting all the damn GPUs?

At this point I'm convinced that the real problem with AMD GPUs isn't necessarily the compilers (although they do produce mediocre code) or even the hardware itself, but some crappy C++ driver code that can't handle running graphics and compute at the same time. The datacenter GPUs never had to run graphics in the first place, so they are safe.

slavik81•1y ago
In my experience, the compiler, compute drivers, and HIP runtime work fine for all modern AMD GPUs. The only parts of the stack that don't run on all GPUs are the math and AI libraries. And that is mostly because AMD isn't building and testing those libraries for unsupported GPUs. The actual work required to enable functional support was straightforward enough that I ported them myself when packaging the libraries for Debian. Though, I had a lot of help on the testing.

See the Debian Trixie Supported GPU list: https://salsa.debian.org/rocm-team/community/team-project/-/...

SomaticPirate•1y ago
While I admire the work of hobbyists it still looks like C/C++ will be the default until a GPU vender makes the decision to support these libraries.

From my understanding, Vulkan and OpenGL are nice but the true performance lies in the specific toolkits (ie CUDA, Metal).

Wrapping the vendor provided frameworks is liable to break and that isn't tenable for someone who wants to do this on a professional basis.

pjmlp•1y ago
They also miss that on CUDA's case it is an ecosystem.

Actually it is C, C++, Fortran, OpenACC and OpenMP, PTX support for Java, Haskell, Julia, C#, alongside the libraries, IDE tooling and GPU graphical debugging.

Likewise Metal is plain C++14 plus extensions.

On the graphics side, HLSL dominates, following by GLSL and now slang. There are then MSL, PSSL and whatever NVN uses.

By the way, at GTC NVIDIA announced going all in with Python JIT compilers for CUDA, with feature parity with existing C++ tooling. There is now a new IR for doing array programming, Tile IR.

dismalaf•1y ago
I don't quite get this comment.

This is supposed to be used in place of CUDA, HIP, Metal, Vulkan, OpenGL, etc... It's targeting the hardware directly so doesn't need to be supported as such.

The site also seems to clearly state it's a work in progress. It's just an interesting blog post...

slowmovintarget•1y ago
The Zig compiler can compile C, though.