Blog Posts

All my blog posts and articles

Page 10 of 142 (2824 total posts)

January 2023

GitHub – volution/z-tokens: z-tokens — random tokens generation and related tools

GitHub – volution/z-tokens: z-tokens — random tokens generation and related tools –This is a standalone password generator. I think that because it does’t know the email or account name that the password is used with, the risk that the app itself is malware is small… i think… Author says: “z-tokens — random tokens generation and related tools – GitHub – volution/z-tokens: z-tokens — random tokens generation and related tools”

Docker on MacOS is slow and how to fix it · Paolo Mainardi

Docker on MacOS is slow and how to fix it · Paolo Mainardi –Thanks to the DALL·E 2, we finally have a very nice graphic representation of the feelings of a Docker container inside a macOS environment, I will try with this article to make this poor container safe to the coast. TL;DR Link to heading At the time of writing, the only viable option to have a decent performance and a good DX are: VirtioFS to share the filesystem (Docker Desktop, Rancher Desktop, Colima) – There are still some issues.

December 2022

Regexp Preprocessor

Regexp Preprocessor –Interesting but not for me. I know regexps are arcane and confusing but they are well documented and people know them. I put this in the same bucket as scss and sass and many other helpful pre-processors. Not for me. Of course, you may not know that C++ started out literally as a C pre-processor (called cfront) that would generate C. So… The author says: “Summary of what pomsky is and what it looks like. Pomsky is a language that compiles to regular expressions. It is currently in an alpha stage and will likely change in the next few releases.”

What Can We Learn from Barnes & Noble’s Surprising Turnaround?

What Can We Learn from Barnes & Noble’s Surprising Turnaround? –I was in a Barnes and Nobel again after many years. Actually many years before that I would go to a B&N more than once a week. Then between Amazon and terrible inventories at B&N and Kindle and Nook I stopped going. Then a few weeks ago I visited one and it was a revelation. I had a great time browsing books and books and books. Great article:”Digital platforms are struggling, meanwhile a 136-year-old book retailer is growing again. But why?”

TSPSIs and How I Write

TSPSIs and How I Write –Useful advice and framework for structuring your academic or technical writing. Author says: “TL;DR: Writing about writing and having written, and self-referentiality. Complementary musings on AI.”

GPS – Bartosz Ciechanowski

GPS – Bartosz Ciechanowski –GPS is an amazing, complex and super interesting technology. People have a vague understanding that it involves satelites and so on. But there is so much more to it! Interactive article explaining how GPS works.

Bottlenecks of Scaleups

Bottlenecks of Scaleups –Common bottlenecks that prevent startups from scaling as quickly as they should. Thoughtworks always has good deep insight about software engineering. This too is an interesting series.