Spinning black hole https://imgur.com/Hkb0i6Y
Bruno Robert

Bruno Robert (4)

Smart way to look busy at work

TIL how to look busy at work while on macos or linux with the power of my shell (fish, bash, zsh, etc.) while [ true ]; do head -n 100 /dev/urandom; sleep .1; done | hexdump -C | grep "ca fe" You don’t need any…

Continue reading...

Thoughts on GPT-3.5

do not conflate word form and meaning Emily Bender I believe this sentence is a key takeaway when asking ourselves where ChatGPT is useful and where it is dangerous. A.I. can be a great tool, but we need spend a little time thinking about how…

Continue reading...

PyCharm configuration

So I have been using PyCharm for a while, I suddenly decided to dig into the configuration and see if I can improve my work flow some more. I’m already using the “New UI (beta)” option, which makes the layout a lot simpler, a bit…

Continue reading...