DNS-PERSIST-01: A New Model for DNS-based Challenge Validation
When you request a certificate from Let’s Encrypt, our servers validate that you control the hostnames in that certificate using ACME challenges. For subscribers who need wildcard certificates or who ...
Tämä kuulostaa kätevältä, kun DNS:ään ei tarvitse julkaista joka kerta uutta haastevastinetta Let's Encrypt -sertifikaattia rekisteröidessä. Eli kun jokin palvelin kertaalleen julkaisee DNS:ään DNS-PERSIST-01-tietueen, se voi käyttää samaa tietuetta myöhemminkin. letsencrypt.org/2026/02/18/d...
20.02.2026 14:08
👍 1
🔁 0
💬 0
📌 0
Why doesn't ChatGPT have an embeddable widget you could add to a website, to provide context-related AI using the end-user's own ChatGPT account and conversation history?
27.01.2026 19:33
👍 0
🔁 0
💬 0
📌 0
I love that when I say something really stupid to ChatGPT, I can just click Edit and change it, and it'll forget what I originally said. I wish real life sometimes worked like that, too.
21.01.2026 21:22
👍 0
🔁 0
💬 0
📌 0
AI (Cursor editor) is actually pretty good at checking XML namespaces, in code where pieces of XML are generated dynamically in functions.
05.12.2025 22:19
👍 1
🔁 0
💬 0
📌 0
GitHub organization and repository configuration is starting to get so complex that I'd like to put it all in a Git repository, rather than click around and try to remember everything.
02.12.2025 17:29
👍 0
🔁 0
💬 0
📌 0
Anybody found a good way for dependency cooldown in npm package upgrades, so that it would fallback to the next-latest version if latest version is still too young? Seems ncu -c 7 will just ignore all available updates, if anything has been released during the last 7 days.
25.11.2025 13:14
👍 0
🔁 0
💬 0
📌 0
I wish there was an official Debian package repository for latest Go. Feels a bit dirty to use an unofficial PPA, and tired of always downloading and unpacking Go manually.
21.11.2025 13:52
👍 0
🔁 0
💬 0
📌 0
Ubuntu 25.10 seems to have issues with smartcard login, when the smartcard (Yubikey) is always connected. I have to remove the USB key and reinsert it to get PIN entry.
08.11.2025 13:52
👍 0
🔁 0
💬 0
📌 0
Download
Just noticed Cursor 2.0 is now installable as a Debian .deb package! A very welcome update, having dealt with AppImages with broken desktop integration for too long now. cursor.com/download
05.11.2025 19:36
👍 0
🔁 0
💬 0
📌 0
Still getting AWS CloudFormation rollback failed errors when trying to deploy Lambda functions, after today's AWS outage. It's going to be a huge mess to clean up all these broken stacks afterwards.
20.10.2025 19:44
👍 1
🔁 0
💬 0
📌 0
TIL the private 100.x address space used by Tailscale was allocated quite recently in 2012, as an addition to the older 10.x, 192.x and 172.x spaces that were allocated back in 1994.
09.10.2025 18:36
👍 1
🔁 0
💬 0
📌 0
For endless fun, try asking ChatGPT: Is there a seahorse emoji?
06.10.2025 14:27
👍 1
🔁 0
💬 1
📌 0
I think that the classic vt220/xterm emulation should be enhanced with a standard feature for expandable visual objects, so that you could expand/collapse e.g. JSON data and verbose log segments afterwards, when they were already written to stdout.
30.09.2025 17:53
👍 0
🔁 0
💬 0
📌 0
Kuvio poliittisesta väkivallasta Yhdysvalloissa.
Eilisessä A-studiossa yksi keskustelijoista viittasi CSIS:n tutkimukseen todisteena vasemmistolaisen väkivallan kasvusta Yhdysvalloissa. Kuvio tutkimuksesta kontekstoi populistisen tilastosiivutuksen. Oikeisto punaisella, vasemmisto sinisellä. Vasemmistolaisia iskuja heinäkuun alkuun mennessä 5...
26.09.2025 04:45
👍 23
🔁 3
💬 2
📌 3
I've been using Record<string,T> in TypeScript quite a lot and only today realized that it means an infinitely large object where all keys are defined. That's why you should actually use Partial<Record<string,T>> to get proper undefined warnings about potentially non-existing keys in your code.
11.09.2025 10:37
👍 1
🔁 0
💬 0
📌 0
Unsnapified my Ubuntu by adding the mozillateam PPA, so that Firefox and Thunderbird are installed as regular .deb packages.
19.08.2025 18:25
👍 0
🔁 0
💬 0
📌 0
Upgraded to Ubuntu 25.04 to get NVIDIA working with Wayland. Now Remmina RDP doesn't work any more. So I guess stick to Ubuntu TLS releases whenever possible.
12.08.2025 09:20
👍 1
🔁 0
💬 0
📌 0
TIL you can use Tang and Clevis to implement very simple automatic disk encryption in Linux. The computer boots and uses public/private key encryption over LAN to get the disk encryption key, which works as an alternative to the manually entered password.
11.08.2025 09:24
👍 0
🔁 0
💬 0
📌 0
Here's a thought: The purpose of comments in code is to reduce the cognitive load needed to understand what's happening. You can always figure things out with enough cognitive investment, but a good comment can reduce the investment to nearly zero and make you feel good.
05.08.2025 13:09
👍 2
🔁 0
💬 0
📌 0
TruffleHog has proven to be a pretty good tool to keep running regularly as a cronjob. It will notify you about any unencrypted secrets like API keys and other credentials left lying around in some folder.
06.07.2025 09:43
👍 0
🔁 0
💬 0
📌 0
I'm impressed by CDK-Terraform. The whole HCL mess disappears and you can define the application with TypeScript, allowing multiple stacks, clearly defined constructs and simple multi-stage configuration that doesn't repeat every property a billion times. Benefits of AWS CDK but without needing AWS.
27.06.2025 19:23
👍 2
🔁 0
💬 0
📌 0
I wish Git could autosync the working directory to GitHub, so that I wouldn't need to commit everything or create temporary branches when moving from one computer to another to continue working. #backyard
15.06.2025 11:52
👍 1
🔁 0
💬 0
📌 0