Sep 16, 2021From Zero to a WebEx Bot in (about) 15 Seconds with “Speedybot”Video instructions: We’re making this —Bots2 min readBots2 min read
Aug 6, 2019That Time ‘Birocratic’ Accidentally Blew Up His Music CareerThis is a short but fun true story. Birocratic (pronounced like “bureaucracy”) was doing what a lot of other talented but obscure independent musicians were doing in February 2013: posting beat tracks on Soundcloud and largely toiling away in obscurity. While his funk-inspired musical output was high-quality, Birocratic (aka…Music2 min readMusic2 min read
Published inHackerNoon.com·Jul 19, 2018[Utility Post] STDOUT, STDERR, & Redirection for the Perplexed & Curious(Psst — if you’re busy and want a cheat-sheet see here: https://github.com/valgaze/redirection-fun/blob/master/cheatsheet.md) Put simply, “redirection” is a method to save output and errors to a file (or suppress them entirely) instead of their default behavior of displaying on the screen. This can be useful because it may sometimes be desirable…Linux9 min readLinux9 min read
May 25, 2018Friday May 25th: How Europe’s GDPR Might (Finally) Break The Internet’s Broken WHOIS SystemYou can thank the EU’s General Data Protection Regulation (GDPR) for important emails like the following clogging up your inbox: The reason so many firms are blasting out emails asking for permission to store user data and frantically updating their terms of service is because they’re terrified of running afoul…Privacy5 min readPrivacy5 min read
Mar 5, 2018[Utility Post] From Zero to a Private Docker Registrytl;dr: When you’re done, you’ll be able to pull down & run this image from your own private Docker registry: docker run -p 8000:8000 <accountid>.dkr.ecr.<region>.amazonaws.com/namegame Here’s our application running inside a container based off an image stored in AWS’s Elastic Container Registry: Why? Toy scenario: Imagine you’ve built an application and…Docker6 min readDocker6 min read
Jul 25, 2017[Utility Post] How to escape 3 tricky ‘gituations’Gituation, (noun): A situation, oftentimes unpleasant or confusing, involving git commit histories This note works through several practical examples of techniques you can use to get yourself out of tricky git-uations. …Git7 min readGit7 min read
Apr 5, 2017The “Hidden” Purple Memorial in Your Web BrowserI recently encountered a visual bug where the style I was attempting to apply to an SVG element just wasn’t working. My first instinct when debugging a tricky styling issue is to fire up Chrome Dev Tools and attempt a sanity-test. I usually start by setting the misbehaving element to…Design3 min readDesign3 min read
Feb 14, 2017Lala Land’s Agitator: Connie Rice“[…] for she would rather light candles than curse the darkness” — Adlai Stevenson — In case you’re not already acquainted, meet Connie: Connie Rice is a lot of things, but one thing she is not is an armchair advocate. She’s an agitator…Police Brutality13 min readPolice Brutality13 min read
Dec 27, 2016This is what happens when WHOIS data is made public (May 2018: Update)UPDATE: The EU’s new data protection rules have gone into effect and the WHOIS system is possibly on the chopping block. Read more here: https://medium.com/@valgaze/friday-may-25th-how-europes-gdpr-might-finally-break-the-internet-s-broken-whois-system-8bb009a2161f — — — It could be because of clumsy fingers (or a crummy mobile site), but whatever the reason, if you left accurate personal information…Privacy7 min readPrivacy7 min read
Dec 18, 2016BEYONCE’S. ON. NPM.Not a joke, this really happened (Node 4.2+, Mac-only right now for sound): $ npm i -g beyonce && beyonce Further Reading: beyonce Beyonce singin & dancing in your terminalwww.npmjs.com valgaze/beyonce npm i beyonce -g && beyonce #Song and dance show in your terminalgithub.comBeyonce1 min readBeyonce1 min read