Integrating Stripe Webhooks in Ruby on Rails
https://alvincrespo.hashnode.dev/integrating-stripe-webhooks-in-ruby-on-rails
Discussions: https://discu.eu/q/https://alvincrespo.hashnode.dev/integrating-stripe-webhooks-in-ruby-on-rails
Integrating Stripe Webhooks in Ruby on Rails
https://alvincrespo.hashnode.dev/integrating-stripe-webhooks-in-ruby-on-rails
Discussions: https://discu.eu/q/https://alvincrespo.hashnode.dev/integrating-stripe-webhooks-in-ruby-on-rails
Ash Weekly #13 | Big announcement incoming at ElixirConf EU, tons of AshJsonApi improvements, and a mitigation for an AshAuthentication confirmation link CVE.
https://open.substack.com/pub/ashweekly/p/ash-weekly-issue-13?r=f3smb&showWelcomeOnShare=true
Discussions: https://discu.eu/q/https://open.substack.com/pub/ashweekly/p/ash-weekly-issue-13?r=f3smb&showWelcomeOnShare=true
Took me 6 months but made my first app!
https://www.youtube.com/watch?v=ehGolVAHm8U
Discussions: https://discu.eu/q/https://www.youtube.com/watch?v=ehGolVAHm8U
15,000 lines of verified cryptography now in Python
https://jonathan.protzenko.fr/2025/04/18/python.html
Discussions: https://discu.eu/q/https://jonathan.protzenko.fr/2025/04/18/python.html
Creating A Data Backed Roadmap For Getting A Rust Job
Discussions: https://discu.eu/q/http://filtra.io
TinyAuth and CakePHP authorization plugin (part 2/2)
https://www.dereuromark.de/2025/04/17/tinyauth-and-cakephp-authorization-plugin/
Discussions: https://discu.eu/q/https://www.dereuromark.de/2025/04/17/tinyauth-and-cakephp-authorization-plugin/
Microsoft JDConf 2025 - All recordings now available
https://www.youtube.com/watch?list=PLPeZXlCR7ew_FrY2YQ3pmKzCR-YrgKMDV&v=79liO8lduik
Discussions: https://discu.eu/q/https://www.youtube.com/watch?list=PLPeZXlCR7ew_FrY2YQ3pmKzCR-YrgKMDV&v=79liO8lduik
/foo/bar/baz.txt→
/herp/derp/bar/bar.txt
/one/two/foo/baz.txt
/foo/bar/baz.txtIn that sense, hierarchical filesystems are mostly subsets of keyword based filesystems, with the exception being name collisions (baz.txt and baz.2.txt would have the same name somehow in a keyword based filesystem).
/foo/baz.txt
/bar/baz.txt
/herp/derp/bar/bar.txt
/herp/bar.txt
/derp/bar.txt
/bar/bar.txt
/one/two/foo/baz.txt
/one/baz.txt
/two/baz.txt
/foo/baz.2.txt
Building a Plugin Assembly Line – The Road to Rapid Plugin Development – Bence Kovács & Linus Corneliusson – ADC 2024
https://www.youtube.com/watch?v=Iwgd7ulJHa4
#AudioPlugin #coding #programming #softwareengineering
"It’s not that hard to build a fully functioning, code-editing agent.
It seems like it would be. When you look at an agent editing files, running commands, wriggling itself out of errors, retrying different strategies - it seems like there has to be a secret behind it.
There isn’t. It’s an LLM, a loop, and enough tokens. It’s what we’ve been saying on the podcast from the start. The rest, the stuff that makes Amp so addictive and impressive? Elbow grease.
But building a small and yet highly impressive agent doesn’t even require that. You can do it in less than 400 lines of code, most of which is boilerplate.
I’m going to show you how, right now. We’re going to write some code together and go from zero lines of code to “oh wow, this is… a game changer.”
I urge you to follow along. No, really. You might think you can just read this and that you don’t have to type out the code, but it’s less than 400 lines of code. I need you to feel how little code it is and I want you to see this with your own eyes in your own terminal in your own folders.
Here’s what we need:
- Go
- Anthropic API key that you set as an environment variable, ANTHROPIC_API_KEY"
Shader Programmers:
Are vector ops more efficient than scalar (ie if I add two float4s is that the same cost as adding two floats) or did that stop being a thing 15 years ago?
Bare: Fast, Lightweight Runtime for Modular JavaScript App
Architectural Metapatterns: The Pattern Language of Software Architecture https://leanpub.com/metapatterns by Denys Poltorak is the featured book on the Leanpub homepage! https://leanpub.com #SoftwareArchitecture #books #ebooks #programming
Chemistry got the periodic table. Biology got the tree of life. This book strives towards building something of the kind for software and system architecture. You can say “That makes no sense!
Find it on Leanpub!
I wanted to make this a reveal in a blog post but I have NOT the spoons for that today
So instead y'all are gonna get a low energy toot from me.
I worked more on the design today, and getting #11tyCMS to recognise the directory structure of a #11ty website and populate the collections list accordingly.
Just need to add saving, adding and deleting functionality and we'll be good to go for MVP status
Watch this space for more updatessss!
Okay, it's out.
Lena is a handmade framework for making tiny games with palette graphics.
It's software-rendered, cross-platform and comes with constraints that challenge your creativity without limiting your game's size and scope. It comes with batteries-included palette graphics, some novel palette-blending and drawing effects, a simple audio interface, text rendering, and loaders and decoders for assets. It also compiles and runs on:
Windows (Native)
macOS (Native)
Linux (via SDL3)
WebAssembly (Native)
The core functionality of Lena is implemented from scratch in almost exactly 2,000 lines of Odin, and while I designed it as a fun little game jam framework for myself, I hope it can also serve as an interesting learning tool for people looking to delve deeper into low-level system and engine programming for video games.
https://github.com/lichendust/lena
I'm releasing this as a version v0.0.0 on GitHub right now, with the hope of getting some feedback before declaring a truly API-stable 1.0.0 release.
Alright. After some debugging and updates, I put a new version of Ekko up.
https://codeberg.org/random-wizard/ekko
Mainly I cobbled it together to get a better idea of how IRC works.
My take. You setup a continuous loop that listens for connections. You store those. You find the ones that are sending you something. You take that as a string, split up the string, do a comparison of the string and fire off irc commands based on the string (that then send stuff back to the connections).
It actually reminds me of working on a Multi User Dungeon (MUD) way back in the 90s. I guess in a sense, it mirrors most programs. You take user input. You run some code based on the input. You send something back to the user.
Join us at C++Now 2024, hosted at the picturesque Aspen Center for Physics.
Immerse yourself in 5 days of C++ content, including captivating keynotes, lightning talks, and invaluable networking opportunities.
Register at https://cppnow.org/registration