Live data from Hacker News

Viewing profile — EmanueleAina

EmanueleAina

HN member
Joined
Tue, Sep 03, 2013, 3:02 PM UTC
HN karma
297
Public activity
157 items

About EmanueleAina

I'm a software engineer who works on free software for a living with the fine folks at Collabora (but from Alessandria, Italy).

Recent public activity

  1. comment
    Comment #46758327

    You are not wrong. But history also somewhat shows that appeasement is even worse.

  2. comment
    Comment #45227252

    > because "maintenance" I like those scare quotes. They really show the lack of respect for the people who actually maintain the stuff you use daily, most of them in their free tim…

  3. comment
    Comment #45227189

    X forwarding works on Wayland compositors that ship XWayland. Just like any other X11 application that does not rely on weird things like intercepting all your keypresses, capturin…

  4. comment
    Comment #44663408

    Hold on. CVS?

  5. comment
    Comment #39601214

    Not sure how this relates to desktop, but from the article it seems that Arm got some nice involvement going: > Another huge change is Arm officially joining the party. We were not…

  6. comment
    Comment #36164597

    Except that it never happened.

  7. comment
    Comment #23856715

    > I am filled with rage just thinking about how we took a fundamental part of the Internet, simple enough that anyone can implement an HTTP server, Ahahahahahah, yes, anyone can im…

  8. comment
    Comment #15698537

    Right. In my opinion it's even worse. The thing that piss me off about Spock is that ignoring the emotional component is a very illogic thing to do. :)

  9. comment
    Comment #15698481

    Important to whom?

  10. comment
    Comment #15142396

    Maybe "In previous Rust versions you could already define traits, ..."?

  11. comment
    Comment #15142088

    Right, shaming mothers does more damage than anything else, even if breastfeeding was a big deal (and I think it is, sort of).

  12. comment
    Comment #14681929

    Doesn't that applies to the kernel, libc, openssl, the X server, desktop environments, and web browsers?

  13. comment
    Comment #11956614

    Arguably, if the situation is the one described, I'm not sure what "the best maintainer" is. :( Changing name and leaving the old project eventually die or be subsumed by the fork …

  14. comment
    Comment #11830426

    Arguably, SJ-related topics get their share of downvotes too. But yeah, I agree with you on the fact that HN is mostly an echo chamber. I'm just less sure that we're hearing the sa…

  15. comment
    Comment #11816927

    No need to nudge, `xdg-app` for Debian has already been in the works for quite some time[1]. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813308

  16. comment
    Comment #11157755

    Windows does not have this issue either. But on sysvinit if you mount efivars rw for any reason and your hands slip a bit a stray `rm` could still brick your motherboard, so it's n…

  17. comment
    Comment #11157731

    It's also the good reason why having systemd mount efivars read-only would have been the wrong thing to do.

  18. comment
    Comment #11157704

    What happens if a stray `rm` runs while `grub-install` runs? The kernel fix prevents that, using mount flags alone only restrict the vulnerability but it doesn't make it go away.

  19. comment
    Comment #11157697

    Possibly, but what happens if a faulty script does a `rm` too much in that short time window? The kernel fix prevents that, using mount flags alone only restrict the vulnerability …

  20. comment
    Comment #11157670

    Your approach still bricks motherboards if somebody forgets to remount ro after having remounted rw. The kernel fix doesn't have such drawback.

  21. comment
    Comment #11157657

    There's a layer between userland and firmware where those things should be handled, and indeed everyone agreed that it should be handled in the kernel Saying that Lennart is wrong …

  22. comment
    Comment #11064678

    I guess everyone is aware of that, thanks, The parent comments were discussing why choosing dicts over namedtuples for db-originated columns, and the fact that field names are rest…

  23. comment
    Comment #10858178

    Arguably, it deserves a page because it provides more features.

  24. comment
    Comment #10853345

    > just the text of the articles is 8.8GB compressed Which seems to mean that storing only the version in the user's language should not pose a huge challenge, storage-wise. No?

  25. comment
    Comment #10705668

    It surely depends on the projects, but I always found using C# with Mono on Linux to be a pleasure. Apparently some releases of F# already work on Mono: http://www.mono-project.com…