AI wrote better code than most of my colleagues. Especially with my rules: - Prefer simple, boring solution - Before adding complexity to work around a constraint, ask if the constraint needs to exist. - Remember: The…
Introducing My Latest Project: An AI Interview Assistant for Job Seekers So, I've been working on something... interesting. It's an AI assistant that can actually represent candidates in the first round of job…
I can compare programming and refactoring large code bases in C and C++, Rust, and Python, from system and parsing and protocol libraries to asynchronous multi-threaded servers in the mentioned languages. Refactoring…
You can use the parking_lot mutex implementation crate, which includes support for deadlock detection. Personally, I also try to avoid using Tokio's async mutexes.
This technique is good for job interviews, when they ask me to solve leetcode problems. I was inspired by the blog: https://aphyr.com/posts/342-typing-the-technical-interview and related to Rust, the solution…
I hope that soon LLMs will generate such notebooks for any scientific paper you ask. That would help to eliminate fake and unrealistic results ones.
Python, the language with global interpret lock, Is not the 2nd best language for everything, especially in the age od multicore processors.
Rust uses fat-pointers to references and raw pointers to dynamically sized types (DSTs) – slices or trait objects. A fat pointer contains a pointer plus some information that makes the DST "complete" (e.g. the length,…
I was a C++ programmer for 25 years. Last 3 years, I'm using Rust language in my daily job and for all my hobby projects. I will not return to work in C++ again. No money can make me to change my decision. Nowadays,…
I started learning piano a year ago. I'm 36 year old. Unfortunatelly piano is my third instrument which I play. First instrument i started with was accoustinc guitar almost 25 years ago. Last three years I'm trying to…
www.gluster.org - https://www.redhat.com/promo/storage/press-release.html - $136m
AI wrote better code than most of my colleagues. Especially with my rules: - Prefer simple, boring solution - Before adding complexity to work around a constraint, ask if the constraint needs to exist. - Remember: The…
Introducing My Latest Project: An AI Interview Assistant for Job Seekers So, I've been working on something... interesting. It's an AI assistant that can actually represent candidates in the first round of job…
I can compare programming and refactoring large code bases in C and C++, Rust, and Python, from system and parsing and protocol libraries to asynchronous multi-threaded servers in the mentioned languages. Refactoring…
You can use the parking_lot mutex implementation crate, which includes support for deadlock detection. Personally, I also try to avoid using Tokio's async mutexes.
This technique is good for job interviews, when they ask me to solve leetcode problems. I was inspired by the blog: https://aphyr.com/posts/342-typing-the-technical-interview and related to Rust, the solution…
I hope that soon LLMs will generate such notebooks for any scientific paper you ask. That would help to eliminate fake and unrealistic results ones.
Python, the language with global interpret lock, Is not the 2nd best language for everything, especially in the age od multicore processors.
Rust uses fat-pointers to references and raw pointers to dynamically sized types (DSTs) – slices or trait objects. A fat pointer contains a pointer plus some information that makes the DST "complete" (e.g. the length,…
I was a C++ programmer for 25 years. Last 3 years, I'm using Rust language in my daily job and for all my hobby projects. I will not return to work in C++ again. No money can make me to change my decision. Nowadays,…
I started learning piano a year ago. I'm 36 year old. Unfortunatelly piano is my third instrument which I play. First instrument i started with was accoustinc guitar almost 25 years ago. Last three years I'm trying to…
www.gluster.org - https://www.redhat.com/promo/storage/press-release.html - $136m