Remote Code Execution as a Service
https://earthly.dev/blog/remote-code-execution/
https://redd.it/11kz1qg
@programmingreddit
https://earthly.dev/blog/remote-code-execution/
https://redd.it/11kz1qg
@programmingreddit
Earthly Blog
Remote Code Execution as a Service
Learn how Earthly Compute, a remote code execution as a service, was built to handle bursty workloads and provide secure and fast remote execution ...
Guitar Effects Processor - a low latency guitar effects processor in C++ suitable for running on smaller boards (e.g. a raspberry pi)
https://github.com/Quinny/GuitarEffects
https://redd.it/11le8mb
@programmingreddit
https://github.com/Quinny/GuitarEffects
https://redd.it/11le8mb
@programmingreddit
GitHub
GitHub - Quinny/GuitarEffects: A low latency guitar effects processor suitable for running on a raspberry pi
A low latency guitar effects processor suitable for running on a raspberry pi - Quinny/GuitarEffects
When Zig is safer and faster than (unsafe) Rust
https://zackoverflow.dev/writing/unsafe-rust-vs-zig/
https://redd.it/11l76i9
@programmingreddit
https://zackoverflow.dev/writing/unsafe-rust-vs-zig/
https://redd.it/11l76i9
@programmingreddit
zackoverflow.dev
When Zig is safer and faster than Rust
There are endless debates online about Rust vs. Zig, this post explores a side of the argument I don't think is mentioned enough.
I started a repo to gather a collection of scripts that leverage programing language quirks that cause unexpected behavior. It's just so much fun to see the wheels turning in someone's head when you show them a script like this. Please send in a PR if you feel like you have a great example!
https://github.com/neemspees/tragic-methods
https://redd.it/11lw86u
@programmingreddit
https://github.com/neemspees/tragic-methods
https://redd.it/11lw86u
@programmingreddit
GitHub
GitHub - neemspees/tragic-methods: A collection of script depicting the strange quirks of programming languages.
A collection of script depicting the strange quirks of programming languages. - neemspees/tragic-methods
How to create Honeytokens to catch attackers in your infrastructure
https://www.youtube.com/watch?v=VM0ZZxf5t4w
https://redd.it/11m25wt
@programmingreddit
https://www.youtube.com/watch?v=VM0ZZxf5t4w
https://redd.it/11m25wt
@programmingreddit
YouTube
Create AWS Honeytokens to catch hackers
Learn how to create AWS Honeytokens that alert you when someone attempts to use them. Honey tokens are API or access keys that are real but harmless and can be used as an early warning system to know when an intruder has made it into your system. In this…
Satya Nadella: “Siri, Alexa, And Cortana Are Dumb”
https://medium.com/inkwater-atlas/satya-nadella-siri-alexa-and-cortana-are-dumb-bdbae427fb91
https://redd.it/11m6x77
@programmingreddit
https://medium.com/inkwater-atlas/satya-nadella-siri-alexa-and-cortana-are-dumb-bdbae427fb91
https://redd.it/11m6x77
@programmingreddit
Medium
Satya Nadella: “Siri, Alexa, And Cortana Are Dumb”
Exploring Microsoft’s CEO Satya Nadella’s AI Voice Assistants Theory: Are Siri, Alexa, and Cortana Really Dumb?
Brute Force Colors! Using modern brute force approach to improve image quality on retro computers
https://arnaud-carre.github.io/2022-12-30-amiga-ham/
https://redd.it/11mc78h
@programmingreddit
https://arnaud-carre.github.io/2022-12-30-amiga-ham/
https://redd.it/11mc78h
@programmingreddit
Leonard's Blog
Brute Force Colors!
Using modern brute force approach to improve image quality on retro computers, by Arnaud Carré
A case for selectively applying DRY, sometimes it's good to repeat yourself
https://medium.com/better-programming/a-case-against-relying-solely-on-dry-16dd712e422b
https://redd.it/11mqzhp
@programmingreddit
https://medium.com/better-programming/a-case-against-relying-solely-on-dry-16dd712e422b
https://redd.it/11mqzhp
@programmingreddit
Medium
The Case Against Relying Solely on DRY
Repeat yourself when it makes sense to do so
Uncle Bob and Casey Muratori Discuss Clean Code
https://github.com/unclebob/cmuratori-discussion/blob/main/cleancodeqa.md
https://redd.it/11mr7z1
@programmingreddit
https://github.com/unclebob/cmuratori-discussion/blob/main/cleancodeqa.md
https://redd.it/11mr7z1
@programmingreddit
GitHub
cmuratori-discussion/cleancodeqa.md at main · unclebob/cmuratori-discussion
Clippings. Contribute to unclebob/cmuratori-discussion development by creating an account on GitHub.
How to build a job board with web scraping and ChatGPT
https://www.scrapingbee.com/blog/build-job-board-web-scraping/
https://redd.it/11my1ug
@programmingreddit
https://www.scrapingbee.com/blog/build-job-board-web-scraping/
https://redd.it/11my1ug
@programmingreddit
Scrapingbee
How to Scrape Job Postings with a Free AI Job Board Scraper | ScrapingBee
Learn how to scrape job postings effortlessly using an AI job board scraper. Our step-by-step guide shows you how to scrape job listings at scale to get ahead of the market
Developers Are Professional Problem Solvers First, Coders Second
https://thehosk.medium.com/developers-are-professional-problem-solvers-first-coders-second-ee757f15829f
https://redd.it/11n7lv0
@programmingreddit
https://thehosk.medium.com/developers-are-professional-problem-solvers-first-coders-second-ee757f15829f
https://redd.it/11n7lv0
@programmingreddit
Medium
Developers Are Professional Problem Solvers First, Coders Second
Development is a game of thinking
You Probably Shouldn't Mock the Database
https://dominikbraun.io/blog/you-probably-shouldnt-mock-the-database/
https://redd.it/11my2km
@programmingreddit
https://dominikbraun.io/blog/you-probably-shouldnt-mock-the-database/
https://redd.it/11my2km
@programmingreddit
dominikbraun.io
You Probably Shouldn't Mock the Database – dominikbraun.io
To keep unit tests fast and isolated, the data access layer is often tested using a mock of the database. But are unit tests and mocks actually a good choice?
TypeScript's Migration to Modules
https://devblogs.microsoft.com/typescript/typescripts-migration-to-modules
https://redd.it/11n4j30
@programmingreddit
https://devblogs.microsoft.com/typescript/typescripts-migration-to-modules
https://redd.it/11n4j30
@programmingreddit
Microsoft News
TypeScript’s Migration to Modules
One of the most impactful things we’ve worked on in TypeScript 5.0 isn’t a feature, a bug fix, or a data structure optimization. Instead, it’s an infrastructure change. In TypeScript 5.0, we restructured our entire codebase to use ECMAScript modules, and…
The Hilbert Sort algorithm, sorting of one-dimensional data in a higher-dimensional space
https://gist.github.com/tavurth/94eb823807b38b2a8d9400680071599a
https://redd.it/11nkcon
@programmingreddit
https://gist.github.com/tavurth/94eb823807b38b2a8d9400680071599a
https://redd.it/11nkcon
@programmingreddit
Gist
Python implementation of the Hilbert Sort algorithm for sorting of one-dimensional data in a higher-dimensional space using the…
Python implementation of the Hilbert Sort algorithm for sorting of one-dimensional data in a higher-dimensional space using the Hilbert curve - hilbert_sort.py
What a good debugger can do
https://werat.dev/blog/what-a-good-debugger-can-do/
https://redd.it/11nmccf
@programmingreddit
https://werat.dev/blog/what-a-good-debugger-can-do/
https://redd.it/11nmccf
@programmingreddit
werat.dev
What a good debugger can do 🔮
When people say “debuggers are useless and using logging and unit-tests is much better,” I suspect many of them think that debuggers can only put breakpoints on certain lines, step-step-step through the code, and check variable values. While any reasonable…
"We don't have architects, I don't like architects, Everybody architects" — ThePrimeagen (Netflix)
https://www.youtube.com/watch?v=NlTQy0f8kPs
https://redd.it/11ntq9z
@programmingreddit
https://www.youtube.com/watch?v=NlTQy0f8kPs
https://redd.it/11ntq9z
@programmingreddit
YouTube
No architects at Netflix? — ThePrimeagen
https://www.youtube.com/watch?v=uIxM3Hl0h7Q