frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Head to head: GLM 5.2 vs. OpenAI: GPT-5.6 Sol

https://runtimewire.com/article/head-to-head-glm-5-2-vs-openai-gpt-5-6-sol
1•ryanmerket•5m ago•0 comments

Commonsense Lessons from the Silicon Valley VC Cash Splash and Metaverse Fail

https://medium.com/@vektormemory/commonsense-lessons-from-the-silicon-valley-vc-cash-splash-metav...
1•vektormemory•9m ago•0 comments

Raided Myanmar Scam Compounds

https://www.abc.net.au/news/2026-07-21/myanmar-scam-compounds-exponential-growth/106603324
1•Gaishan•9m ago•0 comments

Musk says new 2T param Grok model to be trained on SpaceX engineering corpus

https://twitter.com/elonmusk/status/2079446276299465185
1•handfuloflight•11m ago•0 comments

Why design matters for a web framework: a 7-year evolution

https://wasp.sh/blog/2026/07/13/why-design-matters-for-a-web-framework
1•franjo_mindek•17m ago•0 comments

Cortisol Could Be the Next Frontier for Wearables

https://spectrum.ieee.org/cortisol-continuous-monitor-wearable
1•arnejenssen•17m ago•0 comments

Listening to Number Sequences from Oeis

https://oeis.org/listen.html
1•marysminefnuf•20m ago•0 comments

Linux kernel will support $ORIGIN, sort of

https://fzakaria.com/2026/07/20/linux-kernel-will-support-origin-sort-of
2•ingve•21m ago•1 comments

Open SDK for AGM AG32 Combo RISC-V/FPGA Chip

https://github.com/bbenchoff/AGaMEMnon/
3•djfergus•22m ago•0 comments

Limine: Modern, secure, portable, multiprotocol bootloader and boot manager

https://github.com/Limine-Bootloader/Limine
1•noteness•22m ago•0 comments

The CCS2 Attack Surface on EV Chargers (SSH Root:Root)

https://www.saiflow.com/blog/the-hidden-ccs2-attack-surface-on-ev-chargers
1•denysvitali•25m ago•0 comments

Show HN: Intelligent Log Sanitization and logs to metrics

https://github.com/sanitizeai/logguardai
1•sanitizeai•25m ago•0 comments

The bugged stately home where German prisoners blabbed their secrets

https://www.theguardian.com/culture/2026/jul/20/trent-park-house-of-secrets-review-bugged-prisone...
1•6LLvveMx2koXfwn•27m ago•0 comments

Huawei's plan to achieve the escape velocity: Tau Scaling and datacenters

https://polymath707.substack.com/p/huaweis-strategy-applying-tau-scaling
1•chvid•28m ago•0 comments

Storybook: AI MCP

https://storybook.js.org/ai
1•handfuloflight•36m ago•0 comments

Pay up or not? Ransomware surge has victims facing tough choices

https://arstechnica.com/security/2026/07/pay-up-or-not-ransomware-surge-has-victims-facing-tough-...
1•arto•40m ago•0 comments

US judge approves Anthropic's $1.5B settlement of copyright lawsuit

https://www.reuters.com/world/us-judge-approves-anthropics-15-billion-settlement-copyright-lawsui...
2•throwaway2027•42m ago•0 comments

Modula-3 History Collection on Computer History Museum

https://softwarepreservation.computerhistory.org/modula3/
2•pjmlp•42m ago•0 comments

'Made in EU' password manager shares codebase with Russian State-certified firm

https://brusselssignal.eu/2026/07/made-in-eu-password-manager-shares-codebase-with-russian-state-...
6•alephnerd•44m ago•3 comments

China's Z.ai Completes 1-Gigawatt AI Data Center Using Only Chinese-Made Chips

https://finance.yahoo.com/technology/ai/articles/chinas-z-ai-completes-1-205515769.html
2•angst•44m ago•0 comments

Taipan: Run .py Without CPython

https://github.com/FarhanAliRaza/taipan
2•sts153•52m ago•1 comments

Learn any AI tool in 15 min sessions

https://metana.io/ai-training-for-professionals
1•Hirun_w•55m ago•0 comments

Ernest Hemingway: The End of Something (1925)

https://storyoftheweek.loa.org/2026/07/the-end-of-something.html
2•NaOH•57m ago•0 comments

Waiting for an Epiphany

https://www.scotthyoung.com/blog/2006/12/05/waiting-for-an-epiphany/
3•skilled•58m ago•0 comments

Show HN: Calyxa – Browser Native AI tutor solving the "cheating" problem

https://calyxa.app
1•Darcy0911•1h ago•0 comments

Show HN: 3D Biological Fractals in Browser

https://fractl.art
1•gilded-lilly•1h ago•0 comments

DeepSeek cut prices 75%. The 100x problem remains

https://venturebeat.com/orchestration/deepseek-cut-prices-75-the-100x-problem-remains
3•T-A•1h ago•0 comments

Show HN: Take a photo of a menu, get a website

https://www.eatfoodnow.com/
1•t-van•1h ago•0 comments

Inertia.js Adapter for WordPress and PHP

https://github.com/webkul/inertia
2•himanshu-here•1h ago•0 comments

Job Scheduling for Node.js

https://www.nodecron.com/
1•ankitg12•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.