Things you’re allowed to do
Things you’re allowed to do –A lot of great ideas on this list! “A list of things you’re allowed to do that you thought you couldn’t, or didn’t even know you could.”
All my blog posts and articles
Things you’re allowed to do –A lot of great ideas on this list! “A list of things you’re allowed to do that you thought you couldn’t, or didn’t even know you could.”
GitHub – postlight/mercury-parser: 📜 Extract meaningful content from the chaos of a web page –I dont have a use fornthis right now, but it is an extremely powerful and useful package! “📜 Extract meaningful content from the chaos of a web page – GitHub – postlight/mercury-parser: 📜 Extract meaningful content from the chaos of a web page”
Thoughtful: Google and HTTP –Google is a guest on the web, as we all are. Guests don’t make the rules.
The Standards Innovation Paradox –“The great thing about standards is there are so many to pick from!” Thats a joke, get it? Standards, like RSS for podcasts, have enabled emerging technologies to spread far and wide in the information age by making it easy for…
Introducing scikit-geometry –One of those libraries that I was going to write, then I thought, someone else must have already written it. Then I googled and found: “The Python ecosystem is lacking a library with useful geometric types — we aim to fix this by introducing scikit-geometry.”
You.com | The search engine you control. –Good luck to the world with another search engine. Yes google is evil and I wish there was competition. But good luck! “You.com is an ad-free, private search engine that you control. Customize search results with 150 apps alongside web results. Access a zero-trace private mode.”
Deploy Your Ruby on Rails App Using Capistrano | AppSignal Blog –Useful to know that Capistrano is still viable. Find out how to configure Capistrano in your Rails app, then deploy the app.
WHCC | Professional Photo Lab –WHCC is the premier provider of professional photography printing, products, and services beyond the camera — helping professional photographers thrive in their craft and the business of photography.
Beginners Guide to Udev in Linux – The Geek Diary –Udev is really cryptic and advanced. It is often hard to trobuleshoot if you need to. What is it? Udev is the device manager for the Linux kernel. Udev dynamically creates or removes device node files at boot time in the /dev directory for all types of devices. Udev is now part of systemd as you can see by viewing the “udev” file names included with the systemd RPM package.
Tutorial on how to write basic udev rules in Linux –Another tutorial on these hairy udev rules! Getting the base concepts about udev rules
Home – Coder v1 v1.32 docs –This looks pretty interesting. Sort of what I’ve been trying to home grow. “Coder is a self-hosted platform that allows organizations to securely provision developer workspaces (featuring remote IDEs and all related resources) for DevOps, platform, and software engineering teams.”
Get Started with Hotwire in Your Ruby on Rails App | AppSignal Blog –Learn the basics of Hotwire and how to use it in your Rails app.
How to build x86 (and others!) Docker images on an M1 Mac – Jaimyn’s Blog –This is super helfpul, and fixes a problem that totally stymeed me!
How to setup a virtual desktop on Kubernetes in 15 minutes –Ever since VNC (Virtual Network Computing) was invented in the early 2000s at the Olivetti & Oracle Research Lab it sparked some…
Basic Postgres database in Kubernetes –In this post, we will bring up a Postgres database instance in Kubernetes and then connect to this instance using a cronjob. The goal is…
100 Tips for a Better Life – LessWrong – Nice list of tips, with some gems thrown in. “The other day I made an advice thread based on Jacobian’s from last year! If you know a source for one of these, shout and I’ll edit it in. “
Ruby Style Guide –Shopify’s Ruby Style Guide. Always useful to see how the ruby experts do it!
The Ultimate Guide to Building Your Personal K3S Cluster: There are a lot of reasons why you might want to have your personal Kubernetes cluster. Personally, I like building my own tools and…
RUby on Whales: Dockerizing Ruby and Rails – I am working on a ruby on rails cluster. There will be many links about my research. An exhaustive and documented Docker configuration for developing Ruby and Rails applications
k8s vs k3s: The Comprehensive Difference | by Ostride Labs:Kubernetes is undoubtedly a champion in the container orchestration world. But currently, we see K3s or a lightweight Kubernetes…