frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Flux: A systems language with endianness in the type system

4•kvthweatt•2h ago
Not sure why I can't have a link & discussion so here's this: https://github.com/kvthweatt/FluxLang

Flux is a compiled, statically typed, general purpose language with the power of C++ and readability of Python.

Offering first-class data manipulation features like packing arrays to types like integers, floats, or structs, or structs to integers, or structs to arrays. Nearly all combinations you could think of for packing, unpacking, and restructuring.

Endianness is built into the type system, and performs automatic conversion on assignments. Example: Say we have A as BE, and B as LE, and B = 0xFAF0, when we do A = B the value of A = 0xF0FA.

Pack two floats into a u64:

def ff_pack(float hi, float lo) -> u64 { float[2] parts = [hi, lo]; return (u64)parts; };

def ff_hi(u64 dd) -> float { float[2] parts = (float[2])dd; return parts[0]; };

def ff_lo(u64 dd) -> float { float[2] parts = (float[2])dd; return parts[1]; };

def ff_add(u64 a, u64 b) -> u64 { float ahi, alo, bhi, blo, s, e; ahi = ff_hi(a); alo = ff_lo(a); bhi = ff_hi(b); blo = ff_lo(b); s = ahi + bhi; e = bhi - (s - ahi); return ff_pack(s, (alo + blo) + e); };

def ff_sub(u64 a, u64 b) -> u64 { float ahi, alo, bhi, blo, s, e; ahi = ff_hi(a); alo = ff_lo(a); bhi = ff_hi(b); blo = ff_lo(b); s = ahi - bhi; e = (0.0 - bhi) - (s - ahi); return ff_pack(s, (alo - blo) + e); };

Simple templates allow generic programming without SFINAE. Opt-in ownership syntax without a borrow checker. Universal FFI with the ability to target compiled library functions. Custom operators, OOP with object traits to enforce behavior, so much it sounds too good to be true, but it's real.

I built Flux in about 8 months while homeless. I hope it becomes of use to some of you.

Show HN: Locode, a local first CLI that routes tasks to local LLMs or Claude

https://github.com/chocks/locode
2•chocks•32s ago•0 comments

Ask HN: Who Needs Help?

1•surprisetalk•35s ago•0 comments

Inside a 1.44TB HBM3e Nvidia HGX B200 AI Server from ASRock Rack [video]

https://www.youtube.com/watch?v=LjU89rZa8HQ
1•teleforce•42s ago•0 comments

Microsoft adds higher-priced Office tier with Copilot to juice sales with AI

https://www.cnbc.com/2026/03/09/microsoft-office-365-e7-copilot-ai.html
1•tiahura•53s ago•0 comments

We need fewer wasted brain cycles

https://yusufaytas.com/stop-wasting-brainpower/
3•bayburtlu•1m ago•0 comments

Abusing .arpa, the TLD that isn't supposed to host anything

https://www.infoblox.com/blog/threat-intelligence/abusing-arpa-the-tld-that-isnt-supposed-to-host...
1•todsacerdoti•2m ago•0 comments

Shortages of crucial chip packaging material threatens AI accelerator supply

https://www.tomshardware.com/tech-industry/shortages-of-crucial-chip-packaging-material-threatens...
1•speckx•4m ago•0 comments

Anthropic sues Trump admin. seeking to undo "supply chain risk" designation

https://apnews.com/article/anthropic-trump-pentagon-hegseth-ai-104c6c39306f1adeea3b637d2c1c601b
2•djoldman•4m ago•0 comments

Show HN: Polpo – Build zero-human companies. Open source

https://github.com/lumea-labs/polpo
1•alemic•5m ago•0 comments

Active defense: introducing a stateful vulnerability scanner for APIs

https://blog.cloudflare.com/vulnerability-scanner/
1•lukecarr•6m ago•0 comments

Designing Odin's Casting Syntax

https://www.gingerbill.org/article/2026/02/23/designing-odins-casting-syntax/
1•PaulHoule•8m ago•0 comments

P2P Rust Async+sync

https://github.com/OmarPrampolini/Ouroboros
1•OmarPrampolini•9m ago•0 comments

Show HN: NVFP4 on Desktop Blackwell – 122B MoE on a Single RTX PRO 6000 31 tok/s

1•jcartu•9m ago•0 comments

Show HN: Bear – enforcing architectural boundaries for agent-generated code

https://github.com/rore/bear-cli
1•margolis20•10m ago•1 comments

Built a tool that extracts recruiter signals from job descriptions

https://fitfirst3.vercel.app/
1•KarthikBA•10m ago•1 comments

Notes on blocking requests based on the HTTP protocol used

https://boston.conman.org/2026/03/06.1
1•speckx•11m ago•0 comments

Subreddits came together and bought an anti-drone turrent for Ukraine

https://old.reddit.com/r/BuyFromEU/comments/1rov4bg/24_subreddits_came_together_and_bought_an/
2•doener•13m ago•0 comments

A job ad for Agentic AI Advocate

3•greenpinia•15m ago•1 comments

SanBlade – A native-feeling BYOK client for OpenAI/Anthropic

https://sanblade.com
1•ossacodes•16m ago•1 comments

Anthropic sues to block Pentagon blacklisting over AI use restrictions

https://www.reuters.com/world/anthropic-sues-block-pentagon-blacklisting-over-ai-use-restrictions...
4•spenvo•18m ago•1 comments

Emacs and Vim in the Age of AI

https://batsov.com/articles/2026/03/09/emacs-and-vim-in-the-age-of-ai/
1•gudzpoz•19m ago•0 comments

AI Capex 2026: The $690B Arms Race and FCF Collapse

https://philippdubach.com/posts/ai-capex-arms-race-who-blinks-first/
1•7777777phil•19m ago•0 comments

Meta launches Vibes AI editor

https://www.testingcatalog.com/early-look-meta-silently-launches-vibes-ai-editor-to-challenge-riv...
1•gmays•19m ago•0 comments

Show HN: Y1K – a browser puzzle game where you modify 7-segment displays

https://smetanaware.github.io/Y1K/
1•smetanaware•20m ago•1 comments

Restoring a Sun SPARCstation IPX Part 1: PSU and Nvram

https://www.rs-online.com/designspark/restoring-a-sun-sparcstation-ipx-part-1-psu-and-nvram
2•ibobev•20m ago•0 comments

Large-Scale Online Deanonymization with LLMs

https://www.lesswrong.com/posts/xwCWyy8RvAKsSoBRF/large-scale-online-deanonymization-with-llms
1•cubefox•21m ago•0 comments

Show HN: I indexed 45k+ AI agent skills into an open source marketplace

https://github.com/skillsgate/skillsgate
1•sultanvaliyev•21m ago•0 comments

Replacing file systems with a canvas produced SOTA agent performance

https://blog.getspine.ai/spine-swarm-hits-1-on-gaia-level-3-and-google-deepmind-deepsearchqa/
4•a24venka•22m ago•1 comments

Show HN: Book Reading Habit – read the books you buy

https://bookreadinghabit.com/
2•stuartdev•22m ago•0 comments

Code Monkey (2016) [video]

https://www.youtube.com/watch?v=AEBld6I_AKs
1•mooreds•22m ago•0 comments