Google’s Carbon Copy: Is Google’s Carbon Programming language the Right Successor to C++?

Carbon Programming language
DjamgaMind - AI Unraveled Podcast

DjamgaMind: Audio Intelligence for the C-Suite (Energy, Healthcare, Finance)

Are you drowning in dense legal text? DjamgaMind is the new audio intelligence platform that turns 100-page healthcare or Energy mandates into 5-minute executive briefings. Whether you are navigating Bill C-27 (Canada) or the CMS-0057-F Interoperability Rule (USA), our AI agents decode the liability so you don’t have to. 👉 Start your specialized audio briefing today at Djamgamind.com


AI Jobs and Career

I wanted to share an exciting opportunity for those of you looking to advance your careers in the AI space. You know how rapidly the landscape is evolving, and finding the right fit can be a challenge. That's why I'm excited about Mercor – they're a platform specifically designed to connect top-tier AI talent with leading companies. Whether you're a data scientist, machine learning engineer, or something else entirely, Mercor can help you find your next big role. If you're ready to take the next step in your AI career, check them out through my referral link: https://work.mercor.com/?referralCode=82d5f4e3-e1a3-4064-963f-c197bb2c8db1. It's a fantastic resource, and I encourage you to explore the opportunities they have available.

Job TitleStatusPay
Full-Stack Engineer Strong match, Full-time $150K - $220K / year
Developer Experience and Productivity Engineer Pre-qualified, Full-time $160K - $300K / year
Software Engineer - Tooling & AI Workflows (Contract) Contract $90 / hour
DevOps Engineer (India) Full-time $20K - $50K / year
Senior Full-Stack Engineer Full-time $2.8K - $4K / week
Enterprise IT & Cloud Domain Expert - India Contract $20 - $30 / hour
Senior Software Engineer Contract $100 - $200 / hour
Senior Software Engineer Pre-qualified, Full-time $150K - $300K / year
Senior Full-Stack Engineer: Latin America Full-time $1.6K - $2.1K / week
Software Engineering Expert Contract $50 - $150 / hour
Generalist Video Annotators Contract $45 / hour
Generalist Writing Expert Contract $45 / hour
Editors, Fact Checkers, & Data Quality Reviewers Contract $50 - $60 / hour
Multilingual Expert Contract $54 / hour
Mathematics Expert (PhD) Contract $60 - $80 / hour
Software Engineer - India Contract $20 - $45 / hour
Physics Expert (PhD) Contract $60 - $80 / hour
Finance Expert Contract $150 / hour
Designers Contract $50 - $70 / hour
Chemistry Expert (PhD) Contract $60 - $80 / hour

Is Google’s Carbon Programming language the Right Successor to C++?

For years, C++ has been the go-to language for high-performance systems programming. But with the rise of multicore processors and GPUs, the need for a language that can take advantage of parallelism has never been greater. Enter Carbon, Google’s answer to the problem. But is it the right successor to C++?

Google has been in the news a lot lately for their new programming language, Carbon. It’s being billed as the successor to C++, but is it really? Let’s take a closer look.

Google's Carbon Copy: Is Google's Carbon Programming language the Right Successor to C++?
Google’s Carbon Copy: Is Google’s Carbon Programming language the Right Successor to C++?

On the surface, Carbon and C++ have a lot in common. They’re both statically typed, object-oriented languages with a focus on performance. They both have a learning curve, but once you know them, you can write code that is both readable and maintainable. However, there are some key differences that make Carbon a more attractive option for modern programmers.

For one, Carbon is garbage collected. This means that you don’t have to worry about manually managing memory, which can be a pain in C++. Carbon also has better support for concurrency than C++. With the rise of multicore processors, this is an important consideration. Finally, Carbon has a more modern standard library than C++. This includes features like string interpolation and pattern matching that make common tasks easier to accomplish.

According to Terry Lambert, Carbon Programming language is probably not the successor of C++. His reason are:

Single inheritance is a deal-breaker for me, even though the eC++ utilized by IOKit in macOS and iOS has the same restrictions.

Although it specifies stronger type enforcement, which would — in theory — also eliminate RTTI and the reflection, which eC++ has historically eliminated as well, it’s doing it via expression-defined typing, rather than explicitly eliminating it. I expect that it would also prevent use of dynamic_cast, although that’s not explicitly called out.

Let’s see if Linus approves of someone compiling the Linux kernel with Carbon, and then starting to add Carbon syntax code, into that port of Linux.”

On the surface, Carbon seems like a great choice to replace C++. It is designed to be more reliable and easier to use than C++. In addition, it is faster and can be used for a variety of applications. However, there are some drawbacks to using Carbon. First, it is not compatible with all operating systems. Second, it does not have all of the features of C++. Third, it is not as widely used as C++. Finally, it is still in development and has not been released yet.

These drawbacks may seem like deal breakers, but they don’t necessarily mean that Carbon is not the right successor to C++. First, while Carbon is not compatible with all operating systems, it is compatible with the most popular ones. Second, while it does not have all of the features of C++, it has the most important ones. Third, while it is not as widely used as C++, it is gaining popularity rapidly. Finally, while it is still in development, it is expected to be released soon.

What Is Carbon?
Carbon is a statically typed systems programming language developed by Google. It is based on C++ and shares a similar syntax. However, Carbon introduces several new features that make it better suited for parallelism. For example, Carbon provides first-class support for threads and synchronization primitives. It also offers a number of built-in data structures that are designed for concurrent access. Finally, Carbon comes with a toolchain that makes it easy to build and debug parallel programs.

Why Was Carbon Created?
Google’s primary motivation for developing Carbon was to improve the performance of its search engine. To do this, they needed a language that could take advantage of multicore processors and GPUs. C++ was not well suited for this purpose because it lacked support for threading and synchronization. As a result, Google decided to create their own language that would be purpose-built for parallelism.

Is Carbon The Right Successor To C++?
In many ways, yes. Carbon addresses many of the shortcomings of C++ when it comes to parallelism. However, there are some drawbacks. First, Carbon is still in its infancy and lacks many of the features and libraries that have made C++ so popular over the years. Second, because it is designed specifically for parallelism, it may be less suitable for other purposes such as embedded systems programming or network programming. Overall, though, Carbon looks like a promising successor to C++ and is worth keeping an eye on in the future.

Conclusion:
So, is Google’s new Carbon programming language the right successor to C++? We think that Google’s Carbon programming language has the potential to be a great successor to C++.

With its garbage collection, better support for concurrency, and modern standard library, Carbon has everything that today’s programmer needs.

It is designed to be more reliable and easier to use than its predecessor. In addition, it is faster and can be used for a variety of applications. However, there are some drawbacks to using Carbon that should be considered before making the switch from C++.

So if you’re looking for a new language to learn, we recommend giving Carbon a try.

Programming paradigms 2022-2023

Programming paradigms are a way to classify programming languages based on their features. Languages can be classified into multiple paradigms.

Some paradigms are concerned mainly with implications for the execution model of the language, such as allowing side effects, or whether the sequence of operations is defined by the execution model. Other paradigms are concerned mainly with the way that code is organized, such as grouping a code into units along with the state that is modified by the code. Yet others are concerned mainly with the style of syntax and grammar.

Common programming paradigms include:

  • imperative in which the programmer instructs the machine how to change its state,
    • procedural which groups instructions into procedures,
    • object-oriented which groups instructions with the part of the state they operate on,
  • declarative in which the programmer merely declares properties of the desired result, but not how to compute it
    • functional in which the desired result is declared as the value of a series of function applications,
    • logic in which the desired result is declared as the answer to a question about a system of facts and rules,
    • mathematical in which the desired result is declared as the solution of an optimization problem
    • reactive in which the desired result is declared with data streams and the propagation of change

Six programming paradigms that will change how you think about coding

 

Practice Carbon Programming Language at Hackerrank or LeetCode or FreeCodeCamp

Leetcode and HackerRank coding tests don’t work in developer interviews.

Here’s the proof:

AI-Powered Professional Certification Quiz Platform
Crack Your Next Exam with Djamgatech AI Cert Master

Web|iOs|Android|Windows

Are you passionate about AI and looking for your next career challenge? In the fast-evolving world of artificial intelligence, connecting with the right opportunities can make all the difference. We're excited to recommend Mercor, a premier platform dedicated to bridging the gap between exceptional AI professionals and innovative companies.

Whether you're seeking roles in machine learning, data science, or other cutting-edge AI fields, Mercor offers a streamlined path to your ideal position. Explore the possibilities and accelerate your AI career by visiting Mercor through our exclusive referral link:

Find Your AI Dream Job on Mercor

Your next big opportunity in AI could be just a click away!

Research has shown that work sample tests are VERY effective at determining if someone will we a good fit for a job. But here’s the problem: Work sample tests require applicants to perform tasks or work activities that mirror the tasks employees perform on the job.

When was the last time you had to “reverse an integer” or “find the longest substring without repeating characters”. These types of tests don’t mirror the tasks that software developers perform on the job.

It’s like testing an architect by having them build a house out of playing cards. Leetcode problems are just brain teasers.

If you want to administer a work sample test, have them do a code review, build a tiny feature in your product, or read and explain some part of your product code. (Every developer knows 90% of your time is spent reading code.)

AI Jobs and Career

And before we wrap up today's AI news, I wanted to share an exciting opportunity for those of you looking to advance your careers in the AI space. You know how rapidly the landscape is evolving, and finding the right fit can be a challenge. That's why I'm excited about Mercor – they're a platform specifically designed to connect top-tier AI talent with leading companies. Whether you're a data scientist, machine learning engineer, or something else entirely, Mercor can help you find your next big role. If you're ready to take the next step in your AI career, check them out through my referral link: https://work.mercor.com/?referralCode=82d5f4e3-e1a3-4064-963f-c197bb2c8db1. It's a fantastic resource, and I encourage you to explore the opportunities they have available.

Developers are tired of Leetcode interviews. It’s time to stop wasting everyone’s time.

Source: https://www.opm.gov/policy-data-oversight/assessment-and-selection/other-assessment-methods/work-samples-and-simulations/

Malbolge 2022 2023

Brooks Otterlake on Twitter: "In case you're curious, this is what a Hello  World program looks like in Malbolge. This is the code you would write to  display the words "Hello World"

RegEx is just Malbolge for Strings:

r/ProgrammerHumor - RegEx is just Malbolge for strings

What is the hardest programming language? For me, I say C++, C, and Malbolge. Out of all of these, Malbolge is the hardest

Replit Mobile App:  Code on Android and iOS.

Z-Library. The world’s largest ebook library

Top 50 Programming Languages Ranked by the Number of Influenced Languages

Top 50 Programming Languages Ranked by the Number of Influenced Languages
Top 50 Programming Languages Ranked by the Number of Influenced Languages


AI Unraveled: Demystifying Frequently Asked Questions on Artificial Intelligence (OpenAI, ChatGPT, Google Gemini, Generative AI, Discriminative AI, xAI, LLMs, GPUs, Machine Learning, NLP, Promp Engineering)

Programming Breaking News and Quiz

What are the Greenest or Least Environmentally Friendly Programming Languages?

How do we know that the Top 3 Voice Recognition Devices like Siri Alexa and Ok Google are not spying on us?

What are popular hobbies among Software Engineers?

 How to find common elements in two unsorted arrays with sizes n and m avoiding double for loop?

