Live data from Hacker News

Viewing profile — ericfontaine

ericfontaine

HN member
Joined
Wed, Mar 04, 2015, 11:00 AM UTC
HN karma
87
Public activity
44 items

About ericfontaine

No profile information was provided.

Recent public activity

  1. comment
    Comment #9307086

    Will this be available on f-droid? Many people don't like having google play on their phone, especially those concerned with privacy and open-source. I know the user can always com…

  2. comment
    Comment #9203676

    > Don't want to use your real name? Don't join a site where the goal is to publicly connect with people you know." ironically, many people joined facebook with the names they used …

  3. comment
    Comment #9203457

    I would add for 2. that there are newer architectures, especially low power and various experimental parallel ones, that could use better optimizing compilers.

  4. comment
    Comment #9203442

    In addition to GCC, a bunch of other compilers including Intel and Visual Studio do profile based optimization, as well as many dynamic compilers, such as firfox javascript or Java…

  5. comment
    Comment #9203364

    as jessaustin remarked, "[RMS] is complaining about the specific implementation of mobile tech with which we're currently saddled." Listening to RMS would mean that if you do carry…

  6. comment
    Comment #9203246

    > I do use Facebook to plug my books and to hopefully drive traffic to my blog articles The trick is configuring your blog to autopost to facebook, for which I use https://wordpres…

  7. comment
    Comment #9203091

    :) It is not minutiae when someone phrases their posts in a manner that may imply they're taking credit for other people's work. I didn't mind spending a few minutes because I resp…

  8. comment
    Comment #9202954

    unvote would be nice due to misclicks, or fix misunderstandings when initially reading a comment (e.g. in cases delayed detection of sarcasm.)

  9. comment
    Comment #9202886

    If karma doesn't matter, then that is an argument for not having up votes for comments either.

  10. comment
    Comment #9202854

    It is possible to get by with a mobile device without cell service. Just need occasional email checks at open wireless spots. All the more reason to setup a router with EFF's open …

  11. comment
    Comment #9200530

    Yes, so what? So were many others. But you don't see everybody who created a wikipedia article make ego-boosting comments on HN whenever their article is mentioned. Nor do you see …

  12. comment
    Comment #9199036

    I've been hoping for things like this to start appearing. The difficulty with getting these things going is getting enough of a user base to prime the pump. Before major arbitratio…

  13. comment
    Comment #9197931

    I see that your website has a link to http://stani.sh/pratyeka , which is the same username as "Pratyeka" who created this 529 byte stub for bitcoin on 8 March 2009: Bitcoin is an …

  14. comment
    Comment #9195532

    nice. they forgot to mention Excel. http://www.felienne.com/archives/2974

  15. comment
    Comment #9194956

    Neat. I was also wondering if maybe it was possible to switch between two colors based on a certain ratio of frames, faster than the CRT phosphors to fully switch colors (or atleas…

  16. comment
    Comment #9194762

    > "Github and Bitbucket deserve the mention because those projects are well established." According to Wikipedia article, GitHub and Bitbucket were established in 2008, and GitLab …

  17. comment
    Comment #9193005

    Well if we're using "Responsiveness of the UI" as the metric, then I would argue that http://fossil-scm.org/ beats both GitLab and GitHub. Fossil is easily self hosted (just run on…

  18. comment
    Comment #9192699

    "There are many other hosting services like gitlab, what would make gitlab different so that it would deserve a pitch there?" Which is why I said the blogpost would be fairer to ju…

  19. comment
    Comment #9192476

    I'm sticking to self-hosted fossil-scm. Very simple, lightweight, C, but has full wiki and issue tracker and code trees. The one thing self-hosting lacks is the social network. Wha…

  20. comment
    Comment #9192326

    I think it is fair to for GitLab to pitch their service, considering that the google code blogspot post specifically mentioned both GitHub 8 times and Bitbucket 3 times, while GitL…

  21. comment
    Comment #9192283

    "We need some way to distribute open source projects so they're on at least two services simultaneously, synched." google "git sync mirror" and a bunch of solutions appear.

  22. comment
    Comment #9191807

    interestingly I wasn't able to run vi, but could run vim. I reported to the github issue tracker. This seems very neat. Definitely much less overhead than VirtualBox. Plus can writ…

  23. comment
    Comment #9182549

    great hack btw! I'm sure you had limited time to waste!

  24. comment
    Comment #9182440

    machine would just have to count '/t' tabs at beginning of each line to parse. Is that any slower than scanning every character for '<'?

  25. comment
    Comment #9182426

    interesting. Very clean looking.