tar + gz -> multi core (via pigz)
tar cvf - *.xml | pigz -v > xml.tar.gz

Discoholic 🪩

PR's Tumblrdome
hello vonnie
$LAYYYTER
I'd rather be in outer space 🛸
2025 on Tumblr: Trends That Defined the Year

JVL
cherry valley forever
Stranger Things
Misplaced Lens Cap
Show & Tell
art blog(derogatory)
Three Goblin Art
d e v o n

ellievsbear
tumblr dot com
Peter Solarz
TVSTRANGERTHINGS
styofa doing anything
he wasn't even looking at me and he found me
seen from United States
seen from Türkiye
seen from Türkiye
seen from Philippines
seen from United States
seen from United States
seen from Brazil
seen from Brazil

seen from T1
seen from Brazil
seen from United States
seen from United States
seen from United States
seen from Canada
seen from United States
seen from Argentina

seen from United States

seen from Japan
seen from United States
seen from China
@fullstackadept
tar + gz -> multi core (via pigz)
tar cvf - *.xml | pigz -v > xml.tar.gz
MySQL 5.6 implements an additional set of functions that can help create geo-enabled applications with MySQL. Alexander Rubin details some mobile app uses.
Magnificent app which corrects your previous console command.
The OpenSSL docs are the official guide to OpenSSL options. But external, task-based documentation is often used instead, particularly for the task of making a Certificate Signing Request to get an SSL certificate.
Most guides to making a Certificate Signing Request are out of date.
There's a boom taking place in the field of image detection. If you're an artist, now is as great time to learn about the technology so you can take advantage of falling prices and new technology.
Photobooth is supported in all browsers that support navigator.getUserMedia.
HornetsEye is a real-time computer vision library for the Ruby programming language. HornetsEye is maybe the first free software project providing a solid platform for implementing real-time computer vision software in a scripting language. The platform potentially could be used in industrial automation, robotic applications, and human computer interfaces.
Need to monitor a Linux-based server from a Windows-based computer? It's easier than you might think.
Can you still remember the first program you ever wrote? The first program you ever wrote in your current favorite language? How far you've come and how much you've learned since then? I think it's...
Fun with Ruby
Play tic-tac-toe in your Terminal
Fun with Ruby
Let's look at how to to utilize image fingerprinting to perform near-duplicate image detection.
function addEvent(elem, event, fn){ if(elem.addEventListener){ elem.addEventListener(event, fn, false); }else{ elem.attachEvent("on" + event, function(){ return(fn.call(elem, window.event)); }); } }
And then you can use it like this, for example, to put the cursor at the end of the input text.
Some of the hardest problems a Java Developer will ever have to face are classpath errors: ClassNotFoundException, NoClassDefFoundError, Jar Hell, Xerces Hell and company.
Most often noted is true parallelism on multi-core processors (with no global interpreter lock). We’ve all already heard and some of us know first-hand that JRuby is fast.
Instead here, we would like to cover a less mentioned fact: what JRuby brings to the Ruby community.
IF YOU ONLY REQUIRE a few attributes from a table, rather than instantiating a collection of models and then running a .map over them to get the data you need, it’s much more efficient to use .pluck to pull back only the attributes you need as an array. The benefits are twofold: better SQL performance and less time and memory spent in Rubyland.
Python in 4 hours.