Viewing profile — musicnarcoman
musicnarcoman
HN member- Joined
- Wed, Apr 20, 2016, 12:11 PM UTC
- HN karma
- 58
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About musicnarcoman
No profile information was provided.
Recent public activity
-
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...
-
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?
-
comment
Comment #44776150
I think they meant each person has a public channel of their own.
-
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…
-
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.
-
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 …
-
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…
-
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…
-
comment
Comment #41705150
Yes. I run shared desktop login server clusters for students, DBUS is a bottle neck.
-
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…
-
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…
-
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 …
-
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.
- story
-
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…
-
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...
-
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…
-
comment
Comment #13819715
No, works for me.
-
comment
Comment #13667408
"Your connection is not secure" - Firefox (The certificate is only valid for the following names: *.wpengine.com, wpengine.com)
-
comment
Comment #13419810
(Also curious.)
-
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…
-
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)…
-
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, …
-
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."
-
comment
Comment #11712877
That was a good laugh! Now back to work..