documentation is the code
77 subscribers
587 photos
50 videos
143 links
upload this to your confluence
Download Telegram
fn get<Q: ?Sized>(&self, k: &Q) -> Option<&V>
where K: Borrow<Q>,
Q: Hash + Eq
👨‍💻2
Use a LinkedList when:
• You are absolutely certain you really, truly, want a doubly linked list.

https://doc.rust-lang.org/std/collections/index.html#use-a-linkedlist-when
To get this out of the way: you should probably just use Vec or HashMap. [...] Even when Vec and HashMap are technically suboptimal, they’re probably a good enough choice to get started.

That's just bad
👨‍💻1
https://blog.zorinaq.com/i-contribute-to-the-windows-kernel-we-are-slower-than-other-oper/

BridgeLiver wrote: Who gives a fuck what you found offensive, James?
i use rusт бтв
😭1👨‍💻1
Forwarded from import __hello__
😢2
https://github.com/ftilde/ugdb

What's that? Oh, yes. Yes, you can totally use ugdb to debug ugdb debugging ugdb.
unsafe fn jmp(addr: *const u8) {
let fn_ptr: fn() = std::mem::transmute(addr);
fn_ptr();
}
👾2
😁21💩1
Forwarded from mapgleos ✙ #УкрТґ
🦄4💩2💯1
Two independent groups of researchers have identified a total of 6 vulnerabilities in rsync

https://www.openwall.com/lists/oss-security/2025/01/14/3

In the most severe CVE, an attacker only requires
anonymous read access to a rsync server, such as a public mirror, to execute arbitrary code on the machine the server is running on.


😊😊