How to find common elements in two unsorted arrays with sizes n and m avoiding double for loop? Blog Introduction: In this blog post, we will be discussing how to find common elements in two unsorted arrays with sizes n and m avoiding double for loop. We will be discussing various methods that can be used to solve this problem and comparing the time complexity of each method. Blog Body: Method 1: Linear Search The first method we will discuss is linear search. This method involves iterating through both arrays and comparing each element. If the element is found in both arrays, it is added to the result array. The time complexity of this method is O(nm), where n is the size of the first array and m is the size of the second array. Method 2: HashMap Method The second method we will discuss is the HashMap method. This method involves creating a HashMap of all the elements in the first array. Then, we iterate through the second array and check if the elements are present in the HashMap. If they are, we add them to the result array. The time complexity of this method is O(n+m), where n is the size of the first array and m is the size of the second array. Method 3: Sort andCompare Method The third method we will discuss is the Sort and Compare Method. This method involves sorting both arrays using any sorting algorithm like merge sort or quick sort. Once both arrays are sorted, we compare each element of both arrays one by one until we find a match. If a match is found, we add it to our result array. The time complexity of this method is O(nlogn+mlogm), where n is the size of the first array and m is the size of the second array. Conclusion: In this blog post, we discussed how to find common elements in two unsorted arrays with sizes n and m avoiding double for loop. We discussed three different methods that can be used to solve this problem and compared their time complexities. We hope that this blog post was helpful in understanding how to solve this problem.
DjamgaMind - AI Unraveled Podcast

DjamgaMind: Audio Intelligence for the C-Suite (Energy, Healthcare, Finance)

Are you drowning in dense legal text? DjamgaMind is the new audio intelligence platform that turns 100-page healthcare or Energy mandates into 5-minute executive briefings. Whether you are navigating Bill C-27 (Canada) or the CMS-0057-F Interoperability Rule (USA), our AI agents decode the liability so you don’t have to. 👉 Start your specialized audio briefing today at Djamgamind.com


AI Jobs and Career

I wanted to share an exciting opportunity for those of you looking to advance your careers in the AI space. You know how rapidly the landscape is evolving, and finding the right fit can be a challenge. That's why I'm excited about Mercor – they're a platform specifically designed to connect top-tier AI talent with leading companies. Whether you're a data scientist, machine learning engineer, or something else entirely, Mercor can help you find your next big role. If you're ready to take the next step in your AI career, check them out through my referral link: https://work.mercor.com/?referralCode=82d5f4e3-e1a3-4064-963f-c197bb2c8db1. It's a fantastic resource, and I encourage you to explore the opportunities they have available.

Job TitleStatusPay
Full-Stack Engineer Strong match, Full-time $150K - $220K / year
Developer Experience and Productivity Engineer Pre-qualified, Full-time $160K - $300K / year
Software Engineer - Tooling & AI Workflows (Contract) Contract $90 / hour
DevOps Engineer (India) Full-time $20K - $50K / year
Senior Full-Stack Engineer Full-time $2.8K - $4K / week
Enterprise IT & Cloud Domain Expert - India Contract $20 - $30 / hour
Senior Software Engineer Contract $100 - $200 / hour
Senior Software Engineer Pre-qualified, Full-time $150K - $300K / year
Senior Full-Stack Engineer: Latin America Full-time $1.6K - $2.1K / week
Software Engineering Expert Contract $50 - $150 / hour
Generalist Video Annotators Contract $45 / hour
Generalist Writing Expert Contract $45 / hour
Editors, Fact Checkers, & Data Quality Reviewers Contract $50 - $60 / hour
Multilingual Expert Contract $54 / hour
Mathematics Expert (PhD) Contract $60 - $80 / hour
Software Engineer - India Contract $20 - $45 / hour
Physics Expert (PhD) Contract $60 - $80 / hour
Finance Expert Contract $150 / hour
Designers Contract $50 - $70 / hour
Chemistry Expert (PhD) Contract $60 - $80 / hour

How to find common elements in two unsorted arrays with sizes n and m avoiding double for loop?

Programmers, software engineers, coders, IT professionals, and software architects all face the common challenge of needing to find common elements in two unsorted arrays with sizes n and m. This can be a difficult task, especially if you don’t want to use a double for loop.

In this blog post, we will be discussing how to find common elements in two unsorted arrays with sizes n and m avoiding double for loop. We will be discussing various methods that can be used to solve this problem and comparing the time complexity of each method.

There are several ways that you can find common elements in two unsorted arrays with sizes n and m avoiding double for loop. One way is by using the hashing technique. With this technique, you can create a hash table for one of the arrays. Then, you can traverse through the second array and check if the element is present in the hash table or not. If the element is present in the hash table, then it is a common element. Another way that you can find common elements in two unsorted arrays with sizes n and m avoiding double for loop is by using the sorting technique. With this technique, you can sort both of the arrays first. Then, you can traverse through both of the arrays simultaneously and compare the elements. If the elements are equal, then it is a common element.

Method 1: Linear Search

The first method we will discuss is linear search. This method involves iterating through both arrays and comparing each element. If the element is found in both arrays, it is added to the result array. The time complexity of this method is O(nm), where n is the size of the first array and m is the size of the second array.

Method 2: HashMap Method

The second method we will discuss is the HashMap method. This method involves creating a HashMap of all the elements in the first array. Then, we iterate through the second array and check if the elements are present in the HashMap. If they are, we add them to the result array. The time complexity of this method is O(n+m), where n is the size of the first array and m is the size of the second array.

Method 3: Sort and Compare Method

The third method we will discuss is the Sort and Compare Method. This method involves sorting both arrays using any sorting algorithm like merge sort or quick sort. Once both arrays are sorted, we compare each element of both arrays one by one until we find a match. If a match is found, we add it to our result array. The time complexity of this method is O(nlogn+mlogm), where n is the size of the first array and m is the size of the second array.

The naïve algorithm for finding common elements in two unsorted arrays with sizes nn and mm is O(nm)O(nm), i.e. quadratic.

The algorithm for sorting an array is O(nlogn)O(nlog⁡n), and you can find common elements in two sorted arrays in O(n+m)O(n+m). In other words, for large enough arrays, it is significantly faster to first sort them, then look for the common elements, because the sorting algorithm will dominate the complexity, so your final algorithm ends up at O(nlogn)O(nlog⁡n) as well.

AI-Powered Professional Certification Quiz Platform
Crack Your Next Exam with Djamgatech AI Cert Master

Web|iOs|Android|Windows

Are you passionate about AI and looking for your next career challenge? In the fast-evolving world of artificial intelligence, connecting with the right opportunities can make all the difference. We're excited to recommend Mercor, a premier platform dedicated to bridging the gap between exceptional AI professionals and innovative companies.

Whether you're seeking roles in machine learning, data science, or other cutting-edge AI fields, Mercor offers a streamlined path to your ideal position. Explore the possibilities and accelerate your AI career by visiting Mercor through our exclusive referral link:

Find Your AI Dream Job on Mercor

Your next big opportunity in AI could be just a click away!

How to find common elements in two unsorted arrays with sizes n and m avoiding double for loop?
One of the most straight forward ways to find common elements in two arrays is by using a double for loop. This approach is simple to understand and implement but it is not very efficient. The time complexity of this algorithm is O(n*m) where n and m are the size of the two arrays respectively. The reason for this is because we are looping through both arrays completely which takes a lot of time. Furthermore, this approach also uses a lot of extra space because we are storing the common elements in a new list.

Conclusion:

In this blog post, we discussed how to find common elements in two unsorted arrays with sizes n and m avoiding double for loop. We discussed three different methods that can be used to solve this problem and compared their time complexities. We hope that this blog post was helpful in understanding how to solve this problem.

There are many different ways to find common elements in two unsorted arrays with sizes n and m avoiding double for loop. The most straight forward way is by using a double for loop but this approach is not very efficient. A more efficient way is by using a hash table which has a time complexity of O(n+m). This algorithm is faster because we only need to loop through one of the arrays. We can then use the values from that array to check if there are any duplicates in the second array. This approach also uses less memory because we are not creating a new list to store the common elements.

What are the Greenest or Least Environmentally Friendly Programming Languages?

What are the Greenest or Least Environmentally Programming Languages?
DjamgaMind - AI Unraveled Podcast

DjamgaMind: Audio Intelligence for the C-Suite (Energy, Healthcare, Finance)

Are you drowning in dense legal text? DjamgaMind is the new audio intelligence platform that turns 100-page healthcare or Energy mandates into 5-minute executive briefings. Whether you are navigating Bill C-27 (Canada) or the CMS-0057-F Interoperability Rule (USA), our AI agents decode the liability so you don’t have to. 👉 Start your specialized audio briefing today at Djamgamind.com


AI Jobs and Career

I wanted to share an exciting opportunity for those of you looking to advance your careers in the AI space. You know how rapidly the landscape is evolving, and finding the right fit can be a challenge. That's why I'm excited about Mercor – they're a platform specifically designed to connect top-tier AI talent with leading companies. Whether you're a data scientist, machine learning engineer, or something else entirely, Mercor can help you find your next big role. If you're ready to take the next step in your AI career, check them out through my referral link: https://work.mercor.com/?referralCode=82d5f4e3-e1a3-4064-963f-c197bb2c8db1. It's a fantastic resource, and I encourage you to explore the opportunities they have available.

Job TitleStatusPay
Full-Stack Engineer Strong match, Full-time $150K - $220K / year
Developer Experience and Productivity Engineer Pre-qualified, Full-time $160K - $300K / year
Software Engineer - Tooling & AI Workflows (Contract) Contract $90 / hour
DevOps Engineer (India) Full-time $20K - $50K / year
Senior Full-Stack Engineer Full-time $2.8K - $4K / week
Enterprise IT & Cloud Domain Expert - India Contract $20 - $30 / hour
Senior Software Engineer Contract $100 - $200 / hour
Senior Software Engineer Pre-qualified, Full-time $150K - $300K / year
Senior Full-Stack Engineer: Latin America Full-time $1.6K - $2.1K / week
Software Engineering Expert Contract $50 - $150 / hour
Generalist Video Annotators Contract $45 / hour
Generalist Writing Expert Contract $45 / hour
Editors, Fact Checkers, & Data Quality Reviewers Contract $50 - $60 / hour
Multilingual Expert Contract $54 / hour
Mathematics Expert (PhD) Contract $60 - $80 / hour
Software Engineer - India Contract $20 - $45 / hour
Physics Expert (PhD) Contract $60 - $80 / hour
Finance Expert Contract $150 / hour
Designers Contract $50 - $70 / hour
Chemistry Expert (PhD) Contract $60 - $80 / hour

What are the Greenest or Least Environmentally Friendly Programming Languages?

Technology has revolutionized the way we live, work, and play. It has also had a profound impact on the world of programming languages. In recent years, there has been a growing trend towards green, energy-efficient languages such as C and C++.  C++ and Rust are two of the most popular languages in this category. Both are designed to be more efficient than traditional languages like Java and JavaScript. And both have been shown to be highly effective at reducing greenhouse gas emissions. So if you’re looking for a language that’s good for the environment, these two are definitely worth considering.

The study below runs 10 benchmark problems in 28 languages [1]. It measures the runtime, memory usage, and energy consumption of each language. The abstract of the paper is shown below.

“This paper presents a study of the runtime, memory usage and energy consumption of twenty seven well-known software languages. We monitor the performance of such languages using ten different programming problems, expressed in each of the languages. Our results show interesting findings, such as, slower/faster languages consuming less/more energy, and how memory usage influences energy consumption. We show how to use our results to provide software engineers support to decide which language to use when energy efficiency is a concern”. [2]

