#261 â April 8, 2020 |
This issue is curiously story heavy, but you're up for that, right? Whether it's recovering money from encrypted zip files, slipping into Slack's network, or why Unix packages have the names they have, we've got something for you this week đ |
Winddown: A VS Code Extension That Encourages You to Take a Break â After 25 minutes of use, this extension slowly fades out your syntax highlight colors, making things just annoying enough to encourage you to take a quick break. schneefux |
WhyTheName: Why is That Unix Package Called That? â I love both etymology and computing history, so this is good fun. Why is Debian Wiki |
Top GitHub Best Practices for Developers - Expanded Guide â Implementing these best practices could save you time, improve code maintainability, and prevent security risks. Datree.io sponsor |
Cloudflare Stops Using Google reCAPTCHA, Here's Why â If you access a Cloudflare-powered site from an âunusualâ connection (such as over Tor) youâll often encounter a CAPTCHA to solve. Cloudflare has switched to hCaptcha from Googleâs reCAPTCHA which may seem a privacy win in some ways, but is also allegedly saving Cloudflare $10m+ per year that itâd cost to keep using reCAPTCHA. Martin MĂŒller on Twitter |
Ask HN: What Are Your Favorite Low-Coding Developer Apps and Tools? â A valuable (and busy!) Hacker News thread where people shared what services and tools they use to make the development process easier (mostly SaaS services, âno-codeâ tools, etc.) Hacker News |
â¶Â  On 'Good Enough' Architecture â A 40 minute talk on software architecture looking at situations where architecture was too elaborate or too simple and how we can learn to hit the âsweet spotâ for our own projects. As one commenter says: âOne of the best talks I heard about the important balance between centralization and autonomy in the age of DevOps and microservices.â Stefan Tilkov |
A Tale of Recovering $300K of Bitcoin â A fun story because it starts out talking about how Microsoft Word 97 and PKZIP encrypted things before showing how this knowledge helped recover a significant amount of Bitcoin accessed by keys stored in an encrypted Mike Stay |
|
đ»Â Jobs |
Find a Job Through Vettery â Vettery specializes in tech roles and is completely free for job seekers. Create a profile to get started. Vettery |
DevOps Engineer at X-Team (Remote) â Join X-Team and work on projects for companies like Riot Games, FOX, Coinbase, and more. Work from anywhere. X-Team |
â¶Â Get ready for your next role: Pluralsight is free for the entire month of April. Stay Home. Skill Up. #FreeApril â SPONSORED
đ Tutorials |
Code is Engineering, Types are Science â You can divide reasoning into three complementary processes: deduction, abduction and induction. This post shows how each relates to software. Juan Raphael Diaz SimĂ”es |
10 Things You Can Do Today to Reduce AWS Costs â Corey Quinn has also done such a branding number on me over the years that I feel compelled to recommend following him too if you want to cut your AWS bills đ Shankar Ramachandran (AWS) |
đGuide to Grafana: Building (Awesome) Visualizations â Join us April 22 as we demo building Grafana visualizations for any dataset. Get inspiration, pro tips (like when to use filters and gauges), and more. Timescale sponsor |
How to Flash an LED: Writing ARM Assembly for an STM32 Microcontroller â Something about the aesthetic here compelled me to read on. Neat introduction to a topic. lochsh |
Ask HN: What Are Some Best Practices for Ethical Web Scraping? Hacker News |
Google's Technical Writing Courses â A basic and intermediate course on technical writing aimed at software developers specifically. Google Developers |
How to Increase AWS EKS Availability with EC2 Spot â Running workloads on EKS using spot instances with on-demand instances fallback. Nir Forer |
Implementing a Forth in Assembly â If youâre stuck in your house with nothing to do, this is something you could do(!) Richard W.M. Jones |
đ Stories and Opinions |
How We Reduced Our Google Maps API Cost By 94% â A service that shows accurate arrival times of buses came up with a clever and hugely more efficient way to use Googleâs Advanced Directions API. Sudhanshu Mishra |
One of My Favourite Diffs â Story time! Angrily removing all examples of Josh Watzman |
How We Abused Slack's TURN Servers to Gain Access to Internal Services â Itâs good to see Slackâs security team were so proactive in working with this report. Enable Security GmbH |
MUST, SHOULD, DON'T CARE: TCP Conformance in the Wild â If youâve ever read an RFC, youâll be familiar that standards govern what terms like Kosek, Blöcher, RĂŒth, et al. |
The Security Engineerâs First 90 Days Checklist Sqreen sponsor |
A Funny Bit About Microservices â Warning: This is humor! A quick 3 minute look behind the scenes of a meeting about microservices that might seem like humor or a documentary, depending on how your own company works. KRAZAM |
How GOV.UK Notify Reliably Sends Text Messages to Users â The folks behind the UK governmentâs Internet presence send between 100-200k text messages a day to notify users of various things or for 2FA codes. This doesnât go into a lot of detail, but explains how they keep things balanced. David McDonald |
The State of Microservices 2020 Report The Software House |
Shawn 'swyx' Wang |
Choosing Between Rust or Go? â Damien Stanton has worked with both Go and Rust and presented on the subject. As with all of these discussions, there is no final choice but the insights are interesting. Hatchpad |
đ Â Code and Tools |
Codeberg.org: A Free, Non-Commercial GitHub Alternative â Itâs built on top of Gitea, a Go-powered self-hosted Git service. Codeberg.org |
Introducing Krustlet, the WebAssembly Kubelet â âWe want to make it easy to deploy WebAssembly workloads on Kubernetes.â Deis Labs |
oneinfra: A 'Kubernetes as a Service' Platform â Provide or consume Kubernetes clusters at scale, on any platform or service provider. oneinfra |
libcsp: A High Performance, CSP-Inspired Concurrency Library for C â Itâs interesting to see the main comparison is being drawn with Goâs concurrency approach here. GitHub repo. Lime Shiyanhui |
Iced: A Cross-Platform GUI Library for Rust, Inspired by Elm HĂ©ctor RamĂłn |
Valtan: A Common Lisp to JavaScript Compiler cxxxr |