Path Cleared For Nix Package Manager On Fedora With /nix Approved
There's been work to get the Nix functional package manager available on Fedora Linux for those wanting to leverage its available packages or features like supporting side-by-side packages of different versions, atomic upgrades/rollbacks, non-root user for installing software, and other features
What good architecture looks like, how to improve your skill at building it –and why Architects are not always the answer. Guest post by Matthew Hawthorne, who built large systems at Netflix & Twitter
Dane Stuckey (OpenAI CISO) on prompt injection risks for ChatGPT Atlas
My biggest complaint about the launch of the ChatGPT Atlas browser the other day was the lack of details on how OpenAI are addressing prompt injection attacks. The launch post …
Tessl introduces AI native development where specs drive everything. Build reliable AI-powered software with autonomous maintenance, cross-platform generation, and self-optimizing performance. Request early access.
Sam Lambert on X: "Until ~2015, GitHub Pages hosted over 2 million websites on 2 servers with a multi-million-line nginx.conf, edited and reloaded per deploy. This worked incredibly well, with https://t.co/DcP1J23VVj ranking as the 140th most visited domain on the web at the time." / Twitter
Ruby Butler: It’s Time to Rethink RubyGems and Bundler
RubyGems and Bundler defined a generation of Ruby. But maybe it’s time to rethink them. Ruby Butler is my take — a fresh start, a new rb command, and a space to experiment again.
Your dotfiles will most likely be the longest project you ever work on. For this reason, it is worthwhile to organize your dotfiles project in a disciplined manner for maintainability and extensibility.
The official Ruby docs are at https://docs.ruby-lang.org/en/. This
documentation (and any documentation built with rdoc 6.15.0 or greater) now can
be searched using a query parameter. Check it out!
https://docs.ruby-lang.org/en/master/?q=String%23gsub
I added this to RDoc because I was
fed up with ac
More Minitest::Spec shenanigans - Remi Mercier - Software Developer
While I already covered the basics of `Minitest::Spec`, I forgot to discuss a few aspects of the spec flavor. This post serves as a complement to the previous one and digs a bit deeper into some extra `Minitest::Spec` shenanigans.