Live data from Hacker News

Viewing profile — ac

ac

HN member
Joined
Mon, May 26, 2008, 9:00 PM UTC
HN karma
127
Public activity
52 items

About ac

No profile information was provided.

Recent public activity

  1. comment
    Comment #35061899

    First of all, thank you for making and sharing this. I have a few technical questions, if I may. Does Bearer perform data-flow analysis? If so: 1. Is the analysis inter-procedural?…

  2. comment
    Comment #18040946

    +1 for s2n. It's one of the select few C codebases that is actually a pleasure to read.

  3. comment
    Comment #17739902

    I've been using it for a while. It's been the most convenient solution, and worth the price. Before that I used a 3rd party Send-To-Kindle bookmarklet, and Instapaper via Calibre i…

  4. comment
    Comment #11683076

    Does the library export data from the web service or from the device itself? Also, do you know if the device can be prevented from syncing with the cloud? PS: Thank you for your co…

  5. comment
    Comment #11622875

    I assume you are looking at the table on slide 7. I think that is the percentage of all who completed relative to those who started it, so whether many CS undergrads go intro indus…

  6. comment
    Comment #11541740

    Could you, please, explain what .service files are and how they eliminate the need for bash scripts etc? Couldn't find anything in search results.

  7. comment
    Comment #11386059

    > As a PhD student [..]. The hiring process we mentioned completely ignores teaching skills [...] As a PhD student myself, I have observed the hiring process at my department many …

  8. comment
    Comment #11382649

    Depends on the publisher. Both ACM and IEEE allow publishing a copy on your website, don't know about Springer or Elsevier. Most authors in CS that I know publish copies as soon as…

  9. comment
    Comment #11382619

    It's not the departments that pay for subscriptions: it's the universities themselves (usually, the library).

  10. comment
    Comment #11382605

    > * Publicly recommend to all scientific boards that the hiring process should judge applicants by the merit of their publications, not by their journal's ranking. Unfortunately, t…

  11. comment
    Comment #11313972

    Not the parent poster, but I have custom agendas too. The two I use the most are "Today" and "Weekly review". "Today" has the ordinary day agenda block, but sprinkled with habits t…

  12. comment
    Comment #9526836

    > fmap has a tight relationship with Yup, it's really tight: is fmap

  13. comment
    Comment #6714383

    > Am I the only one who noticed they had articles published in August 2014 on that site? It's probably the papers that have just been accepted for publication, but haven't actually…

  14. comment
    Comment #6203208

    >> I'm kind of shocked there hasn't been a horrified response from HN Haskell fans. "What an ignorant fool?! How could he abandon the holy grail of Haskell?!" -- like that? :) For …

  15. comment
    Comment #6041863

    > Maemo/Meego wasn't really an option. Now, why wasn't it? It was a solid OS, and there were two great products running it (N900 and N9).

  16. comment
    Comment #6041779

    If you have time, Steve Awodey's book "Category Theory" is both beginner-friendly and helpful. You can get a PDF of an early pre-print online. He covers monads towards the end. If …

  17. comment
    Comment #5895111

    Yes, I think you should avoid Haskell (and any language with managed memory) on embedded systems or in very performance critical applications. Beyond that, it's going to be a choic…

  18. comment
    Comment #5894710

    > Instances can't be explicitly imported either. You can import only instances by saying "import A.B.C.Instances ()" where A.B.C.Instances is the name of the module where the insta…

  19. comment
    Comment #5894643

    Depends on what you are doing. The library eco-system used to be a weak link in Haskell, but I see it improving. To clarify, there were (and still are) a lot of broken and/or poorl…

  20. comment
    Comment #5890869

    Well, I'm exploring the process myself. From what I understand, you need to patch the CM source tree for your device with the patches found at [1] (choose the branch that correspon…

  21. comment
    Comment #5890726

    Thanks for an insightful reply. > Frankly I think that level of privacy control has little appeal to the mainstream. One might argue that the whole idea of privacy is of little app…

  22. comment
    Comment #5890651

    While I think this mode is useful, what I'd really like to see is Cyanogen integrating OpenPDroid [1,2]. OpenPDroid allows for more fine-grained permissions which, I think, is what…

  23. comment
    Comment #5320523

    Does it mean we won't be able to use "ssh -X" on Ubuntu in future?

  24. comment
    Comment #5236729

    > but it [acid-state] also limits the points of entry into 1 (which means no outside queries/reports which SQL does very well). > [...] > If you can live with the fact that your ap…

  25. comment
    Comment #5232700

    Replication and sharding (horizontal and vertical scaling) in acid-state are in development right now. The developer's page has the road-map as well as his contact details: http://…