Search
Open a Browser Tab with DevTools Open by Default
28.12.2020
Using command line flags is a great way to subtly improve productivity. Whether saving yourself keystrokes or enabling specific features, it’s very much worth knowing the application flags available to you. To launch a new tab with DevTools in Chrome, you can use...
Riot Blockchain Buys 15,000 Antminers, Operation Will Command 37,640 Bitcoin Miners
23.12.2020
Publicly listed firm Riot Blockchain has announced the company is purchasing 15,000 S19 Pro and S19j Pro Antminer mining rigs from Bitmain. According to the company, the new shipment of next-generation miners will increase the operation’s hashrate to 3.8 exahash per second (EH/s). Following...
Converting and Optimizing Images From the Command Line
21.12.2020
Images take up to 50% of the total size of an average web page. And if images are not optimized, users end up downloading extra bytes. And if they’re downloading extra bytes, the site not only takes that much more time to load, but users are using more data, both of which can be resolved, at least...
U.S. Space Command tvrdí, že Rusko provedlo další test protisatelitní zbraně
20.12.2020
Podle U.S. Space Command (USSC) Rusko uskutečnilo další – letos již třetí – test protisatelitní zbraně. Informoval o tom server Space.com.
Konkrétně se mělo jednat o raketu DA-ASAT (direct-ascent anti-satellite), která je navržena tak, aby ničila malé satelity na nízké oběžné dráze Země.
„Rusko
Podle US Space Command Rusko zahájilo test střely proti malým satelitům
18.12.2020
Podle US Space Command Rusko zahájilo test střely proti malým satelitům
Create an FAQ Slack app with Netlify functions and FaunaDB
22.10.2020
Sometimes, when you’re looking for a quick answer, it’s really useful to have an FAQ system in place, rather than waiting for someone to respond to a question. Wouldn’t it be great if Slack could just answer these FAQs for us? In this tutorial, we’re going to be making just that: a slash command...
$10 Billion in BTC Reserves: Companies With Bitcoin Treasuries Command Close to 4% of the Supply
21.10.2020
The web portal bitcointreasuries.org now shows close to two dozen firms with a large number of bitcoin reserves. Currently, the aggregate total bitcoin held in reserves by the 23 companies listed is roughly 785,999 BTC worth well over $10 billion dollars. This past August the billion-dollar firm...
Run Gulp as You Open a VS Code Project
13.10.2020
When I open my local project for this very site, there is a 100% chance that I need to run this command before anything else: gulp. I set that up fresh less than a year ago so I’m on the latest-and-greatest stuff and have my workflow just how I like it. I did a few more tweaks a few months...
US Air Force and Raytheon Are Studying How Distributed Ledgers Could Help Command the Skies
3.9.2020
The $500,000 contract continues USAF's recent history of blockchain investments
Queue Jumping in Netlify
18.8.2020
Cutting to the chase: if you’re on a Business or Enterprise team on Netlify, you can click a build to make it run next in a queue. For example, if you have a really time-sensitive thing (e.g. a bug fix going to production), it can jump ahead of some random development branch building....
Chinese Police Take Down $6 Billion Plustoken Ponzi, Arrest 109 People
31.7.2020
Chinese authorities have reportedly arrested 109 people in connection with the Plustoken Ponzi scheme. Twenty-seven of them are allegedly the scheme’s masterminds and 82 are key members. The Plustoken scammers have swindled funds worth about $5.7 billion from more than 2 million investors....
CMD+Z for Git is Here
23.7.2020
Version control with Git has become a “commodity” by now: virtually every software project today uses Git, and virtually every developer knows Git to some extent. This explains why I sometimes hear the following question when I talk about what I do for a living: “A desktop client...
How to delete all node_modules directories from your computer
8.7.2020
Nice tip from Chris Ferdinandi:
My node_modules directories contained 50mb of stuff on the small side, and over 200mb of files in some cases. Over a few dozen projects, that really adds up!
Two dozen projects with 200 MB worth of node_modules? That’s nearly 5 GB of space for...
New in Chrome: CSS Overview
1.7.2020
Here’s a fancy new experimental feature in Chrome! Now, we can get an overview of the CSS used on a site, from how many colors there are to the number of unused declarations… even down to the total number of defined media queries.
Again, this is an experimental feature. Not only does that...
[článek] Slovenská vládní síť byla napíchnutá, vychází Turris OS 5.0, předělávka Command & Conquer
12.6.2020
[5 minut čtení] Edge se automaticky instaluje přes Windows Update. IBM vydává nástroj pro nasazení šifrování FHE. Password Manager od Applu jako open source. Apple má hodnotu 1,5 bilionu dolarů. Zprávy z IT, každý pátek na Lupě. Vždy v pátek připravuje reportér Jan Sedlák výběr zajímavých zpráv...
How to Create Custom WordPress Editor Blocks in 2020
6.5.2020
Peter Tasker on creating blocks right now:
It’s fairly straightforward these days to get set up with the WP CLI ‘scaffold’ command. This command will set up a WordPress theme or plugin with a ‘blocks’ folder that contains the PHP and base CSS and JavaScript required to create...
Anonymous Bitcoin SV Miners Capture 55% of the Network Hashrate
25.3.2020
The Bitcoin SV network has been a topic of conversation recently as stealth miners currently command more than 55% of the chain’s overall hashrate during the last seven days. Last year analysts noticed a large amount of the hashrate on all three SHA256 networks (BTC, BCH, and BSV) was being...
Build a Node.js Tool to Record and Compare Google Lighthouse Reports
16.3.2020
In this tutorial, I’ll show you step by step how to create a simple tool in Node.js to run Google Lighthouse audits via the command line, save the reports they generate in JSON format and then compare them so web performance can be monitored as the website grows and develops.
I’m hopeful this...
View Mac Calendar from Command Line
24.2.2020
As someone that loves using UI tools, I do pride myself in learning how to accomplish the same feats from command line. Don’t believe me? Check out my Command Line tutorials section — I guarantee you’ll learn quite a bit. Recently I learned that you can view basic calendars from...
Animate SVG Path Changes in CSS
20.2.2020
Every once in a while I'm motivated to attempt to draw some shapes with <path>, the all-powerful drawing syntax of SVG. I only understand a fragment of what it all can do, but I know enough to be dangerous. All the straight-line syntax commands (like L) are pretty straightforward and I find...