Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
alexlarsson
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
alexlarsson
1y ago
As per https://gitlab.opencode.de/bmi/opendesk/info/-/blob/main/OVE... This has: * libreoffice online * element / matrix * jitsi video conferencing * nextcloud file/data syn
2.
▲
by
alexlarsson
2y ago
You don’t generally completely wipe the high frequencies, just encode it with less bits.
3.
▲
by
alexlarsson
3y ago
The rust part is in the Kernel
4.
▲
by
alexlarsson
3y ago
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-> "cubelet" -fla
5.
▲
by
alexlarsson
3y ago
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 can still use all sorts of dep
6.
▲
by
alexlarsson
3y ago
This are standard systemd service file syntax and standard systemd directives. Quadlet forwards everything but the [container] section directly to the generated service file.
7.
▲
by
alexlarsson
3y ago
https://github.com/containers/bluechi
8.
▲
Composefs 1.0
(blogs.gnome.org)
2 points
by
alexlarsson
3y ago
|
0 comments
9.
▲
by
alexlarsson
4y ago
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 those can just override details on the systemd level, n
10.
▲
by
alexlarsson
4y ago
For rootless use, put the files in ~/.config/containers/systemd/
11.
▲
Composefs: An opportunistically sharing verified image filesystem
(lore.kernel.org)
2 points
by
alexlarsson
4y ago
|
0 comments
12.
▲
by
alexlarsson
5y ago
From feynman: https://www.youtube.com/watch?v=MO0r930Sn_8
13.
▲
by
alexlarsson
6y ago
From experience it’s typically used to mean ”Something I dislike”
14.
▲
Putting Container Updates on a Diet
(blogs.gnome.org)
1 points
by
alexlarsson
6y ago
|
0 comments
15.
▲
by
alexlarsson
6y ago
I assume by real-time he meant "able to produce samples at a rate equal to or higher than the audio output sample rate".
16.
▲
by
alexlarsson
6y ago
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 application itself.
17.
▲
by
alexlarsson
6y ago
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 anything other than the firefox app. This is completely
18.
▲
by
alexlarsson
6y ago
Personally I use magnets to flip bits around, ed(1) seems a bit to bloated for me.
19.
▲
by
alexlarsson
6y ago
Yeah, this is obviously a replace vs in-place modify difference. Could replace the script with a simple copy-to-temp+rename-back.
20.
▲
by
alexlarsson
7y ago
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 pointers you can run into the const value changing
21.
▲
by
alexlarsson
7y ago
My guess is that its due to comments like this: https://news.ycombinator.com/item?id=20695387
22.
▲
by
alexlarsson
7y ago
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 the services you deploy often depend on a particular ver
23.
▲
by
alexlarsson
7y ago
Latest rpm-ostree can layer to /opt if that was the problem.
24.
▲
by
alexlarsson
8y ago
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 it things typically end up different. For instance you end up
25.
▲
by
alexlarsson
8y ago
> 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 any desktop application. This is completely misguide
26.
▲
by
alexlarsson
8y ago
There was never a x32 kernel, it always ran on x86_64 kernels. x32 is just a userspace ABI.
27.
▲
Flatpak on Windows
(blogs.gnome.org)
1 points
by
alexlarsson
8y ago
|
0 comments
28.
▲
by
alexlarsson
8y ago
I don't think that is quite true. Yes, for normal intergers 17 and 4, you can say the above. But mod can also be used as an operation on (and into) the equivalence classes of Z mod 4.
29.
▲
by
alexlarsson
8y ago
Well, if you drag-and-drop a file things might be somewhat problematic due to the sandboxing. An app with no access to the file can't read the dropped filename.
30.
▲
by
alexlarsson
8y ago
/app is never visible on the host though
More ›