AI, Software, Coding, Internet Security Thread

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.


How computer processors run conditions and loops​

 
Of course it has weakpoint since they depend on the training data given by the developers. It will not know every thing. Human is still very clever. But as been shown by the article made by the Economist, Chat GPT is only really impactful on the programming side. This is why we see lot of lay off in programming jobs while we dont see other departments do the same things

Just like somebody mentioned about Google searches you still have to coax it a bit (but I'm sure it will be fixed in the future)...but that doesn't mean it isn't useful.

For instance when it is writing code it is constantly skipping certain basic things needed for the code to compile and in my request I explicitly have to tell it to not skip certain things.
 
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.


Most Popular Programming Languages 1965 - 2022​



If anything this proves you have to be alert as a software developer as you are in an industry which will leave you out of a job if you become cozy in a company using old tech.

I left the C and C++ world in 1995 to go into Java and it paid off very well...however as the chart shows it is time to move on.
 
I started with Java, moved to Kotlin. Using Dart these days.

As the bar shows in the video (although only to 2022) it seems python is the place to be. Although coming from strict typesafe java pretty much every language disappoints me. Plus Python with its indenting affecting the way code is run makes me want to scream. Javascript isn't much better.
 
Last edited:
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.


Why The Next AI Breakthroughs Will Be In Reasoning, Not Scaling​

 
Just like somebody mentioned about Google searches you still have to coax it a bit (but I'm sure it will be fixed in the future)...but that doesn't mean it isn't useful.

For instance when it is writing code it is constantly skipping certain basic things needed for the code to compile and in my request I explicitly have to tell it to not skip certain things.

Ya the operator knowledge, writing skills, logic is still very important

This is why in the age of AI, analytical skills, critical thinking, the ability to think systematically, writing skills become very important

Chat GPT will not give correct solution if we dont dive more and talk with the AI deeper. Of course I use Chat GPT for technical things as I think it is the area where the model can work well

I will not use Chat GPT for asking simple question or any thing related to religion LOL

Actually I doubt Chat GPT has good analytical skills in understanding economy and politics. Social matter requires much more data set and it changes rapidly where the model could not follow

While topic such as computer programming, cloud computing etc will be much easier to be answered
 
Last edited:
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.


Generative AI is not the panacea we’ve been promised | Eric Siegel for Big Think+​


As they say "garbage in garbage out". AI has yet to show its capable of original thought.
 
As they say "garbage in garbage out". AI has yet to show its capable of original thought.

Ya this is why we need to focus on the matter related to knowledge, not asking something beyond that. Knowledge data is abundant. This is also why o1 version focusing on knowledge based data like coding, biology, math etc
 
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.

The World Depends on 60-Year-Old Code No One Knows Anymore [COBOL]​


I actually took a COBOL class in college.
It's a bit strange but not useless. Basically you would create printer width templates (remember no screens when it was made) and then jam data into it and it would count lines and calculate totals. You'd spit out 30 pages of printer output.

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
 
Last edited:
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.

Computers were programmed by punching holes into paper (Seriously) | Punch Card Programming​


Trivia: The cards were in EBCD code and if that sounds familiar it is because EBCD was the forerunner to EBCDIC which is IBM's version of ASCII which is the forerunner of Unicode.

EBCD.png


Extended Binary Coded Decimal Interchange Code[1][2] (EBCDIC;[1] /ˈɛbsɪdɪk/) is an eight-bit character encoding used mainly on IBM mainframe and IBM midrange computer operating systems. It descended from the code used with punched cards and the corresponding six-bit binary-coded decimal code used with most of IBM's computer peripherals of the late 1950s and early 1960s

ASCII (/ˈæskiː/ ⓘ ASS-kee),[3]: 6 an acronym for American Standard Code for Information Interchange, is a character encoding standard for electronic communication. ASCII codes represent text in computers, telecommunications equipment, and other devices. ASCII has just 128 code points, of which only 95 are printable characters,

Unicode, formally The Unicode Standard,[note 1] is a text encoding standard maintained by the Unicode Consortium designed to support the use of text in all of the world's writing systems that can be digitized. Version 16.0 of the standard[A] defines 154998 characters and 168 scripts[3] used in various ordinary, literary, academic, and technical contexts.
 
Last edited:
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.


Career Advice For A World After AI​

 
If anything this proves you have to be alert as a software developer as you are in an industry which will leave you out of a job if you become cozy in a company using old tech.

I left the C and C++ world in 1995 to go into Java and it paid off very well...however as the chart shows it is time to move on.
It depends of the task, e.g: in hardware drivers all code is C until today, the same to video processing (video codecs) and all tasks where speed is required.

Python and Javascript are fine for common tasks because clear code is almost mandatory to code in it, and it's easy to update the code.
But it's slow running compared to C, current machines can afford waste of resources in high level languages like Python/Javascript for common tasks, but it's what is, a waste to make coders do easy to read code.
 
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.


AI in Military Aviation | Behind the Wings on PBS​

 
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.


Python for Aerospace | FREE 10 Hour Comprehensive Python Course​

 

Users who are viewing this thread

Back
Top