Viewing profile — sp1rit
sp1rit
HN member- Joined
- Mon, Dec 07, 2020, 12:43 PM UTC
- HN karma
- 293
- Public activity
- 88 items
- HN profile
- View on Hacker News ↗
About sp1rit
[Verifying my OpenPGP key: openpgp4fpr:BBDE032EAAFBFC627FB7E635B1F4055D8460CE34]
Recent public activity
-
comment
Comment #47430187
Materialistic[0] effectively does this (minus the screenshot part), not intentional I think (I belive it makes the webview as tall as the requested page and then uses the OS native…
-
comment
Comment #47271866
I wonder who is behind this sudden push for these age verification laws. This wasn't an issue until recently and suddenly there are not just laws in California and Colorado, but al…
-
comment
Comment #47085481
I quite dislike the defer syntax. IMO the cleanup attribute is the much nicer method of dealing with RAII in C.
-
comment
Comment #44645703
> Static libraries have lots of game-changing advantages, but performance, security, and portability are the biggest ones. No idea how you come to that conclusion, as they are defi…
-
comment
Comment #44593607
> Why the heck would the application for the German passport or Ausweis be published by some random GmbH and not Bundesregierung.gov? This way the government doesn't have to releas…
-
comment
Comment #43471642
It looks like VVC (H.266) will be significantly better compared to HVEC and AV1. But due to the patent issues it'll bound to have, I suspect common usage will practically be nonexi…
-
comment
Comment #41853085
Yes, as unsigned overflow is fine by default. AFAIK the issue was originally that there were still machines that used ones complement for describing negative integers instead of th…
-
comment
Comment #41514461
> since it's .NET you can embed the runtime in any .NET application not actually "embedded", more like a bit of shim code that extracts the runtime into some temporary directory th…
-
comment
Comment #41479192
Upstream is https://gitlab.freedesktop.org/pixman/pixman
-
comment
Comment #41447478
They absolutely know about this, given that the seemingly reworked markers for this tablet have a redesigned nib holder that doesn't look like it breaks as easily as the old ones. …
-
comment
Comment #41408980
Still, if you include transitive dependencies you end up with a total of 90 dependencies[0] which is unheard of in systems programming. This for some reason includes stuff like "wi…
-
comment
Comment #41408911
[flagged]
-
comment
Comment #41289794
I wonder how this behaves in combination with __attribute__((cleanup(...))). Especially if the to be cleaned variable is passed into the tail function as parameter.
-
comment
Comment #41078551
Reminds me a lot of Emblem[0] [0]: https://apps.gnome.org/Emblem/
-
comment
Comment #41076575
Obligatory Lunduke warning, but I feel like the main point of the article (that the project was led by someone without any qualifications in leading such a project) still stands.
- story
-
comment
Comment #40915009
The ESP is just a FAT-32 partition, so its capable of being up to 4GB (by default). At 4GB you can probably store most linux distributions on the ESP, so the title makes it less im…
-
comment
Comment #40709261
You can usually with not having the initial part. As long as you do call the exit syscall, it should work.
-
comment
Comment #40704499
> This C program doesn’t use any C standard library functions. This is only half true. While the code doesn't call any stdlib functions, it still relies on the the c stdlib and run…
-
comment
Comment #40476560
No, this needs libfprint-tod[0], which is built do dlopen non-free reader libraries from manufacturers. [0]: https://gitlab.freedesktop.org/3v1n0/libfprint/
-
comment
Comment #40387090
GLib also provides macros that use autocleanup.[0] Using a bunch of macro magic, they allow you to write `g_autoptr(GPtrArray) arr = ...` to automatically unref arr when the scipe …
-
comment
Comment #40044059
Wouldn't it've been easier to compile mono for Windows 95 instead of spending countless hours debugging an ancient release of .net without any sort of debug symbols?
-
comment
Comment #39741803
>> As a normal part of the just-in-time compile and execute cycle This means a workaround is running java with -Djava.compiler=NONE, no?
-
comment
Comment #39720362
The thing I like about the Xcursor image format is that it so extremely simple[0]. Every semi-competent developer should be able to implement a parser/writer for the format in unde…
-
comment
Comment #39706685
> Are there any good solutions that would convince a non-technical judge? I feel like the best you can do is either to publish a cryptographically secure hash or to publish somethi…