Live data from Hacker News

Viewing profile — klapinat0r

klapinat0r

HN member
Joined
Thu, Feb 03, 2011, 9:35 PM UTC
HN karma
528
Public activity
229 items

About klapinat0r

No profile information was provided.

Recent public activity

  1. comment
    Comment #36974984

    Somewhat relevant, Yann LeCun insisted the research should be open sourced. At least in an academic sense. He touches on it briefly in this podcast episode: https://www.therobotbra…

  2. comment
    Comment #18692412

    What is e98e?

  3. comment
    Comment #17048727

    Medium comes to mind (for embedded) https://medium.com/policy/how-we-handle-do-not-track-request...

  4. comment
    Comment #16003755

    I think he meant to use exclusivity as a straw man to show that "IP is not food" , instead of the more often misused: "not paying is not equal to stealing" . Both are obviously fal…

  5. comment
    Comment #15840187

    Your reasons may be plentiful, but if it's because you prefer the protocol, without the obstruction of handshake, I'd recommend using openssl s_client . Obvious disclaimer: openssl…

  6. comment
    Comment #14185334

    Is it down? $ ssh ghost@theshell.xyz ssh_exchange_identification: Connection closed by remote host

  7. comment
    Comment #14167648

    Possibly, but you'd still have to (try to) "render" it in your browser by opening the mail. On a similar note, your web mail could fetch images in emails ahead of time, but that wo…

  8. comment
    Comment #14167576

    > if somebody sent you an email with that code (even if you never open the email) What is he trying to say here? How on earth would it be possible to execute the url in the context…

  9. comment
    Comment #12744360

    How so? The benefits are worth it, and I doubt any CEO will be argue against having fault tolerant code :) You catch bugs, and no one says you can't run Chaos Monkey in staging or …

  10. comment
    Comment #12637187

    I'm confused. It seems you have more information than the blog post and attached documents entail. Do you know both how long the investigation would be under for? Do you know the t…

  11. comment
    Comment #12105941

    That's a fair point, but it sounds like we're moving into a debate on OSes switching to systemd by default. If we're comparing running a binary on startup vs. setting it up as a se…

  12. comment
    Comment #12105847

    Care to give an example? What I'd call "dead simple init.d custom services" I find very easy to do in systemd, so I wonder if our definition is the same. Here's what I'd call a sim…

  13. comment
    Comment #11816940

    Previous (fruitful) discussion here: https://news.ycombinator.com/item?id=11774850

  14. comment
    Comment #11516112

    > What then struck me was the way he casually decided to hack a VPN He's intentionally vague, but given he mentions two routers and two vpn systems, it's highly probable that he's …

  15. comment
    Comment #11441344

    Would love to hear how the IC-connected network was setup. > disconnect the cable from the IC and plug my earlier cable in to it. This allowed me to make a special REST call to the…

  16. comment
    Comment #11127145

    Whether docker in aptitude will be configured to use zfs by default is impossible to guess. It is however possible to say that ZFS is already supported by docker, e.g.: https://doc…

  17. comment
    Comment #11050545

    > if you didn't fetch the file at the right time, you will lose some history after rotation Very true, and that's a trade-off, not unlike what Twitter does today. In my pseudo-code…

  18. comment
    Comment #11045092

    This could be solved by archiving/rotating old entries, and have the webserver return the n latest. For instance, you could let nginx do this: location /masukomi.txt { default_type…

  19. comment
    Comment #10882158

    I agree, and it's really a shame. However, wasn't there such a category once? At least in 2009 there was (recall seeing various winners from 2009 in a "Oscar" category)

  20. comment
    Comment #10845601

    Thanks. Yes it did build just fine. Now I just have to figure out what's "stalling" during boot. It compiled with zfs and all fine though :)

  21. comment
    Comment #10830595

    While I haven't tried crochet, I have tried building my own RPi-B+ image. You mention in your guide that you'll post updates "when you have something", and judging by your post it …

  22. comment
    Comment #10697513

    vu0tran, I'm almost sold. It looks great, and I love the private part (which was the one thing I could barely live with in Mailbox). If you do snooze[1], I'll throw all my money at…

  23. comment
    Comment #10666037

    This is slightly off-topic, but I hope moxie (or an employee of WhisperSystems - nothing official needed) wouldn't mind chiming in: Since I loved the fact that I can run my own Tex…

  24. comment
    Comment #10664478

    Depends on the client implementation. You should expect applications like Twitter for iOS to become inaccessible as it pins the certificate (correctly), i.e. adding the world of (r…

  25. comment
    Comment #10664412

    Okay, so it's (just) for reading the delivered data. Somehow I keep considering MitM a harmful attack (i.e. manipulating the data before it hits the user). My bad :)