Live data from Hacker News

Viewing profile — anonymous_union

anonymous_union

HN member
Joined
Mon, Oct 16, 2023, 3:36 PM UTC
HN karma
76
Public activity
30 items

About anonymous_union

No profile information was provided.

Recent public activity

  1. comment
    Comment #42189334

    i'm with you

  2. comment
    Comment #40433518

    the obvious solution, local storage.

  3. comment
    Comment #40321297

    yes. simplify your expectations. realize that not every piece of technology is worth using. biggest benefit is they say no.

  4. comment
    Comment #40278625

    did they reinvent email threading

  5. 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 …

  6. comment
    Comment #40215117

    kubernetes is dying, isn't it?

  7. comment
    Comment #40214911

    holy shit this guy knows no shame

  8. comment
    Comment #40138350

    your personality for sure is represented in the software you write. no different than any other creative profession.

  9. comment
  10. comment
    Comment #40138240

    [flagged]

  11. 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…

  12. comment
    Comment #40061519

    [flagged]

  13. 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…

  14. comment
    Comment #39946686

    pkg-config seems like all you need these days

  15. comment
    Comment #39945748

    apple ships it

  16. comment
    Comment #39750713

    interesting that code size is important to you. hey everyone, write shorter programs :)

  17. 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 …

  18. comment
    Comment #39750572

    oops im dumb, convert argv[1] and argv[2] to integers first.

  19. 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…

  20. 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 …

  21. comment
    Comment #39750205

    because raccoons like shiny things

  22. 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)

  23. comment
  24. 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…

  25. comment
    Comment #38524432

    who could live without concatenate_five_strings()?