frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Flux 2–High-Fidelity Image Generation with Multi-Reference Consistency

https://www.fluxproai.net/?i=d1d5k
1•lu794377•2m ago•0 comments

Show HN: Fixing LLM memory degradation in long coding sessions

https://github.com/robertomisuraca-blip/LLM-Entropy-Fix-Protocol
1•robertomisuraca•2m ago•0 comments

Tell HN: DuckDuckGo doesn't have bangs for Chatbots like ChatGPT, Grok, Gemini

1•faebi•5m ago•0 comments

Record Club: indie social network for music lovers

https://record.club/
1•thwg•7m ago•1 comments

RL is more information inefficient than you thought

https://www.dwarkesh.com/p/bits-per-sample
1•cubefox•9m ago•0 comments

Show HN: I built a language learning movie app

https://kanjieight.vercel.app/
1•Mikecraft•13m ago•0 comments

How to Synthesize a House Loop

https://loopmaster.xyz/tutorials/how-to-synthesize-a-house-loop
2•stagas•18m ago•0 comments

Morgan Stanley Warns Oracle Credit Protection Nearing Record High – Above 2008

https://www.bloomberg.com/news/articles/2025-11-26/morgan-stanley-warns-oracle-credit-protection-...
2•zerosizedweasle•18m ago•1 comments

DARPA Lift Challenge

https://www.darpa.mil/news/2025/lift-challenge
1•T-A•21m ago•0 comments

Deploying a back end on UpCloud without containers or orchestration (demo video

https://youtu.be/OpRDVpvT5Ak?si=rVUcSk4iKP2yIxAR
1•Nimer•22m ago•1 comments

How to Create an Effective Prompt for Nano Banana Pro

https://www.radicalcuriosity.xyz/p/how-to-create-an-effective-prompt
2•simonebrunozzi•23m ago•0 comments

Show HN: I built a tool to help find profitable creator niches

https://www.clurly.com
1•marksaver•25m ago•0 comments

Bionic Limbs

https://www.bloomberg.com/news/audio/2025-11-20/bloomberg-businessweek-daily-bionic-limbs-podcast
2•I_Nidhi•30m ago•0 comments

NHS Open Source Policies – All Removed [video]

https://youtube.com/watch?v=dQqFNP39sKM
2•jesprenj•30m ago•2 comments

Bollock to GitHub

https://samthursfield.wordpress.com/2025/11/27/bollocks-to-github/
1•icar•32m ago•0 comments

Stripe had enough of fake 10k MRR posts

https://twitter.com/stripe/status/1993382198851100733
2•marcelbundle•32m ago•0 comments

Show HN: Unified memory across all LLMs

https://hiperyon.com/
1•Ambroise75•33m ago•0 comments

Click to call no longer working (tell:) (on desktop)

https://support.google.com/chrome/thread/214777576/click-to-call-no-longer-working?hl=en
1•chagaif•37m ago•1 comments

Old PC

https://old-pc-x.vercel.app
2•Areibman•42m ago•0 comments

URL in C Puzzle

https://susam.net/url-in-c.html
2•birdculture•49m ago•0 comments

Finding the grain of sand in a heap of Salt

https://blog.cloudflare.com/finding-the-grain-of-sand-in-a-heap-of-salt/
1•privacyops•51m ago•0 comments

Is psql's scripting language Turing complete? Or: Fibonacci in psql

https://www.enterprisedb.com/blog/psqls-scripting-language-turing-complete-or-fibonacci-psql
2•ingve•51m ago•0 comments

DNS Firewalling with MISP and Technitium DNS Server

https://zaferbalkan.com/technitium-misp/
4•feldrim•53m ago•2 comments

Ray Marching Soft Shadows in 2D

https://www.rykap.com/2020/09/23/distance-fields/
9•memalign•1h ago•0 comments

Git commit-based annual performance reviewer [video]

https://youtube.com/shorts/9OpklP_TtCY
1•javaskrrt•1h ago•0 comments

You Are Insignificant. That's a Good Thing

https://www.joanwestenberg.com/p/you-are-insignificant-that-s-a-good-thing
4•gpi•1h ago•0 comments

The High Price of Environmental Responsibility

https://rodgercuddington.substack.com/p/the-high-price-of-environmental-responsibility
2•freespirt•1h ago•1 comments

An LED panel that shows the aviation around you

https://github.com/AxisNimble/TheFlightWall_OSS
1•yzydserd•1h ago•0 comments

Artificial muscles, or Robotics 2.0 (RU) (Anthropomorphic robotics)

https://habr.com/ru/articles/969722/
1•chromoblob•1h ago•1 comments

iPhone Fold Will Be Creaseless and Cost $2,400, Report Says

https://www.cnet.com/tech/mobile/iphone-fold-will-be-creaseless-and-cost-2400-report-says/
1•thunderbong•1h ago•0 comments
Open in hackernews

Zig and GPUs

https://alichraghi.github.io/blog/zig-gpu/
57•Cloudef•7mo ago

Comments

LegNeato•7mo ago
See also https://github.com/Rust-GPU/rust-gpu and https://github.com/rust-gpu/rust-cuda
ladyanita22•7mo 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•7mo ago
Microsoft indicated they are switching to SPIR-V from DXIL: https://devblogs.microsoft.com/directx/directx-adopting-spir...
skywal_l•7mo 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•7mo 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•7mo 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•7mo 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•7mo 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•7mo 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•7mo 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•7mo ago
The Zig compiler can compile C, though.