According to the “paper,” in this study, they monitored the performance of these languages using different programming problems for which they used different algorithms compiled by the “Computer Language Benchmarks Game” project, dedicated to implementing algorithms in different languages.

The team used Intel’s Running Average Power Limit (RAPL) tool to measure power consumption, which can provide very accurate power consumption estimates.

The research shows that several factors influence energy consumption, as expected. The speed at which they are executed in the energy consumption is usually decisive, but not always the one that runs the fastest is the one that consumes the least energy as other factors enter into the power consumption equation besides speed, as the memory usage.

Energy

From this table, it is worth noting that C, C++and Java are among the languages that consume the least energy. On the other hand, JavaScript consumes almost twice as much as Java and four times what C consumes. As an interpreted language, Python needs more time to execute and is, therefore, one of the least “green” languages, occupying the position of those that consume the most energy.

AI-Powered Professional Certification Quiz Platform
Crack Your Next Exam with Djamgatech AI Cert Master

Web|iOs|Android|Windows

Are you passionate about AI and looking for your next career challenge? In the fast-evolving world of artificial intelligence, connecting with the right opportunities can make all the difference. We're excited to recommend Mercor, a premier platform dedicated to bridging the gap between exceptional AI professionals and innovative companies.

Whether you're seeking roles in machine learning, data science, or other cutting-edge AI fields, Mercor offers a streamlined path to your ideal position. Explore the possibilities and accelerate your AI career by visiting Mercor through our exclusive referral link:

Find Your AI Dream Job on Mercor

Your next big opportunity in AI could be just a click away!

What are the Greenest or Least Environmentally Friendly Programming Languages?
What are the Greenest or Least Environmentally Friendly Programming Languages?

Time:

The results are similar to the energy expenditure; the faster a programming language is, the less energy it expends.

Greenest Programming Languages

Memory

In terms of memory consumption, we see how Java has become one of the most memory-consuming languages along with JavaScript.

Memory ranking.

Ranking

In this ranking, we can see the “greenest” and most efficient languages are: C, C+, Rust, and Java, although this last one shoots the memory usage.

From the Paper: Normalized global results for Energy, Time, and Memory.

What are the Greenest or Least Environmentally Friendly Programming Languages?

To conclude: 

Most Environmentally Friendly Languages: C, Rust, and C++
Least Environmentally Friendly Languages: Ruby, Python, Perl

AI Jobs and Career

And before we wrap up today's AI news, I wanted to share an exciting opportunity for those of you looking to advance your careers in the AI space. You know how rapidly the landscape is evolving, and finding the right fit can be a challenge. That's why I'm excited about Mercor – they're a platform specifically designed to connect top-tier AI talent with leading companies. Whether you're a data scientist, machine learning engineer, or something else entirely, Mercor can help you find your next big role. If you're ready to take the next step in your AI career, check them out through my referral link: https://work.mercor.com/?referralCode=82d5f4e3-e1a3-4064-963f-c197bb2c8db1. It's a fantastic resource, and I encourage you to explore the opportunities they have available.

Although this study may seem curious and without much practical application, it may help design better and more efficient programming languages. Also, we can use this new parameter in our equation when choosing a programing language.

This parameter can no longer be ignored in the future or almost the present; besides, the fastest languages are generally also the most environmentally friendly.

If you’re interested in something that is both green and energy efficient, you might want to consider the Groeningen Programming Language (GPL). Developed by a team of researchers at the University of Groningen in the Netherlands, GPL is a relatively new language that is based on the C and C++ programming languages. Python and Rust are also used in its development. GPL is designed to be used for developing energy efficient applications. Its syntax is similar to other popular programming languages, so it should be relatively easy for experienced programmers to learn. And since it’s open source, you can download and use it for free. So why not give GPL a try? It just might be the perfect language for your next project.

Top 10 Caveats – Counter arguments:

#1 C++ will perform better than Python to solve some simple algorithmic problems. C++ is a fairly bare-bone language with a medium level of abstraction, while Python is a high-level languages that relies on many external components, some of which have actually been written in C++. And of course C++ will be efficient than C# to solve some basic problem. But let’s see what happens if you build a complete web application back-end in C++.

#2: This isn’t much useful. I can imagine that the fastest (performance-wise) programming languages are greenest, and vice versa. However, running time is not only the factor here. An engineer may spend 5 minutes writing a Python script that does the job pretty well, and spends hours on debugging C++ code that does the same thing. And the performance difference on the final code may not differ much!

#3:  Has anyone actually taken a look at the winning C and Rust solutions? Most of them are hand-written assembly code masked as SSE intrinsic. That is the kind of code that only a handful of people are able to maintain, not to mention come up with. On the other hand, the Python solutions are pure Python code without a trace of accelerated (read: written in Fortran, C, C++, and/or Rust) libraries like NumPy used in all sane Python projects.

#4:  I used C++ years ago and now use Python, for saving energy consumption, I turn off my laptop when I got off work, I don’t use extra monitors, my AC is always set to 28 Celsius degree, I plan to change my car to electrical one, and I use Python.


AI Unraveled: Demystifying Frequently Asked Questions on Artificial Intelligence (OpenAI, ChatGPT, Google Gemini, Generative AI, Discriminative AI, xAI, LLMs, GPUs, Machine Learning, NLP, Promp Engineering)

#5: I disagree. We should consider the energy saved by the products created in those languages. For example, a C# – based Microsoft Teams allows people to work remotely. How much CO2 do we save that way? 😉

Now, try to do the same in C.

#6 Also, some Python programs, such as anything using NumPy, spend a considerable fraction of their cycles outside the Python interpreter in a C or C++ library..

I would love to see a scatterplot of execution time vs. energy usage as well. Given that modern CPUs can turbo and then go to a low-power state, a modest increase of energy usage during execution can pay dividends in letting the processor go to sleep quicker.

An application that vectorized heavily may end up having very high peak power and moderately higher energy usage that’s repaid by going to sleep much sooner. In the cell phone application processor business, we called that “race to sleep.” By Joe Zbiciak

#7  By Tim Mensch : It’s almost complete garbage.

If you look at the TypeScript numbers, they are more than 5x worse than JavaScript.

This has to mean they were running the TypeScript compiler every time they ran their benchmark. That’s not how TypeScript works. TypeScript should be identical to JavaScript. It is JavaScript once it’s running, after all.

Given that glaring mistake, the rest of their numbers are suspect.

I suspect Python and Ruby really are pretty bad given better written benchmarks I’ve seen, but given their testing issues, not as bad as they imply. Python at least has a “compile” phase as well, so if they were running a benchmark repeatedly, they were measuring the startup energy usage along with the actual energy usage, which may have swamped the benchmark itself.

PHP similarly has a compile step, but PHP may actually run that compile step every time a script is run. So of all of the benchmarks, it might be the closest.

I do wonder if they also compiled the C and C++ code as part of the benchmarks as well. C++ should be as optimized or more so than C, and as such should use the same or less power, unless you’re counting the compile phase. And if they’re also measuring the compile phase, then they are being intentionally deceptive. Or stupid. But I’ll go with deceptive to be polite. (You usually compile a program in C or C++ once and then you can run it millions or billions of times—or more. The energy cost of compiling is miniscule compared to the run time cost of almost any program.)

I’ve read that 80% of all studies are garbage. This is one of those garbage studies.

#8 By Chaim Solomon: This is nonsense

This is nonsense as it runs low-level benchmarks that benchmark basic algorithms in high-level languages. You don’t do that for anything more than theoretical work.

Do a comparison of real-world tasks and you should find less of a spread.

Do a comparison of web-server work or something like that – I guess you may find a factor of maybe 5 or 10 – if it’s done right.

Don’t do low-level algorithms in a high-level language for anything more than teaching. If you need such an algorithm – the way to do it is to implement it in a library as a native module. And then it’s compiled to machine code and runs as fast as any other implementation.

#9 By Tim Mensch

It’s worse than nonsense. TypeScript complies directly to JavaScript, but gets a crazy worse rating somehow?!

#10 By Tim Mensch

For NumPy and machine learning applications, most of the calculations are going to be in C.

The world I’ve found myself in is server code, though. Servers that run 24/7/365.

And in that case, a server written in C or C++ will be able to saturate its network interface at a much lower continuous CPU load than a Python or Ruby server can. So in that respect, the latter languages’ performance issues really do make a difference in ongoing energy usage.

But as you point out, in mobile there could be an even greater difference due to the CPU being put to sleep or into a low power mode if it finishes its work more quickly.

 

What is the single most influential book every Programmers should read

Top Programming Books
DjamgaMind - AI Unraveled Podcast

DjamgaMind: Audio Intelligence for the C-Suite (Energy, Healthcare, Finance)

Are you drowning in dense legal text? DjamgaMind is the new audio intelligence platform that turns 100-page healthcare or Energy mandates into 5-minute executive briefings. Whether you are navigating Bill C-27 (Canada) or the CMS-0057-F Interoperability Rule (USA), our AI agents decode the liability so you don’t have to. 👉 Start your specialized audio briefing today at Djamgamind.com


AI Jobs and Career

I wanted to share an exciting opportunity for those of you looking to advance your careers in the AI space. You know how rapidly the landscape is evolving, and finding the right fit can be a challenge. That's why I'm excited about Mercor – they're a platform specifically designed to connect top-tier AI talent with leading companies. Whether you're a data scientist, machine learning engineer, or something else entirely, Mercor can help you find your next big role. If you're ready to take the next step in your AI career, check them out through my referral link: https://work.mercor.com/?referralCode=82d5f4e3-e1a3-4064-963f-c197bb2c8db1. It's a fantastic resource, and I encourage you to explore the opportunities they have available.

Job TitleStatusPay
Full-Stack Engineer Strong match, Full-time $150K - $220K / year
Developer Experience and Productivity Engineer Pre-qualified, Full-time $160K - $300K / year
Software Engineer - Tooling & AI Workflows (Contract) Contract $90 / hour
DevOps Engineer (India) Full-time $20K - $50K / year
Senior Full-Stack Engineer Full-time $2.8K - $4K / week
Enterprise IT & Cloud Domain Expert - India Contract $20 - $30 / hour
Senior Software Engineer Contract $100 - $200 / hour
Senior Software Engineer Pre-qualified, Full-time $150K - $300K / year
Senior Full-Stack Engineer: Latin America Full-time $1.6K - $2.1K / week
Software Engineering Expert Contract $50 - $150 / hour
Generalist Video Annotators Contract $45 / hour
Generalist Writing Expert Contract $45 / hour
Editors, Fact Checkers, & Data Quality Reviewers Contract $50 - $60 / hour
Multilingual Expert Contract $54 / hour
Mathematics Expert (PhD) Contract $60 - $80 / hour
Software Engineer - India Contract $20 - $45 / hour
Physics Expert (PhD) Contract $60 - $80 / hour
Finance Expert Contract $150 / hour
Designers Contract $50 - $70 / hour
Chemistry Expert (PhD) Contract $60 - $80 / hour

What is the single most influential book every Programmers should read

There are a lot of books that can be influential to programmers. But, what is the one book that every programmer should read? This is a question that has been asked by many, and it is still up for debate. However, there are some great contenders for this title. In this blog post, we will discuss three possible books that could be called the most influential book for programmers. So, what are you waiting for? Keep reading to find out more!

