frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Mac mini will be made at a new facility in Houston

https://www.apple.com/newsroom/2026/02/apple-accelerates-us-manufacturing-with-mac-mini-production/
187•haunter•1h ago•164 comments

I'm helping my dog vibe code games

https://www.calebleak.com/posts/dog-game/
487•cleak•5h ago•148 comments

Hacking an old Kindle to display bus arrival times

https://www.mariannefeng.com/portfolio/kindle/
114•mengchengfeng•3h ago•21 comments

How we rebuilt Next.js with AI in one week

https://blog.cloudflare.com/vinext/
207•ghostwriternr•2h ago•50 comments

Show HN: Moonshine Open-Weights STT models – higher accuracy than WhisperLargev3

https://github.com/moonshine-ai/moonshine
22•petewarden•58m ago•2 comments

Nearby Glasses

https://github.com/yjeanrenaud/yj_nearbyglasses
173•zingerlio•5h ago•69 comments

Pi – a minimal terminal coding harness

https://pi.dev
26•kristianpaul•58m ago•11 comments

Looks like it is happening

https://www.math.columbia.edu/~woit/wordpress/?p=15500
112•jjgreen•1h ago•73 comments

Show HN: Emdash – Open-source agentic development environment

https://github.com/generalaction/emdash
71•onecommit•4h ago•33 comments

I pitched a roller coaster to Disneyland at age 10 in 1978

https://wordglyph.xyz/one-piece-at-a-time
368•wordglyph•9h ago•143 comments

Hugging Face Skills

https://github.com/huggingface/skills
109•armcat•5h ago•34 comments

Manjaro website off-line again due to lapsed certificate

https://distrowatch.com/dwres.php?resource=showheadline&story=20140
44•hexagonsuns•3h ago•22 comments

Build Your Own Forth Interpreter

https://codingchallenges.fyi/challenges/challenge-forth/
34•AlexeyBrin•3d ago•9 comments

Optophone

https://en.wikipedia.org/wiki/Optophone
9•Hooke•4d ago•3 comments

Dream Recorder AI – a portal to your subconscious

https://dreamrecorder.ai/
5•level87•42m ago•3 comments

IRS Tactics Against Meta Open a New Front in the Corporate Tax Fight

https://www.nytimes.com/2026/02/24/business/irs-meta-corporate-taxes.html
171•mitchbob•9h ago•188 comments

Steel Bank Common Lisp

https://www.sbcl.org/
122•tosh•4h ago•38 comments

Verge (YC S15) Is Hiring a Director of Computational Biology and AI Scientists/Eng

https://jobs.ashbyhq.com/verge-genomics
1•alicexzhang•5h ago

We installed a single turnstile to feel secure

https://idiallo.com/blog/installed-single-turnstile-for-security-theater
242•firefoxd•2d ago•105 comments

Diode – Build, program, and simulate hardware

https://www.withdiode.com/
431•rossant•4d ago•93 comments

Show HN: Chaos Monkey but for Audio Video Testing (WebRTC and UDP)

https://github.com/MdSadiqMd/AV-Chaos-Monkey
26•MdSadiqMd•1d ago•2 comments

Show HN: Recursively apply patterns for pathfinding

https://pattern-pathfinder.vercel.app/?fixtureId=%7B%22path%22%3A%22site%2Fexamples%2F_intro.fixt...
6•seveibar•1h ago•1 comments

IDF killed Gaza aid workers at point blank range in 2025 massacre: Report

https://www.dropsitenews.com/p/israeli-soldiers-tel-sultan-gaza-red-crescent-civil-defense-massac...
981•Qem•10h ago•290 comments

Extending C with Prolog (1994)

https://www.amzi.com/articles/irq_expert_system.htm
56•Antibabelic•2d ago•18 comments

Open Letter to Google on Mandatory Developer Registration for App Distribution

https://keepandroidopen.org/open-letter/
326•kaplun•5h ago•260 comments

The Missing Semester of Your CS Education – Revised for 2026

https://missing.csail.mit.edu/
363•anishathalye•1d ago•107 comments

λProlog: Logic programming in higher-order logic

https://www.lix.polytechnique.fr/Labo/Dale.Miller/lProlog/
137•ux266478•3d ago•35 comments

Stripe reportedly makes offer to acquire PayPal

https://www.cnbc.com/2026/02/24/paypal-stock-stripe-acquisition-report.html
16•nodesocket•36m ago•3 comments

We Are Changing Our Developer Productivity Experiment Design

https://metr.org/blog/2026-02-24-uplift-update/
17•ej88•2h ago•5 comments

Osaka: Kansai Airport proud to have never lost single piece of luggage (2024)

https://japannews.yomiuri.co.jp/features/japan-focus/20241228-229891/
192•thunderbong•6h ago•82 comments
Open in hackernews

Manjaro website off-line again due to lapsed certificate

https://distrowatch.com/dwres.php?resource=showheadline&story=20140
44•hexagonsuns•3h ago

Comments

