Google's DeepMind says it'll launch a more grown-up ChatGPT rival soon
https://www.techradar.com/news/googles-deepmind-promises-chatgpt-rival-soon-and-it-could-be-better-in-one-key-way
https://redd.it/10fm1q6
@programmingreddit
https://www.techradar.com/news/googles-deepmind-promises-chatgpt-rival-soon-and-it-could-be-better-in-one-key-way
https://redd.it/10fm1q6
@programmingreddit
TechRadar
Google's DeepMind says it'll launch a more grown-up ChatGPT rival soon
Google's DeepMind says it could launch a beta of its Sparrow chatbot in 2023 – and it sounds like ChatGPT's more sensible brother.
Investigating a Windows Start Menu crash
https://randomascii.wordpress.com/2023/01/17/no-start-menu-for-you/
https://redd.it/10f3csy
@programmingreddit
https://randomascii.wordpress.com/2023/01/17/no-start-menu-for-you/
https://redd.it/10f3csy
@programmingreddit
Random ASCII - tech blog of Bruce Dawson
No Start Menu for You
I tend to launch most programs on my Windows 10 laptop by typing the <Win> key, then a few letters of the program name, and then hitting enter. On my powerful laptop (SSD and 32 GB of RAM) th…
20 Things I’ve Learned in my 20 Years as a Software Engineer
https://www.simplethread.com/20-things-ive-learned-in-my-20-years-as-a-software-engineer/
https://redd.it/10ftl9v
@programmingreddit
https://www.simplethread.com/20-things-ive-learned-in-my-20-years-as-a-software-engineer/
https://redd.it/10ftl9v
@programmingreddit
Simple Thread
20 Things I've Learned in my 20 Years as a Software Engineer
Important, Read This First You’re about to read a blog post with a lot of advice. Learning from those who came before us is instrumental to success, but we often forget an important caveat. Almost all advice is contextual, yet it is rarely delivered with…
8-Bit Minecraft Computer V2. New and improved 0.17 hz CPU with conditional branching with overflow and a shift register. Can someone please point me to a resource or explain the multiplication algorithm that uses shifts as I am finding it hard to write a asm program. Thanks so much
https://www.youtube.com/watch?v=j0--xt6fRqE
https://redd.it/10fygr9
@programmingreddit
https://www.youtube.com/watch?v=j0--xt6fRqE
https://redd.it/10fygr9
@programmingreddit
YouTube
8-Bit Minecraft Computer V2 running fibonacci numbers
The computer is inspired by the hack computer from nand to tetris. It has had many improvements from the previous version, both speed and feature.
Specs:
16 bytes RAM up from 8
0.17hz cpu up from 0.01 hz
64 word ROM (each word is 2 bytes)
3 registers (2…
Specs:
16 bytes RAM up from 8
0.17hz cpu up from 0.01 hz
64 word ROM (each word is 2 bytes)
3 registers (2…
Apple Lisa source code release
https://computerhistory.org/blog/the-lisa-apples-most-influential-failure/
https://redd.it/10ghgzm
@programmingreddit
https://computerhistory.org/blog/the-lisa-apples-most-influential-failure/
https://redd.it/10ghgzm
@programmingreddit
CHM
The Lisa: Apple's Most Influential Failure
CHM publicly releases the source code to Apple's Lisa computer, including its system and applications software.
"IMO, the best way to learn as a new dev or new to a team is to spend a month fixing bugs." Solid lesson from Marqeta's CTO in a broader discussions about learning code over a lifetime. Actually going to use bug-fix thing at work starting tomorrow.
https://devinterrupted.substack.com/p/the-journey-to-code-mastery-w-marqetas
https://redd.it/10g6ehq
@programmingreddit
https://devinterrupted.substack.com/p/the-journey-to-code-mastery-w-marqetas
https://redd.it/10g6ehq
@programmingreddit
Dev Interrupted
The Journey to Code Mastery w/ Marqeta's CTO, Randy Kern
Randy Kern, CTO at Marqeta, thinks that every engineer should "go deep" - all the way to understanding the transistors if you have to. He implores us never to be satisfied with black boxes, believing that it's not only risky not to understand what your code…
Simple, open-source, lightweight stress tool
https://github.com/ddosify/ddosify
https://redd.it/10gbjc1
@programmingreddit
https://github.com/ddosify/ddosify
https://redd.it/10gbjc1
@programmingreddit
GitHub
GitHub - getanteon/anteon: Anteon (formerly Ddosify): eBPF-based Kubernetes Monitoring and Performance Testing
Anteon (formerly Ddosify): eBPF-based Kubernetes Monitoring and Performance Testing - getanteon/anteon
Visual Studio Spell Checker Preview Now Available
https://devblogs.microsoft.com/visualstudio/visual-studio-spell-checker-preview-now-available/
https://redd.it/10g7wsa
@programmingreddit
https://devblogs.microsoft.com/visualstudio/visual-studio-spell-checker-preview-now-available/
https://redd.it/10g7wsa
@programmingreddit
Microsoft News
Visual Studio Spell Checker Preview Now Available
Visual Studio17.5 preview 3 now has a preview for the spell checker for C#, C++ and Markdown. Come check out how it works.
Certifications can be costly, so I prepared a list of free ones you can take and enhance your credibility.
https://markodenic.com/posts/free-certifications-for-developers/
https://redd.it/10hu5l5
@programmingreddit
https://markodenic.com/posts/free-certifications-for-developers/
https://redd.it/10hu5l5
@programmingreddit
Free certifications for developers
Certifications can be costly, so I prepared a list of free ones you can take and enhance your credibility.
Stress makes programmers dumber
https://medium.com/@Mo.aboelez/stress-makes-programmers-dumber-f87af9d47aba
https://redd.it/10hw24x
@programmingreddit
https://medium.com/@Mo.aboelez/stress-makes-programmers-dumber-f87af9d47aba
https://redd.it/10hw24x
@programmingreddit
OpenAI CEO Sam Altman on GPT-4: “people are begging to be disappointed and they will be”
https://www.theverge.com/23560328/openai-gpt-4-rumor-release-date-sam-altman-interview
https://redd.it/10i0qpq
@programmingreddit
https://www.theverge.com/23560328/openai-gpt-4-rumor-release-date-sam-altman-interview
https://redd.it/10i0qpq
@programmingreddit
The Verge
OpenAI CEO Sam Altman on GPT-4: “people are begging to be disappointed and they will be”
GPT-4 is the much-anticipated upgrade to ChatGPT.
Finally, a Fast Algorithm for Shortest Paths on Negative Graphs
https://www.quantamagazine.org/finally-a-fast-algorithm-for-shortest-paths-on-negative-graphs-20230118
https://redd.it/10hca4u
@programmingreddit
https://www.quantamagazine.org/finally-a-fast-algorithm-for-shortest-paths-on-negative-graphs-20230118
https://redd.it/10hca4u
@programmingreddit
Quanta Magazine
Finally, a Fast Algorithm for Shortest Paths on Negative Graphs
Researchers can now find the shortest route through a network nearly as fast as theoretically possible, even when some steps can cancel out others.
Git-Sim: Visually simulate Git operations in your own repos with a single terminal command
https://initialcommit.com/blog/git-sim
https://redd.it/10il5gt
@programmingreddit
https://initialcommit.com/blog/git-sim
https://redd.it/10il5gt
@programmingreddit
Initial Commit
git-sim: Visually simulate Git operations in your own repos
git-sim: Visually simulate Git operations in your own repos with a single terminal command
Obscure C++ Knowledge: It is possible to print with a totally empty main()
https://www.cedricmartens.com/articles/empty_main
https://redd.it/10h4bv2
@programmingreddit
https://www.cedricmartens.com/articles/empty_main
https://redd.it/10h4bv2
@programmingreddit
Why “Copycat” Layoffs Won’t Help Tech Companies — Or Their Employees
https://www.gsb.stanford.edu/insights/why-copycat-layoffs-wont-help-tech-companies-or-their-employees
https://redd.it/10ipvle
@programmingreddit
https://www.gsb.stanford.edu/insights/why-copycat-layoffs-wont-help-tech-companies-or-their-employees
https://redd.it/10ipvle
@programmingreddit
Stanford Graduate School of Business
Why “Copycat” Layoffs Won’t Help Tech Companies — Or Their Employees
JEP draft: No longer require super() and this() to appear first in a constructor
https://openjdk.org/jeps/8300786
https://redd.it/10ivc8j
@programmingreddit
https://openjdk.org/jeps/8300786
https://redd.it/10ivc8j
@programmingreddit
reddit
JEP draft: No longer require super() and this() to appear first in...
Posted in r/programming by u/donutloop • 100 points and 4 comments