frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Xfinity using WiFi signals in your house to detect motion

https://www.xfinity.com/support/articles/wifi-motion
338•bearsyankees•7h ago•238 comments

The new skill in AI is not prompting, it's context engineering

https://www.philschmid.de/context-engineering
407•robotswantdata•5h ago•227 comments

I write type-safe generic data structures in C

https://danielchasehooper.com/posts/typechecked-generic-c-data-structures/
231•todsacerdoti•9h ago•89 comments

Rust CLIs with Clap

https://tucson-josh.com/posts/rust-clap-cli/
15•rajman187•1h ago•2 comments

There are no new ideas in AI only new datasets

https://blog.jxmo.io/p/there-are-no-new-ideas-in-ai-only
319•bilsbie•12h ago•167 comments

People Keep Inventing Prolly Trees

https://www.dolthub.com/blog/2025-06-03-people-keep-inventing-prolly-trees/
49•lifty•2d ago•9 comments

The hidden JTAG in a Qualcomm/Snapdragon device’s USB port

https://www.linaro.org/blog/hidden-jtag-qualcomm-snapdragon-usb/
121•denysvitali•8h ago•19 comments

YouTube No Translation

https://addons.mozilla.org/en-GB/firefox/addon/youtube-no-translation/
26•doener•1d ago•1 comments

Melbourne man discovers extensive model train network underneath house

https://www.sbs.com.au/news/article/i-was-shocked-melbourne-mans-unbelievable-find-after-buying-house/m4sksfer8
124•cfcfcf•2h ago•34 comments

Donkey Kong Country 2 and Open Bus

https://jsgroth.dev/blog/posts/dkc2-open-bus/
197•colejohnson66•11h ago•47 comments

End of an Era

https://www.erasmatazz.com/personal/self/end-of-an-era.html
91•marcusestes•7h ago•25 comments

The Original LZEXE (A.K.A. Kosinski) Compressor Source Code Has Been Released

https://clownacy.wordpress.com/2025/05/24/the-original-lzexe-a-k-a-kosinski-compressor-source-code-has-been-released/
62•elvis70•7h ago•3 comments

GPEmu: A GPU emulator for rapid, low-cost deep learning prototyping [pdf]

https://vldb.org/pvldb/vol18/p1919-wang.pdf
23•matt_d•4h ago•2 comments

Jim Boddie codeveloped the first successful DSP at Bell Labs

https://spectrum.ieee.org/dsp-pioneer-jim-boddie
22•jnord•4h ago•0 comments

Show HN: TokenDagger – A tokenizer faster than OpenAI's Tiktoken

https://github.com/M4THYOU/TokenDagger
250•matthewolfe•14h ago•68 comments

Entropy of a Mixture

https://cgad.ski/blog/entropy-of-a-mixture.html
34•cgadski•5h ago•3 comments

They don't make 'em like that any more: Sony DTC-700 audio DAT player/recorder

https://kevinboone.me/dtc-700.html
79•naves•8h ago•65 comments

Show HN: New Ensō – first public beta

https://untested.sonnet.io/notes/new-enso-first-public-beta/
223•rpastuszak•15h ago•81 comments

Ask HN: What Are You Working On? (June 2025)

368•david927•1d ago•1140 comments

Price of rice in Japan falls below ¥4k per 5kg

https://www.japantimes.co.jp/news/2025/06/24/japan/japan-rice-price-falls-below-4000/
79•PaulHoule•6h ago•122 comments

Harvest Move – A game that requires careful movement

https://jslegend.itch.io/harvest-move
7•JSLegendDev•1d ago•1 comments

Creating fair dice from random objects

https://arstechnica.com/science/2025/05/your-next-gaming-dice-could-be-shaped-like-a-dragon-or-armadillo/
33•epipolar•2d ago•16 comments

Claude Code now supports Hooks

https://docs.anthropic.com/en/docs/claude-code/hooks
97•ramoz•2h ago•37 comments

14.ai (YC W24) hiring founding engineers in SF to build a Zendesk alternative

https://14.ai/careers
1•michaelfester•9h ago

The Plot of the Phantom, a text adventure that took 40 years to finish

https://scottandrew.com/blog/2025/06/you-can-now-play-plot-of-the-phantom-the-text-adventure-game/
180•SeenNotHeard•3d ago•35 comments

A CarFax for Used PCs; Hewlett Packard wants to give old laptops new life

https://spectrum.ieee.org/carmax-used-pcs
64•rubenbe•10h ago•71 comments

Public Signal Backups Testing

https://community.signalusers.org/t/public-signal-backups-testing/69984
35•blendergeek•7h ago•12 comments

Show HN: Local LLM Notepad – run a GPT-style model from a USB stick

https://github.com/runzhouye/Local_LLM_Notepad
7•davidye324•3h ago•0 comments

Ask HN: What's the 2025 stack for a self-hosted photo library with local AI?

162•jamesxv7•8h ago•76 comments

Show HN: We're two coffee nerds who built an AI app to track beans and recipes

https://beanbook.app
47•rokeyzhang•8h ago•33 comments
Open in hackernews

CertMate – SSL Certificate Management System

https://github.com/fabriziosalmi/certmate
21•indigodaddy•6h ago

Comments

ozim•4h ago
I like how docker and kubernetes were supposed to solve dependency problems.

But then I read:

Prerequisites Docker 20.10+ Docker Compose 2.0+.

So now if I have app that can run on v19 I need docker for dockers :) to use CertMate because if I upgrade my other apps might be messed up.

meepmorp•4h ago
Yeah, nobody should ever employ features that only work on newer versions of software because then someone somewhere might not be able to make use of them.

But less snarkily, maybe put in the work to hack up their dockerfiles if you want to do something they don't directly support.

schwingy•4h ago
Sounds cool, but what if you don't use one of the listed DNS providers, but rather run your own DNS? I didn't see an option that would let you do that.
CaliforniaKarl•4h ago
RFC2136 would let you do that, though setting it up is “an exercise left up to the reader”. My suggestion would be to get RFC2136 working with certbot first.
haddonist•3h ago
This may be good for the selfhoster who is running more an a couple of sites.

But a GUI to manage enterprise-level SSL fleets? Doubtful.

Not when a change/configuration management system (Puppet, Chef, Ansible etc etc..) driven by git commits enables single-source-of-truth, peer-review, and automatic creation/monitoring/renewal of certificates.

woleium•1h ago
SSL officially became TLS in 1999 when the Internet Engineering Task Force published TLS 1.0 as RFC 2246. TLS 1.0 was designed as an upgrade to SSL 3.0, addressing security vulnerabilities and making several improvements, but the changes were significant enough to prevent interoperability between SSL 3.0 and TLS 1.0

It seems a bit silly to call a new tool an SSL manager?

browningstreet•1h ago
You can’t fight mindshare. Naming is branding, not a ruleset.

Maybe think of it as “SSL certs” the thing uses TLS x.0 standard.

Too many people will say “what?” if you call it TLS cert management. Or worse, they will ignore it because it doesn’t trip the synapses.

nodesocket•49m ago
So this just writes the certificates to disk and you still have to manage binding certificates to services? I’m using Caddy in-front of containers using Cloudflare DNS and it works amazingly. Zero configuration.