120 blogs
about Development.
Page 5 of 6.
RabbitFarm
By Adam Russell.
More info
Updated 2 weeks ago
Contiguous and Semi-Ordered
The examples used here are from the weekly challenge problem statement and demonstrate the working solution. Part 1: Contiguous Array You are given an array of binary numbers, @binary. Write a script to return the …
Random Drop
Random Drop includes all of my blog posts, so it's the easy way to see what I'm up to.
More info
Updated a year ago
modular bash profile scripting with shellswain
When I set out to build a history module for my bashrc/profile, the dearth of code re-use and collaborative ~unixy modularity struck me as a little sad. I knew early on that I wanted to …
RonJeffries.com
The combination of new articles, XProgramming, SameElephant, and perhaps even some new items never before contemplated.
By Ron Jeffries.
🇺🇸
More info
Updated a day ago
Forth: Getting Weird
I read about how IF works according to Loeliger. Weird. How should we do it?
same stuff, different day
A personal blog focused on technology and leadership with the occasional post on books, music, and more.
By Michael Eaton.
More info
Updated 2 days ago
Interesting links of the week 2024-51
Here are the best and most interesting articles, blog posts, videos, podcasts, and GitHub repositories I’ve run into over the last week (December 3, 2024 - December 15, 2024). Enjoy! Microsoft / Dotnet / Azure …
By Michael Eaton, 397 words
s c o t t e r i c p e t e r s e n - Writing
By Scott Petersen.
🇺🇸
More info
Updated 5 months ago
A New Computer
I probably set up and configure (or reconfigure) at least ~5 computers a year for professional audio. A few years back I started configuring some machines to use Arch while continuing to mainly setup and …
By Scott Petersen, 83 words
Seirdy - Articles
All the long-form articles on Seirdy's Home.
By Rohan Kumar.
🇺🇸
More info
Updated 3 months ago
Post-OCSP certificate revocation in the Web PKI
IntroductionToday, TLS certificates in the Web public key infrastructure (PKI) have long validity: almost all remain valid for at least three months! An attacker compromising a certificate early enough in its lifetimenote 1 keeps it …
SerHack
Security engineer and writer. Author of Mastering Monero, enthusiastic about blockchain technology and privacy application.
🇮🇹
More info
Updated a year ago
Analysis of a Redline Based Malware
In recent months, there have been increasing attempts to spread malware via some seemingly ‘harmless’ programs, luring the user through rewards such as sending money with cryptocurrency or NFT-themed gifts. The unsuspecting user by running …
Shogan.tech
DevOps, automation, how-tos and more since 2008.
By Sean Duffy.
🇬🇧
More info
Updated a year ago
AWS Control Tower Enrollment Gotchas
I have been working on moving a collection of about 20-30 AWS accounts from two different AWS Organizations into a new AWS Organization with Control Tower enabled. During the process I have run into a …
Side Projects | Kevin Nørby Andersen
🇩🇰
More info
Updated a year ago
Week 109: My AI Team
Just like week 108, I started writing this post late-march, but got so busy that it wasn’t finished and published until May. On March 21, Morten Just posted a tweet that set my brain on …
Simon Willison: TIL
Things I've learned, collected in simonw/til.
🇺🇸
More info
Updated 6 days ago
Fixes for datetime UTC warnings in Python
I was getting the following warning for one of my Python test suites: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC). I …
By Simon Willison, 232 words
Slatians hideout on the Web | slatecave.net
May contain useful information in the form of Blogposts and a small personal wiki.
More info
Updated 2 months ago
Why not use && as a shortcut in shell scripting
What am I Talking About If you've been shell scripting for some time you have most probably seen the following construct: [ -n "$something" ] && foo This runs the foo command, but only if …
Software Engineering, Web Development and 3D Design - Stratus3D
The home of Stratus3D on the internet. A blog on programming, software architecture, web development, design and 3d graphics.
By Trevor Brown.
🇺🇸
More info
Updated 11 months ago
Review of the Kinesis Freestyle Edge Keyboard
In August I bought a Kinesis Freestyle Edge keyboard off of eBay. I’ve been using it for about four months now, and I’m typing this review on it. I’d been wanting to try out a …
Stargirl (Thea) Flowers - Blog
By Thea Flowers.
🇺🇸
More info
Updated 3 weeks ago
Suffix - Blog
Personal blog for posting my ramblings, mostly about programming.
By Simon.
🇧🇪
More info
Updated a month ago
LifeSpan Under Desk Treadmill
LifeSpan Under Desk Treadmill TR12000-DT3 GlowUp Walking Pad As a software developer, I spend the majority of my time sitting at a desk. In the past, I worked in an office but still managed to …
Sven Krasser's Blog
Musings on technology, security & sundries.
🇺🇸
More info
Updated 3 months ago
A VIA for the Commodore 64: Revised PCB
Now that all electronic issues are resolved, it’s time to update the PCB for my expansion board that adds a W65C22S Versatile Interface Adapter (VIA) to my Commodore 64....
Swift by Sundell
Weekly Swift articles, podcasts and tips by John Sundell.
🇵🇱
More info
Updated a year ago
SwiftUI views versus modifiers
One of the most interesting aspects of SwiftUI, at least from an architectural perspective, is how it essentially treats views as data. After all, a SwiftUI view isn’t a direct representation of the pixels that …
Swiftjective-C
iOS. Indies. Apple. Plus Things.
By Jordan Morgan.
🇺🇸
More info
Updated 4 days ago
The Big Feature
In June of 2020, I wrote about my first major update to Spend Stack. It’s a fond indie memory! After meticulously preparing the update, press kit and everything else we all do, I woke up …
By Jordan Morgan, 653 words
Sympolymathesy, by Chris Krycho—Journal
Short-to-medium length entries—relatively off the cuff.
🇺🇸
More info
Updated 6 days ago
[journal] Read the Code: Using Drop Safely in Rust
A deep dive into Rust’s vec::Drain and its Drop implementation as an example of how ownership prevents subtle bugs—memory and otherwise! Assumed audience: People who can read Rust and have a basic (and I do …
By Chris Krycho, 4,523 words
Tech Blog
By Vicki Boykis.
🇺🇸
More info
Updated 3 days ago
Write code with your Alphabet Radio on
There is a lot of debate in the software community around whether LLMs can replace developers. Part of the reason is the way we formulate the problem of what it means to write software. In …
TheJavaGuy Blog
Blog about software development.
By Ivan Milosavljević.
🇩🇪
More info
Updated a year ago
So what exactly is a whitespace in Java?
In our programs we often have to deal with whitespaces, for example to sanitize input we received from users or other applications. With the release of Java 11, there have been some changes to the …