Camcorder VS. DSLR for Video, YouTube and Vlogging? Quick and Easy super effective DIY acoustic treatment panels for voiceover
|
Camcorder VS. DSLR for Video, YouTube and Vlogging? Quick and Easy super effective DIY acoustic treatment panels for voiceover
|
Leo Widrich (Buffer) – Building Company Culture: Radical Transparency & Experiments Lear Widrich is a the CEO of buffer. Buffer – if you have never heard – is a SaaS product that help you manage your social media publications. They have a pretty aggressively open culture of sharing with the world how they work and this is a really interesting talk, where you will hear about important things from a practitioner.
|
Leo Widrich (Buffer) – Building Company Culture: Radical Transparency & Experiments Lear Widrich is a the CEO of buffer. Buffer – if you have never heard – is a SaaS product that help you manage your social media publications. They have a pretty aggressively open culture of sharing with the world how they work and this is a really interesting talk, where you will hear about important things from a practitioner.
|
Awesome talk. I’ll add some organised notes in there later. Meanwhile just watch the talk. (Speaker is Adrian Howard) Just some quick notes while listening: WAP used to be a thing. I forgot about that. You are not the only one who..
|
Awesome talk. I’ll add some organised notes in there later. Meanwhile just watch the talk. (Speaker is Adrian Howard) Just some quick notes while listening: WAP used to be a thing. I forgot about that. You are not the only one who..
|
|
I have played with Python’s SymPy symbolic math library before, but for the first time last week I used it to solve a real problem! In the process I had to confront three errors in my understanding of how SymPy works: I had somehow imagined that SymPy was secretly storing all the equations I was writing and would use them automatically later. I thought I could convince SymPy to eliminate intermediate symbols. I thought each variable in ..
|
|
I was doing some code review today and I realized after the fact that the refactoring I wrote for the review was a great example of how I iteratively evolved a piece of code into something really great. So here’s a step-by-step approach to finding and performing a code refactoring you can be proud of.
|
|
Wireguard is the hip, new way to VPN :P No, but seriously I wanted to try it out because it is super interesting and I think the direction it is going is awesome. Read about it on their website if you have not already. What is cool about Wireguard is it integrates into the Linux networking stack so you have a lot of power over interactions with it. In other words, it is very easy to clone the interface into specific containers. Or ju....
|
|
It’s quite a challenge to climb Mount Shasta. It’s an active volcano and as a result, it’s high and steep. At 14180 feet it is the fifth highest peak in California. With 3000 meters of vertical prominence over the nearby town of the same name, it stands like an Eiffel Tower over the surrounding area, except that the Shasta tower is ten times higher. According to Wikipedia, it is one of the one hundred most prominent peaks in the world https....
|
|
In our final installment for the Higher Level Function in Python Series, we dive into the Python filter function. No sidetracks this time around. We simply take a look at how it's used, try to find a way where it would be superior to list comprehensions, fail, and conclude the series.
|
|
Last Tuesday I was Table Topics master at my local Toastmasters meeting, which means I had to choose questions or topics that the other members had to give a one to two-minute speech. Being that the 4th of July, Independence Day here in the United States, is approaching, I decided to theme my questions about that holiday in particular.
|
I just woke to a post in some fb group with a mashup of the latest Burger King twitter roast and thought I should start documenting these… so I downloaded that… Enjoy! When Burger King become Pancake King Whataburger is not having it Chili's siding with Whataburger
|
I just woke to a post in some fb group with a mashup of the latest Burger King twitter roast and thought I should start documenting these… so I downloaded that… Enjoy! When Burger King become Pancake King Whataburger is not having it Chili's siding with Whataburger
|
|
At times, you may need GNU versions of command line utilities on macOS. For example, GNU find. As usual, Homebrew saves the day. Install with: brew install findutils Unless you install with –with-default-names (I don't), GNU utilities will be prefixed with a "g". gfind --version If you need more, there are others: brew install binutils brew install diffutils brew install ed brew install findutils brew install gawk brew install gnu-..
|
|
Collection of PlantUML snippets from Scripter.co . Real World PlantUML . Welcome to The Hitchhiker’s Guide to PlantUML! .
|
|
In the digital age you stumble on concepts analog in their nature. Modern graphics are created on a computer yet they originate in an analog process. You constantly change the brush size yet the computer allows you to do it in an increments. Do you actually care your color is R=53, G=123, B=200 in numerical values except when moving the data? Concept of making an analog controller for art creation on the computer was always interesting ..
|
|
One of our most frequent feature requests recently has been for the ability to generate an API token that isn’t tied to a particular user. We’re excited to be able to now offer our pro and enterprise customers the ability to create service accounts – a special type of user that has an API token associated with it.
|
|
Have you ever had a hard drive which runs out of space while there is still space remaining? Have you ever wondered where that space goes? Let me show you a magic trick First I’ll save a message in message.txt Nothing here nothing there, I’ll save two secret messages the first one is a secret, the second one a big file of text. (but I could save a jpg or an exe).
|
|
Context I have a simple flask app that displays data from a sqlite3 database. Nothing fancy. Tutorials ¶ Serve Flask Apps with Gunicorn and Nginx Setup Firewall on Ubuntu 16.04 Setup SSL with LetsEncrypt on Ubuntu 16.04 The Pieces ¶ Based on searching online, the most battle-tested deployment tools right now seem to be: Gunicorn – application server Systemd – among other things, it can manage custom services (..
|
|
Have you ever had a hard drive which runs out of space while there is still space remaining? Have you ever wondered where that space goes? Let me show you a magic trick First I’ll save a message in message.txt Nothing here nothing there, I’ll save two secret messages the first one is a secret, the second one a big file of text. (but I could save a jpg or an exe).
|
|
Originally appeared on Opsgenie Engineering Blog If you are deploying serverless applications in AWS Lambda and using Java, you are well aware of cold start problems. Cold start happens because of the way the Java Virtual Machine works, it kicks in JIT (Just-in-time), and it needs to “warm-up” like a car from the 80s. AWS Lambda caches containers for you, so when idle, it is paused and brought back online immediately as soon as a request a..
|
|
A work colleague (let’s call him Owen as that’s his name) asked me the other day “I dont understand the problem space scc et al solve. If you wanted to write a short post, i’d read and share the hell out of it. Basically, it seems like a heap of people can see the need for it, and I’m trying to understand it myself” Owen is one of the more switched on people I know. As such if he is asking whats the point of tools such as scc, tokei..
|
|
I have spent a lot of time in front of a computer. That’s because you can do a lot of amazing stuff with it. I don’t think I enjoy the process that much though. Sometimes there is so much clicking and pointing to do simple stuff. I don’t think I would code without using VIM or at least adding VIM bindings to the text editor I’m using. I just can’t use mouse when I code. Coding is discrete. Smallest unit of code is a letter. If you use t..
|
|
My Own Car System, Rear Camera, Offline Maps & Routing on Raspberry Pi part I
-
blog.nobugware.com
-
7 years ago
-
eng
At first I needed a car rear camera, one thing led to another… My Car, from 2011, only has an LCD display and no rear camera, so I bought a PAL rear camera, we passed some cables from the rear window to the front then everything begun. Here is my journey to transform my car into a modern system running on RPi3 (a never ending project). Hardware I’m using an Rpi3 (old model).
|
|
Metrics are data points representing your system behaviour over time. People instrument their long-running apps with metrics to see if there are or were any problems and if the system behaves as expected. There are various metric types, but most common ones are counters, gauges and histograms. Metric types Counter is simply an increasing number. You may use counters to track the number of served requests, number of errors, and so on.
|
|
Metrics are data points representing your system behaviour over time. People instrument their long-running apps with metrics to see if there are or were any problems and if the system behaves as expected. There are various metric types, but most common ones are counters, gauges and histograms. Metric types Counter is simply an increasing number. You may use counters to track the number of served requests, number of errors, and so on.
|
|
You programmed STM32 microcontroller using Nucleo or Discovery boards. That means you used Serial Wire Debug ( SWD ) for programming/debugging. Now, you are designing a PCB with a STM32 microcontroller on it, which means you have to be able to program it. One solution is uploading the code through a bootloader - a small piece of software, made by ST that has been saved in the protected (read-only) memory of the microcontroller. It’s a..
|