Viewing profile — anonymous_union
anonymous_union
HN member- Joined
- Mon, Oct 16, 2023, 3:36 PM UTC
- HN karma
- 76
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About anonymous_union
No profile information was provided.
Recent public activity
-
comment
Comment #42189334
i'm with you
-
comment
Comment #40433518
the obvious solution, local storage.
-
comment
Comment #40321297
yes. simplify your expectations. realize that not every piece of technology is worth using. biggest benefit is they say no.
-
comment
Comment #40278625
did they reinvent email threading
-
comment
Comment #40216591
in some other systems the concept has become overloaded. instead of multiple real people as users, different software with different permissions are different users. its not a bad …
-
comment
Comment #40215117
kubernetes is dying, isn't it?
-
comment
Comment #40214911
holy shit this guy knows no shame
-
comment
Comment #40138350
your personality for sure is represented in the software you write. no different than any other creative profession.
- comment
-
comment
Comment #40138240
[flagged]
-
comment
Comment #40091968
c++ is so bad. when i see threads like this one praising it, i feel bad for all the mental energy these people have put into understanding an unorganized and unelegant garbage dump…
-
comment
Comment #40061519
[flagged]
-
comment
Comment #40035811
native racism in the prairie provinces has been awful. in alberta indigenous population appx 7% but inmate population appx 50%. saskatchewan and manitoba likely similar. https://en…
-
comment
Comment #39946686
pkg-config seems like all you need these days
-
comment
Comment #39945748
apple ships it
-
comment
Comment #39750713
interesting that code size is important to you. hey everyone, write shorter programs :)
-
comment
Comment #39750695
right yea, modern CPUs seem to have all sorts of abstract optimizations. its kind of strange how we meet in the middle with hardware ISA manufacturers. they do all sorts of tricks …
-
comment
Comment #39750572
oops im dumb, convert argv[1] and argv[2] to integers first.
-
comment
Comment #39750560
im not sure. given a hypothetical arch with only 1 free register, which local variable do you allocate to it? 1 int 2 main(int argc, char *argv[]) 3 { 4 int sum = 0; 5 int sum2 = 0…
-
comment
Comment #39750413
its fascinating how register allocation is not a solved problem. thinking about it, it seems like optimal allocation would depend on input/workload, so any ahead of time selection …
-
comment
Comment #39750205
because raccoons like shiny things
-
comment
Comment #39748949
this is slightly orthogonal but i find manuals written by the original equipment manufacturer are better than 3rd parties (ford vs haynes for instance)
- comment
-
comment
Comment #39493384
the install process in OpenBSD has to be the most simple i have ever used, it is not surprising that it is easily automatable. overall such a solid operating system. learning about…
-
comment
Comment #38524432
who could live without concatenate_five_strings()?