Union Types vs Polymorphism — Writing Extensible Software
https://medium.com/@mahifoo/union-types-vs-polymorphism-writing-extensible-typescript-99dffa453145
https://redd.it/1bxxmsd
@programmingreddit
https://medium.com/@mahifoo/union-types-vs-polymorphism-writing-extensible-typescript-99dffa453145
https://redd.it/1bxxmsd
@programmingreddit
Medium
Union Types vs Interface Inheritance — Writing Extensible Software
Recently there’s been an increasing number of discussion on how union types (type-unions, enums in some languages) are awesome and much…
Twenty Years Is Nothing
https://deprogrammaticaipsum.com/twenty-years-is-nothing/
https://redd.it/1byccgv
@programmingreddit
https://deprogrammaticaipsum.com/twenty-years-is-nothing/
https://redd.it/1byccgv
@programmingreddit
De Programmatica Ipsum
Twenty Years Is Nothing
In a previous edition of this magazine, we argued that English was so pervasive in our industry, nobody even questioned its use anymore. The same can be said of Git. It is difficult to imagine that merely twenty years ago, the landscape of source control…
Hello World: A deep dive into the world of abstraction behind a modern Hello World program.
https://thecoder08.github.io/hello-world.html
https://redd.it/1by7n3c
@programmingreddit
https://thecoder08.github.io/hello-world.html
https://redd.it/1by7n3c
@programmingreddit
Reddit
From the programming community on Reddit: Hello World: A deep dive into the world of abstraction behind a modern Hello World program.
Posted by iwotastic - 101 votes and 19 comments
The State Of Serverless On AWS, Azure & Google Cloud In 2024
https://medium.com/@jankammerath/the-state-of-serverless-on-aws-azure-google-cloud-in-2024-10480f02ee34?sk=2f2426da357287e1b97285d64e880ea9
https://redd.it/1byha1q
@programmingreddit
https://medium.com/@jankammerath/the-state-of-serverless-on-aws-azure-google-cloud-in-2024-10480f02ee34?sk=2f2426da357287e1b97285d64e880ea9
https://redd.it/1byha1q
@programmingreddit
Medium
The State Of Serverless On AWS, Azure & Google Cloud In 2024
The year 2024 has well passed through Q1 now. Serverless compute started with Google App Engine 16 years ago (released on April 7th, 2008)…
Major data center power failure (again): Cloudflare Code Orange tested
https://blog.cloudflare.com/major-data-center-power-failure-again-cloudflare-code-orange-tested
https://redd.it/1byyavg
@programmingreddit
https://blog.cloudflare.com/major-data-center-power-failure-again-cloudflare-code-orange-tested
https://redd.it/1byyavg
@programmingreddit
The Cloudflare Blog
Major data center power failure (again): Cloudflare Code Orange tested
Just four months after a complete power outage at a critical data center we were hit with the exact same scenario. Here’s how we did this time, and what’s next.
Interviewing my mother, a mainframe COBOL programmer
https://ezali.substack.com/p/interviewing-my-mother-a-mainframe/
https://redd.it/1bz40n1
@programmingreddit
https://ezali.substack.com/p/interviewing-my-mother-a-mainframe/
https://redd.it/1bz40n1
@programmingreddit
The US Army is pushing adoption of Agile (2024)
https://www.army.mil/article/274356/army_announces_new_policy_to_drive_adoption_of_agile_software_development_practices
https://redd.it/1bznb8s
@programmingreddit
https://www.army.mil/article/274356/army_announces_new_policy_to_drive_adoption_of_agile_software_development_practices
https://redd.it/1bznb8s
@programmingreddit
U.S. Army
Army announces new policy to drive adoption of agile software development practices
Evolving technology is changing the nature of warfare. Software has transformed from a means of operating hardware-based weapons systems to being the es...
Does your company also outsource legacy/ non-core code to be maintained in India, How's that working out for you?
https://redd.it/1bzmxee
@programmingreddit
https://redd.it/1bzmxee
@programmingreddit
Introducing Jpegli: A New JPEG Coding Library "35% compression ratio improvement"
https://opensource.googleblog.com/2024/04/introducing-jpegli-new-jpeg-coding-library.html
https://redd.it/1bzgknp
@programmingreddit
https://opensource.googleblog.com/2024/04/introducing-jpegli-new-jpeg-coding-library.html
https://redd.it/1bzgknp
@programmingreddit
Googleblog
Introducing Jpegli: A New JPEG Coding Library
Jpegli, an advanced JPEG coding library that maintains high backward compatibility is faster, and more efficient, than traditional JPEG.
"BatBadBut" Vulnerability Discovered in Rust Standard Library on Windows - Cyber Kendra
https://www.cyberkendra.com/2024/04/batbadbut-vulnerability-discovered-in.html
https://redd.it/1c0g2h5
@programmingreddit
https://www.cyberkendra.com/2024/04/batbadbut-vulnerability-discovered-in.html
https://redd.it/1c0g2h5
@programmingreddit
Cyber Kendra
"BatBadBut" Vulnerability Discovered in Rust Standard Library on Windows - Cyber Kendra
OpenAI makes GPT-4 Turbo with Vision available to developers to unlock new AI apps
https://favtutor.com/articles/gpt-4-turbo-vision-use-cases/
https://redd.it/1c0jff2
@programmingreddit
https://favtutor.com/articles/gpt-4-turbo-vision-use-cases/
https://redd.it/1c0jff2
@programmingreddit
FavTutor Articles
GPT-4 Turbo with Vision Now Available via API (7 Use Cases)
OpenAI makes GPT-4 Turbo with Vision available through API. Find out about various new use cases with this enhanced version.
Don't require people to change 'source code' to configure your programs
https://utcc.utoronto.ca/~cks/space/blog/programming/ConfigureNoSourceCodeChanges
https://redd.it/1c0pche
@programmingreddit
https://utcc.utoronto.ca/~cks/space/blog/programming/ConfigureNoSourceCodeChanges
https://redd.it/1c0pche
@programmingreddit
Reddit
From the programming community on Reddit: Don't require people to change 'source code' to configure your programs
Posted by ketralnis - 149 votes and 79 comments
A MySQL compatible database engine written in pure Go
https://github.com/dolthub/go-mysql-server
https://redd.it/1c0pbt1
@programmingreddit
https://github.com/dolthub/go-mysql-server
https://redd.it/1c0pbt1
@programmingreddit
GitHub
GitHub - dolthub/go-mysql-server: A MySQL-compatible relational database with a storage agnostic query engine. Implemented in pure…
A MySQL-compatible relational database with a storage agnostic query engine. Implemented in pure Go. - dolthub/go-mysql-server
Debunking Devin: "First AI Software Engineer" Upwork lie exposed!
https://www.youtube.com/watch?v=tNmgmwEtoWE
https://redd.it/1c1g0fn
@programmingreddit
https://www.youtube.com/watch?v=tNmgmwEtoWE
https://redd.it/1c1g0fn
@programmingreddit
YouTube
Debunking Devin: "First AI Software Engineer" Upwork lie exposed!
Recently, Devin the supposed "First AI Software Engineer" was announced. The company lied and said that their video showed Devin completing and getting paid for freelance jobs on Upwork, but it didn't show that at all.
UPDATE!!: The original job poster…
UPDATE!!: The original job poster…
Our Response to Hashicorp's Cease and Desist Letter | OpenTofu
https://opentofu.org/blog/our-response-to-hashicorps-cease-and-desist/
https://redd.it/1c1isys
@programmingreddit
https://opentofu.org/blog/our-response-to-hashicorps-cease-and-desist/
https://redd.it/1c1isys
@programmingreddit
opentofu.org
Our Response to Hashicorp's Cease and Desist Letter | OpenTofu
On April 3rd, we received a Cease and Desist letter from HashiCorp regarding our implementation of the "removed" block in OpenTofu, claiming copyright infringement on the part of one of our core developers. We were also made aware of an article posted that…
Jenkins was invented b/c an engineer “got tired of incurring the wrath of his team every time his code broke the build.”
https://graphite.dev/blog/invention-of-modern-ci
https://redd.it/1c1slh3
@programmingreddit
https://graphite.dev/blog/invention-of-modern-ci
https://redd.it/1c1slh3
@programmingreddit
Graphite
From the 80's to 2024 - how CI tests were invented and optimized
While Google started automating its build tests in 2003, the engineering industry took longer to do the same. But automation was sorely needed: Software systems are growing larger and ever more complex… To make matters worse, new versions are pushed to users…
GCC version 14 coming soon – and will drop Itanium support
https://www.theregister.com/2024/04/12/gcc_14_sinks_itanic/
https://redd.it/1c2bboh
@programmingreddit
https://www.theregister.com/2024/04/12/gcc_14_sinks_itanic/
https://redd.it/1c2bboh
@programmingreddit
The Register
GCC 14 dropping IA64 support is final nail in the coffin for Itanium architecture
Linux kernel cut it loose, now leading FOSS compiler lands depth-charge on Itanic