I made a game in x86_64 assembly!
https://github.com/robjinman/gemsnrocks_asm
https://redd.it/1ftpzvh
@programmingreddit
https://github.com/robjinman/gemsnrocks_asm
https://redd.it/1ftpzvh
@programmingreddit
GitHub
GitHub - robjinman/gemsnrocks_asm: Boulder Dash inspired soil muncher in x86_64 assembly for Linux
Boulder Dash inspired soil muncher in x86_64 assembly for Linux - robjinman/gemsnrocks_asm
"We ran out of columns" - The best, worst codebase
https://jimmyhmiller.github.io/ugliest-beautiful-codebase
https://redd.it/1fu8lgd
@programmingreddit
https://jimmyhmiller.github.io/ugliest-beautiful-codebase
https://redd.it/1fu8lgd
@programmingreddit
Jimmyhmiller
"We ran out of columns" - The best, worst codebase
Ladybird surpassed Servo in the number of successfully passed web-platform-tests
https://wpt.fyi/results/?product=servo&product=chromium&product=firefox&product=edge&product=ladybird
https://redd.it/1fua9dk
@programmingreddit
https://wpt.fyi/results/?product=servo&product=chromium&product=firefox&product=edge&product=ladybird
https://redd.it/1fua9dk
@programmingreddit
Reddit
From the programming community on Reddit: Ladybird surpassed Servo in the number of successfully passed web-platform-tests
Posted by linAndEd - 123 votes and 28 comments
Why do programmers need private offices with doors?
https://shenisha.substack.com/p/why-do-programmers-need-private-offices
https://redd.it/1fujtga
@programmingreddit
https://shenisha.substack.com/p/why-do-programmers-need-private-offices
https://redd.it/1fujtga
@programmingreddit
Shenisha’s Substack
Why do programmers need private offices with doors?
It’s a common occurrence: You’re sitting at your desk, lost in thought, trying to solve a problem that’s been blocking your work all week.
COBOL declared dead, by someone's grandpa
https://wumpus-cave.net/post/2024/10/2024-10-01-death-of-cobol/index.html
https://redd.it/1fuh0eh
@programmingreddit
https://wumpus-cave.net/post/2024/10/2024-10-01-death-of-cobol/index.html
https://redd.it/1fuh0eh
@programmingreddit
Cloudflare Study: 39% of Companies Losing Control of Their IT and Security Environment
https://www.trevorlasn.com/blog/39-percent-companies-losing-control-of-it-and-security
https://redd.it/1fvfrdw
@programmingreddit
https://www.trevorlasn.com/blog/39-percent-companies-losing-control-of-it-and-security
https://redd.it/1fvfrdw
@programmingreddit
Trevorlasn
Cloudflare Study: 39% of Companies Losing Control of Their IT and Security Environment
New research reveals a shocking loss of control in corporate IT environments
The SQLite team is preparing an efficient remote replication tool
https://devclass.com/2024/10/02/the-sqlite-team-is-preparing-an-efficient-remote-replication-tool/
https://redd.it/1fvp9dz
@programmingreddit
https://devclass.com/2024/10/02/the-sqlite-team-is-preparing-an-efficient-remote-replication-tool/
https://redd.it/1fvp9dz
@programmingreddit
DEVCLASS
The SQLite team is preparing an efficient remote replication tool • DEVCLASS
SQLite, the ubiquitous database engine, is likely to be enhanced with a replication tool that will ensure a […]
Martin Fowler Reflects on Refactoring: Improving the Design of Existing Code
https://youtu.be/CjCJ76oZXTE
https://redd.it/1fv835s
@programmingreddit
https://youtu.be/CjCJ76oZXTE
https://redd.it/1fv835s
@programmingreddit
YouTube
Martin Fowler Reflects on Refactoring: Improving the Design of Existing Code
In this special episode of Book Overflow, Martin Fowler joins Carter and Nathan to discuss his book Refactoring: Improving the Design of Existing Code. Join them as Martin shares why he wrote Refactoring, how the art of refactoring has changed, and how he…
Are AI Coding Assistants Really Saving Developers Time? Study Suggests These Tools Don’t Increase Coding Speed.
https://shenisha.substack.com/p/are-ai-coding-assistants-really-saving
https://redd.it/1fw90qp
@programmingreddit
https://shenisha.substack.com/p/are-ai-coding-assistants-really-saving
https://redd.it/1fw90qp
@programmingreddit
Speeding up the Rust compiler without changing its code
https://kobzol.github.io/rust/rustc/2022/10/27/speeding-rustc-without-changing-its-code.html
https://redd.it/1fwwnsq
@programmingreddit
https://kobzol.github.io/rust/rustc/2022/10/27/speeding-rustc-without-changing-its-code.html
https://redd.it/1fwwnsq
@programmingreddit
Kobzol’s blog
Speeding up the Rust compiler without changing its code
…Yes, I know that the title looks like a clickbait. But it’s actually not that far from the truth :)
React on the server is not PHP
https://www.artmann.co/articles/react-on-the-server-is-not-php
https://redd.it/1fxkkgj
@programmingreddit
https://www.artmann.co/articles/react-on-the-server-is-not-php
https://redd.it/1fxkkgj
@programmingreddit
www.artmann.co
React on the server is not PHP
Is server-side JavaScript just PHP all over again? Not so fast! Dive into the evolution of web development from PHP to modern full-stack JavaScript frameworks. Discover why this isn't a step backward but a leap forward in building powerful, efficient web…
What is the history of the use of "foo" and "bar" in source code examples?
https://softwareengineering.stackexchange.com/questions/69788/what-is-the-history-of-the-use-of-foo-and-bar-in-source-code-examples
https://redd.it/1fy0qu2
@programmingreddit
https://softwareengineering.stackexchange.com/questions/69788/what-is-the-history-of-the-use-of-foo-and-bar-in-source-code-examples
https://redd.it/1fy0qu2
@programmingreddit
Software Engineering Stack Exchange
What is the history of the use of "foo" and "bar" in source code examples?
Why do many code examples, especially tutorials, use the names "Foo" and "Bar" so often? It is almost a standard.
For example:
void foo(char* bar) {
printf("%s", bar);
}
For example:
void foo(char* bar) {
printf("%s", bar);
}
Rust is rolling off the Volvo assembly line
https://tweedegolf.nl/en/blog/137/rust-is-rolling-off-the-volvo-assembly-line
https://redd.it/1fybhcd
@programmingreddit
https://tweedegolf.nl/en/blog/137/rust-is-rolling-off-the-volvo-assembly-line
https://redd.it/1fybhcd
@programmingreddit
tweedegolf.nl
Rust is rolling off the Volvo assembly line - Blog - Tweede golf
In my job I get to speak to lots of people about Rust. Some are just starting out, some have barely ever heard of it, and then some people are running Rust silently in production at a very large c ...
Python 3.13 released
https://docs.python.org/3.13/whatsnew/3.13.html
https://redd.it/1fyc71f
@programmingreddit
https://docs.python.org/3.13/whatsnew/3.13.html
https://redd.it/1fyc71f
@programmingreddit
Python documentation
What’s New In Python 3.13
Editors, Adam Turner and Thomas Wouters,. This article explains the new features in Python 3.13, compared to 3.12. Python 3.13 was released on October 7, 2024. For full details, see the changelog. ...
Is Age Really a Factor in Tech?
https://www.trevorlasn.com/blog/ageism-in-tech
https://redd.it/1fyv0x4
@programmingreddit
https://www.trevorlasn.com/blog/ageism-in-tech
https://redd.it/1fyv0x4
@programmingreddit
Is Age Really a Factor in Tech?
Silicon Valley has a reputation for youth worship. The 'move fast and break things' mentality often translates to a preference for younger, supposedly more adaptable workers.