Viewing profile — alexlarsson
alexlarsson
HN member- Joined
- Mon, Oct 17, 2011, 10:40 AM UTC
- HN karma
- 657
- Public activity
- 135 items
- HN profile
- View on Hacker News ↗
About alexlarsson
No profile information was provided.
Recent public activity
-
comment
Comment #43651545
As per https://gitlab.opencode.de/bmi/opendesk/info/-/blob/main/OVE... This has: * libreoffice online * element / matrix * jitsi video conferencing * nextcloud file/data synchroniz…
-
comment
Comment #40357984
You don’t generally completely wipe the high frequencies, just encode it with less bits.
-
comment
Comment #39385277
The rust part is in the Kernel
-
comment
Comment #37661340
A quad is commonly used in the 3D graphics world to mean a rectangle ( https://www.selfcad.com/blog/quads-in-3d-a-complete-guide ), so the idea is that we go "kubelet" -reinterpret…
-
comment
Comment #37661249
That section is only for the enablement of units, and is equivalent to the install section in a service file: https://www.freedesktop.org/software/systemd/man/systemd.uni... You ca…
-
comment
Comment #37660810
This are standard systemd service file syntax and standard systemd directives. Quadlet forwards everything but the [container] section directly to the generated service file.
-
comment
Comment #37660744
https://github.com/containers/bluechi
- story
-
comment
Comment #34879254
The generator doesn't do that atm no. Seems like it would be useful though. On the other hand, I belive systemd would load override files for the generated .service file, although …
-
comment
Comment #34878986
For rootless use, put the files in ~/.config/containers/systemd/
- story
-
comment
Comment #26736648
From feynman: https://www.youtube.com/watch?v=MO0r930Sn_8
-
comment
Comment #25203206
From experience it’s typically used to mean ”Something I dislike”
- story
-
comment
Comment #23142060
I assume by real-time he meant "able to produce samples at a rate equal to or higher than the audio output sample rate".
-
comment
Comment #23101856
It is expensive, but also it is a competitive advantage (of sorts), as we can see with electron. At the end of the day its just a strategic decision Mozilla made to focus on the ap…
-
comment
Comment #23101732
As the original author of GtkMozEmbed I'd like to say that this is way too little, way to late. Mozilla has historically been very much against anyone trying to use the engine in a…
-
comment
Comment #22932835
Personally I use magnets to flip bits around, ed(1) seems a bit to bloated for me.
-
comment
Comment #22932697
Yeah, this is obviously a replace vs in-place modify difference. Could replace the script with a simple copy-to-temp+rename-back.
-
comment
Comment #20745243
Yes, but it can't assume any random function call it does doesn't use a different pointer to the same object which is not const. So, even if you don't cast const to non-const point…
-
comment
Comment #20695530
My guess is that its due to comments like this: https://news.ycombinator.com/item?id=20695387
-
comment
Comment #19849472
There isn't a history of issues with people wanting to update to a newer bash causing issues though. Generally sticking with whatever bash your distro comes with is fine, whereas t…
-
comment
Comment #19789287
Latest rpm-ostree can layer to /opt if that was the problem.
-
comment
Comment #19177907
It is possible to do it. And it probably happens naturally for a handrolled toolkit. However when the (one) developer of the GUI is different than the (many) app developers using i…
-
comment
Comment #19172017
> As an uneducated estimate (from someone who has written compilers and GUIs entirely from scratch) I'd say 100K of additional statically linked object should be enough for almost …