frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Platform-Independent SIMD in Go

https://go.dev/blog/simd-experiment
44•yurivish•1h ago

Comments

qprofyeh•50m ago
This feature opens many doors for optimizing low-level performance in Go projects, that are already running multicore. IIRC there aren’t a lot of languages with built-in std lib support for SIMD and variants. Love the way Go is trying new stuff lately.
abirch•26m ago
Vectorizing computations has been Matlabs secret sauce.
mastermage•20m ago
Julia does that too.
KeplerBoy•9m ago
Does matlab these days do stuff like JIT operator fusing to avoid memory roundtrips and take advantage of FMAs?
pjmlp•11m ago
Besides the usual C and C++, we have Java, .NET, D, Zig, Julia, Swift, Rust.

So yeah, also appreciate have Go in the group instead of manually having to write Assembly.

However not many languages adopt ways to manually write SIMD, because most of us have no idea how to write good SIMD code in first place, I surely don't.

physicsguy•34m ago
Oh this is great, it was one of my biggest bugbears about Go since you almost always have to link C/C++ code to get the appropriate performance.

The one negative I'd say is that often autovectorisation is 'good enough' and this doesn't really tackle that gap.

tgv•27m ago
As a first step, it might be possible to write a linter rule that rewrites suitable numeric loops to SIMD. There are already rules to rewrite several loop types, so that should be doable.
pjmlp•9m ago
The poor Assembler and the unsafe package forgotten in the corner.

While reaching out to CGO is the easier way, it doesn't mean it is the only tool available in Go.

typical182•5m ago
FWIW, there is some pretty substantial autovectorization work that is already in-flight for the Go compiler.

It's being driven by an external contributor who has landed some good changes in the past to the Go compiler. (I think the autovectorization work might be part of their PhD or other academic research, but not sure.)

There's a CL stack here:

https://go.dev/cl/791740

It's hard to make predictions with an open source project, but my personal guess is some flavor of it will land (including it is already demonstrating good results without an enormous level of code complexity in the compiler and without overly slowing down compile speeds), but I guess we'll see.

Dutch governments builds alternative for Microsoft based on NixOS

https://www.dawo.community/en/
482•fjfaase•5h ago•241 comments

Platform-Independent SIMD in Go

https://go.dev/blog/simd-experiment
50•yurivish•1h ago•9 comments

I'm Tired of Being on the Network

https://matduggan.com/im-tired-of-being-on-the-network/
21•sagacity•58m ago•8 comments

Git-bug: Distributed, offline-first bug tracker embedded in Git

https://github.com/git-bug/git-bug
47•alentred•1h ago•7 comments

Pentium II at 600Mhz with Voodoo 3 Emulated on 86Box with M6 Mac Mini

https://nyaa.sh/reviews/mac-mini-m6-emulation
122•hugh4life•5h ago•46 comments

Ink and Switch Interactive Homepage

https://www.inkandswitch.com/
71•iFreilicht•3h ago•14 comments

F-Droid 2.0

https://f-droid.org/2026/09/24/f-droid-2.0-a-new-chapter-for-android-freedom.html
1308•daveoc64•21h ago•373 comments

Topcoat is pushing the boundary of server applications with Rust

https://tokio.rs/blog/2026-09-24-topcoat-server-applications
28•sagacity•3h ago•23 comments

CVE-2025-13032: Entering and Breaking the Avast Antivirus Sandbox Part 2

https://www.safateam.com/intelligence-hub/research/technical-articles/cve-2025-13032-entering-and...
69•safateam•6h ago•17 comments

Show HN: Make cursed fonts like Times New Bastard

https://bastardica.mitpit.com
752•MitPitt•1d ago•101 comments

Special Projects (2016)

https://openai.com/index/special-projects/
40•vinhnx•4h ago•25 comments

Boards of Casio

https://www.ambionix.com/blog/boards-of-casio/
16•fidotron•3h ago•2 comments

Amiga Screens: A Primer

https://www.datagubbe.se/amscr/
32•msephton•5h ago•5 comments

Show HN: Whiteboard (YC W26) – An open-source IDE for thoughtful software design

https://github.com/devdotfast/whiteboard
338•sidharthkmenon•19h ago•122 comments

Oracle on the hook to pay data centre investors even if site has no electricity

https://www.ft.com/content/a96bf05a-a299-4d6a-a753-b298dd0f4016
78•Betelbuddy•2h ago•59 comments

Show HN: Agentic CUDA Kernel Optimizer

https://github.com/bertaye/agentic-cuda-optimizer
21•bertaye•2h ago•0 comments

Why is the liver so weirdly regenerative?

https://dynomight.substack.com/p/liver
452•jbotz•20h ago•232 comments

The Mafia may be keeping fentanyl out of Italy

https://economist.com/europe/2026/09/24/the-mafia-may-be-keeping-fentanyl-out-of-italy
118•runeks•2h ago•136 comments

2DWillNeverDie

https://2dwillneverdie.com/
270•surprisetalk•2d ago•64 comments

Fearless SIMD v1.0

https://linebender.org/blog/fearless-simd-1-0/
276•verdagon•3d ago•42 comments

Rails World 2026 Opening Keynote [video]

https://www.youtube.com/watch?v=vDjW_dRyKXY
362•an0malous•1d ago•393 comments

Toyota is taking the Corolla electric

https://electrek.co/2026/09/23/toyota-best-selling-corolla-electric/
366•cisc•1d ago•643 comments

What About Rails?

https://jardo.dev/what-about-rails
117•jrochkind1•10h ago•65 comments

My weird new hobby: Wandering around Tokyo on Google Maps

https://ahmedhossamdev.com/writing/my-weird-new-hobby-wandering-around-tokyo/
359•ahmedhossamdev•2d ago•163 comments

The Test

https://tante.cc/2026/09/24/the-test/
13•latexr•57m ago•0 comments

Opus 5.5 is good at explainer videos

https://launchvideo.io
310•iacguy•16h ago•168 comments

Using LLMs to trace alchemical knowledge and decode 17th century letters

https://resobscura.substack.com/p/ai-labs-need-to-start-funding-historical
144•benbreen•17h ago•31 comments

Show HN: Hamilton – a no-internet Android health dashboard, named after my dog

https://play.google.com/store/apps/details?id=com.gads.hamilton&hl=en_US
4•hamilton_app•22m ago•2 comments

Two-tier encryption in the UK

https://macanorak.com/two-tier-encryption-in-the-uk/
472•ReturnoftheHack•1d ago•423 comments

Google’s Project Suncatcher to put ML infrastructure in space

https://blog.google/innovation-and-ai/models-and-research/google-research/google-project-suncatch...
202•xnx•23h ago•413 comments