vpShane•1h ago
not the first time, I stopped using manjaro when I noticed ping.manjaro.org was being pinged every 30 seconds on a new router I setup. nothanks on that.

but seriously, sudo crontab -e, @monthly cerbot renew

No excuses.

fishgoesblub•1h ago
It's not uncommon for a Distro to point NetworkManager or whoever to check for connectivity using their own servers, Arch does it themselves[0].

[0] ping.archlinux.org

altairprime•55m ago
Note that the certbot instructions are to renew 2x a day with up to one hour of randomized delay; using @monthly as suggested here will result in occasional outages if the "once a month" renewal attempt fails in two consecutive months due to transient peak service blips (such as those caused by '@monthly' hardcoding for month X day 1 time 00:00 often UTC without randomization), especially as Let's Encrypt drops their lifetimes to 45 days over the next 2 years, which would result in certificates avoidably expiring in production. Please instead use certbot's recommended 2x/day renew with a random sleep of up to an hour before initiating each attempt; at least one of cronie, at, bash, python, perl random sleep methods are available on most* platforms, and are offered up by the crontab-command generator at https://certbot.eff.org/instructions .

* There is a stack overflow page from 2016 filled with solutions for Busybox, so I'd say 'all' rather than 'some' but someone out there is hosting a webserver on a potato, so better safe than sorry.

marginalia_nu•36m ago
Certbot would be like the supply chain attack holy grail. Not sure I'd want software like that running unmonitored automatically with root privileges.
joecool1029•1h ago
Oops, it's back now though...
Mond_•1h ago
I used Manjaro for a few years.

That's how I learned a pretty important lesson about software engineering that still informs how I work to this day.

"A layer of abstraction on top of a stateful legacy system often doesn't result in a simpler system, it just introduces exciting new failure possibilities. This especially applies when the owners of the legacy system have no responsibility over the abstraction layer."

peeters•1h ago
This comment made a lot more sense to me once I realized we weren't talking about an aggressively marketed weight loss drug.
ddtaylor•1h ago
A lot of repositories and similar go offline randomly. It hasn't happened in a few months but usually the Microsoft package mirrors go past their Azure limits and I get reminders.
arcanemachiner•1h ago
This is like the third or fourth time this has happened to them.

The Manjaro team has also caught flak for a bunch of other stuff. There's a page or two our there that detail the issues, which I'm too lazy to link here.

But let's just say this isn't their first rodeo.

xethos•36m ago
Agreed. This is not the first time Manjaro has made a boneheaded mistake, nor will it be the last. This is just the most recent.
AuthAuth•4m ago
The page is pretty nitpicky with its issues. There is only 1 that was actually something to concern over iirc.
allddd•1h ago
At this point we have to assume they're doing it for attention. I refuse to believe a team of people that can ship an OS, even if it's just a riced Arch, cannot figure out acme.sh. Come on...
aslihana•1h ago
I love Manjaro too much, use it as daily distro but their certificate issues and its recursive behaviour threaten me a little bit.
9cb14c1ec0•1h ago
Just use Caddy. It's that simple.
dijit•23m ago
"I use arbitrarily complex software that has a rapid SDLC to obfuscate the issue with the fact that we have to have military grade encryption for displaying the equivalent of a poster over the internet".

The state of our industry is such that there will be a lot of people arguing for this absurdity in the replies to me. (or I'll be flagged to death).

Package integrity makes sense, and someone will make the complicated argument that "well ackshually someone can change the download links" completely ignoring the fact that a person doing that would be quickly found out, and if it's up the chain enough then they can get a valid LE cert anyway, it's trivially easy if you are motivated enough and have access to an ASN.

harmonics•1m ago
Nah, you've simply never lived in a country which is afraid of its own population and does (or tried to) MITM internet traffic. Mine does both, there was a scandal several years ago:

https://news.ycombinator.com/item?id=20472179

I'll take enforced HTTPS for absolutely everything, thank you very much. Preferably with certificate pinning and similar aggressive measures to thwart any attempts to repeat this.

KronisLV•1h ago
Uptime Kuma supports certificate expiry notifications and will send you messages in whatever channel (e.g. e-mail, Slack, ...) you configure ahead of time: https://uptimekuma.org/

That way, even if some of your automation is borked (or if you don't have any), you'll at least be reminded.

Though with this being pushed, feels like nobody will have much choice, but automate: https://www.digicert.com/blog/tls-certificate-lifetimes-will...

nottorp•32m ago
Technically it wasn't offline, was it?

You could even browse it if you used a browser who still treats you like an adult and allows you to ignore certificate warnings.

toddgardner•21m ago
If you never want this to happen again to your systems, we’re building a tool that bakes monitoring and validation into automatic cert renewals.

<https://www.certkit.io/>

exac•16m ago
Respectfully we have had Certbot for 11 years now.
LorenDB•4m ago
Meanwhile Caddy exists
9dev•3m ago
Paying for certificates..? Manually copying cert files? Man, this reads like it was 2010 or something. Best of luck, but I don’t know why I wouldn’t just use acme.sh and systemd timers instead of this.