frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Grok 4 Fast now has 2M context window

https://docs.x.ai/docs/models
25•hereme888•52m ago•16 comments

Tabloid: The Clickbait Headline Programming Language

https://tabloid.vercel.app/
63•sadeshmukh•2h ago•12 comments

Ironclad – formally verified, real-time capable, Unix-like OS kernel

https://ironclad-os.org/
165•vitalnodo•5h ago•36 comments

Boring Company fined nearly $500K after it dumped drilling fluids into manholes

https://www.yahoo.com/news/articles/elon-musk-boring-company-fined-150000426.html
69•eloisius•1h ago•14 comments

Marko – A declarative, HTML‑based language

https://markojs.com/
239•ulrischa•10h ago•115 comments

Largest cargo sailboat completes first Atlantic crossing

https://www.marineinsight.com/shipping-news/worlds-largest-cargo-sailboat-completes-historic-firs...
164•defrost•9h ago•102 comments

Study identifies weaknesses in how AI systems are evaluated

https://www.oii.ox.ac.uk/news-events/study-identifies-weaknesses-in-how-ai-systems-are-evaluated/
322•pseudolus•14h ago•163 comments

Syntax and Semantics of Programming Languages (1995)

https://homepage.cs.uiowa.edu/~slonnegr/plf/Book/
12•nill0•1h ago•12 comments

Control structures in programming languages: from goto to algebraic effects

http://xavierleroy.org/control-structures/
116•SchwKatze•5d ago•8 comments

Open-source communications by bouncing signals off the Moon

https://open.space/
87•fortran77•6d ago•20 comments

WriterdeckOS

https://writerdeckos.com
147•surprisetalk•10h ago•83 comments

Debugging BeagleBoard USB boot with a sniffer: fixing omap_loader on modern PCs

https://www.downtowndougbrown.com/2025/11/debugging-beagleboard-usb-boot-with-a-sniffer-fixing-om...
54•todsacerdoti•6h ago•0 comments

Avería: The Average Font (2011)

http://iotic.com/averia/
141•JoshTriplett•9h ago•29 comments

Show HN: Geofenced chat communities anyone can create

https://vicinity.social/
7•clarencehoward•2h ago•2 comments

How to build your own VPN, or: the history of WARP

https://blog.cloudflare.com/how-to-build-your-own-vpn-or-the-history-of-warp/
16•yla92•5d ago•1 comments

How Airbus Took Off

https://worksinprogress.co/issue/how-airbus-took-off/
10•JumpCrisscross•3h ago•1 comments

IP blocking the UK is not enough to comply with the Online Safety Act

https://prestonbyrne.com/2025/11/06/the-ofcom-files-part-2-ip-blocking-the-uk-is-not-enough-to-co...
219•pinkahd•6h ago•260 comments

Judge denies request to exempt Flock footage from Public Records Act

https://www.goskagit.com/news/local_news/court-denies-request-that-it-find-flock-safety-camera-da...
74•p_ing•4h ago•22 comments

Cloudflare scrubs Aisuru botnet from top domains list

https://krebsonsecurity.com/2025/11/cloudflare-scrubs-aisuru-botnet-from-top-domains-list/
124•jtbayly•12h ago•27 comments

He Chunhui's Tiny386 Turns an ESP32-S3 into a Fully-Functional 386-Powered PC

https://www.hackster.io/news/he-chunhui-s-tiny386-turns-the-humble-esp32-s3-into-a-fully-function...
57•HardwareLust•3h ago•7 comments

My first fifteen compilers (2019)

https://blog.sigplan.org/2019/07/09/my-first-fifteen-compilers/
50•azhenley•1w ago•3 comments

Show HN: Hephaestus – Autonomous Multi-Agent Orchestration Framework

https://github.com/Ido-Levi/Hephaestus
7•idolevi•5d ago•0 comments

Valdi – A cross-platform UI framework that delivers native performance

https://github.com/Snapchat/Valdi
472•yehiaabdelm•1d ago•198 comments

Why is Zig so cool?

https://nilostolte.github.io/tech/articles/ZigCool.html
498•vitalnodo•1d ago•440 comments

An Algebraic Language for the Manipulation of Symbolic Expressions (1958) [pdf]

https://softwarepreservation.computerhistory.org/LISP/MIT/AIM-001.pdf
85•swatson741•14h ago•10 comments

Ticker: Don't die of heart disease

https://myticker.com/
436•colelyman•14h ago•372 comments

Opencloud – An alternative to Nextcloud written in Go

https://github.com/opencloud-eu/opencloud
62•todsacerdoti•12h ago•9 comments

Humanity's Endgame

https://www.noemamag.com/humanitys-endgame/
21•marojejian•5h ago•14 comments

GPT-5-Codex-Mini – A more compact and cost-efficient version of GPT-5-Codex

https://github.com/openai/codex/releases/tag/rust-v0.56.0
41•wahnfrieden•5h ago•24 comments

How did I get here?

https://how-did-i-get-here.net/
361•zachlatta•1d ago•61 comments
Open in hackernews

Show HN: OtterLang – Pythonic scripting language that compiles to native code

https://github.com/jonathanmagambo/otterlang
9•otterlang•5h ago
Hey HN! I’ve been building OtterLang, a small experimental scripting language designed to feel like Python but compile down to native binaries through LLVM.

The goal isn’t to reinvent Python or Rust, but to find a middle ground between them:

Python-like readability and syntax Rust-level performance and type safety Fast builds and transparent Rust FFI (you can directly import Rust crates without writing bindings)

OtterLang is still early and very experimental. the compiler, runtime, and FFI bridge are being rewritten frequently.

Please star the repo, and contribute to help this project.

Comments

Hasnep•1h ago
Interested to try this and compare with SPy: https://antocuni.eu/2025/10/29/inside-spy-part-1-motivations...
otterlang•1h ago
Thank you, yes please try out the language

Also I went through SPy's repo, and also looked at what they beat us in, we have advantages in certain areas. But so do they, so i've already planned new features to make our language even more powerful!