The purpose of this article is to help beginners understand how to do the advanced install of hugo static site generator (SSG).
|
|
Last weekend I built a custom laptop tray design to fit my ThinkPad T480 laptop, my ergodox split keyboard, and my vertical mouse comfortably on my lap. We did 3 rounds of build/prototypes and I'm really happy with the one we have. Motivation and Context I have two main setups where I do my computing. I have a sit/stand desk in my office well-appointed with tented split keyboard, vertical mouse, laptop stand putting the screen at proper h....
|
|
About a year or so ago, GitHub announced that GitHub Actions was generally available . GitHub Actions allows anyone to “automate their workflow” - in other words, run code on committed code - on GitHub’s own servers, and share those actions.
|
|
Compilers, these wonderful and intricate pieces of software that do so much and that so many know little of. Similar to the previous article about computer architecture, I'll take a look at another essential, but lesser known, CS topic, Compilers. I won't actually dive into much details but I'll keep it short to my notes, definitions, and what I actually found intriguing and helpful.
|
|
Lowercase URL Encoding with Urllib in Python3 (Python3)
-
snippets.bentasker.co.uk
-
5 years ago
-
eng
Python's urllib module is pretty flexible, and contains a bunch of useful tools - including the ability to urlencode strings via urllib.parse.quote() Unfortunately, it doesn't allow you to specify what case should be used in URL encoding, and defaults to upper-case. Many other libraries/languages use lower case. This becomes problematic where you're url encoding an authentication token (or similar) - when the other side mints a token fo..
|
|
Today, we want to share another bit of vulnerability detail that Snyk adds to help you prioritize which container vulnerabilities to fix: exploit maturity for Linux vulnerabilities.
|
|
On behalf of the entire Snyk family, I’m humbled to announce that today marks the closing of our latest funding round—an investment of $200 million led by Addition, a firm focused on supporting visionary entrepreneurs.
|
|
Helping Python developers shift security left with a new PyCharm plugin
-
snyk.io
-
5 years ago
-
eng
We’re happy to announce Snyk’s brand new PyCharm plugin, helping Python developers find and fix security and license issues in their open source dependencies as early as their first lines of code!
|
|
I previously wrote a bit about our internal infrastructure in my post on The Art of Automation . This post is going to go into details about our automated Chief infrastructure Officer (CIO). I joke so much that I automated our CIO that I even named the repo holding the code… cio . I took the time this weekend to finally clean up some of this code. Previously, our infrastructure was held together with bash, popsicle sticks, glue, and som....
|
|
Most guides to testing React these days preach: 'Test functionality, not implementation details'. This article explains what that means, and how to do it.
|
|
A pragmatic approach to understanding S3 security. You’ll be able to build a secure S3 bucket that meets your particular needs.
|
|
When working with wikis, you can use your URL bar as a CLI-like interface for navigation, making your life a lot easier and more efficient!
|
|
When working with wikis, you can use your URL bar as a CLI-like interface for navigation, making your life a lot easier and more efficient!
|
Ring signatures are the weakest link in the privacy scheme; the word weak here meaning the most susceptible to heuristic attacks. Let’s explore them, shall we?
|
|
I did the artwork for accou’s tape ils sontaient là If you are passing by Amsterdam Zuid-Oost, I can sell you a copy, I have some. contact me at cesarbr{a-t}pm{d-o-t}me
|
|
How to Start a Personal Blog With Hugo a Static Site Generator Written in Go (Part 1)
-
bartlomiejmika.com
-
5 years ago
-
eng
The purpose of this article is to help you setup a personal blog as quickly as possible. These are the instructions and notes I’ve written down when setting up my site that I’d like to share.
|
|
Editor’s Note: This was originally published on medium It stands as a unique and marvelous console even by today’s standards. Both from an technical as well as cultural standpoint, it was simply stupendous. This article showcases the history of the Nintendo 64 as well as explores it from a technical standpoint. If you’re like me, you likely have fond memories of this console. If you’re interested in the technical bits, skip ahead to the arc..
|
|
When I first started programming, especially when asked for code samples, my comments lacked purpose and would often duplicate in English what the code clearly indicated. I knew that "commenting is good" but as a beginner I had no further insight. Over time with the help of books like Clean Code, I grew disdainful of comments. Good code should be self-documenting. Whenever I needed to write a comment to explain something, I'd realize I co....
|
|
It’s been a long six months that we’ve been under quarantine and other disease-limiting measures. It hasn’t been easy, but thanks to something I saw at Königsstein Fortress I’m not complaining. Here’s why: Königsstein 1 Fortress, also known as the Saxon Bastille, overlooks a section of the Elbe river and is located just south of Dresden. This is a little bunker built on top of the fortress. This is what the sign says: In the y....
|
|
It’s been a long six months that we’ve been under quarantine and other disease-limiting measures. It hasn’t been easy, but thanks to something I saw at Königsstein Fortress I’m not complaining. Here’s why: Königsstein 1 Fortress, also known as the Saxon Bastille, overlooks a section of the Elbe river and is located just south of Dresden. This is a little bunker built on top of the fortress. This is what the sign says: In the y....
|
It's Monday. The first of the seven alarms you've set on your phone soars louder than the Big Ben. It sends chills down your spine announcing the impending doom: your 8 AM commute. You put on that wh...
|
It's Monday. The first of the seven alarms you've set on your phone soars louder than the Big Ben. It sends chills down your spine announcing the impending doom: your 8 AM commute. You put on that wh...
|
|
Due to the ongoing COVID situation the team had been struggling to stay focussed and motivated. The inability to go out, the lack of change of scenery and the sameness every day has been taking its toll. To try to address this we actively encouraged them to take time off - which, given the limitations on travel, was less appealing than it normally would be.
|
|
Due to the ongoing COVID situation the team had been struggling to stay focussed and motivated. The inability to go out, the lack of change of scenery and the sameness every day has been taking its toll. To try to address this we actively encouraged them to take time off - which, given the limitations on travel, was less appealing than it normally would be.
|
|
Introduction Link to heading A few years back, I was an avid reader of long distance electric vehicle road trip reports. It seemed like the people making them were intrepid pioneers in a new era of transportation. Well here’s my slightly belated contribution to the genre. Summary Link to heading Route Link to heading
|
|
It’s been a long six months that we’ve been under quarantine and other disease-limiting measures. It hasn’t been easy, but thanks to something I saw at Königsstein Fortress I’m not complaining. Here’s why:
|
|
It’s been a long six months that we’ve been under quarantine and other disease-limiting measures. It hasn’t been easy, but thanks to something I saw at Königsstein Fortress I’m not complaining. Here’s why:
|
|
Introduction Link to heading A few years back, I was an avid reader of long distance electric vehicle road trip reports. It seemed like the people making them were intrepid pioneers in a new era of transportation. Well here’s my slightly belated contribution to the genre. Summary Link to heading Route Link to heading
|
|
Data Version Control in Python and Real Python Video Transcripts
-
realpython.com
-
5 years ago
-
eng
Wouldn't it be nice to a use a form of version control for data? Something that would allow you to track and version your datasets and models. Well, that's what the tool called DVC is designed to do. This week on the show, David Amos is here and he's brought another batch of PyCoder’s Weekly articles and projects.
|