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
The argument against clearing the database between tests
https://calpaterson.com/against-database-teardown.html
https://redd.it/1c3r64n
@programmingreddit
https://calpaterson.com/against-database-teardown.html
https://redd.it/1c3r64n
@programmingreddit
calpaterson.com
The argument against clearing the database between tests
Some reasons why you might not want to remove data from the database between automated tests: speed, correctness, data growth issues and parallelism advantages
A Story of Another Critical bug discovered by Luck
https://fangpenlin.com/posts/2024/04/07/how-i-discovered-a-9-point-8-critical-security-vulnerability-in-zeromq-with-mostly-pure-luck/
https://redd.it/1c4ct0e
@programmingreddit
https://fangpenlin.com/posts/2024/04/07/how-i-discovered-a-9-point-8-critical-security-vulnerability-in-zeromq-with-mostly-pure-luck/
https://redd.it/1c4ct0e
@programmingreddit
Fang-Pen's coding note
How I discovered a 9.8 critical security vulnerability in ZeroMQ with mostly pure luck and my two cents about xz backdoor
Fang-Pen Lin's blog about programming
Software Development explained with cars for product managers
https://www.reddit.com/r/coolguides/comments/1c4mzes/a_cool_guide_to_software_development/
https://redd.it/1c4qlqa
@programmingreddit
https://www.reddit.com/r/coolguides/comments/1c4mzes/a_cool_guide_to_software_development/
https://redd.it/1c4qlqa
@programmingreddit
Reddit
From the coolguides community on Reddit: A Cool Guide to Software Development
Explore this post and more from the coolguides community
State of Javascript in 2024 [Humor] - by "Senior JS Dev"
https://www.youtube.com/watch?v=aWfYxg-Ypm4
https://redd.it/1c4eu6x
@programmingreddit
https://www.youtube.com/watch?v=aWfYxg-Ypm4
https://redd.it/1c4eu6x
@programmingreddit
YouTube
Interview with Senior JS Developer 2024 [NEW]
Javascript programming language
Rust part soon on ?: https://www.patreon.com/ProgrammersAreAlsoHuman
JS Stack merch: https://www.redbubble.com/i/sticker/SATAN-stack-by-posix/160332098.EJUG5
Interview with a Javascript developer with Jack Borrough - aired…
Rust part soon on ?: https://www.patreon.com/ProgrammersAreAlsoHuman
JS Stack merch: https://www.redbubble.com/i/sticker/SATAN-stack-by-posix/160332098.EJUG5
Interview with a Javascript developer with Jack Borrough - aired…
Do you Really Want to Be a Development Team Leader?
https://ezalii.substack.com/p/do-you-really-want-to-be-a-development
https://redd.it/1c555tn
@programmingreddit
https://ezalii.substack.com/p/do-you-really-want-to-be-a-development
https://redd.it/1c555tn
@programmingreddit
kelsey’s Substack
Do you Really Want to Be a Development Team Leader?
Ask any up and coming developer what they would like to do in the next year or so and you'll invariably hear, I'd like to become a Development Team Leader Hopefully most will have actually considered the change of role and be looking for new challenges and…
Java 23: The New Features are Officially Announced
https://coderoasis.com/java-23-new-features/
https://redd.it/1c57yuw
@programmingreddit
https://coderoasis.com/java-23-new-features/
https://redd.it/1c57yuw
@programmingreddit
Building Something Real in your spare time
https://www.blobstreaming.org/building-something-real-in-your-spare-time/
https://redd.it/1c5phrw
@programmingreddit
https://www.blobstreaming.org/building-something-real-in-your-spare-time/
https://redd.it/1c5phrw
@programmingreddit
Healthy Documentation
https://vadimkravcenko.com/shorts/proper-documentation/
https://redd.it/1c62vwz
@programmingreddit
https://vadimkravcenko.com/shorts/proper-documentation/
https://redd.it/1c62vwz
@programmingreddit
Vadim Kravcenko
Healthy Documentation
Explore the power of proper documentation in this comprehensive guide. Understand how documentation serves as a secret weapon for CTOs, eliminating guesswork, speeding up onboarding, and enhancing productivity in startups. We delve into the importance of…