Viewing profile — kastden
kastden
HN member- Joined
- Sat, Aug 13, 2016, 9:03 PM UTC
- HN karma
- 98
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About kastden
No profile information was provided.
Recent public activity
-
comment
Comment #47065250
In the App Store it says it requires iOS 26.2 or later. Any reason it couldn't be made to run on iOS 18? I only ask because I don't wanna upgrade to Liquid Glass!
-
comment
Comment #43992694
You can make it production grade if you combine it with https://github.com/ajalt/fuckitpy
-
comment
Comment #43738725
Are there any lists with known c&c servers for these services that can be added to Pihole/etc?
-
comment
Comment #39636045
And reaction videos?
-
comment
Comment #39530471
Container Instances is bad though, and you'll regret using it. There is Azure Container Apps but it requires some more setup in advance.
-
comment
Comment #37741068
This is the greatest addition since f-strings!
-
comment
Comment #37682421
There are still some 3.1 dialogs in Windows 11 https://ntdotdev.wordpress.com/2023/01/01/state-of-the-windo...
-
comment
Comment #36901602
Check out ProcessPoolExecutor [0] (and ThreadPoolExecutor) too for an easy way to spin up a bunch of tasks and wait for them to complete. [0] https://docs.python.org/3/library/conc…
-
comment
Comment #36686725
>To make the transition seamless for you and your organization, there are no changes to any Azure AD capabilities, APIs, login URLs, PowerShell cmdlets, Microsoft authentication li…
-
comment
Comment #36388955
On a fresh install I first setup WSL1, duplicated it and then converted the other one to WSL2. I don't really use the WSL1 one much, but it's nice whenever I need touch files "in W…
-
comment
Comment #36043713
How does Giphy make money? Does companies like Slack etc. pay for the integration?
- story
-
comment
Comment #35728594
Did ChatGPT write this?
- story
-
comment
Comment #30021379
I'd suggest trying out https://k3s.io/ then. Runs on pretty much anything and supports multiple nodes that can be added later. They have ripped out a lot of things you might not ne…
-
comment
Comment #29439669
https://gitlab.com/stavros/deep-dreams/-/blob/master/episode... "AAAAAAAh WOOAH Jeez guys, I sure wanted to tell you this AWESOME-SPOOKY story that I had, but I can't read the next…
- story
- story
-
comment
Comment #21880034
Thanks for the explanation! I think SQLite is fine for this too. My use case would be running this on AWS ECS, but since this wouldn't get written to very often (probably) and the …
-
comment
Comment #21879733
This looks very nice! It’s not mentioned in the README, so I’m wondering how persistence is handled? EDIT: To be clear, I see backups is mentioned, but I’m wondering if it’s a data…
- story