frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

The Lost Japanese ROM of the Macintosh Plus

https://www.journaldulapin.com/2025/05/17/the-lost-japanese-rom-of-the-macintosh-plus-which-isnt-lost-anymore/
84•ecliptik•3h ago•17 comments

Beta.weather.gov

https://beta.weather.gov/
41•ronbenton•58m ago•6 comments

AniSora: Open-source anime video generation model

https://komiko.app/video/AniSora
51•PaulineGar•2h ago•10 comments

Coding without a laptop: Two weeks with AR glasses and Linux on Android

https://holdtherobot.com/blog/2025/05/11/linux-on-android-with-ar-glasses/
419•mikenew•3d ago•191 comments

FreeBASIC is a free/open source BASIC compiler for Windows DOS and Linux

https://freebasic.net/
44•90s_dev•3h ago•11 comments

Mystical

https://suberic.net/~dmm/projects/mystical/README.html
159•mmphosis•8h ago•19 comments

Directory of MCP Servers

https://github.com/chatmcp/mcpso
92•saikatsg•7h ago•31 comments

Lets Encrypt Ending TLS Client Authentication Certificate Support in 2026

https://letsencrypt.org/2025/05/14/ending-tls-client-authentication/
4•pabs3•24m ago•0 comments

Proton threatens to quit Switzerland over new surveillance law

https://www.techradar.com/vpn/vpn-privacy-security/we-would-be-less-confidential-than-google-proton-threatens-to-quit-switzerland-over-new-surveillance-law
276•taubek•11h ago•147 comments

Dead Stars Don’t Radiate

https://johncarlosbaez.wordpress.com/2025/05/17/dead-stars-dont-radiate-and-shrink/
171•thechao•8h ago•76 comments

GM Is Pushing Hard to Tank California's EV Mandate

https://www.wsj.com/business/autos/california-ev-mandate-auto-industry-64708033
44•NN88•1h ago•17 comments

Bike-mounted sensor could boost the mapping of safe cycling routes

https://newatlas.com/bicycles/proxicycle-bicycle-sensor-safe-cycling-routes/
32•yunusabd•3d ago•14 comments

Understanding Transformers via N-gram Statistics

https://arxiv.org/abs/2407.12034
49•pona-a•6h ago•0 comments

ARMv9 Architecture Helps Lift Arm to New Financial Heights

https://www.nextplatform.com/2025/05/12/armv9-architecture-helps-lift-arm-to-new-financial-heights/
8•rbanffy•3d ago•0 comments

How to have the browser pick a contrasting color in CSS

https://webkit.org/blog/16929/contrast-color/
145•Kerrick•9h ago•51 comments

Palette lighting tricks on the Nintendo 64

https://30fps.net/pages/palette-lighting-tricks-n64/
180•ibobev•11h ago•37 comments

If nothing is curated, how do we find things

https://tadaima.bearblog.dev/if-nothing-is-curated-how-do-we-find-things/
160•nivethan•10h ago•113 comments

Push Ifs Up and Fors Down

https://matklad.github.io/2023/11/15/push-ifs-up-and-fors-down.html
372•goranmoomin•16h ago•142 comments

“Streaming vs. Batch” Is a Wrong Dichotomy, and I Think It's Confusing

https://www.morling.dev/blog/streaming-vs-batch-wrong-dichotomy/
17•ingve•3d ago•9 comments

Espanso – Cross-Platform Text Expander Written in Rust

https://github.com/espanso/espanso
55•kartikarti•3d ago•13 comments

Weather Report from Saturn's Moon Titan

https://www.sci.news/astronomy/titan-weather-13907.html
9•astroimagery•2d ago•0 comments

Unspoken Currency of Office Politics: Leverage and Sanction Between Coworkers

https://graphthinking.blogspot.com/2025/05/leverage-and-sanction-between-coworkers.html
52•physicsgraph•5h ago•6 comments

Fortran for C Programmers

https://flang.llvm.org/docs/FortranForCProgrammers.html
13•todsacerdoti•2h ago•2 comments

Show HN: I built a knife steel comparison tool

https://new.knife.day/blog/knife-steel-comparisons/all
97•p-s-v•9h ago•68 comments

O2 VoLTE: locating any customer with a phone call

https://mastdatabase.co.uk/blog/2025/05/o2-expose-customer-location-call-4g/
180•kragniz•13h ago•41 comments

Pyrefly: A new type checker and IDE experience for Python

https://engineering.fb.com/2025/05/15/developer-tools/introducing-pyrefly-a-new-type-checker-and-ide-experience-for-python/
161•homarp•13h ago•108 comments

A library of words: Discovering Roget's Thesaurus (2023)

https://austinkleon.substack.com/p/a-library-of-words
31•NaOH•2d ago•4 comments

JavaScript's New Superpower: Explicit Resource Management

https://v8.dev/features/explicit-resource-management
296•olalonde•21h ago•188 comments

Xata: Postgres at scale, with copy-on-write branching and anonymization

https://xata.io/blog/xata-postgres-with-data-branching-and-pii-anonymization
34•mebcitto•7h ago•4 comments

LLMs are more persuasive than incentivized human persuaders

https://arxiv.org/abs/2505.09662
104•flornt•6h ago•78 comments
Open in hackernews

OCaml Web Development: Essential Tools and Libraries in 2025

https://tarides.com/blog/2025-05-15-ocaml-web-development-essential-tools-and-libraries-in-2025/
25•birdculture•7h ago

Comments

weird_trousers•6h ago
Cool to see OCaml (and not 'Ocaml', please) got some tractions.

OCaml is a cool language (maybe the best one for functional programming imho), has a great build system and package manager (Dune)... it just miss some "killer apps" running on OCaml to let understand hype-people (managers) to take a look at it and try it at their job places.

lawnchair•6h ago
Great to see OCaml getting some attention. We wrote our product in OCaml at my startup, Terrateam[0]. It has helped us build and ship a complex system with a very small team.

We ended up building a lot in OCaml. Our own build system, a lightweight concurrency runtime, and a Postgres driver, because we wanted full control over how everything works.

[0] https://github.com/terrateamio/terrateam

ofrzeta•6h ago
It's suprising that I never heard of Terrateam although I work in that space. How does your solution compare to ArgoCD or Flux?
lawnchair•6h ago
Makes sense. We are still a bit under the radar. Terrateam focuses on Terraform and Tofu automation through GitHub pull requests. No long running agents or syncing YAML. Everything runs in response to pull request, comment, and merge events.

We are also expanding support beyond Terraform and Tofu. That includes Kubernetes, Ansible, and other tools that follow a plan and apply model. If it runs as a CLI with a dry run capability, we can orchestrate it.

On the VCS side, we started with GitHub and are adding support for GitLab and Azure DevOps.