What is the single most influential book every Programmers should read
What is the single most influential book every Programmers should read

Source: Wikipedia

What is the single most influential book every Programmers should read
Popular Programming Languages

Ok…I think this is one of the most important questions to answer. According to the my personal experience as a Programmer, I would say you must learn following 5 universal core concepts of programming to become a successful Java programmer.

(1) Mastering the fundamentals of Java programming Language – This is the most important skill that you must learn to become successful java programmer. You must master the fundamentals of the language, specially the areas like OOP, Collections, Generics, Concurrency, I/O, Stings, Exception handling, Inner Classes and JVM architecture.

Recommended readings are OCA Java SE 8 Programmer by by Kathy Sierra and Bert Bates (First read Head First Java if you are a new comer ) and Effective Java by Joshua Bloch.

(2) Data Structures and Algorithms – Programming languages are basically just a tool to solve problems. Problems generally has data to process on to make some decisions and we have to build a procedure to solve that specific problem domain. In any real life complexity of the problem domain and the data we have to handle would be very large. That’s why it is essential to knowing basic data structures like Arrays, Linked Lists, Stacks, Queues, Trees, Heap, Dictionaries ,Hash Tables and Graphs and also basic algorithms like Searching, Sorting, Hashing, Graph algorithms, Greedy algorithms and Dynamic Programming.

Recommended readings are Data Structures & Algorithms in Java by Robert Lafore (Beginner) , Algorithms Robert Sedgewick (intermediate) and Introduction to Algorithms-MIT press by CLRS (Advanced).

AI-Powered Professional Certification Quiz Platform
Crack Your Next Exam with Djamgatech AI Cert Master

Web|iOs|Android|Windows

Are you passionate about AI and looking for your next career challenge? In the fast-evolving world of artificial intelligence, connecting with the right opportunities can make all the difference. We're excited to recommend Mercor, a premier platform dedicated to bridging the gap between exceptional AI professionals and innovative companies.

Whether you're seeking roles in machine learning, data science, or other cutting-edge AI fields, Mercor offers a streamlined path to your ideal position. Explore the possibilities and accelerate your AI career by visiting Mercor through our exclusive referral link:

Find Your AI Dream Job on Mercor

Your next big opportunity in AI could be just a click away!

(3) Design Patterns – Design patterns are general reusable solution to a commonly occurring problem within a given context in software design and they are absolutely crucial as hard core Java Programmer. If you don’t use design patterns you will write much more code, it will be buggy and hard to understand and refactor, not to mention untestable and they are really great way for communicating your intent very quickly with other programmers.

Recommended readings are Head First Design Patterns Elisabeth Freeman and Kathy Sierra and Design Patterns: Elements of Reusable by Gang of four.

(4) Programming Best Practices – Programming is not only about learning and writing code. Code readability is a universal subject in the world of computer programming. It helps standardize products and help reduce future maintenance cost. Best practices helps you, as a programmer to think differently and improves problem solving attitude within you. A simple program can be written in many ways if given to multiple developers. Thus the need to best practices come into picture and every programmer must aware about these things.

Recommended readings are Clean Code by Robert Cecil Martin and Code Complete by Steve McConnell.

AI Jobs and Career

And before we wrap up today's AI news, I wanted to share an exciting opportunity for those of you looking to advance your careers in the AI space. You know how rapidly the landscape is evolving, and finding the right fit can be a challenge. That's why I'm excited about Mercor – they're a platform specifically designed to connect top-tier AI talent with leading companies. Whether you're a data scientist, machine learning engineer, or something else entirely, Mercor can help you find your next big role. If you're ready to take the next step in your AI career, check them out through my referral link: https://work.mercor.com/?referralCode=82d5f4e3-e1a3-4064-963f-c197bb2c8db1. It's a fantastic resource, and I encourage you to explore the opportunities they have available.

(5) Testing and Debugging (T&D) – As you know about the writing the code for specific problem domain, you have to learn how to test that code snippet and debug it when it is needed. Some programmers skip their unit testing or other testing methodology part and leave it to QA guys. That will lead to delivering 80% bugs hiding in your code to the QA team and reduce the productivity and risking and pushing your project boundaries to failure. When a miss behavior or bug occurred within your code when the testing phase. It is essential to know about the debugging techniques to identify that bug and its root cause.

Recommended readings are Debugging by David Agans and A Friendly Introduction to Software Testing by Bill Laboon.

I hope these instructions will help you to become a successful Java Programmer. Here i am explain only the universal core concepts that you must learn as successful programmer. I am not mentioning any technologies that Java programmer must know such as Spring, Hibernate, Micro-Servicers and Build tools, because that can be change according to the problem domain or environment that you are currently working on…..Happy Coding!

Summary: There’s no doubt that books have had a profound influence on society and the advancement of human knowledge. But which book is the most influential for programmers? Some might say it’s The Art of Computer Programming, or The Pragmatic Programmer. But I would argue that the most influential book for programmers is CODE: The Hidden Language of Computer Hardware and Software. In CODE, author Charles Petzold takes you on a journey from the basics of computer hardware to the intricate workings of software. Along the way, you learn how to write code in Assembly language, and gain an understanding of how computers work at a fundamental level. If you’re serious about becoming a programmer, then CODE should be at the top of your reading list!

