Viewing profile — sicariusnoctis
sicariusnoctis
HN member- Joined
- Tue, Mar 29, 2016, 8:36 PM UTC
- HN karma
- 132
- Public activity
- 66 items
- HN profile
- View on Hacker News ↗
About sicariusnoctis
No profile information was provided.
Recent public activity
-
comment
Comment #43409483
That's only true if the engineers are not allowed to copy/steal from existing designs. There are plenty that are better than GIMP (e.g. Photoshop, Krita, ...). If nothing else, mak…
-
comment
Comment #42423045
They didn't say "reality must be wrong". They said that their initial hypothesis (that significant changes would be observed after 21 days) is probably wrong, so they implicitly pr…
-
comment
Comment #42097415
The author of that post wrote "difftastic", which is "a structural diff that understands syntax" using treesitter. https://difftastic.wilfred.me.uk/ https://github.com/Wilfred/diff…
-
comment
Comment #41957733
Will making (non-)computer viruses illegal sanitize the world of them?
-
comment
Comment #41205555
A few years ago, the main advantage was merely that "Sidebery is far less buggy and much more performant than Tree Style Tab". Nowadays, the gap has... widened. The little details …
-
comment
Comment #39141095
A very interesting property: Knights have odd-even parity, i.e., they attack only opposite colored squares. Pop quiz: How many knights can you place on a board so that they don't a…
-
comment
Comment #38729282
Personally, I would prefer the conventional Latin Modern math font instead of Palatino math. Latin Modern is used by: - Wikipedia. - Math.StackExchange. - Nearly all papers, includ…
-
comment
Comment #38330569
How would an AGI gain access to an unlimited credit card that immediately gives it remote access to all GPUs in the world?
-
comment
Comment #38314645
It's also quite silly that society often credits one guy at the top who supposedly has "incredible vision" and yet would likely fail at explaining even the most basic technical det…
-
comment
Comment #38184806
See "concert earplugs" that try to reduce the volume with minimal distortion.
-
comment
Comment #37257805
64k tokens ought to be enough for anybody.
-
comment
Comment #36968903
`jj split -i` gives: > error: unexpected argument '-i' found Actually, maybe I'm just a complete git, but I couldn't figure out how to `git reset HEAD~` my accidental commits, `git…
-
comment
Comment #36583043
Neat tricks. Beyond BufWriter (which I'm already using) and multthreading, I'm guessing there's not much to be done to improve my "frece" (a simple CLI frecency-indexed database) t…
-
comment
Comment #36502641
Technically impossible since queens cannot materialize out of thin air, except in crazyhouse. Also Rg1+ is a rather pretty attraction/clearance sacrifice/double check/mate-in-2.
-
comment
Comment #36432539
Nearly no one inhabits Greenland and Antarctica, which might help explain why the only visible relative increase in Arctic/Antarctic nationalism comes from enthusiastic polar bears…
-
comment
Comment #36430106
The issue isn't possible bias on the part of educated cartographers and differential geometers. It's the bias of the majority, i.e. everyone else, that matters. A vast majority of …
-
comment
Comment #36367724
From a non-expert's standpoint, Vulkan feels quite unusable and complex.
- story
-
comment
Comment #36193479
Ideally, arrays should start at 0.5 -- that is the best compromise. Or maybe start with 0.25, since starting with 0 is three times better than starting with 1.
-
comment
Comment #36015893
The main thing I miss in these vi-like browsers is a tab tree sidebar like Sidebery.
-
comment
Comment #35823835
I guess JIT type specialization / "monomorphization" might be one way to do it, but I expect that it would be bottlenecked by all the surrounding CPython interpreter stuff. /amateu…
-
comment
Comment #35808457
Replication does not help in managing completely. That's why we use abstractions, even with the problems they have.
-
comment
Comment #35517659
For example, it only took 20 years (!!) to stop Ctrl+Q from quitting Firefox on Linux. :) IIRC, a couple of patches did get submitted, but never accepted for unknown reasons.
-
comment
Comment #35517594
This happens on Linux too. I was wondering if the weird CPU-hogging flickering was a bug in my compositor (picom) or window manager (i3) or browser (Firefox). Turns out to be a "fe…
-
comment
Comment #35517564
The "average color" (or whatever it is) could have been pre-computed server-side rather than tiring out the poor innocent client CPUs.