Live data from Hacker News

Viewing profile — alexlarsson

alexlarsson

HN member
Joined
Mon, Oct 17, 2011, 10:40 AM UTC
HN karma
657
Public activity
135 items

About alexlarsson

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #40357984

    You don’t generally completely wipe the high frequencies, just encode it with less bits.

  3. comment
    Comment #39385277

    The rust part is in the Kernel

  4. 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…

  5. 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…

  6. 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.

  7. comment
    Comment #37660744

    https://github.com/containers/bluechi

  8. story
  9. 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 …

  10. comment
    Comment #34878986

    For rootless use, put the files in ~/.config/containers/systemd/

  11. story
  12. comment
    Comment #26736648

    From feynman: https://www.youtube.com/watch?v=MO0r930Sn_8

  13. comment
    Comment #25203206

    From experience it’s typically used to mean ”Something I dislike”

  14. story
  15. 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".

  16. 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…

  17. 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…

  18. comment
    Comment #22932835

    Personally I use magnets to flip bits around, ed(1) seems a bit to bloated for me.

  19. 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.

  20. 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…

  21. comment
    Comment #20695530

    My guess is that its due to comments like this: https://news.ycombinator.com/item?id=20695387

  22. 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…

  23. comment
    Comment #19789287

    Latest rpm-ostree can layer to /opt if that was the problem.

  24. 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…

  25. 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 …