Live data from Hacker News

Viewing profile — idonttalkenough

idonttalkenough

HN member
Joined
Tue, Oct 03, 2023, 11:21 PM UTC
HN karma
4
Public activity
5 items

About idonttalkenough

No profile information was provided.

Recent public activity

  1. comment
    Comment #41945682

    Tacking onto this comment as another thumbs up for vaultwarden. "incredibly reliable" is exactly the way to describe it, in the world of tech headaches the password manager is the …

  2. comment
    Comment #38147784

    Now a days the major performance difference between languages is memory handling and allocation. Microsoft has been making major moves in how c# gets compiled (AOT/JIT/Native). Thi…

  3. comment
    Comment #38147731

    Pretty much correct from a historical sense. On top of this recent advancements in .net have lead to native AOT. Something to look into.

  4. comment
    Comment #38146796

    https://stackoverflow.com/questions/3202464/garbage-collecti... Extrapolating it to a larger sense, this SO thread explains it a little bit. The GC since the top answer has changed…

  5. comment
    Comment #37758928

    >And I had a heck of a time getting a config that allows each contained thing to see the others Use a utility container to learn some of the network/options of docker. The network-…