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...
So the CodeRabbit application with access to application secrets still runs in the same virtual machine as untrusted code from the outside?
I think they meant each person has a public channel of their own.
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 actually read it "by hand" to fix errors.…
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…
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. Still it would be nice to have…
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 what has already been tried. * git blame…
Yes. I run shared desktop login server clusters for students, DBUS is a bottle neck.
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 is a dilemma that I do not know of any…
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 size of cells visible to programs…
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.
> 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 magic No. But do not trust the network.…
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...
> 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 Symantec. Neat!"
No, works for me.
(Also curious.)
> (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.out file at runtime. Huh? There is no…
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) it is not to hard to encode/decode…
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, but it is still my first choice.
This. It makes me sad that so many projects skip this part. "We dont need a protocol specification. The code is the spec."
That was a good laugh! Now back to work..
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...
So the CodeRabbit application with access to application secrets still runs in the same virtual machine as untrusted code from the outside?
I think they meant each person has a public channel of their own.
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 actually read it "by hand" to fix errors.…
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…
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. Still it would be nice to have…
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 what has already been tried. * git blame…
Yes. I run shared desktop login server clusters for students, DBUS is a bottle neck.
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 is a dilemma that I do not know of any…
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 size of cells visible to programs…
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.
> 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 magic No. But do not trust the network.…
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...
> 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 Symantec. Neat!"
No, works for me.
(Also curious.)
> (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.out file at runtime. Huh? There is no…
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) it is not to hard to encode/decode…
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, but it is still my first choice.
This. It makes me sad that so many projects skip this part. "We dont need a protocol specification. The code is the spec."
That was a good laugh! Now back to work..