108 Followers
136 Following
484 Posts
cinema, netrw, midi, mineral water, ephemeral books, entire civilizations
wwwhttps://benjaminwil.info
pronounshe/him/they/them

i wrote a thing about why you should copy text instead of taking screenshots of text

https://benjaminwil.info/weblog/no-screenshots

Prefer text over screenshots / benjamin wil

If you want me to read some text, use your computerrsquos text-copy commands to provide me with the data rather than taki...

julia evans mentioned this issue with ngrok in a blog post, “Terminal colours are tricky,” and reasons about why colour #16 might be orange instead of black with her base16 which is interesting.

https://jvns.ca/blog/2024/10/01/terminal-colours/#problem-5-programs-setting-a-background-color

but i’ve found this to be the case with all the base16 colour schemes i’ve tried. while i’m semi-mad at base16, i’m more mad that ngrok sets a background colour at all and that it’s outside of the ANSI 0-15 colours.

Terminal colours are tricky

Terminal colours are tricky

Julia Evans

pro tip for base16 color scheme ngrok users…

if your terminal emulator uses a base16 colour scheme and you want to be able to read the text output by the ngrok program, simply prefix your ngrok command with

TERM=ngrok-sucks

and use the web client to view the request log. before and after screenshots below.

ty @jardo for trendsetting

a couple of projects i work on document why ruby dependencies have been added to the gemfile and why those dependencies are locked to specific versions. we do this inline, in the gemfiles. i highly recommend doing this.

as a reader, this gives me a lot of context about the codebase at-a-glance. it tells me about how valuable a given dependency is.

as a dev adding gems, it forces me to *really* justify them and think critically about if i need a version lock or if i’m just giving into fear.

@dodecadaniel just watched your blue ridge ruby talk. lovely to see you, loved it, great work. i know a lot of my colleagues could benefit from it so i’ll be passing the youtube link along. 😀
from blow-up
from varda by angès
from el planeta
It’s here! I've compiled everything there is to know about Service Objects. If I've missed anything, let me know! https://jardo.dev/rails-service-objects
Service Objects | Jared Norman

Service Objects are a popular software design pattern in the Ruby on Rails community. They are used to extract procedural logic away from models and controllers and into their own objects.