|
Originally published on December 5, 2021. If you are an experienced software developer whose only exposure to reddit is dank memes, proggit or even language-specific subreddits like /r/python , you're missing out. What follows are my favorite subreddits in tech. My criteria is that: The subreddit topic is relevant to advancing as a programmer Posts generally go into good depth The comments stay on topic And the shit-posting is mini....
|
|
Cycling Through Western Europe: A Scenic Journey to Rome - Photo Album included
-
daanmiddendorp.com
-
3 years ago
-
eng
Western Europe is very cyclable. With a high density of paved roads and accommodations, it is easy to travel long distances by bike. From May 1 st onwards, I gave it a shot and started cycling in the direction of Rome. This post enables me to keep track of the journey and maintain a photo album. Me at the Switzerland / Liechtenstein / Austia tri-border area Routing There are multiple roads that lead to Rome. One of the routes is....
|
|
Recently when I tried to update my Fedora laptop I got the below error message Error: Loading repository 'fedora' has failed After some debugging I found out that this is due to a corrupted repo cache, we can easily fix this error by clearing all repo caches by running the below command sudo dnf clean all If that doesn’t work, you can run dnf command with debug options to see more details about the error. dnf update --debuglevel 3
|
|
I've got the AWS Certified Developer Associate - Certification
-
domenicoluciani.com
-
3 years ago
-
eng
I am thrilled to share that I have recently achieved my AWS Certified Developer – Associate certification! ☁️🧑🏻💻
|
|
I've got the AWS Certified Developer Associate - Certification
-
domenicoluciani.com
-
3 years ago
-
yue
I am thrilled to share that I have recently achieved my AWS Certified Developer – Associate certification! ☁️🧑🏻💻
|
This is a guest post from Aaron Kardell. Enjoy. Dear new developer, I’m enjoying the season I’m in. That’s the simple phrase I find myself conveying to others lately. I have 21 years of post-college professional experience. Except for a handful of short-term consulting gigs, all of that has been working on something I founded … Continue reading Enjoy the Season You’re In →
|
|
We're excited to announce the DevSecOps Lifecycle Coverage with Snyk application, which correlates Snyk Container and Dynatrace data and visualization capabilities to create reports.
|
|
I have started using Obsidian a lot. One of the things that I really like is the ability to add community plugins to add functionality as required.
|
|
I have started using Obsidian a lot. One of the things that I really like is the ability to add community plugins to add functionality as required.
|
|
Mastering Atomic Notes: Unlock Efficiency and Knowledge Management
-
www.dsebastien.net
-
3 years ago
-
eng
Discover the power of atomic notes with this comprehensive guide. Learn how to streamline your note-taking process, enhance learning efficiency, and build a robust personal knowledge management system.
|
|
Cisco Umbrella for Government: Enabling Advanced Public Sector Cybersecurity
-
umbrella.cisco.com
-
3 years ago
-
eng
I am proud to announce that Cisco Umbrella for Government has achieved FedRAMP In Process status for FedRAMP Moderate authorization. This reflects our commitment to providing one of the most comprehensive and reliable cloud-native cybersecurity solutions to federal, state, and local government agencies, as well as all other organizations that depend upon FedRAMP certification. We […] The post Cisco Umbrella for Government: Enabling Advan..
|
|
Today I learned about a precious little macOS command line tool, networkQuality. The networkQuality tool is a built-in tool released in macOS Monterey that can help diagnose network issues and measure network performance. Usage: networkQuality -v Example output: ==== SUMMARY ==== Uplink capacity: 44.448 Mbps (Accuracy: High) Downlink capacity: 162.135 Mbps (Accuracy: High) Responsiveness: Low (73 RPM) (Accurac..
|
|
Due to Ingress I've visited so many parks that I wanted to recap my opinion about some gulf facing parks.
|
|
An experiment testing whether ChatGPT can help a non-coder build software to solve a real-world file comparison task.
|
|
Last updated: November 1st, 2023 Windows Subsystem for Linux (WSL) is my main programming environment, after giving up Windows in 2015. It is surprisingly good. Shrink your virtual HD The virtual hard drive in WSL seems to grow without bound (they grow as needed, but won't release space even if you delete data). After shutting down your WSL instances (i.e. wsl --shutdown), run this in PowerShell (as an administrator): Optimize-VHD....
|
|
Simply put, Metadata is data about data. Metadata is the information surrounding something rather than the thing itself. For example the metadata of a picture could be when it was taken, what device it was taken with, the location the picture was taken and a lot of other information but the picture of what you took isn’t metadata. Inspection + Removal A useful program I recommend is exiftool (the wiki page).
|
|
Autogit is an open source shell script that you can wire up to your `cd` command to ensure you always have the latest code, branches, and remotes when you open up a local git repository.
|
|
Aten: pausing a wind park for bird migrations, a worlds first in the Netherlands
-
boerman.dev
-
3 years ago
-
eng
On the 11th of May a new kind of operational message was published on the TenneT NL feed. Normally this feed is quite boring, announcing transport restrictions or grid status for example. But on Friday it announced a special type of restriction for offshore windparks. To help large scale bird migrations the offshore windparks were restricted to very slow turning of turbines. The discussion whether (sea)birds get killed en masse by (of..
|
|
To help secure Spring applications, I created a Content Security Policy builder and bean and published it to Maven Central .
|
|
I thought about things that were going well, where I had a lot of output, like my programming projects. One thing I realized that helps a lot is that I am proud of that work. Doing it is a self-esteem builder, and I have a lot of confidence that I can meet my own standards. I’ve been programming for a long time, so this isn’t much of a surprise. All during that time I challenged myself by doing bigger projects and learning new things. W..
|
|
Daniil Charms was considered a children’s author and could not stand children all his life. While his whimsical fairy tales populated illustrated books and magazines, giving him something to live on in the silence of his room, he also feverishly wrote tales for adults, equally imaginative but inhabited by an excruciating melancholy, as in fairy tales went wrong. At the dawn of the USSR, this desperate fantasy of his was tolerable only if ..
|
|
The trick of puzzle design is not so much coming up with decent clues as it is coming up with a cohesive theme. This one’s pretty good (in my less than honest opinion) but it took me quite a bit of thought to get it working. I keep trying to design full 15x15 American style puzzles but aren’t quite able yet. Hopefully the clues aren’t as necessarily obtuse as my previous ones. Have fun!
|
|
Welcome to WordPress. This is your first post. Edit or delete it, then start writing! The post Hello world! appeared first on Ghoul School .
|
|
Snowflake ID: Generating Unique IDs for Distributed Systems
-
akashrajpurohit.com
-
3 years ago
-
eng
In modern distributed systems, generating unique IDs is crucial for data consistency and scalability. Snowflake ID is a type of unique identifier that is widely used in distributed systems for generating IDs with high precision, scalability, and availability. In this blog post, we will discuss what Snowflake ID is and how it works, and explore its use cases and benefits.
|
|
Snowflake ID: Generating Unique IDs for Distributed Systems
-
akashrajpurohit.com
-
3 years ago
-
eng
In modern distributed systems, generating unique IDs is crucial for data consistency and scalability. Snowflake ID is a type of unique identifier that is widely used in distributed systems for generating IDs with high precision, scalability, and availability. In this blog post, we will discuss what Snowflake ID is and how it works, and explore its use cases and benefits.
|
|
Snowflake ID: Generating Unique IDs for Distributed Systems
-
akashrajpurohit.com
-
3 years ago
-
eng
In modern distributed systems, generating unique IDs is crucial for data consistency and scalability. Snowflake ID is a type of unique identifier that is widely used in distributed systems for generating IDs with high precision, scalability, and availability. In this blog post, we will discuss what Snowflake ID is and how it works, and explore its use cases and benefits.
|
|
Complex frontend applications, managing querystring/search params, persisting application state into the URL, and navigating between trees of components within a page
|
|
In the TED talk The four-letter code to selling anything Derek Thompson explains about a concept called MAYA.
|
|
In the TED talk The four-letter code to selling anything Derek Thompson explains about a concept called MAYA.
|
|
We chose Garfield Ledges for a short afternoon hike on a beautifully sunny Saturday. The drive near the Mailbox Peak parking lot had been rather slow, having to squeeze past an almost unbroken chain of parked cars about half a mile long, starting at the Valley Camp junction (where the one-way road ends). However, once past that traffic jam the road to Garfield Ledges was clear and quiet. The road is paved almost the entire way. It turns t..
|