Live data from Hacker News

Viewing profile — Varriount

Varriount

HN member
Joined
Thu, May 01, 2014, 4:23 PM UTC
HN karma
549
Public activity
202 items

About Varriount

No profile information was provided.

Recent public activity

  1. comment
    Comment #43392065

    I really have to agree with the "easier to debug" part. I one time had to debug a particularly nasty networking issue that was causing HTTP connections to just "stop" midway throug…

  2. comment
    Comment #43216554

    That assumes that any amount of capitulation would have persuaded Trump to support Ukraine, and that any reasonable deal could have been reached. I obviously can't say what could h…

  3. comment
    Comment #42983218

    What software should be doing is using XDG_CACHE_HOME, if it is set (along with the other XDG environment variables). That way cache directories will be where the user expects.

  4. comment
    Comment #42981800

    I get what a regular expression like that does, but what leads to it being executed?

  5. comment
    Comment #42960195

    Ad Fontes' media bias chart [1] and it's methodology [2] are about as objective as you can be with something as subjective as bias and factuality. 1 - https://adfontesmedia.com/ 2 …

  6. comment
    Comment #42859471

    Could anyone explain this sentence in the article? It will matter less once models similar to R1 are reproduced without these restrictions (which will probably be in a week or so).…

  7. comment
    Comment #42355882

    I've always wondered why the name "Direct Rendering Manager" was chosen, given the existing definition of DRM. It could have just as easily been "Direct Rendering Layer" or some ot…

  8. comment
    Comment #41801239

    It always bugs me when I see that pattern in JavaScript, because each `map`, etc. call is an array allocation. Yeah, yeah, I know that the VM's memory allocators are likely optimiz…

  9. comment
    Comment #41463787

    Oof, that does not sound like a strategy that culminates a positive work atmosphere.

  10. comment
    Comment #41337838

    At least with Java you can select a GC which is more aggressive in giving memory back to the system (Shenandoah and ZGC). With Electron/Node you don't even get that (not to mention…

  11. comment
    Comment #41294054

    This matches a number of the new apartment complexes in my area - no walking trails, amenities, or anything else accessible from the complex itself. Often you can't actually go to …

  12. comment
    Comment #41189215

    I do agree that the hyperbole often seem in the media ("the most important decision", etc.) is quite ridiculous. That being said, keep in mind the assumptions you make when thinkin…

  13. comment
    Comment #41189062

    Does everyone in that supermajority have equal influence on their respective representatives?

  14. comment
    Comment #41189002

    Which decisions have you read?

  15. comment
    Comment #41188917

    My sympathies for your situation - it's difficult to have to see such terrible diseases take away those we love. That being said, are all individuals in a position to take preventa…

  16. comment
    Comment #41188834

    What the significance of using a neurodegenerative disease as an example?

  17. comment
    Comment #41117028

    Huh, is TLS being handled in the kernel these days? I thought most systems still used usermode libraries.

  18. comment
    Comment #41093701

    Even if it isn't scientifically rigorous, I feel it's ( slightly) better than a horoscope in that it at least provides an opportunity for self reflection. On the whole, one of the …

  19. comment
    Comment #41091891

    As far as I know, Ukraine doesn't have any leader like that. Could you provide more information? Also, according to https://fiscaldata.treasury.gov/americas-finance-guide/feder... …

  20. comment
    Comment #40966009

    I agree that it's unusual (and likely scares off some), however it's not entirely case insensitive. First, dashes/hyphens (`-`) can't be part of identifiers. Second, the first char…

  21. comment
    Comment #40909176

    Yes, but: - Is having everything be an expression by default a good design choice? A not uncommon idea in programming language design is that certain language constructs (for examp…

  22. comment
  23. comment
  24. comment
    Comment #40902501

    I can understand braces (to an extent...). What really confuses me are new languages that still require semicolons at the end of expressions/statements.

  25. comment
    Comment #40843072

    Do you know of any good sources to read about this (the internals of RIM/BlackBerry and its downfall)?