|
I have come to the sad realization that there is no perfect task app. Many are good and some are great, but nothing will ever be perfect. Nevertheless, I spec out my ideal app. Read the whole thing .
|
|
I have come to the sad realization that there is no perfect task app. Many are good and some are great, but nothing will ever be perfect. Nevertheless, I spec out my ideal app. Read the whole thing .
|
|
I first started semi-seriously sim racing a few years ago after buying a cheap old Fanatec wheel/pedal/h-shifter combo on Craigslist for $60. I was looking for something new to get into, and had a previous obsession with the Gran Turismo games on PlayStation to guide me past the first hurdles. Fast forward to today and I have heavilyinvested in my setup, with the main goal being realism and immersion.
|
|
We had been planning to have a large garden summerhouse built for a number of months and we were finally in a position to do so. After a lot of research we decided to engage a local company as we liked the style of building they produced and the price was also competitive.
|
|
A technical dive into how living entities do the things the brain tells them to do without crippling game performance.
|
|
We had been planning to have a large garden summerhouse built for a number of months and we were finally in a position to do so. After a lot of research we decided to engage a local company as we liked the style of building they produced and the price was also competitive.
|
|
A technical dive into how living entities do the things the brain tells them to do without crippling game performance.
|
|
Here’s a review of all the tech hardware I currently own. Main Computer CPU: AMD Ryzen 5 2600 Watercooling AIO: Corsair H60 2019 Motherboard: ASRock Fatal1ty B450 Gaming-ITX_ac RAM: 2x8 Go G.Skill RipJaws 5 3200MHz CL16 GPU: AMD Sapphire RX 580 Nitro+ 8Gb Power Supply: Corsair HX 620W (bought in 2010) Case: Silverstone SG13 Storage: SSD Samsung 970 Evo NVMe 500 Go + 3 hard drives (2 Tb, 500 Gb and 500 Gb) This computer is my main gaming..
|
|
In this blog, we'll discuss the release process for our Kubernetes Operator, and show how we've automated deploying the release across multiple repository targets.
|
|
In this post I will show you how to break down Linux system load by the load contributor or reason. You can drill down into the “linux system load in thousands” and “high system load, but low CPU utilization” problem patterns too. Introduction - terminology Troubleshooting high system load on Linux Drilling down deeper - WCHAN Drilling down deeper - kernel stack How to troubleshoot past problems Summary Further reading ....
|
|
In this post I will show you how to break down Linux system load by the load contributor or reason. You can drill down into the “linux system load in thousands” and “high system load, but low CPU utilization” problem patterns too. Introduction - terminology Troubleshooting high system load on Linux Drilling down deeper - WCHAN Drilling down deeper - kernel stack How to troubleshoot past problems Summary Further reading ....
|
|
Sentiment Analysis, Fourier Transforms, and More Python Data Science
-
realpython.com
-
5 years ago
-
eng
Are you interested in learning more about Natural Language Processing? Have you heard of sentiment analysis? This week on the show, Kyle Stratis returns to talk about his new article titled, Use Sentiment Analysis With Python to Classify Movie Reviews. David Amos is also here, and all of us cover another batch of PyCoder’s Weekly articles and projects.
|
|
If you run Python inside containers, chances are you have seen Linux’s OOMKiller working at least a couple of times.
|
|
Repository: @knadh/dragmove.js GitHub release page: v0.1.1 Full Changelog : https://github.com/knadh/dragmove.js/compare/v0.1.0...v0.1.1
|
|
The BOINC Project The BOINC Project (Berkeley Open Infrastructure for Network Computing) is a distributed-computing project created by the Berkeley University in 2002. It allows volunteers to help scientific research by running scientific computing jobs on their computers in the background. The volunteers only need to download the BOINC client and to create an account for one or several BOINC projects. Each BOINC project offers mor..
|
|
Today (Thursday, 19th November), is International Men’s Day, a day when we celebrate the positive value men bring to the world and raise awareness of men’s well-being.
|
|
This is Part 1 of a series called Resilient Git Introduction The most important part of a project is its code. Resilient projects should have their code in multiple places of equal weight so that work continues normally if a single remote goes down. Many projects already do something similar: they have one “primary” remote and several mirrors. I’m suggesting something different. Treating a remote as a “mirror” implies that the rem....
|
|
Whenever you building a site with Django that will have user authentication, it is recommended to create a Custom User Model, before the first migration. Sometimes you forget to do that. In this case you have to follow a strict procedure, which I'll show you in the post.
|
|
For the past few months, as the engineers have been integrating our products, the Snyk and Docker teams have been collaborating on a security guide. We are pleased to announce the release of the Guide to Container Security for Development Teams.
|
|
OCI (Open Container Initiative) is a Linux Foundation project to design open standards for operating-system-level virtualization, most importantly Linux containers.
|
|
A template team charter for software and platform engineering teams. Research 1 shows there is great value in people embracing a shared vision and ideas that are bigger than themselves. When it comes to a team charter, it’s important to remember that it’s not a static document. It’s a living document that should be updated as the team evolves and grows. Keep in mind that One size doesn’t fit all. Consider your (teams) mission, cu..
|
|
A template team charter for software and platform engineering teams. Research 1 shows there is great value in people embracing a shared vision and ideas that are bigger than themselves. When it comes to a team charter, it’s important to remember that it’s not a static document. It’s a living document that should be updated as the team evolves and grows. Keep in mind that One size doesn’t fit all. Consider your (teams) mission, cu..
|
This article explores the trade-offs between the allocate and allocateDirect methods in Java for allocating memory.
|
|
Some Scala 3 Things: Context functions, Enums and significant whitespace Updated: for Scala 3.0.0-M3 `as` keyword was removed This is the companion blog for my first Functional Justin video which you can find here https://youtu.be/J01u_Dmrx5U . I spend around 15 minutes adding some Scala 3 (formerly Dotty) features to an Scala 2 program. The program itself builds a simple Algebraic Data Type (ADT) to represent a simple arithmet....
|
|
Recently, GitHub re-instated the youtube-dl git repository after following a takedown request by the RIAA under the DMCA. Shortly after the takedown, many members of the community showed great interest in “decentralizing git” and setting up a more resilient forge. What many of these people fail to understand is that the Git-based project setup is designed to support decentralization by being fully distributed. Following the drama, I’m p....
|
Starting one because I have a question but let's have it be general purpose for anyone that comes al...
|
|
Live Music From Small Boat (Recorded Sounds #13) 2020-11-17 19:31:12 +07:00 by Mark Smith Guitarist plays on a small river boat, while a group of people eat an evening meal. Episode details: Title: Live Music From Small Boat Show: Recorded Sounds Episode: 13 Page: show webpage File: direct download link Size: [object Promise] Duration: 00:00:36 Another awesome episode of the podcast. #
|
|
If you're confused about side-effects and pure functions, it can be hard to understand useEffect. Let's learn them both, to fetch data with useEffect.
|
|
Let’s make a gadget so that Alt+Shift+E creates a new page from the Special:Search screen when a page doesn’t exist!
|
|
Let’s make a gadget so that Alt+Shift+E creates a new page from the Special:Search screen when a page doesn’t exist!
|
|
Let’s make a gadget so that Alt+Shift+E creates a new page from the Special:Search screen when a page doesn’t exist!
|
|
Let’s make a gadget so that Alt+Shift+E creates a new page from the Special:Search screen when a page doesn’t exist!
|