Kyle Johnson
banner
negcx.bsky.social
Kyle Johnson
@negcx.bsky.social
VP Product @ Plate IQ
Love software
Reposted by Kyle Johnson
Funny how privileged people are now witnessing what POC have been going through for a long time
When I travel I read the laws and fine prints of visas and add "interrogation time" to my trip plan

Irony, it's their stories told in the press but not that of "Lopez" who a side character in this
April 5, 2025 at 1:59 PM
Sweet. Might be nice to “inspect_only” rather than redact all as an option.
April 3, 2025 at 1:39 AM
In ecto you can use redact: true? Does that not solve your use case? Other ways I’ve seen this implemented is to make that field an anonymous function so it has to be called to get the value. Then it won’t be logged when inspecting the data structure
April 1, 2025 at 6:50 PM
Listening attentively but not taking notes
February 12, 2025 at 3:35 PM
My new pattern is to use my Phoenix app as a node always and connect to it with Livebook. Code something in livebook as a repl and then basically copy it into the code, or maintain certain scripts and internal tools there
February 5, 2025 at 1:54 PM
“Torment nexus disabled” this seems like it’s from WoW: Burning Crusade or something
January 30, 2025 at 4:51 PM
Last book of the big series recently came out - Stormlight Archive. It’s five books with a few other standalone books.

I’ve read most of the other stuff, too, and also started with Mistborn. I’ve basically liked everything.
January 27, 2025 at 2:34 PM
Another file it feels like a lot of overhead.

Obviously if it’s some major thing that gets used in 20 places it should be treated differently. But if it’s a query that pulls for that view I’d rather it be there (see Locality of Behavior)
December 28, 2024 at 4:13 PM
I personally find it very frustrating to look at code in the eg Phoenix auth generator style where there are contexts and then you look at the function and it’s like a “Repo.all”.

I find queries to be the easiest thing to read, and often as short, so when I have to trace a function call to
December 28, 2024 at 4:12 PM
Reposted by Kyle Johnson
it's stifling and unfriendly to technological progress
December 28, 2024 at 4:01 PM
My 2yo insists on baby. “Are you Gerald?” “No, baby!”
December 14, 2024 at 1:45 AM
If you’re the end application.. what your users use and whether it’s consumer (esp. e-commerce) or B2B. If it’s e-commerce I’d be aiming for much higher backwards compatibility.

However in B2B you might have some say over what browser your users should use for your product.
November 25, 2024 at 1:25 AM