frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Advertisements as Articles in the Register MS

https://techrights.org/n/2026/06/02/Advertisements_as_Articles_in_The_Register_MS.shtml
1•amcclure•37s ago•0 comments

Coinbase Founder's Longevity Startup Triples in Value

https://www.wsj.com/business/newlimit-startup-brian-armstrong-value-82ab9830
1•wslh•1m ago•0 comments

Majorana 2 [video]

https://www.youtube.com/watch?v=1bN4O5_meB4
1•ketchup32613•2m ago•0 comments

Flag Mates, A two-player flag guessing game I built as a wedding gift

https://flagmates4.life/
1•risquer•2m ago•1 comments

Apple's MacBook Neo is winning over a new generation of buyers

https://techcrunch.com/2026/06/02/apples-macbook-neo-is-winning-over-a-new-generation-of-buyers/
2•dhfbshfbu4u3•4m ago•0 comments

FeynRL- Don't let systems swallow the algorithm

https://github.com/FeynRL-project/FeynRL
1•rasoolfakoor•6m ago•0 comments

Ask HN: Flag/gray out comments complaining about AI/LLM use in posts/comments?

1•bookofjoe•6m ago•2 comments

Skillhound: Give your AI access to every public SKILL.md

https://www.skillhound.ai/
2•mfkhalil•9m ago•0 comments

MSTR sells Bitcoin for 1st time since 2022 as quantum risks emerge

https://eciks.org/6891-53435-mstr-stock-drops-as-strategy-sells-bitcoin-for-first-time-since-2022
1•mgh2•11m ago•0 comments

Tiny GPT in Go. Optimised for Understanding. Trained on Jules Verne Books

https://github.com/zakirullin/gpt-go
3•idontlikellm•16m ago•0 comments

AI Ready – U.S. Department of Labor

https://beta.dol.gov/ai-ready
1•extesy•16m ago•0 comments

Korea's Hanwha offers rockets in bid for Canadian submarine deal

https://financialpost.com/transportation/hanwha-offers-rockets-bid-canadian-submarine-deal
1•Teever•17m ago•0 comments

Inside America's Most Dysfunctional Zoo

https://www.wsj.com/lifestyle/zoo-ethel-louisiana-escape-ligon-8418b6d0
1•bookofjoe•17m ago•1 comments

Project N.o.m.a.d. Node for Offline Media, Archives, and Data

https://github.com/crosstalk-solutions/project-nomad
1•lhoff•18m ago•0 comments

Tracing Rays with Jank

https://jank-lang.org/blog/2026-06-01-optimization/
1•yogthos•19m ago•0 comments

Mathematicians warn of AI threats to profession as industry encroaches

https://arstechnica.com/tech-policy/2026/06/mathematicians-warn-of-ai-threats-to-profession-as-in...
4•furcyd•22m ago•1 comments

US banks rely on a 65-year-old programming language

https://economictimes.indiatimes.com/news/new-updates/us-banks-rely-on-a-65-year-old-programming-...
3•indigodaddy•24m ago•0 comments

Samsung moving U.S. headquarters to Plano

https://www.dallasnews.com/business/technology/article/samsung-moving-u-s-headquarters-plano-2228...
4•littlexsparkee•26m ago•0 comments

We Stress-Tested Microsoft's New Image Model Against OpenAI and Google

https://runtimewire.com/article/we-stress-tested-microsoft-s-new-image-model-against-openai-and-g...
1•ryanmerket•27m ago•0 comments

Show HN: Odeva Booking – A unified PMS for holiday parks and campgrounds

1•ramon156•27m ago•0 comments

ClaudeCode, OpenCode and Pi: anatomy of a trivial request

https://c-daniele.github.io/en/posts/2026-05-18-coding-harness-comparison/
2•sourcecodeplz•27m ago•0 comments

My first investing web app

https://www.capotefinance.com/
1•edbrisley•28m ago•1 comments

Show HN: LMAO – Temu League of Legends, Built with Opus 4.8

https://lmaomoba.com
1•jonnyasmar•28m ago•0 comments

Why Your AI Agent Needs Better Temporal Reasoning–and How We Fixed It

https://medium.com/@vektormemory/why-your-ai-agent-needs-better-temporal-reasoning-and-how-we-fix...
1•vektormemory•29m ago•0 comments

Agent-Model Matching Guide

https://github.com/code-yeongyu/oh-my-openagent/blob/dev/docs/guide/agent-model-matching.md
1•ValentineC•30m ago•0 comments

Data.world to be discontinued on July 11, 2026

https://docs.data.world/en/408855-how-to-export-and-download-your-data.html#UUID-eca96534-4836-6e...
3•bnj•30m ago•1 comments

Computex 2026: All the news and announcements

https://www.theverge.com/tech/940844/computex-2026
1•rmason•33m ago•0 comments

Uber caps staff use of AI coding tools after blowing its budget

https://www.latimes.com/business/story/2026-06-02/uber-caps-staff-use-of-ai-coding-tools-after-bl...
4•vrganj•35m ago•2 comments

Building the Infrastructure for the Intelligence Age in Michigan

https://openai.com/index/stargate-michigan-data-center/
1•Philpax•36m ago•0 comments

Acoustic Coupler

https://en.wikipedia.org/wiki/Acoustic_coupler
2•RyanShook•37m ago•0 comments
Open in hackernews

Riscrithm (v1.1) – An intuitive RISC-V assembler and optimizer written in Go

https://github.com/ghetea-patrick/riscrithm/releases/tag/v1.1.0
1•patrick-ghetea•1h ago

Comments

patrick-ghetea•1h ago
Riscrithm v1.1 is now available on GitHub, bringing a bunch of much-needed features to the language. You can check out the repository’s README.md for an in-depth presentation of the syntax, complete with code snippets for each section, as well as actual scripts alongside their respective assembly outputs (both with and without optimization). This version is built on top of v1.0, so the parser might look a bit rough. I plan to refactor and clean it up, but it may take a while before another release comes out. Riscrithm v1.1 is designed to provide everything a developer needs for writing low-level code, especially assembly. If you have questions about the syntax or design choices, feel free to ask, though there might be some delays in my replies. Lastly, this release includes compiled binaries of the parser for Windows, Linux, and Apple (both Intel and Apple Silicon), so you can just clone the repository and start using it. Enjoy writing assembly without the boilerplate!