The Raspberry Pi and Arduino platforms weren't meant to power commercial-grade products, nor be cost effective at scale compared to raw/custom ARM and AVR devices. However, they've become ubiquitous in education, which…
I'm not an ML expert or practitioner, so someone might need to correct me. However, I believe the parcel's components together as a whole would capture the state of the audio+visual+time. However, I don't think the…
Unless I'm doing something simple like writing out some basic shell script or python program, it's often easier to just do something myself than take the time to explain what I want to an LLM. There's something to be…
I’m glad to see people in the open source community taking the initiative to implement these tools for the general public. It’s one thing to understand the high-level concepts in a paper, but another entirely to…
I wonder if many of these lowball salary job postings could just be companies applying for an employee's greencard through the PERM system. IIUC, for PERM, the applicant's employer is required to put out a job posting…
Yeah, Julia makes the best zines and guides. The technical content and style is gold.
Getting something working in the beginning feels very different from a coding puzzle. During the next phase of optimizing something is where it gets interesting. Understanding the hardware and figuring out the right way…
Waf is another interesting build system I've seen used in production. It's config is done with Python scripts, which is cool.
One thing I've noticed when using many open-source softwares with a GUI is that they just don't look and feel like a professional piece of software. The programming and project architecture may be stellar, but without a…
And maybe Clion too.
Please drink verification can
The article said the patient showed signs of recovery and then later on started showing signs of the virus again. I don't know if that means they conducted an exit test to confirm that she was negative for coronavirus…
Yeah the article didn't really present anything very useful. What I took away from it was that the U.S. government claims of potential malicious backdoors in Huawei's devices are unproven, but plausible. I think we all…
Maybe I was expecting a technical overview or reverse engineering of how their backdoors work, but really the article was non-technical. If I understand correctly, it can be summarized as: The WSJ made a claim that…
I guess it goes to show that developers are similar everywhere.
Personal goal is to transition from basic C++ to either NVidia's CUDA framework, or move towards iOS/Android app programming.
Covering every detail of the technology wasn't really the point of the article. It's a New York Times article. It's meant to give a brief explanation, for non-engineers, as to how this technology works. The target…
He was able to make his own operating system though. However, I agree. In comparison to his achievement, simple code style choices are nearly irrelevant.
He also created a remake of this in C called "mos". Kind of irks me that he does "if(var == true)" instead of "if(var)" in certain spots though.
The Raspberry Pi and Arduino platforms weren't meant to power commercial-grade products, nor be cost effective at scale compared to raw/custom ARM and AVR devices. However, they've become ubiquitous in education, which…
I'm not an ML expert or practitioner, so someone might need to correct me. However, I believe the parcel's components together as a whole would capture the state of the audio+visual+time. However, I don't think the…
Unless I'm doing something simple like writing out some basic shell script or python program, it's often easier to just do something myself than take the time to explain what I want to an LLM. There's something to be…
I’m glad to see people in the open source community taking the initiative to implement these tools for the general public. It’s one thing to understand the high-level concepts in a paper, but another entirely to…
I wonder if many of these lowball salary job postings could just be companies applying for an employee's greencard through the PERM system. IIUC, for PERM, the applicant's employer is required to put out a job posting…
Yeah, Julia makes the best zines and guides. The technical content and style is gold.
Getting something working in the beginning feels very different from a coding puzzle. During the next phase of optimizing something is where it gets interesting. Understanding the hardware and figuring out the right way…
Waf is another interesting build system I've seen used in production. It's config is done with Python scripts, which is cool.
One thing I've noticed when using many open-source softwares with a GUI is that they just don't look and feel like a professional piece of software. The programming and project architecture may be stellar, but without a…
And maybe Clion too.
Please drink verification can
The article said the patient showed signs of recovery and then later on started showing signs of the virus again. I don't know if that means they conducted an exit test to confirm that she was negative for coronavirus…
Yeah the article didn't really present anything very useful. What I took away from it was that the U.S. government claims of potential malicious backdoors in Huawei's devices are unproven, but plausible. I think we all…
Maybe I was expecting a technical overview or reverse engineering of how their backdoors work, but really the article was non-technical. If I understand correctly, it can be summarized as: The WSJ made a claim that…
I guess it goes to show that developers are similar everywhere.
Personal goal is to transition from basic C++ to either NVidia's CUDA framework, or move towards iOS/Android app programming.
Covering every detail of the technology wasn't really the point of the article. It's a New York Times article. It's meant to give a brief explanation, for non-engineers, as to how this technology works. The target…
He was able to make his own operating system though. However, I agree. In comparison to his achievement, simple code style choices are nearly irrelevant.
He also created a remake of this in C called "mos". Kind of irks me that he does "if(var == true)" instead of "if(var)" in certain spots though.