shimst3r | 2 years ago | on: The Flix Programming Language
shimst3r's comments
shimst3r | 2 years ago | on: The big TDD misunderstanding (2022)
shimst3r | 2 years ago | on: The big TDD misunderstanding (2022)
shimst3r | 2 years ago | on: Skip the API, ship your database
This is the same, plus the lack of proper authN/ authZ. Good luck passing your next audit.
shimst3r | 2 years ago | on: The Staff Engineer's Path – Book Review
How often have I heard "you’re at a point in your career now where a people manager will only hinder you" to justify not being capable of supporting me.
shimst3r | 4 years ago | on: Scripting with Go
The biggest benefit of the shell is its clearly defined input and output (and error) interfaces. Most programming languages can read from and write to stdin, stdout, and stderr.
Why not use it and stick to KISS, replacing one cumbersome POSIX utility at a time, suites for the task? Then you don’t need to chain methods using less idiomatic code. But then you wouldn’t need these kind of libraries either.
shimst3r | 4 years ago | on: My Remote Mob Programming Experience
We based the sessions roughly on the book https://pragprog.com/titles/mpmob/code-with-the-wisdom-of-th... - having some kind of system is highly recommended.
While I haven't got the chance to do mob programming ever since, I'm looking forward to change this in the future. It's such a great tool for mixed-experience teams (especially good for onboarding new hires or junior devs) or cross discipline teams (having a product manager in the mob really helps removing boundaries).
shimst3r | 4 years ago | on: Ask HN: How to prepare as soon-to-be blind developer?
All the best to your friend, may they have the power and support to go through this change.
shimst3r | 6 years ago | on: iPhone SE: The One-Eyed King?
-- sent from my iMac in Bielefeld
shimst3r | 6 years ago | on: Libschrift: A lightweight TrueType font rendering library
shimst3r | 6 years ago | on: Python programming is drowning in red tape
shimst3r | 6 years ago | on: Ask HN: Smallest laptop that is decent for coding?
I mostly do Python development with Vim (web, DevOps, ML/NLP) and Dart/Flutter stuff with VSCode. For bigger workloads I ssh into my iMac.
shimst3r | 6 years ago | on: Nim Community Survey 2019 Results
shimst3r | 6 years ago | on: Udemy raises $50M at a $2B valuation from Japanese publisher Benesse
Definitely worth it if you’re looking into cross-platform frontend development.
shimst3r | 6 years ago | on: Parsoid in PHP, or There and Back Again
I assume that Wikimedia works on a rather tight budget. Choosing (and unifying on) tech stacks with a larger supply in devs seems to be an economically reasonable choice.