Viewing profile — Varriount
Varriount
HN member- Joined
- Thu, May 01, 2014, 4:23 PM UTC
- HN karma
- 549
- Public activity
- 202 items
- HN profile
- View on Hacker News ↗
About Varriount
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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.
-
comment
Comment #42981800
I get what a regular expression like that does, but what leads to it being executed?
-
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 …
-
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).…
-
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…
-
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…
-
comment
Comment #41463787
Oof, that does not sound like a strategy that culminates a positive work atmosphere.
-
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…
-
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 …
-
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…
-
comment
Comment #41189062
Does everyone in that supermajority have equal influence on their respective representatives?
-
comment
Comment #41189002
Which decisions have you read?
-
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…
-
comment
Comment #41188834
What the significance of using a neurodegenerative disease as an example?
-
comment
Comment #41117028
Huh, is TLS being handled in the kernel these days? I thought most systems still used usermode libraries.
-
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 …
-
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... …
-
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…
-
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…
- comment
- comment
-
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.
-
comment
Comment #40843072
Do you know of any good sources to read about this (the internals of RIM/BlackBerry and its downfall)?