Viewing profile — wolletd
wolletd
HN member- Joined
- Tue, Aug 16, 2022, 6:01 PM UTC
- HN karma
- 390
- Public activity
- 106 items
- HN profile
- View on Hacker News ↗
About wolletd
No profile information was provided.
Recent public activity
-
comment
Comment #49189623
While Sparkasse and Volksbank in Germany aren't the most ideal banks cost- and interest-wise, they do still offer transaction authentication via debit card, without the need for an…
-
comment
Comment #49189556
Most probably, yes. But how would you know who I am and where I live? And if you do know both of those things, are there other ways of figuring out my routines? Yes, there are. Kee…
-
comment
Comment #49056703
For a short-lived script, the `${1:?missing argument}` stuff may be useful, but usually, I want to print some longer usage or help text in the error case. I usually go with somethi…
-
comment
Comment #48428702
Technical debt is aptly named. From time to time it demands it's interest in the form of delaying a new feature, but as long as your overall technical revenue is positive, it's fin…
-
comment
Comment #48423239
> Yet he is spending his time maintaining it, only to be attacked for his efforts. Which, in general, is totally legit. Doing something voluntarily doesn't relieve you from critici…
-
comment
Comment #48423116
I don't agree with that, I can very well still discuss that. He clearly sounds like someone who doesn't want to do this work anymore and should have searched for a successor. That'…
-
comment
Comment #48422471
> “I’d rather be out sailing than working on rsync security issues, so I have reached for several AI tools to help with what needs to be done,” Well, then maybe it's already overdu…
-
comment
Comment #48419479
Also the amount of commits is suspicious. In the last two months, rsync had about as much commits as in the last two years before that. Most of them written with claude. And then s…
-
comment
Comment #48417390
Legacy, I guess. Every product consists of six cameras and they get IPv4 192.168.223.(1-6). And that is what everybody knows and everybody uses to interact with them. The serial nu…
-
comment
Comment #48405810
I wonder why IPv6 didn't catch on! It's just unergonomic and ugly! At work, I have a rare case of a useful application of IPv6: setting IPv4 addresses. We have multiple embedded de…
-
comment
Comment #47214920
> 110 releases in 6 months
-
comment
Comment #47211069
Like I said: I think I write like this on some occasions. I wouldn't know how I would search for examples. I guess you'd have to search old reddit comment threads or something. But…
-
comment
Comment #47207440
I don't know... The part you'd like to remove ("Not managing code...") may be not required to convey the objective meaning of the sentence, but humans have emotions, too. I could h…
-
comment
Comment #46770802
Then again, I have a rough idea on how I could implement this check with some (language-dependent) accuracy in a linter. With LLM's I... just hope and pray?
-
comment
Comment #46566304
I haven't checked out starship yet, but if I understand what you are using, that is Zle functionality. It's part of OMZs configuration (here: https://github.com/ohmyzsh/ohmyzsh/blo…
-
comment
Comment #45576942
It's JSON with some simple idea of RPC added to it. With the main idea apparently being that it is human-readable. We've been using Varlink for one project, but I've never found my…
-
comment
Comment #45238473
This information about `getaddrinfo_a` should probably also be in the Github issue?
-
comment
Comment #44657290
Using yet another LLM to generate the project code!
-
comment
Comment #42754908
You make it sound like that's generally a negative thing, implying that the information being promoted by other countries is made equal and has some implicit right to be spread. Bu…
-
comment
Comment #42254209
Agreed. What kind of data would one want to store encrypted in a git repo besides unencrypted files in the same repo? And why?
-
comment
Comment #42163237
If only there was some technology that would allow every peer to have its globally unique address, making direct connections only a matter of firewalls. I don't know, something lik…
-
comment
Comment #41953847
Our products are hardware, I use docker to build and manage bootable images.
-
comment
Comment #41953640
I still haven't found time to work with Nix or NixOS, but I like it's concept. At work, I'm maintaining a bunch of custom configured Linux images for our products. While building t…
-
comment
Comment #41861451
Bitwarden (and Lastpass, iirc) support passkeys a little longer than KeePassXC. I'm glad to hear they achieved full integration. As a keepass database is used by various open sourc…
-
comment
Comment #41856627
Historically, the spec was written for hardware security tokens. Keys on those tokens can't be moved around by design. The whole "platform authenticator" thing enabling passkeys ca…