Live data from Hacker News

Viewing profile — X-Ryl669

X-Ryl669

HN member
Joined
Wed, Jul 09, 2025, 1:27 PM UTC
HN karma
2
Public activity
15 items

About X-Ryl669

No profile information was provided.

Recent public activity

  1. comment
    Comment #49006618

    Because it's missing (interesting) content maybe? Content is a bandwidth issue. If you need so much bandwidth for a flat, planar 4k stream, how many more do you need for a 100 plan…

  2. comment
    Comment #48670510

    I'm not 100% sure it's not possible. If (I don't know) it's possible to freeze the temperature of the model so it's deterministic, and if you could make a map of produced words bac…

  3. comment
    Comment #48487861

    No it doesn't. Think of the intro of We'll rock you and show me how you perform that on your piano.

  4. comment
    Comment #47603311

    That's true. And, in my understanding, what OO did, falls exactly in paragraph b and d. The license doesn't describe what is the "Appropriate Legal Notices" and OO provided a descr…

  5. comment
    Comment #47603274

    The license contains (section 7): > [you may] supplement the terms of this License with terms: > >[...] > > b) Requiring preservation of specified reasonable legal notices or > aut…

  6. comment
    Comment #47602766

    This is bullshit. Read section 7 paragraph b of the AGPLv3 license, and you'll see that OnlyOffice did what they were allowed to do. The Nextcloud blog here is spreading FUD on the…

  7. comment
    Comment #47602703

    I think you're claiming wrong stuff here. AGPLv3 section 7 paragraph b) expressively authorize the author to require an attribution in the derived work or copy. What Nextcloud did …

  8. comment
    Comment #47602607

    I think you're confused by the term "permissions". You can give more freedom to the license and a copier can remove them as long as it doesn't remove the freedom that are in AGPLv3…

  9. comment
    Comment #47528825

    Since there's a single provider of this "specification", which is more or less Google, why even bother calling it a standard? Even more that Google's implementation is not followin…

  10. comment
    Comment #46792621

    No you can't. dlopen signature takes a file path, not a memory range. And if you start to save the libraries to the filesystem before opening them, there's no difference to shippin…

  11. comment
    Comment #46681052

    Read that: https://blog.cyril.by/fr/software/an-expressive-text-to-spee... and you'll find answers to your remarks

  12. comment
    Comment #45979381

    I don't get why you process the whole connector board at once. If I understand correctly, you're connecting individual & identic boards to your board. So each connector on you gian…

  13. comment
    Comment #45660138

    No you can't since the compiler will likely inline the syscall (or vsyscall) in your functions. So there's no way to know the instruction pointer is in the right section. The only …

  14. comment
    Comment #45371844

    I'm using https://glaxnimate.org/ . It's not well known but it's stable and works well for all my needs.

  15. comment
    Comment #44509798

    FreeCAD files are zip file containing XML documents. There's nothing binary in them, you can modify them by hand if you want. The main issue being that the format itself isn't stan…