Search
IBM Blockchain Is a Shell of Its Former Self After Revenue Misses, Job Cuts: Sources
1.2.2021
“There is not really going to be a blockchain team any longer,” said a source
GameStop’s Stock Price Soars To New Records Because Capitalism Is A Shell Game
22.1.2021
Struggling retailer GameStop’s stock curiously hit an all time high today. But it’s not because Sony, Microsoft, and Nintendo suddenly decided to stop selling their games digitally. And it’s not because a new set of Funko Pops has taken the internet’s imagination by storm.Read more
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...
Watch The First Episode Of Mamoru Oshii's New Anime Right Here
18.12.2020
Mamoru Oshii is famous for influential anime feature films like Patlabor 2: The Movie and Ghost in the Shell. Prior to that, he made a name for himself directing the Urusei Yatsura TV series in the early 1980s. He’s now returned to TV anime with Vlad Love.Read more
Ghost In The Shell Director Mamoru Oshii On This Year's Biggest Anime Hit
14.12.2020
When people look back at 2020, for all its awfulness, one bright spot will stick out in Japan: the runaway success of Demon Slayer.Read more
git: Remove Untracked Files
19.11.2020
I’ve always said that I know just enough about git to get the job done, but also do something destructive. Nothing embodies that more than my recent mistake. I somehow found a git repository full of untracked files and git stash wouldn’t fix it. Desperation led me to learning how...
Detect Changed Files with git
26.10.2020
There are numerous reasons to want to know which files have been added or modified in a git repository, one of which is your text editor highlighting those files. Another use case is running tasks against only files which are presently changed, like lint or other validation routines. So how can...
How to Detect the Default Branch in a git Repository
28.9.2020
Over the past few years, many engineering teams have switched their default git branch name from master to a different, potentially less offensive term. I’m all for choosing to name your default branch whatever you’d like, but not having a universal default branch name can complicate...
Tradeoffs and Shifting Complexity
16.7.2020
This is a masterclass from Dave:
After you hit the wall of unremovable complexity, any “advances” are a shell game, making tradeoffs that get passed down to the user … you get “advances” by shifting where the complexity lives.
You don’t get free reductions in complexity. In CSS land...
Shell, Exxon and More Complete ‘Successful’ Blockchain Pilot
3.6.2020
Major oil and gas companies could be set to do away with conventional payments systems in favor of blockchain-powered solutions – after a 10-company consortium including energy giants such as Royal Dutch Shell and Exxon successfully piloted oilfield water-handling payments at an American shale...
Egg Producer's Data Poached by Ransomware, Will They Shell Out Bitcoin?
19.5.2020
Ransomware group Maze claims to have hacked United States egg producer Sparboe in a post on its website
Shell-Backed Firm Raises $2.5M for Zero-Knowledge Proof Platform
22.4.2020
Enterprises are increasingly adopting zero-knowledge proofs, with a Shell-backed blockchain firm raising $2.5M
Detect git Directory with Bash
2.4.2020
One interesting aspect of working at Mozilla is that Firefox lives in a mercurial repository while several other projects live on GitHub in a git repository. While most focus on either Firefox or another project, I switch between both, leaving me running git commands inside the mercurial repository...
Shell Subsidiary Builds DLT-Based Virtual Power Plant in Germany
16.3.2020
Sonnen Group, a subsidiary of Royal Dutch Shell, will use blockchain technology to create a virtual power plant to store excess wind power in Germany
How to Set a Default Commit Message
2.3.2020
Having a default commit message is really useful for a number of reasons: It can formalize your commit messages It serves as a good reminder for the information you should add to your commit message, like issue number If you set it to “Drunk AF, don’t accept this” To set a default...
How to Specify User Agent with cURL
25.2.2020
Over the years I’ve shared how to perform a number of actions with cURL: how to send POST data, how to retrieve headers, follow redirects, check GZIP encoding, and more. Another useful cURL directive is sending the user agent, as some servers respond with different content or headers...
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...
Git Branch Autocompletion
4.2.2020
Naming git branches is something most of us have down to a science. My branch naming pattern is usually {issue number}-short-feature-description, though many developers prefer to lead with the description and end with the issue. Regardless of the pattern you use, having a feature like autocomplete...
Validate CSP from Command Line
2.1.2020
The content security policy spec has been an amazing front-end security tool to help prevent XSS and other types of attacks. I’d go as far to say that every site should implement as specific CSP as possible. If you aren’t familiar with CSPs, here’s a quick example:...
Is Web Design Easier or Harder Than it was 10 Years Ago?
20.12.2019
Is it harder or easier to build a website now than 10 years ago? Has the bar gone up or down? I don't have any data for you, but I can shell out some loosey-goosey opinions.
HTML
HTML5 was the only big HTML change in the last decade, and it wasn't particularly dramatic. It's cool it's the looser...