Live data from Hacker News

Viewing profile — sergiolp

sergiolp

HN member
Joined
Mon, Jul 28, 2014, 2:31 PM UTC
HN karma
161
Public activity
27 items

About sergiolp

No profile information was provided.

Recent public activity

  1. comment
    Comment #13380283

    For Mail/Calendar/Contacts/Tasks you should really consider Evolution. I've switched ~2 years ago, and it's amazing. Stable, sleek, and with tons of options. It has a bad reputatio…

  2. comment
    Comment #13055296

    Centralization is a _huge_ privacy issue. Specially when combined with real world data, like a phone number. Let's assume OWS is playing nice, and they really don't store any relev…

  3. comment
    Comment #13023103

    That comes from upstream's README.md. I've never payed any attention to it, but now that you've pointed it out, I'm seriously considering changing that paragraph, or adding a note/…

  4. comment
    Comment #13022588

    Telegram-FOSS (the FOSS friendly fork you can find on F-Droid, not the official app on Play Store) maintainer here. Telegram is NOT a "secure messaging app".

  5. comment
    Comment #12992735

    Three days ago, a Jolla C replaced an iPhone 5S as my main phone. To be fair, me using iOS was just a kind of an experiment. Before that, I was using a CM build without Google Apps…

  6. comment
    Comment #12949087

    At flexVDI, we use Xamarin for building our macOS client (Xamarin.Mac), sharing most of the code with the client for Windows, built with Visual Studio. Both of them, link against a…

  7. story
  8. comment
    Comment #11495078

    I'm not talking about the efficency of the resulting binary, but the "distance" from what the programmer is thinking , to what the machine will really do. Compiler optimizations as…

  9. comment
    Comment #11494839

    I can't help but think they're trying to fix something that isn't broken at all. Adding new abstraction layers rarely helps when doing systems programming. You (as in "the develope…

  10. comment
    Comment #10603066

    Sorry if I'm too harsh, but saying that ZoL is "rock solid" and "production ready" sounds like a joke to my ears. ZFS is an extremely complex filesystem, and it took Sun _years_ of…

  11. comment
    Comment #10130666

    The OSF vs GNU Mach thing is not a problem. It was years ago, but I managed to run a Hurd translator statically linked against a slightly modified glibc on OSF Mach (the one bundle…

  12. comment
    Comment #10128995

    A curious (and probably unintended) side effect, is that if its implementation of the Mach API is complete enough, this should allow to run Hurd user space server/translators on Fr…

  13. comment
    Comment #9872830

    Communication would've happened, but probably between far less actors. So, you have a communication channel which is orders of magnitude slower, and bigger communication needs. Not…

  14. comment
    Comment #9872795

    I don't know about the others, but at least both QNX and Minix3 cheated a little, i.e. allowing servers to write directly to other user space programs. Also, the presence of microk…

  15. comment
    Comment #9872182

    You've just hit the nail right on the head.

  16. comment
    Comment #9872178

    I don't know about other implementations, but I remember the original design of l4hurd (based on L4Ka), was even more complex. I'd same this applies to all "pure" multiserver desig…

  17. comment
    Comment #9871932

    Some years ago, I've spent a lot of time studying GNU Mach and Hurd (I've also made some small contributions). I think I can say that I now both pretty well. I even started a proje…

  18. comment
    Comment #9225175

    Of course, a virtualized Guest will have a performance penalty. With that phrase I meant that, following this guide, you can make use of the Virtualization Extensions from the Cort…

  19. comment
    Comment #9225129

    Sorry, we've underestimated the attention this post was going to get. We've just assigned more resources to that machine. Let's hope that'll be enough to bear with the warm, warm h…

  20. story
  21. comment
    Comment #8942699

    While reading "LINUX is obsolete (1992)", this relatively unknown article has come to my mind. It's a pretty good read about a real world implementation of a microkernel architectu…

  22. story
  23. comment
    Comment #8942620

    I did some small contributions to GNU Hurd years ago, but still, this made me giggle: Of course 5 years from now that will be different, but 5 years from now everyone will be runni…

  24. story
  25. comment
    Comment #8550811

    Nice, just a few weeks ago I finished my port of socz80 to DE0-nano ( https://github.com/slp/socz80-de0_nano ). Apparently, the original socz80 is already supported on Fuzix, so it…