Live data from Hacker News

Viewing profile — eggsby

eggsby

HN member
Joined
Sat, Jun 11, 2011, 7:24 AM UTC
HN karma
140
Public activity
41 items

About eggsby

https://computerdream.club/

Recent public activity

  1. comment
    Comment #46902973

    Article did not load on my tablet :sweat_smile:

  2. comment
    Comment #44777432

    I learned about this reading Ishtar Rising by Robert Anton Wilson

  3. comment
    Comment #44282411

    Seems to be enforcing ‘ubiquitous language’ at the machine level - not some kind of mathematical dual where one is invertible to the other - but enforcing soft skills as hard skill…

  4. comment
    Comment #27898250

    Sorry if my language was unclear, I meant to highlight this line from the wiki article: "There is no proposed mechanism of action by which the positions and motions of stars and pl…

  5. comment
    Comment #27895733

    One reason I often hear astrology is not taken seriously by the scientific community, as in findings like 'athletes often have aries rising on their birth chart' are ignored and no…

  6. comment
  7. comment
    Comment #26227980

    There is a cut and dry relationship between bitrate and audio fidelity. You simply cannot encode higher frequency audio in lower bitrate samples. https://en.wikipedia.org/wiki/Nyqu…

  8. comment
    Comment #24434120

    At the same time, the city government is adding explicit surveillance feeds for law enforcement. https://www.sandiegouniontribune.com/communities/east-county...

  9. comment
    Comment #15253599

    I really doubt there was any human review of the targeting settings, likely just automated verification. If I'm writing a tool that allows users to enter their own n-grams is there…

  10. comment
    Comment #9268023

    "You Cannot Have Exactly-Once Delivery" is not the same as "Exactly-Once Delivery is expensive". Which is it?

  11. comment
    Comment #8478699

    I made oroboros for working with large collections of app and server configuration that need to be shared across many systems. Previously I had been using an automation tool to tem…

  12. story
  13. comment
    Comment #7176033

    Nice read, I had to think about a few of these. In particular (a == 0) && (a == 1) && (a == 2). Here's a fun value for a: var a = { called: -1, valueOf: function() { this.called +=…

  14. comment
    Comment #7037979

    React inlines event handlers since it manages them through it's virtual event system. For more information on why react breaks preconceived notions of best practices I recommend ch…

  15. comment
    Comment #6800046

    I just started playing with docker and it is very cool, but I am not sold on complete isolation of every service in a stack. I've taken to building my containers using packer & ans…

  16. comment
    Comment #6268245

    To paraphase Rich -- "promises are the one-night stand of asynchronous programming, core.async is aiming for a longer term relationship." The big win isn't that you have the abilit…

  17. comment
    Comment #6268231

    To be fair, a lot of the syntax magic of core.async happens in its macros -- in js that is supported by the cljs compiler. As I understand it, because of this it'd be impossible fo…

  18. comment
    Comment #6131279

    Your criticism seems to be framed against where we are at today. As programmers we have a fragmented feedback cycle regardless of whether we are writing our software in Erlang or L…

  19. comment
    Comment #5439630

    Pedestal is still very alpha and I'm not sure that I would use it for any of my projects... yet. For instance, using the example apps provided I couldn't get the chat application t…

  20. comment
    Comment #5043450

    For getting around linux I've found no better helpers than manpages and the cheatsheets by Peteris Krumins[1]. I notice this isn't offered as a pdf or image, is the idea that someo…

  21. comment
    Comment #5033676

    How is it that referential transparency (the ability to swap a reference with it's value: no hidden inputs) and homoiconicity (both the source and the resulting syntax tree sharing…

  22. comment
    Comment #5033616

    The comic references clojure in multiple sections (multicore, lazy), I think you'll find the tutorial and documentation guilds still alive and well there.

  23. comment
    Comment #5008066

    Thanks, I'll work on elucidating the metaphor and being explicit about what I mean when I say things like 'duplicates input' (uses the parameter more than once in it's body, this i…

  24. comment
    Comment #5006086

    Thanks! I actually got the bug to write this post from reading your wonderful js combinator book[1] over the holiday, which reminded me that I also had a copy of To Mock a Mockingb…

  25. comment
    Comment #5005841

    Nice, I enjoyed Jim's talk where he derived the combinator using clojure[1]. In it he referenced another talk that he cites as an influence, "Programming With Nothing"[2] by Tom St…