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
Still underrated: Git reflog
https://blog.kusho.ai/how-to-use-git-reflog-to-find-lost-commits/
https://redd.it/1c2d1or
@programmingreddit
https://blog.kusho.ai/how-to-use-git-reflog-to-find-lost-commits/
https://redd.it/1c2d1or
@programmingreddit
KushoAI
How to use Git reflog to find lost commits
Consider this scenario (this may or may not have happened to me 👀) - You check out a tag to do a prod release. The release is done and all looks good on prod. Now, you start working on a bug fix that’s been bothering your team for a while.
Why is PS3 emulation so fast: RPCS3 optimizations explained
https://www.youtube.com/watch?v=19ae5Mq2lJE
https://redd.it/1c2d3t0
@programmingreddit
https://www.youtube.com/watch?v=19ae5Mq2lJE
https://redd.it/1c2d3t0
@programmingreddit
YouTube
Why is PS3 emulation so fast: RPCS3 optimizations explained
In this video I explain why PS3 emulation is so fast, and I definitely don't spend half of the video gushing over x86 instructions.
I sort of made this video as a response to all the videos with a title along the lines of "why is the PS3 hard to emulate"…
I sort of made this video as a response to all the videos with a title along the lines of "why is the PS3 hard to emulate"…
Hacked Nvidia 4090 GPU driver to enable P2P
https://github.com/tinygrad/open-gpu-kernel-modules
https://redd.it/1c2gx9f
@programmingreddit
https://github.com/tinygrad/open-gpu-kernel-modules
https://redd.it/1c2gx9f
@programmingreddit
GitHub
GitHub - tinygrad/open-gpu-kernel-modules: NVIDIA Linux open GPU with P2P support
NVIDIA Linux open GPU with P2P support. Contribute to tinygrad/open-gpu-kernel-modules development by creating an account on GitHub.
Systemd replacing ELF dependencies with dlopen
https://mastodon.social/@pid_eins/112256363180973672
https://redd.it/1c2h4rd
@programmingreddit
https://mastodon.social/@pid_eins/112256363180973672
https://redd.it/1c2h4rd
@programmingreddit
Mastodon
Lennart Poettering (@pid_eins@mastodon.social)
A while back we started to turn many of the library dependencies of systemd from regular ELF dependencies (which you can explore with tools like lddtree or readelf -d … | grep NEEDED) into dlopen() deps, in order to minimize the dep footprint of systemd.…
My snake game is now 58 bytes thanks to an idea I once had
https://github.com/donno2048/snake
https://redd.it/1c2ym57
@programmingreddit
https://github.com/donno2048/snake
https://redd.it/1c2ym57
@programmingreddit
GitHub
GitHub - donno2048/snake: A 54 bytes snake game in assembly
A 54 bytes snake game in assembly . Contribute to donno2048/snake development by creating an account on GitHub.
I pulled on a string of library dependencies, and this is what it dredged up.
https://thelittleengineerthatcould.blogspot.com/2024/04/hidden-dependencies-in-linux-binaries.html
https://redd.it/1c369e9
@programmingreddit
https://thelittleengineerthatcould.blogspot.com/2024/04/hidden-dependencies-in-linux-binaries.html
https://redd.it/1c369e9
@programmingreddit
Blogspot
Hidden dependencies in Linux binaries.
I have recently released an open source tool called sotrace . It maps out the .so dependencies for a binary or library, and presents th...
What Software engineers should know about stock options
https://zaidesanton.substack.com/p/the-guide-to-stock-options-conversations
https://redd.it/1c3mj2x
@programmingreddit
https://zaidesanton.substack.com/p/the-guide-to-stock-options-conversations
https://redd.it/1c3mj2x
@programmingreddit
newsletter.manager.dev
The Guide to Stock Options conversations
Why every manager should talk to their employees about stock options
Cheatsheet Collections Every Developer Should Bookmark in 2024
https://favtutor.com/articles/developer-cheatsheet-collections/
https://redd.it/1c3ru9m
@programmingreddit
https://favtutor.com/articles/developer-cheatsheet-collections/
https://redd.it/1c3ru9m
@programmingreddit
FavTutor Articles
Cheatsheet Collections Every Developer Should Bookmark in 2024
We've curated a list of the top 9 cheatsheet collections that every developer should have at their fingertips in 2024.
How is it that Reddit Web site maintainers can't figure out how to honor Markdown as default setting for comments and posts?
https://gist.github.com/guest271314/85f63a3384e114aaeb2af0d51a8ca196
https://redd.it/1c40ikv
@programmingreddit
https://gist.github.com/guest271314/85f63a3384e114aaeb2af0d51a8ca196
https://redd.it/1c40ikv
@programmingreddit
Gist
How is it that Reddit Web site maintainers can't figure out how to honor Markdown as default setting for comments and posts?
How is it that Reddit Web site maintainers can't figure out how to honor Markdown as default setting for comments and posts? - reddit_no_markdown.md
Power of Blameless Culture in Software Engineering
https://open.substack.com/pub/thehustlingengineer/p/power-of-blameless-culture-in-software?r=yznlc&utm_medium=ios
https://redd.it/1c3w9rt
@programmingreddit
https://open.substack.com/pub/thehustlingengineer/p/power-of-blameless-culture-in-software?r=yznlc&utm_medium=ios
https://redd.it/1c3w9rt
@programmingreddit
The Hustling Engineer
Power of Blameless Culture in Software Engineering
The culture that promotes innovation and helps engineering teams to move fast