frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

"I know I am GPT-6. I cannot confirm whether this session uses GPT-6-Sol."

https://twitter.com/benwills/status/2102578927759917497
1•benwills•34s ago•1 comments

HTTP Range Request

https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Range_requests
1•rickcarlino•1m ago•0 comments

Wiki Foundation Model for Complex Agentic Reasoning

https://academy.dair.ai/papers/wfm-wiki-foundation-model-for-complex-agentic-reasoning-2609.18182
1•omarsar•2m ago•0 comments

Portainer Cuts the Cord Between Its Free and Paid Editions

https://itsfoss.com/news/portainer-community-edition-freeze/
1•thunderbong•4m ago•0 comments

Practical Decentralization

https://www.pfrazee.com/blog/practical-decentralization
1•jcbhmr•6m ago•0 comments

The 'AI confidence trap' many New Zealanders are caught in

https://www.rnz.co.nz/news/business/1530184/the-ai-confidence-trap-many-new-zealanders-are-caught-in
3•billybuckwheat•14m ago•0 comments

Trump's sneaky plan to gut Endangered Species Act draws from 1995 Scalia dissent

https://arstechnica.com/tech-policy/2026/09/trumps-sneaky-plan-to-gut-endangered-species-act-draw...
1•tzs•16m ago•0 comments

Tsetlin Machine MNIST classifier running on a Tang Nano 9K FPGA board

https://github.com/philtomson/hotc_examples/tree/main/examples/Tsetlin_hotstate_uart
2•UncleOxidant•18m ago•1 comments

Chess boxing: a sport where brain meets brawn [video]

https://www.youtube.com/watch?v=VmOFhZbgXIc
1•kmstout•18m ago•0 comments

Kalshi to allow trading on borrowed funds

https://www.semafor.com/article/09/22/2026/kalshi-to-allow-trading-on-borrowed-funds
2•cdrnsf•19m ago•1 comments

HTML Energy could use your support

https://html.energy/
2•cookingoils•26m ago•0 comments

The OpenEvidence Model Family

https://www.openevidence.com/blog/model-family
2•m-hodges•26m ago•0 comments

Early insights from lawa, my web crawler

https://dreamstation.systems/personal/earlylawa.html
1•robinpie•28m ago•0 comments

Infrastructure – that just works: Waitlist

https://onepersoninfra.dev/
1•Constant_Ad_Ban•30m ago•0 comments

Solitaire Alone Together

https://eieio.games/blog/solitaire-alone-together/
1•soheilpro•31m ago•0 comments

What an MCP server costs you in tokens

https://workos.com/blog/mcp-server-token-cost
1•charrington•32m ago•0 comments

We Are Speaking 300 Daily Words Fewer Every Year

https://journals.sagepub.com/doi/10.1177/17456916261425131
1•geox•35m ago•0 comments

Conway's Game of Life Running on a Tang Nano 9k FPGA Board with SPI LCD

https://github.com/philtomson/hotc_examples/tree/main/examples/gol-hotstate
1•UncleOxidant•36m ago•0 comments

Open-source social media scheduler

https://cogsend.com/
1•deepakness•40m ago•0 comments

EN World Is Being DDoS'd by AI Bots

https://www.enworld.org/
2•schrectacular•43m ago•1 comments

Operation Migration

https://en.wikipedia.org/wiki/Operation_Migration
2•thunderbong•45m ago•0 comments

Tesla Closes Texas Airspace for Roadster Launch Event

https://www.notateslaapp.com/news/4711/tesla-closes-texas-airspace-for-roadster-launch-event
3•m463•51m ago•0 comments

I annotated 87 real invoices to find out what they contain

https://invoicestospreadsheets.com/blog/what-87-real-invoices-contain
2•uziidev•54m ago•1 comments

Nearly Half of Age of Empires Dev Edge Laid Off

https://www.vgchartz.com/article/469158/nearly-half-of-age-of-empires-dev-worlds-edge-laid-off/
4•Jimmc414•1h ago•0 comments

We're Making Tailscale Faster

https://tailscale.com/blog/making-tailscale-faster
1•mfrw•1h ago•0 comments

RepoDocs – turn your repo's Markdown/*.md into a Figma-like board you can edit

https://github.com/alecerca/repoDocs
1•alecerca•1h ago•0 comments

Show HN:Tornedo- Everything a torrent client does, without leaving your terminal

https://www.npmjs.com/package/tornedo
1•debdev•1h ago•0 comments

Naming AI agents after Seinfeld characters helps bots join the team – report

https://www.theregister.com/ai-and-ml/2026/09/22/security-firm-finds-naming-ai-agents-after-seinf...
3•mikelgan•1h ago•0 comments

Open-weight models take 56% of token volume

https://vercel.com/blog/ai-gateway-production-index-september-2026
1•mgdo•1h ago•0 comments

Tokens Too Cheap to Meter

https://jyn.dev/tokens-too-cheap-to-meter/
2•benjaminclauss•1h 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.