Live data from Hacker News

Viewing profile — gryph0n

gryph0n

HN member
Joined
Mon, Apr 02, 2012, 10:44 AM UTC
HN karma
24
Public activity
22 items

About gryph0n

No profile information was provided.

Recent public activity

  1. comment
    Comment #31780507

    The open-source IllumOS code in FreeBSD had fallen behind Linux ZoL (ZFS-On-Linux). FreeBSD adopted ZoL to keep up with new bugfixes, enhancements, etc. https://www.freebsdnews.com…

  2. comment
    Comment #31131574

    Reality does NOT agree https://www.iea.org/news/coal-power-s-sharp-rebound-is-takin... https://www.downtoearth.org.in/news/energy/india-s-coal-dema...

  3. comment
    Comment #29624438

    As suggested, one path is to port Rockbox firmware for your MP3 player. However, since you do not have any prior experience in embedded domain, it will not be a easy path. I would …

  4. comment
    Comment #29449895

    Doesn't that crown (most dominant Linux) belong to Android ? WSL's appeal is limited to mostly techies/geeks, while average "Joe" is pretty much familiar with the Android OS.

  5. comment
    Comment #14778522

    > "and there's no LTS option, as that's what RedHat is for" On the FOSS side, the LTS option would be CentOS https://www.centos.org/

  6. comment
    Comment #11509490

    FWIW, I recall a time when Word used have a CLI. My memory fades, but I think it was either v4 or v5. https://en.wikipedia.org/wiki/Microsoft_Word#Origins_and_gro... The Internet A…

  7. comment
    Comment #11428281

    You do realize the security lies with the keys/passwords used to encrypt, and not in the program/algorithm itself?

  8. comment
    Comment #11420692

    The sales model is pretty different. In India, you'll typically buy your phone outright based on what features you're looking for (Dual SIM, OS version, Storage, etc). Hence manufa…

  9. comment
    Comment #11360268

    It is performing AOT compilation. https://en.wikipedia.org/wiki/Ahead-of-time_compilation The phone environment is not conducive to JIT'ing, unlike your typical desktop/laptop.

  10. comment
    Comment #10655317

    What a circle that would be !!! Phoenix (later, again renamed to Firefox) was originally split off from Mozilla/Netscape Navigator since the 'suite' was presumably slow.

  11. comment
    Comment #9255854

    The law was disportionately used to protect 'offended' politicians (Central & State) in power. Good riddance. Imagine getting arrested for liking a post on Facebook !! http://www.h…

  12. comment
    Comment #9230944

    I don't think Borland's mismanagement was a strong factor in C/C++ gaining mindshare. The native OS interfaces on popular platforms (Win32, Posix) were in C, so it would have alway…

  13. comment
    Comment #9177844

    You might want to lookup the Replicant project. http://www.replicant.us http://en.wikipedia.org/wiki/Replicant_(operating_system) It looks like the development team could use some …

  14. comment
    Comment #8898410

    >>something that's unheard of in India. Maybe not if you're in the 'upper middle class'. If you're from the lower income classes (maids, drivers, helpers), it's very likely that he…

  15. comment
    Comment #8873012

    As an un-involved observer, what I see is that PA/Hamas would rather focus on fighting Israel than making life better for their residents. They would much rather receive un-account…

  16. comment
    Comment #8728659

    Forget the Posix/Win32 platforms, function pointers can be easily found in the Standard C library itself. I believe there are atleast 2 functions taking function pointers as parame…

  17. comment
    Comment #8670510

    write() is an OS system call, while printf() is a C function call. C libraries can (and do) choose to buffer printf, while read/write are usually unbuffered. Of course, both are me…

  18. comment
    Comment #8555454

    I second that. I'm so used to VI that I literally felt like a fish out of water when editing code with 'vanilla' Visual Studio. VsVim has saved my butt; I'd be lost without VsVim. …

  19. comment
    Comment #4821111

    If you're a heavy browser user, or if you simply never close your browser, you'll frequently run into the scenario where 32 bit Firefox reaches the 2GB virtual memory limit, whereu…

  20. comment
    Comment #4818181

    I run into the 2G limit very frequently too. I usually shutdown my home & work systems only once a week. Firefox too runs continuously from the 1st day of the week. Over the durati…

  21. comment
    Comment #3788003

    Yes, the PalmOS UI was very good. I think the Palm team really asked themselves 'What would be a good interface for a handheld device?' In contrast, their competition at that time …

  22. comment
    Comment #3787980

    I was doing development with PalmOS around 2003-2004 timeframe, and the SDK had tools I have yet to see in other platforms to date. 'Gremlins': Automated fuzz testing within the em…