Nicolas Dular

@nicolasdular.com

Staff Engineer @gitlab.com Web: https://nicolasdular.com/ Podcast https://walkingdevs.com/

"If these tools are so good, where's all the magic software?" I see more bugs now, in software that was rock solid before. The uncomfortable question: when does that hit something load-bearing? Has it already?

📭 New Blog Post 📬 I wrote a tiny piece about how to store your SSH keys more securely. In times of distribution attacks like Shai-Hulud, it's easy to install malware on your computer that extracts your private SSH keys. Don't let them. peterullrich.com/store-ssh-ke...

Store your SSH keys in a Password Manager

Your SSH keys are sitting in ~/.ssh as plain text exactly where malware looks first. Move them to a password manager instead.

peterullrich.com

The job of a programmer is to manage exactly two things: uncertainty and complexity. Code is sometimes an asset and sometimes a liability, but itself has no meaning outside the context of those two factors.

I am building a small application with #ElixirLang and Codex. Process is pretty much: - Let Codex run with my prompt - Look at generated code - Delete 50% of the code It's okay-ish at writing tests, which is nice. Especially since IMO Elixir tests are too verbose compared to RSpec.

I looked into Node/Typescript ecosystem for a Fullstack framework last week. Quality on the backend is just too far off from what I see in Rails/Phoenix. My biggest requirement is: full typing between backend to frontend. Now looking into @ash-hq.org 👀