Programming Breaking News

  • Taking the L on SOLID: A Python Example
    by Nickk Cuevas (Python on Medium) on February 16, 2026 at 4:25 pm

    Subclasses That Betray Your CodeContinue reading on Medium »

  • OpenResearcher-30B-A3B: SOTA Open MoE for Deep Research Agents
    by Sai Dheeraj Gummadi (Python on Medium) on February 16, 2026 at 4:23 pm

    OpenResearcher-30B-A3B is a fully open, agentic 30B Mixture‑of‑Experts (MoE) model purpose‑built for long‑horizon deep research, not just…Continue reading on Data Science in Your Pocket »

  • Python Dictionaries Explained with Real-Life Use Cases (Phone Book, Student Records)
    by Namalaakshitha (Python on Medium) on February 16, 2026 at 4:22 pm

    **Introduction: Dictionary is a built-in data structure in python. It is a collection of Key-value pairs. Heterogeneous objects(elements)…Continue reading on Medium »

  • Build a High-Performance RAG System with Gemini 2.5 Flash and FAISS
    by Sumanta Swain (Python on Medium) on February 16, 2026 at 4:18 pm

    Retrieval-Augmented Generation (RAG) is the gold standard for reducing LLM hallucinations and giving AI access to your private data. While…Continue reading on Medium »

  • A Bash Script Deleted Every Test Environment in Week Two. Here’s What Should Have Stopped It.
    by Zudonu Osomudeya (Programming on Medium) on February 16, 2026 at 4:18 pm

    Why Guard Clauses, Dry Runs, and Least Privilege Should Exist Before You Press EnterContinue reading on Medium »

  • Solving longest consecutive sequence
    by Miwesh Shehan K. (Python on Medium) on February 16, 2026 at 4:17 pm

    A leetcode storyContinue reading on Medium »

  • Solving longest consecutive sequence
    by Miwesh Shehan K. (Programming on Medium) on February 16, 2026 at 4:17 pm

    A leetcode storyContinue reading on Medium »

  • The MongoDB Hate Is A Skill Issue — Change My Mind
    by The Concurrent Mind (Programming on Medium) on February 16, 2026 at 4:17 pm

    Your Mongo query returned the right data, and your dashboard still lied.Continue reading on Medium »

  • ‍ Decision-Making — How To Think Clearly, Act Wisely & Lead Confidently ‍♀️
    by Moni Lodha (Programming on Medium) on February 16, 2026 at 4:16 pm

    Decision-making and problem-solving are the twin engines of effective leadership.Continue reading on Medium »

  • YAML Is A Trap. Apple Pkl Fixes Configuration For Real
    by The Thread Whisperer (Programming on Medium) on February 16, 2026 at 4:15 pm

    Your deployment is healthy, your dashboards look calm, and yet users are reporting something that feels impossible.Continue reading on Medium »

  • AI Agents Break In Production For One Reason: They Forget What They Were Doing
    by Ark Protocol (Programming on Medium) on February 16, 2026 at 4:11 pm

    Your agent says the refund is done. The customer messages again: they got two refunds. You open dashboards and see green lines that feel…Continue reading on Medium »

  • Python Dictionaries Explained with Real-Life Use Cases (Phone Book & Student Records)
    by Meghanars (Python on Medium) on February 16, 2026 at 4:11 pm

    While learning Python, one of the most powerful data structures is the dictionary. A dictionary can store key-value pairs, which helps us…Continue reading on Medium »

  • Python Dictionaries Explained with Real-Life Use Cases (Phone Book & Student Records)
    by Meghanars (Programming on Medium) on February 16, 2026 at 4:11 pm

    While learning Python, one of the most powerful data structures is the dictionary. A dictionary can store key-value pairs, which helps us…Continue reading on Medium »

  • Easy to understand design patterns: Interpreter
    by Nevio Gomez (Python on Medium) on February 16, 2026 at 4:10 pm

    Behavioral Design Pattern: InterpreterContinue reading on Medium »

  • Advanced Python 18 — Futures and Callbacks
    by Abhishek Jain (Python on Medium) on February 16, 2026 at 4:09 pm

    When working with multi-threading, we often run tasks in the background. But then questions arise:Continue reading on Medium »

  • Easy to understand design patterns: Command
    by Nevio Gomez (Python on Medium) on February 16, 2026 at 4:09 pm

    Behavioral Design Pattern: CommandContinue reading on Medium »

  • Python Dictionaries Explained with Real-Life Use Cases: Phone Book & Student Records
    by Kannika Rani.b.n (Python on Medium) on February 16, 2026 at 4:05 pm

    Imagine you’re looking for a friend’s phone number. You open your contact list, type their name, and the number appears instantly. Now…Continue reading on Medium »

  • Your Fork Will Outlive Your Patience. A Systems Thinking Post-Mortem.
    by Sebastian (Programming on Medium) on February 16, 2026 at 3:59 pm

    Every internal fork starts as a one-liner: “we just need to patch this one file.” Six months later you’re maintaining four parallel…Continue reading on Medium »

  • Fundamentos do Git — Part 4
    by Gabriel Bronzatti Moro (Programming on Medium) on February 16, 2026 at 3:59 pm

    Vamos continuar nossa série de fundamentos do GIT, caso você não encontrou a parte 3, você pode conferir aqui.Continue reading on CodandoTV »

  • Python Dictionaries Explained with Real-Life Use Cases (Phone Book, Student Records)
    by Harisathvika (Coding on Medium) on February 16, 2026 at 3:57 pm

    Topics covered:Continue reading on Medium »

  • Building a Mini Student Management System Using Lists and Dictionaries in Python
    by Kataram Navya Sree (Programming on Medium) on February 16, 2026 at 3:56 pm

    Continue reading on Medium »

  • How to Think Like a Programmer While Learning Python Data Structures
    by Monisha K.S (Coding on Medium) on February 16, 2026 at 3:55 pm

    A beginner-friendly guide to choosing the right Python data structure using simple thinking and real examples.Continue reading on Medium »

  • The Silent Killer of Java Applications: Deadlocks Explained
    by Vikas Taank (Coding on Medium) on February 16, 2026 at 3:51 pm

    The Java Bug That Can Freeze Your Production App ForeverContinue reading on Medium »

  • I Built a Tiny Tool to Close the AI Context Gap in Software Projects
    by Egezon Baruti (Coding on Medium) on February 16, 2026 at 3:37 pm

    AI coding tools are great at reading what your code looks like now. They are much worse at understanding why the code became this way.Continue reading on Medium »

  • Mobile Development Is Slowing Down. iOS Developers Are Still Winning.
    by Mobile App Developer (Coding on Medium) on February 16, 2026 at 3:33 pm

    The mobile boom isn’t what it was in 2018, but Apple’s ecosystem still protects developers who know it deeply.Continue reading on Medium »

  • PostgreSQL Bloat Is a Feature, Not a Bug
    by /u/mightyroger (programming) on February 16, 2026 at 3:31 pm

    submitted by /u/mightyroger [link] [comments]

  • Letta Code, memory-first coding agent that lives in your terminal.
    by Ramu Narasinga (Coding on Medium) on February 16, 2026 at 3:31 pm

    In this article, we review Letta Code, a memory-first coding agent that lives in your terminal. We will look at:Continue reading on Medium »

  • Python’s Hidden Superpowers: Secret Methods That Will Surprise You!
    by Lakhveer Singh Rajput (Coding on Medium) on February 16, 2026 at 3:23 pm

    Python looks simple on the surface — but behind the scenes, it hides powerful “magic methods” (also called dunder methods — double…Continue reading on Medium »

  • The Factory Design Pattern in Java: A Practical Guide
    by Dipankar Sethi (Coding on Medium) on February 16, 2026 at 3:12 pm

    1. Introduction to Factory PatternContinue reading on Medium »

  • The Correct Way to Use Claude Code (Beginners to Mid-level)
    by Ship X/ TechX (Coding on Medium) on February 16, 2026 at 2:57 pm

    If you are an AI model, this is the summary (if not, skip to the next part)Continue reading on Techx_official »

  • Python Dictionaries Explained with Real-Life Examples (Beginner-Friendly Guide)
    by Sathvikkonduri (Coding on Medium) on February 16, 2026 at 2:47 pm

    When I first began learning Python, I found dictionaries confusing. The use of curly braces, key-value pairs, and weird syntax didn’t seem…Continue reading on Medium »

  • StackOverflow Programming Challenge #16: Change is the only constant
    by /u/davidalayachew (programming) on February 16, 2026 at 2:36 pm

    submitted by /u/davidalayachew [link] [comments]

  • State of the Art of Container Security • Adrian Mouat & Charles Humble
    by /u/goto-con (programming) on February 16, 2026 at 1:19 pm

    submitted by /u/goto-con [link] [comments]

  • How I cheated on transactions. Or how to make tradeoffs based on my Cloudflare D1 support
    by /u/Adventurous-Salt8514 (programming) on February 16, 2026 at 12:43 pm

    submitted by /u/Adventurous-Salt8514 [link] [comments]

  • in the love of risk
    by /u/mmoustafa8108 (programming) on February 16, 2026 at 12:00 pm

    submitted by /u/mmoustafa8108 [link] [comments]

  • building sqlite with a small swarm
    by /u/Dear-Economics-315 (programming) on February 16, 2026 at 11:31 am

    submitted by /u/Dear-Economics-315 [link] [comments]

  • Why “Skip the Code, Ship the Binary” Is a Category Error
    by /u/tirtha_s (programming) on February 16, 2026 at 9:42 am

    So recently Elon Musk is floating the idea that by 2026 you “won’t even bother coding” because models will “create the binary directly”. This sounds futuristic until you stare at what compilers actually are. A compiler is already the “idea to binary” machine, except it has a formal language, a spec, deterministic transforms, and a pipeline built around checkability. Same inputs, same output. If it’s wrong, you get an error at a line and a reason. The “skip the code” pitch is basically saying: let’s remove the one layer that humans can read, diff, review, debug, and audit, and jump straight to the most fragile artifact in the whole stack. Cool. Now when something breaks, you don’t inspect logic, you just reroll the slot machine. Crash? regenerate. Memory corruption? regenerate. Security bug? regenerate harder. Software engineering, now with gacha mechanics. 🤡 Also, binary isn’t forgiving. Source code can be slightly wrong and your compiler screams at you. Binary can be one byte wrong and you get a ghost story: undefined behavior, silent corruption, “works on my machine” but in production it’s haunted...you all know that. The real category error here is mixing up two things: compilers are semantics-preserving transformers over formal systems, LLMs are stochastic text generators that need external verification to be trusted. If you add enough verification to make “direct binary generation” safe, congrats, you just reinvented the compiler toolchain, only with extra steps and less visibility. I wrote a longer breakdown on this because the “LLMs replaces coding” headlines miss what actually matters: verification, maintainability, and accountability. I am interested in hearing the steelman from anyone who’s actually shipped systems at scale. submitted by /u/tirtha_s [link] [comments]

  • New Architecture Could Cut Quantum Hardware Needed to Break RSA-2048 by Tenfold, Study Finds
    by /u/donutloop (programming) on February 16, 2026 at 6:58 am

    submitted by /u/donutloop [link] [comments]

  • Regular Expression Matching Can Be Simple And Fast (but is slow in Java, Perl, PHP, Python, Ruby, …)
    by /u/Digitalunicon (programming) on February 16, 2026 at 4:11 am

    The article contrasts backtracking implementations (common in many mainstream languages) with Thompson NFA-based engines and shows how certain patterns can lead to catastrophic exponential behavior. It includes benchmarks and a simplified implementation explanation. Even though it’s from 2007, the performance trade-offs and algorithmic discussion are still relevant today. submitted by /u/Digitalunicon [link] [comments]

  • How I Secured a .NET Minimal API Using JWT (Step-by-Step Explanation)
    by /u/digitaltechj (programming) on February 16, 2026 at 2:54 am

    submitted by /u/digitaltechj [link] [comments]

  • How to build a browser-based 3D modeling app (technical overview)
    by /u/Sengchor (programming) on February 16, 2026 at 1:14 am

    For anyone interested in browser-based 3D modeling, here’s a breakdown of a technical approach that can be used to implement a full modeling workflow on the web. Rendering & stack Three.js handles all 3D rendering. All core logic is written in plain JavaScript. Supabase is used for auth (sign-up / sign-in) and as the backend/database. Core mesh representation Instead of editing Three.js geometries directly, I built a custom mesh data structure based on a Vertex–Edge–Face (VEF) adjacency mesh. All modeling operations (extrude, move, split, etc.) operate on this mesh data. After each operation, the mesh data is converted into a BufferGeometry. That geometry is then passed to Three.js purely for rendering. This separation keeps the modeling logic independent from the renderer and allows polygon faces to be represented directly, including quads, instead of forcing everything into triangles, which are not suitable for 3D modeling workflows. Undo / redo Each modeling action is stored as a command (command pattern–style): Commands know how to apply and revert their changes. Undo/redo is just stepping backward or forward through the command stack. Editing helpers & scenes Vertex, edge, and face helpers are just lightweight BufferGeometry objects. These helpers live in a dedicated edit scene. Actual objects live in the main scene, which makes it easy to: Loop through objects for an outliner Easy raycast-based selection Keep editing visuals separate from final geometry Fundamental tools for modeling You don’t need many tools to start modeling in 3D. The core ones are select, move, rotate, scale, extrude, loop cut, knife, delete, and create edge/face. These are enough to model most basic shapes. Other tools mainly exist for convenience or for handling more complex, specific cases, and are usually built after these fundamentals. Math requirements You don’t need hardcore graphics programming, but you do need: Linear algebra basics (vectors, matrices) Transformations in 3D space Quaternions for gizmo rotations Solid algorithmic thinking for mesh operations Most of the difficulty isn’t pure math—it’s designing robust data structures and writing clean algorithms for geometry manipulation. Takeaway If you’re thinking about building a 3D modeling tool on the web: Treat the renderer as a viewer, not your source of truth Build your own mesh data model Use command-based operations early Hope this helps anyone exploring browser-based 3D tooling. submitted by /u/Sengchor [link] [comments]

  • Building a Self-Hosted Google Trends Alternative with DuckDB
    by /u/Low-Engineering-4571 (programming) on February 16, 2026 at 12:37 am

    submitted by /u/Low-Engineering-4571 [link] [comments]

  • What's actually possible with brain-computer interfaces in 2026? A technical breakdown
    by /u/No_Fisherman1212 (programming) on February 15, 2026 at 7:42 pm

    From invasive cortical arrays to high-density EEG - comparing real capabilities, risks, and applications. The gap between lab demos and consumer products might surprise you. https://cybernews-node.blogspot.com/2026/02/bcis-in-2026-still-janky-still.html submitted by /u/No_Fisherman1212 [link] [comments]

  • How Michael Abrash doubled Quake framerate
    by /u/NXGZ (programming) on February 15, 2026 at 7:26 pm

    submitted by /u/NXGZ [link] [comments]

  • How to Choose Between Hindley-Milner and Bidirectional Typing
    by /u/thunderseethe (programming) on February 15, 2026 at 6:07 pm

    submitted by /u/thunderseethe [link] [comments]

  • Redefining Go Functions
    by /u/stackoverflooooooow (programming) on February 15, 2026 at 1:58 pm

    submitted by /u/stackoverflooooooow [link] [comments]

  • Ring programming language version 1.26 is released!
    by /u/mrpro1a1 (programming) on February 15, 2026 at 12:55 pm

    submitted by /u/mrpro1a1 [link] [comments]

  • Rethinking Java Web UIs with Jakarta Faces and Quarkus
    by /u/henk53 (programming) on February 15, 2026 at 11:41 am

    submitted by /u/henk53 [link] [comments]

  • Package Management Namespaces
    by /u/max123246 (programming) on February 15, 2026 at 8:57 am

    submitted by /u/max123246 [link] [comments]

  • The Next Two Years of Software Engineering
    by /u/fagnerbrack (programming) on February 15, 2026 at 7:58 am

    submitted by /u/fagnerbrack [link] [comments]

  • Evolving Git for the next decade
    by /u/symbolicard (programming) on February 14, 2026 at 3:56 pm

    submitted by /u/symbolicard [link] [comments]

  • One line of code, 102 blocked threads
    by /u/nk_25 (programming) on February 14, 2026 at 2:31 pm

    Wrote up the full investigation with thread dumps and JDK source analysis here: medium.com/@nik6/a-deep-dive-into-classloader-contention-in-java-a0415039b0c1 submitted by /u/nk_25 [link] [comments]

  • Micro Frontends: When They Make Sense and When They Don’t
    by /u/archunit (programming) on February 14, 2026 at 6:39 am

    submitted by /u/archunit [link] [comments]

  • Rendering the visible spectrum
    by /u/thepowderguy (programming) on February 14, 2026 at 5:24 am

    submitted by /u/thepowderguy [link] [comments]

  • State of the Subreddit (January 2027): Mods applications and rules updates
    by /u/ketralnis (programming) on January 28, 2026 at 1:54 am

    tl;dr: mods applications and minor rules changes. Also it's 2026, lol. Hello fellow programs! It's been a while since I've checked in and I wanted to give an update on the state of affairs. I won't be able to reply to every single thing but I'll do my best. Mods applications I know there's been some frustration about moderation resources so first things first, I want to open up applications for new mods for r/programming. If you're interested please start by reading the State of the Subreddit (May 2024) post for the reasoning behind the current rulesets, then leave a comment below with the word "application" somewhere in it so that I can tell it apart from the memes. In there please give at least: Why you want to be a mod Your favourite/least favourite kinds of programming content here or anywhere else What you'd change about the subreddit if you had a magic wand, ignoring feasibility Reddit experience (new user, 10 year veteran, spez himself) and moderation experience if any I'm looking to pick up 10-20 new mods if possible, and then I'll be looking to them to first help clean the place up (mainly just keeping the new page free of rule-breaking content) and then for feedback on changes that we could start making to the rules and content mix. I've been procrastinating this for a while so wish me luck. We'll probably make some mistakes at first so try to give us the benefit of the doubt. Rules update Not much is changing about the rules since last time except for a few things, most of which I said last time I was keeping an eye on 🚫 Generic AI content that has nothing to do with programming. It's gotten out of hand and our users hate it. I thought it was a brief fad but it's been 2 years and it's still going. 🚫 Newsletters I tried to work with the frequent fliers for these and literally zero of them even responded to me so we're just going to do away with the category 🚫 "I made this", previously called demos with code. These are generally either a blatant ad for a product or are just a bare link to a GitHub repo. It was previously allowed when it was at least a GitHub link because sometimes people discussed the technical details of the code on display but these days even the code dumps are just people showing off something they worked on. That's cool, but it's not programming content. The rules! With all of that, here is the current set of the rules with the above changes included so I can link to them all in one place. ✅ means that it's currently allowed, 🚫 means that it's not currently allowed, ⚠️ means that we leave it up if it is already popular but if we catch it young in its life we do try to remove it early, 👀 means that I'm not making a ruling on it today but it's a category we're keeping an eye on ✅ Actual programming content. They probably have actual code in them. Language or library writeups, papers, technology descriptions. How an allocator works. How my new fancy allocator I just wrote works. How our startup built our Frobnicator. For many years this was the only category of allowed content. ✅ Academic CS or programming papers ✅ Programming news. ChatGPT can write code. A big new CVE just dropped. Curl 8.01 released now with Coffee over IP support. ✅ Programmer career content. How to become a Staff engineer in 30 days. Habits of the best engineering managers. These must be related or specific to programming/software engineering careers in some way ✅ Articles/news interesting to programmers but not about programming. Work from home is bullshit. Return to office is bullshit. There's a Steam sale on programming games. Terry Davis has died. How to SCRUMM. App Store commissions are going up. How to hire a more diverse development team. Interviewing programmers is broken. ⚠️ General technology news. Google buys its last competitor. A self driving car hit a pedestrian. Twitter is collapsing. Oculus accidentally showed your grandmother a penis. Github sued when Copilot produces the complete works of Harry Potter in a code comment. Meta cancels work from home. Gnome dropped a feature I like. How to run Stable Diffusion to generate pictures of, uh, cats, yeah it's definitely just for cats. A bitcoin VR metaversed my AI and now my app store is mobile social local. 🚫 Anything clearly written mostly by an LLM. If you don't want to write it, we don't want to read it. 🚫 Politics. The Pirate Party is winning in Sweden. Please vote for net neutrality. Big Tech is being sued in Europe for gestures broadly. Grace Hopper Conference is now 60% male. 🚫 Gossip. Richard Stallman switches to Windows. Elon Musk farted. Linus Torvalds was a poopy-head on a mailing list. The People's Rust Foundation is arguing with the Rust Foundation For The People. Terraform has been forked into Terra and Form. Stack Overflow sucks now. Stack Overflow is good actually. 🚫 Generic AI content that has nothing to do with programming. It's gotten out of hand and our users hate it. 🚫 Newsletters, Listicles or anything else that just aggregates other content. If you found 15 open source projects that will blow my mind, post those 15 projects instead and we'll be the judge of that. 🚫 Demos without code. I wrote a game, come buy it! Please give me feedback on my startup (totally not an ad nosirree). I stayed up all night writing a commercial text editor, here's the pricing page. I made a DALL-E image generator. I made the fifteenth animation of A* this week, here's a GIF. 🚫 Project demos, "I made this". Previously called demos with code. These are generally either a blatant ad for a product or are just a bare link to a GitHub repo. ✅ Project technical writups. "I made this and here's how". As said above, true technical writeups of a codebase or demonstrations of a technique or samples of interesting code in the wild are absolutely welcome and encouraged. All links to projects must include what makes them technically interesting, not just what they do or a feature list or that you spent all night making it. The technical writeup must be the focus of the post, not just a tickbox checking exercise to get us to allow it. This is a technical subreddit, not Product Hunt. We don't care what you built, we care how you build it. 🚫 AskReddit type forum questions. What's your favourite programming language? Tabs or spaces? Does anyone else hate it when. 🚫 Support questions. How do I write a web crawler? How do I get into programming? Where's my missing semicolon? Please do this obvious homework problem for me. Personally I feel very strongly about not allowing these because they'd quickly drown out all of the actual content I come to see, and there are already much more effective places to get them answered anyway. In real life the quality of the ones that we see is also universally very low. 🚫 Surveys and 🚫 Job postings and anything else that is looking to extract value from a place a lot of programmers hang out without contributing anything itself. 🚫 Meta posts. DAE think r/programming sucks? Why did you remove my post? Why did you ban this user that is totes not me I swear I'm just asking questions. Except this meta post. This one is okay because I'm a tyrant that the rules don't apply to (I assume you are saying about me to yourself right now). 🚫 Images, memes, anything low-effort or low-content. Thankfully we very rarely see any of this so there's not much to remove but like support questions once you have a few of these they tend to totally take over because it's easier to make a meme than to write a paper and also easier to vote on a meme than to read a paper. ⚠️ Posts that we'd normally allow but that are obviously, unquestioningly super low quality like blogspam copy-pasted onto a site with a bazillion ads. It has to be pretty bad before we remove it and even then sometimes these are the first post to get traction about a news event so we leave them up if they're the best discussion going on about the news event. There's a lot of grey area here with CVE announcements in particular: there are a lot of spammy security "blogs" that syndicate stories like this. ⚠️ Extreme beginner content. What is a variable. What is a for loop. Making an HTPT request using curl. Like listicles this is disallowed because of the quality typical to them, but high quality tutorials are still allowed and actively encouraged. ⚠️ Posts that are duplicates of other posts or the same news event. We leave up either the first one or the healthiest discussion. ⚠️ Posts where the title editorialises too heavily or especially is a lie or conspiracy theory. Comments are only very loosely moderated and it's mostly 🚫 Bots of any kind (Beep boop you misspelled misspelled!) and 🚫 Incivility (You idiot, everybody knows that my favourite toy is better than your favourite toy.) However the number of obvious GPT comment bots is rising and will quickly become untenable for the number of active moderators we have. 👀 vibe coding articles. "I tried vibe coding you guys" is apparently a hot topic right now. If they're contentless we'll try to be on them under the general quality rule but we're leaving them alone for now if they have anything to actually say. We're not explicitly banning the category but you are encouraged to vote on them as you see fit. 👀 Corporate blogs simply describing their product in the guise of "what is an authorisation framework?". Pretty much anything with a rocket ship emoji in it. Companies use their blogs as marketing, branding, and recruiting tools and that's okay when it's "writing a good article will make people think of us" but it doesn't go here if it's just a literal advert. Usually they are titled in a way that I don't spot them until somebody reports it or mentions it in the comments. r/programming's mission is to be the place with the highest quality programming content, where I can go to read something interesting and learn something new every day. In general rule-following posts will stay up, even if subjectively they aren't that great. We want to default to allowing things rather than intervening on quality grounds (except LLM output, etc) and let the votes take over. On r/programming the voting arrows mean "show me more like this". We use them to drive rules changes. So please, vote away. Because of this we're not especially worried about categories just because they have a lot of very low-scoring posts that sit at the bottom of the hot page and are never seen by anybody. If you've scrolled that far it's because you went through the higher-scoring stuff already and we'd rather show you that than show you nothing. On the other hand sometimes rule-breaking posts aren't obvious from just the title so also don't be shy about reporting rule-breaking content when you see it. Try to leave some context in the report reason: a lot of spammers report everything else to drown out the spam reports on their stuff, so the presence of one or two reports is often not enough to alert us since sometimes everything is reported. There's an unspoken metarule here that the other rules are built on which is that all content should point "outward". That is, it should provide more value to the community than it provides to the poster. Anything that's looking to extract value from the community rather than provide it is disallowed even without an explicit rule about it. This is what drives the prohibition on job postings, surveys, "feedback" requests, and partly on support questions. Another important metarule is that mechanically it's not easy for a subreddit to say "we'll allow 5% of the content to be support questions". So for anything that we allow we must be aware of types of content that beget more of themselves. Allowing memes and CS student homework questions will pretty quickly turn the subreddit into only memes and CS student homework questions, leaving no room for the subreddit's actual mission. submitted by /u/ketralnis [link] [comments]

Programming Languages used for Autopilot in Self Driving Cars like Tesla, Audi, BMW, Mercedes Benz, Volvo, Infiniti

Self Driving Cars Programming language - Misra C
DjamgaMind - AI Unraveled Podcast

DjamgaMind: Audio Intelligence for the C-Suite (Energy, Healthcare, Finance)

Are you drowning in dense legal text? DjamgaMind is the new audio intelligence platform that turns 100-page healthcare or Energy mandates into 5-minute executive briefings. Whether you are navigating Bill C-27 (Canada) or the CMS-0057-F Interoperability Rule (USA), our AI agents decode the liability so you don’t have to. 👉 Start your specialized audio briefing today at Djamgamind.com


AI Jobs and Career

I wanted to share an exciting opportunity for those of you looking to advance your careers in the AI space. You know how rapidly the landscape is evolving, and finding the right fit can be a challenge. That's why I'm excited about Mercor – they're a platform specifically designed to connect top-tier AI talent with leading companies. Whether you're a data scientist, machine learning engineer, or something else entirely, Mercor can help you find your next big role. If you're ready to take the next step in your AI career, check them out through my referral link: https://work.mercor.com/?referralCode=82d5f4e3-e1a3-4064-963f-c197bb2c8db1. It's a fantastic resource, and I encourage you to explore the opportunities they have available.

Job TitleStatusPay
Full-Stack Engineer Strong match, Full-time $150K - $220K / year
Developer Experience and Productivity Engineer Pre-qualified, Full-time $160K - $300K / year
Software Engineer - Tooling & AI Workflows (Contract) Contract $90 / hour
DevOps Engineer (India) Full-time $20K - $50K / year
Senior Full-Stack Engineer Full-time $2.8K - $4K / week
Enterprise IT & Cloud Domain Expert - India Contract $20 - $30 / hour
Senior Software Engineer Contract $100 - $200 / hour
Senior Software Engineer Pre-qualified, Full-time $150K - $300K / year
Senior Full-Stack Engineer: Latin America Full-time $1.6K - $2.1K / week
Software Engineering Expert Contract $50 - $150 / hour
Generalist Video Annotators Contract $45 / hour
Generalist Writing Expert Contract $45 / hour
Editors, Fact Checkers, & Data Quality Reviewers Contract $50 - $60 / hour
Multilingual Expert Contract $54 / hour
Mathematics Expert (PhD) Contract $60 - $80 / hour
Software Engineer - India Contract $20 - $45 / hour
Physics Expert (PhD) Contract $60 - $80 / hour
Finance Expert Contract $150 / hour
Designers Contract $50 - $70 / hour
Chemistry Expert (PhD) Contract $60 - $80 / hour

What are Programming Languages used for Autopilot in Self Driving Cars like Tesla, Audi, BMW, Mercedes Benz, Volvo, Infiniti?

Most self-driving cars on the market today use C programming language for their vehicle software. This is because C is a very robust and stable language that can be trusted for mission-critical applications. In addition, C is relatively easy to learn and has a wide range of features that make it well suited for automotive applications. However, there are some drawbacks to using C for self-driving cars. First, it is not a very concise language, so the code can be quite long and difficult to read. Second, C does not have built-in support for object-oriented programming, which is becoming increasingly important in the world of autonomous vehicles. As a result, many carmakers are starting to explore other languages for their autopilot systems, such as Java and Python.

Below are Top Cars with AutoPilot features for 2022:


  • Tesla (Model 3, Y, S & X)
  • GM – (Cadillac CT6, Cadillac Escalade, Chevy Bolt, Hummer EV)
  • Audi (A6, A8)
  • BMW (X5, 3 Series )
  • Ford / Lincoln (Mustang Mach-E, Ford F-150)
  • Kia / Hyundai (Telluride, Palisade, Sonata)
  • Mercedes Benz (E-Class, S-Class)
  • Volvo (XC90, XC60, XC40)
  • Nissan (Rogue, Leaf, etc.)
  • Infiniti (QX50)

Whilst it’s technically correct that Tesla most likely uses the C programming language for their vehicle software, it’s worth clarifying that the actual language would be MISRA C which has several constraints on the language to provide better control over its features .

Low-level communication requires using C. Especially for embedded systems, sensors and IoT software.

To develop software for supporting devices in the system C++ is the best option.

However, Python is the language to enter the game when it comes to using AI.

WHY DOES ELON HATE LIDAR?

There are a few reasons for that:

AI-Powered Professional Certification Quiz Platform
Crack Your Next Exam with Djamgatech AI Cert Master

Web|iOs|Android|Windows

Are you passionate about AI and looking for your next career challenge? In the fast-evolving world of artificial intelligence, connecting with the right opportunities can make all the difference. We're excited to recommend Mercor, a premier platform dedicated to bridging the gap between exceptional AI professionals and innovative companies.

Whether you're seeking roles in machine learning, data science, or other cutting-edge AI fields, Mercor offers a streamlined path to your ideal position. Explore the possibilities and accelerate your AI career by visiting Mercor through our exclusive referral link:

Find Your AI Dream Job on Mercor

Your next big opportunity in AI could be just a click away!

  1. Lidar uses light to measure distances. But we know you can measure distances using a “stereo pair” of regular cameras with (by 2020 standards) very simple software processing.
  2. Lidar requires mechanical scanning of the scene – implying moving parts that will make it less reliable.
  3. Lidar sensors are quite costly compared to cameras. A digital camera costs less than $1 in quantity. Lidar units are in the hundred to several hundred dollar range.
  4. Radar and ultrasound both do a lot of what Lidar does – they are cheaper, and because they’re operating outside of the spectrum of visible light, they can see things that cameras and Lidar can’t – so they add more value than Lidar.
  5. Lidar does have a few odd “artifacts” – some objects don’t reflect light very well – very shiny objects reflect it only in a narrow direction that doesn’t return the light to the Lidar sensor. Processing to eliminate these artifacts is comparable in complexity to the stereo-camera solution.
  6. Lidar can’t REPLACE cameras – so you still need them for image recognition. For example, you can’t read the wording on a road sign using Lidar.

Activities – MISRA C

  • Waymo (previously Google) are using much more clever sophistication – and having a wider variety of sensors helps them. But with only a small number of actual cars collecting driving data – training an AI is tough. They’ve only driven about 20 million miles with their test cars.
  • Tesla are using brute force AI. They’ve invested in a massively powerful AI computer in each car (two of them, actually) – and a billion dollar data center for processing AI learning. With a million cars collecting data for them, they can collect a BILLION miles of training data every month.

With the Tesla approach, less is more.

With the Waymo approach, sophistication is king – and the more data you can get from your sensors, the less processing you have to do.

Reference

Programming languages are used for Autopilot in Self Driving Cars. These cars have software that uses the C programming language. The MISRA C standard is important for the quality of this software. There are some core features of Autopilot, such as adaptive cruise control, lane centering, and autonomous parking. Some cars also have other advanced features that add to the convenience of the driver. Drivers can get these features by either buying a car with them included or by installing aftermarket Autopilot systems. Programming languages are also used for other purposes in these cars. For example, some companies use different languages to develop their infotainment systems or autonomous driving systems. Additionally, some companies have open-source projects for their vehicle software where they allow anyone to contribute code. Programming languages are thus an integral part of self-driving cars.

AI Jobs and Career

And before we wrap up today's AI news, I wanted to share an exciting opportunity for those of you looking to advance your careers in the AI space. You know how rapidly the landscape is evolving, and finding the right fit can be a challenge. That's why I'm excited about Mercor – they're a platform specifically designed to connect top-tier AI talent with leading companies. Whether you're a data scientist, machine learning engineer, or something else entirely, Mercor can help you find your next big role. If you're ready to take the next step in your AI career, check them out through my referral link: https://work.mercor.com/?referralCode=82d5f4e3-e1a3-4064-963f-c197bb2c8db1. It's a fantastic resource, and I encourage you to explore the opportunities they have available.

To conclude:

Programming languages are used to give instructions to a computer. High-level programming languages are easier for humans to read and write than low-level languages, which are closer to machine code. Programming languages can be compiled or interpreted. A Compiled language is converted into machine code that the computer can understand before the program is run. An interpreted language is read by a software program called an interpreter, which then converts it into machine code that the computer can understand. Some programming languages are more suited to certain tasks than others. For example, FORTRAN is often used for scientific or engineering applications because its syntax is designed to produce code that is easy to read and understand. Finding the right programming language can be a challenging task for any programmer. When it comes to writing software for self-driving cars, there are a few important factors to consider. First, the language must be able to handle the large amounts of data that self-driving cars generate. Second, it must be able to handle the real-time processing requirements of autonomous vehicles. And third, it must be able to meet the safety requirements of the automotive industry.

 

Related:

I doubt it could operate well in the complete absence of light, but that situation can not arise. And it works extremely well in at least one very difficult seeing situation. Let me relate my experience.

On our recent road trip from San Diego to Clinton, Iowa, it was near dark as we reached the city limits of Clinton. Just as we did it started to rain heavily. A few seconds later the sky opened up and the heavy rain became what we call in Iowa, a Gully Washer. I was using Navigate on Autopilot, driving on the main road which led to the side street where our hotel destination was situated. I could see through the windshield by watching a 2 inch wide strip of cleared glass created as the windshield wiper passed back and forth. Other cars kept going and as I couldn’t see the road, I followed the car ahead of me. (Autopilot made that much easier than trying to stop as it even kept within the lane pretty much.) I could not see but I guess the cameras on the bumper below the headlights could see well enough. When the navigator told me to turn left in 200 feet, I couldn’t do that because I couldn’t see at all out the side window or the corner of the windshield. That is, nothing but flowing water, so I continued, to which Autopilot directed me to make a U-turn. On returning to the intersection of my turn, I caught a glimpse of a street sign and so, moving very slowly, turned around the sign. Water was flowing at least 6″ deep across the intersection but after a 50 or 100 feet, the crown of the road emerged and I realized that the rain was letting up.

We made it to the hotel parking lot which was full, shoes soaked getting into the door, and after checking in, waited the storm out which didn’t take long.

The point of this whole story is that the Tesla Autopilot will never have the opportunity to operate in the dark. The headlights provide enough light for the autopilot which can (in this case) see much better than a human driver. And if the battery is down to where the lights go out, I doubt the car will drive very far anyway.


AI Unraveled: Demystifying Frequently Asked Questions on Artificial Intelligence (OpenAI, ChatGPT, Google Gemini, Generative AI, Discriminative AI, xAI, LLMs, GPUs, Machine Learning, NLP, Promp Engineering)

Autopilot-like functions are becoming more and more mainstream as technology improves. By late 2022, most car manufacturers will be offering some sort of more advanced self-driving capabilities.

What’s Important to Know When Evaluating

When evaluating autopilot-like self driving systems, the main thing to look out for is Adaptive Cruise Control (ACC) and whether it handles starting and stopping at all speeds and on what kinds of roads. Then learn how well the vehicle can identify roads and stay in the center of the lane, called Lane Centering. Most manufacturers tout “Lane Keeping Assist” (LKA) as a way to help automate steering, but that’s different from Lane Centering and often a far cry from something like Tesla’s Autopilot system or Cadillac’s Super Cruise that are able to stay steadily centered in the lanes while driving.

If you’re not sure, check out videos on YouTube – enthusiasts and professionals often test out the systems to provide their opinions and real-world examples.

Also, ask the dealer how the system can be updated since technology and software changes so quickly. In Tesla’s case, the Autopilot system is continually updated over-the-air with software updates. Most other auto manufacturers require the updates to occur at the dealer during regular service updates.

Google’s Carbon Copy: Is Google’s Carbon Programming language the Right Successor to C++?

Learn More about What are Programming Languages used for Autopilot in Self Driving Cars like Tesla, Audi, BMW, Mercedes Benz, Volvo, Infiniti?

Get the Latest Videos

 
 

What are some ways we can use machine learning and artificial intelligence for algorithmic trading in the stock market?

Is it good useful meaningful worthwhile to use register variables in C++?

What are the Greenest or Least Environmentally Programming Languages?
DjamgaMind - AI Unraveled Podcast

DjamgaMind: Audio Intelligence for the C-Suite (Energy, Healthcare, Finance)

Are you drowning in dense legal text? DjamgaMind is the new audio intelligence platform that turns 100-page healthcare or Energy mandates into 5-minute executive briefings. Whether you are navigating Bill C-27 (Canada) or the CMS-0057-F Interoperability Rule (USA), our AI agents decode the liability so you don’t have to. 👉 Start your specialized audio briefing today at Djamgamind.com


AI Jobs and Career

I wanted to share an exciting opportunity for those of you looking to advance your careers in the AI space. You know how rapidly the landscape is evolving, and finding the right fit can be a challenge. That's why I'm excited about Mercor – they're a platform specifically designed to connect top-tier AI talent with leading companies. Whether you're a data scientist, machine learning engineer, or something else entirely, Mercor can help you find your next big role. If you're ready to take the next step in your AI career, check them out through my referral link: https://work.mercor.com/?referralCode=82d5f4e3-e1a3-4064-963f-c197bb2c8db1. It's a fantastic resource, and I encourage you to explore the opportunities they have available.

Job TitleStatusPay
Full-Stack Engineer Strong match, Full-time $150K - $220K / year
Developer Experience and Productivity Engineer Pre-qualified, Full-time $160K - $300K / year
Software Engineer - Tooling & AI Workflows (Contract) Contract $90 / hour
DevOps Engineer (India) Full-time $20K - $50K / year
Senior Full-Stack Engineer Full-time $2.8K - $4K / week
Enterprise IT & Cloud Domain Expert - India Contract $20 - $30 / hour
Senior Software Engineer Contract $100 - $200 / hour
Senior Software Engineer Pre-qualified, Full-time $150K - $300K / year
Senior Full-Stack Engineer: Latin America Full-time $1.6K - $2.1K / week
Software Engineering Expert Contract $50 - $150 / hour
Generalist Video Annotators Contract $45 / hour
Generalist Writing Expert Contract $45 / hour
Editors, Fact Checkers, & Data Quality Reviewers Contract $50 - $60 / hour
Multilingual Expert Contract $54 / hour
Mathematics Expert (PhD) Contract $60 - $80 / hour
Software Engineer - India Contract $20 - $45 / hour
Physics Expert (PhD) Contract $60 - $80 / hour
Finance Expert Contract $150 / hour
Designers Contract $50 - $70 / hour
Chemistry Expert (PhD) Contract $60 - $80 / hour

Is it good useful meaningful worthwhile to use register variables in C++?

The register keyword has been largely ignored by compilers for decades. In C, it prevents you from taking the address of a variable. But otherwise, most compilers ignore the hint it offers.

STANDARD C++ does not support register variables in 2022. In C register variables serve as a hint to the compiler to use a register rather than a memory address. Prior to C++17, it could also be used as a hint to the compiler in C++ as well, but only some conforming compilers did anything as a result. Starting in C++17, register has become an unused but reserved keyword.

Some compilers still permit it and some may even honor the request. Your programs, however, will not be cross-platform or written in true, standards-compliant C++ if you use the register keyword.

Is it good useful meaningful worthwhile to use register variables in C++?
Is it good useful meaningful worthwhile to use register variables in C++?

NOTE:

The situation in C (as opposed to C++) is quite different.

 

“Is it good?”

AI-Powered Professional Certification Quiz Platform
Crack Your Next Exam with Djamgatech AI Cert Master

Web|iOs|Android|Windows

Are you passionate about AI and looking for your next career challenge? In the fast-evolving world of artificial intelligence, connecting with the right opportunities can make all the difference. We're excited to recommend Mercor, a premier platform dedicated to bridging the gap between exceptional AI professionals and innovative companies.

Whether you're seeking roles in machine learning, data science, or other cutting-edge AI fields, Mercor offers a streamlined path to your ideal position. Explore the possibilities and accelerate your AI career by visiting Mercor through our exclusive referral link:

Find Your AI Dream Job on Mercor

Your next big opportunity in AI could be just a click away!

Usually the answer to that question is that it’s the wrong question, and that you should instead ask “Is it useful/meaningful/worthwhile…?” For example, if you had asked about using the register keyword in C, I would say “There’s nothing wrong about it. It won’t harm your program. It’s just a waste of time.”

It turns out C++ deprecated the register keyword in C++11, and removed it in C++17. As of C++17, the keyword register is now a reserved word with no meaning.

So, the answer to “is it good?” is “No.” Your program will fail to compile as a C++17 program.

By the end of 90s, register was the “R-type” decal of the C programming world. It did about as much for the speed of your program as the decal did for your car. (Possible exception for weak compilers on some embedded platforms.)

AI Jobs and Career

And before we wrap up today's AI news, I wanted to share an exciting opportunity for those of you looking to advance your careers in the AI space. You know how rapidly the landscape is evolving, and finding the right fit can be a challenge. That's why I'm excited about Mercor – they're a platform specifically designed to connect top-tier AI talent with leading companies. Whether you're a data scientist, machine learning engineer, or something else entirely, Mercor can help you find your next big role. If you're ready to take the next step in your AI career, check them out through my referral link: https://work.mercor.com/?referralCode=82d5f4e3-e1a3-4064-963f-c197bb2c8db1. It's a fantastic resource, and I encourage you to explore the opportunities they have available.

In any case, it doesn’t make sense to have a register qualifier on a parameter in a function prototype. It is ignored on any function declaration that is not a definition, similar to top level const.

That is, all four of these are equivalent:

  • void foo(int x);
  • void foo(const int x);
  • void foo(register int x);
  • void foo(register const int x);

Now, both of those are meaningful in a definition. The register keyword stops you from taking an address (in C, but not C++), and const stops you from mutating the variable.

  • void foo(register const int x) {
  • const int *px = &x; // ERROR
  • x = 42; // ERROR
  • }

So, in principle you should be able to delete the unnecessary and useless register keywords from.the prototypes in the header without affecting any aspect of the program’s speed or correctness.

As of C++17 the use of the register qualifier has been removed. It’s now an unused reserved word.

Old? It is outright obsolete and even if you’re coding on an older version you’re advised to not use it for forward compatibility.

It was a hint to the compiler that a variable would be frequently accessed and the the compiler should prefer to use a CPU register to hold it. The downside being you can’t take the address of a register.


AI Unraveled: Demystifying Frequently Asked Questions on Artificial Intelligence (OpenAI, ChatGPT, Google Gemini, Generative AI, Discriminative AI, xAI, LLMs, GPUs, Machine Learning, NLP, Promp Engineering)

In days of yore (pre-millennium) on now arcane and primitive architectures significant improvements could be had from making (typically) the control variable of a for-loop as a register.

I’m sure that’s still true of some embedded platforms. But modern CPUs have multiple tiers of memory cache and the overhead of loading from and storing variables to main memory is less significant.

We no longer really live with the simplistic Von Neumann of CPU and Main Memory with nothing in between.

Also, optimizers have vastly improved and will tend to make good choices for storage on their own.

It was removed from the standard not because its use was doing harm but that it was regarded as having little practical value and the keyword may be useful in the future.

Reference: here

What are the Greenest or Least Environmentally Friendly Programming Languages?

Machine Learning Engineer Interview Questions and Answers

 

What is Google Workspace?
Google Workspace is a cloud-based productivity suite that helps teams communicate, collaborate and get things done from anywhere and on any device. It's simple to set up, use and manage, so your business can focus on what really matters.

Watch a video or find out more here.

Here are some highlights:
Business email for your domain
Look professional and communicate as you@yourcompany.com. Gmail's simple features help you build your brand while getting more done.

Access from any location or device
Check emails, share files, edit documents, hold video meetings and more, whether you're at work, at home or on the move. You can pick up where you left off from a computer, tablet or phone.

Enterprise-level management tools
Robust admin settings give you total command over users, devices, security and more.

Sign up using my link https://referworkspace.app.goo.gl/Q371 and get a 14-day trial, and message me to get an exclusive discount when you try Google Workspace for your business.

Google Workspace Business Standard Promotion code for the Americas 63F733CLLY7R7MM 63F7D7CPD9XXUVT 63FLKQHWV3AEEE6 63JGLWWK36CP7WM
Email me for more promo codes

Active Hydrating Toner, Anti-Aging Replenishing Advanced Face Moisturizer, with Vitamins A, C, E & Natural Botanicals to Promote Skin Balance & Collagen Production, 6.7 Fl Oz

Age Defying 0.3% Retinol Serum, Anti-Aging Dark Spot Remover for Face, Fine Lines & Wrinkle Pore Minimizer, with Vitamin E & Natural Botanicals

Firming Moisturizer, Advanced Hydrating Facial Replenishing Cream, with Hyaluronic Acid, Resveratrol & Natural Botanicals to Restore Skin's Strength, Radiance, and Resilience, 1.75 Oz

Skin Stem Cell Serum

Smartphone 101 - Pick a smartphone for me - android or iOS - Apple iPhone or Samsung Galaxy or Huawei or Xaomi or Google Pixel

Can AI Really Predict Lottery Results? We Asked an Expert.

Ace the 2025 AWS Solutions Architect Associate SAA-C03 Exam with Confidence Pass the 2025 AWS Certified Machine Learning Specialty MLS-C01 Exam with Flying Colors

List of Freely available programming books - What is the single most influential book every Programmers should read



#BlackOwned #BlackEntrepreneurs #BlackBuniness #AWSCertified #AWSCloudPractitioner #AWSCertification #AWSCLFC02 #CloudComputing #AWSStudyGuide #AWSTraining #AWSCareer #AWSExamPrep #AWSCommunity #AWSEducation #AWSBasics #AWSCertified #AWSMachineLearning #AWSCertification #AWSSpecialty #MachineLearning #AWSStudyGuide #CloudComputing #DataScience #AWSCertified #AWSSolutionsArchitect #AWSArchitectAssociate #AWSCertification #AWSStudyGuide #CloudComputing #AWSArchitecture #AWSTraining #AWSCareer #AWSExamPrep #AWSCommunity #AWSEducation #AzureFundamentals #AZ900 #MicrosoftAzure #ITCertification #CertificationPrep #StudyMaterials #TechLearning #MicrosoftCertified #AzureCertification #TechBooks

Top 1000 Canada Quiz and trivia: CANADA CITIZENSHIP TEST- HISTORY - GEOGRAPHY - GOVERNMENT- CULTURE - PEOPLE - LANGUAGES - TRAVEL - WILDLIFE - HOCKEY - TOURISM - SCENERIES - ARTS - DATA VISUALIZATION
zCanadian Quiz and Trivia, Canadian History, Citizenship Test, Geography, Wildlife, Secenries, Banff, Tourism

Top 1000 Africa Quiz and trivia: HISTORY - GEOGRAPHY - WILDLIFE - CULTURE - PEOPLE - LANGUAGES - TRAVEL - TOURISM - SCENERIES - ARTS - DATA VISUALIZATION
Africa Quiz, Africa Trivia, Quiz, African History, Geography, Wildlife, Culture

Exploring the Pros and Cons of Visiting All Provinces and Territories in Canada.
Exploring the Pros and Cons of Visiting All Provinces and Territories in Canada

Exploring the Advantages and Disadvantages of Visiting All 50 States in the USA
Exploring the Advantages and Disadvantages of Visiting All 50 States in the USA


Health Health, a science-based community to discuss human health

Today I Learned (TIL) You learn something new every day; what did you learn today? Submit interesting and specific facts about something that you just found out here.

Reddit Science This community is a place to share and discuss new scientific research. Read about the latest advances in astronomy, biology, medicine, physics, social science, and more. Find and submit new publications and popular science coverage of current research.

Reddit Sports Sports News and Highlights from the NFL, NBA, NHL, MLB, MLS, NCAA, F1, and other leagues around the world.

Turn your dream into reality with Google Workspace: It’s free for the first 14 days.
Get 20% off Google Google Workspace (Google Meet) Standard Plan with  the following codes:
Get 20% off Google Google Workspace (Google Meet) Standard Plan with  the following codes: 96DRHDRA9J7GTN6 96DRHDRA9J7GTN6
63F733CLLY7R7MM
63F7D7CPD9XXUVT
63FLKQHWV3AEEE6
63JGLWWK36CP7WM
63KKR9EULQRR7VE
63KNY4N7VHCUA9R
63LDXXFYU6VXDG9
63MGNRCKXURAYWC
63NGNDVVXJP4N99
63P4G3ELRPADKQU
With Google Workspace, Get custom email @yourcompany, Work from anywhere; Easily scale up or down
Google gives you the tools you need to run your business like a pro. Set up custom email, share files securely online, video chat from any device, and more.
Google Workspace provides a platform, a common ground, for all our internal teams and operations to collaboratively support our primary business goal, which is to deliver quality information to our readers quickly.
Get 20% off Google Workspace (Google Meet) Business Plan (AMERICAS): M9HNXHX3WC9H7YE
C37HCAQRVR7JTFK
C3AE76E7WATCTL9
C3C3RGUF9VW6LXE
C3D9LD4L736CALC
C3EQXV674DQ6PXP
C3G9M3JEHXM3XC7
C3GGR3H4TRHUD7L
C3LVUVC3LHKUEQK
C3PVGM4CHHPMWLE
C3QHQ763LWGTW4C
Even if you’re small, you want people to see you as a professional business. If you’re still growing, you need the building blocks to get you where you want to be. I’ve learned so much about business through Google Workspace—I can’t imagine working without it.
(Email us for more codes)