Live data from Hacker News

Viewing profile — musicnarcoman

musicnarcoman

HN member
Joined
Wed, Apr 20, 2016, 12:11 PM UTC
HN karma
58
Public activity
25 items

About musicnarcoman

No profile information was provided.

Recent public activity

  1. comment
    Comment #46992750

    Looks like the bot is still posting: https://github.com/QUVA-Lab/escnn/pull/113#issuecomment-3892... https://crabby-rathbun.github.io/mjrathbun-website/blog/post...

  2. comment
    Comment #44955337

    So the CodeRabbit application with access to application secrets still runs in the same virtual machine as untrusted code from the outside?

  3. comment
    Comment #44776150

    I think they meant each person has a public channel of their own.

  4. comment
    Comment #44268864

    As someone who made the mistake of printing keys only in human-readable format: ocr software is only so accurate. So if you have more than a handfull of bytes you may have to actua…

  5. comment
    Comment #43889387

    "Storage is cheap" if you do not have to pay for it. It is not so cheap when you are the one paying for the organizations storage.

  6. comment
    Comment #43233961

    While I am only a Rust novice it seems to me like the "2.2 Item 11: Implement the Drop trait for RAII patterns" could use some kind of mention of Drop-leaks. I learned about it at …

  7. comment
    Comment #43198685

    Same thing for the "Product Brief" document that maybe goes into detail about the hardware. The Media section does have some details such as whitepapers and a doctoral thesis. Stil…

  8. comment
    Comment #42157273

    The git history is useful to find out: * The why, who and when of some change to the code or configuration. * Looking at older variants of code to see previous attempts to know wha…

  9. comment
    Comment #41705150

    Yes. I run shared desktop login server clusters for students, DBUS is a bottle neck.

  10. comment
    Comment #36497394

    While I do not build LFS regularly or for production use, the security improvement typically comes from the fact that the end system is _super_small_ and focused. Less software mea…

  11. comment
    Comment #36407191

    Ah yes, the dreaded page limit! I look for examples of working synthesis so I will still read it. The question of fixed vs. infinite integers and observable sizes of datastructures…

  12. comment
    Comment #36406868

    Nice work, I will have to read the research paper later ("Tacit Programming Code Synthesis and Optimization with Genetic Algorithms"). One question, why did you decide to make the …

  13. comment
    Comment #35179544

    Yes, `rot` is a higher order function that expects a function argument and returns another function as the result. In Scheme the car does not have to be a name.

  14. story
  15. comment
    Comment #14742403

    > This makes no sense - how did the attacker get between gandi.net and their technical partner in order to MITM them? On the top of my head, bgp hijacking perhaps? > MITMs aren't m…

  16. comment
    Comment #14249640

    Hmm, I thought Rust uses something like affine types [0] (which is similar to linear types). [0] https://www.reddit.com/r/rust/comments/4mdgux/rust_and_affin...

  17. comment
    Comment #13941579

    > Intent to Deprecate and Remove: Trust in Existing Symantec-Issued Certificates When I read that something like this popped up in my head: "Google is using the nuclear option on S…

  18. comment
    Comment #13819715

    No, works for me.

  19. comment
    Comment #13667408

    "Your connection is not secure" - Firefox (The certificate is only valid for the following names: *.wpengine.com, wpengine.com)

  20. comment
    Comment #13419810

    (Also curious.)

  21. comment
    Comment #13246206

    > (3b) you could also build an ARCHIVE FILE (a statically linked library, libmylib.a) from one or more .o files. If you link with a static library, its code is copied into the a.ou…

  22. comment
    Comment #13123939

    It is definitely possible, me and a few other students did it in a university course. Assuming the FPGA at least has a media access controller (translates bits to analogue signals)…

  23. comment
    Comment #12622928

    So, what alternatives are you suggesting? I have tried and used Mercurial, SVN, RCS, CVS, Bitkeeper, TFS, Bazaar, Perforce, Darcs and of course Git. Granted, Git may not be great, …

  24. comment
    Comment #12527238

    This. It makes me sad that so many projects skip this part. "We dont need a protocol specification. The code is the spec."

  25. comment
    Comment #11712877

    That was a good laugh! Now back to work..