Viewing profile — turminal
turminal
HN member- Joined
- Fri, Nov 20, 2020, 2:38 AM UTC
- HN karma
- 1,344
- Public activity
- 452 items
- HN profile
- View on Hacker News ↗
About turminal
Recent public activity
-
comment
Comment #46939668
This sounds like a great way to lose data when the machine dies unexpectedly.
-
comment
Comment #46363187
For lots of software projects, a release tarball is not just a gzipped repo checked out at a specific commit. So this would only work for some packages.
-
comment
Comment #45344804
In other words, for the user, it's not a step forward. It doesn't matter if the spec is perfect.
-
comment
Comment #42513370
But most software that would need to care about that already needs to care about timezones, and those already need to be regularly updated, sometimes with not much more than a mont…
-
comment
Comment #41495784
As I'm sure many of the customers can tell you, the company and the products are very real. And they come in very real milled aluminum cases, the case in the images is 3d printed b…
-
comment
Comment #40015116
I don't understand the initial motivation for converting regular dynamic library dependencies to dlopen dependencies. How does that help with reducing the footprint?
-
comment
Comment #39325684
Except for the users.
-
comment
Comment #39079342
If char is signed and ' ' * 13 is bigger than CHAR_MAX, you get UB by signed overflow.
-
comment
Comment #39078646
That would imply WAF gets to see unhashed passwords, so not good at all.
-
comment
Comment #39078558
The funniest part of this is that they don't even check for all of the banned strings. Source: I'm a student there and tried it out of curiosity.
-
comment
Comment #39073755
> The first 4 are implementation defined rather than undefined. Third and fourth are only defined in some implementations.
-
comment
Comment #38946526
Oh, this is about last names, that makes more sense. Should have read it more carefully.
-
comment
Comment #38942732
Did I read this correctly, there is a mandatory suffix to names of all female Lithuanians, required by law?
-
comment
Comment #38935794
Also probably going to speed up language extinction :(
-
comment
Comment #38841199
"Code" refers to whatever software written in C. "Implementations" refers to implementations of the language - C compilers and runtimes.
-
comment
Comment #38568486
Yeah and they're both hostile to the user.
-
comment
Comment #38520525
Unless Google Alert gets shut down by then.
-
comment
Comment #38454216
A similar thing exists for Plan 9: https://orib.dev/git9.html
-
comment
Comment #38365850
Wow, I didn't know about this correlation, where can I read more about that?
-
comment
Comment #38334946
The "task" changes from time to time as well. Creating crazy new things, then figuring out they're too complex and then reinventing them simpler is another endless cycle, much olde…
-
comment
Comment #38233649
I think this is on some level very much like deciding which programming language to use. It really depends on what problems you're trying to solve and there isn't a single one that…
-
comment
Comment #38225867
This is not just a Windows thing. Plenty of Unix software struggles with long paths as well.
-
comment
Comment #38206430
Most likely the motherboard has 8GB soldered on, they do that with a lot of laptops these days unfortunately.
-
comment
Comment #38144651
> (but I don't know whether C already had the "const" keyword at that time) It did, "const" exists since C89.
-
comment
Comment #38144552
Related, one of my favorite in-depth stack overflow answers: https://stackoverflow.com/a/33206814