's Avatar

@cto.je.bsky.social

Plant Enthusiast, Software Engineer, TTRPG Player, Fussy Coffee Person.

31 Followers  |  122 Following  |  68 Posts  |  Joined: 28.10.2024  |  2.0535

Latest posts by cto.je on Bluesky

Video thumbnail

The folks over at @brew.sh are awesome.

I was going through the process of reporting a bug that I have been noticing for the last couple months, only to realise that at the very end of writing my report - that it has been fixed πŸ€¦β€β™‚οΈπŸŽ‰.

Keep up the great work!

03.08.2025 14:49 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Having a blast discussing the GitButler redesign! πŸš€πŸŽ¨ Lots of exciting ideas taking shape. #DesignTalks #GitButler

11.03.2025 13:53 β€” πŸ‘ 7    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

Sitting in Marrakech at the end of the first day of the @gitbutler.com summit, looking up at the stars, listening to the wildlife chirping quietly, and breathing in the clean air.

This is something that I truly miss now that I'm living in the city.

11.02.2025 22:22 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Spending money doesn't hurt, but from what I hear, retiring early and having financial freedom is quite nice

07.02.2025 17:51 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Hey, does anyone in Berlin have an apartment, flat-share, or nice couch available for rental? My rental is ending at the end of the month, and despite my immoScout scraping efforts, failed to join any viewings.

Thanks

07.02.2025 12:57 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Post image

High quality development at @gitbutler.com.

(The changes getting deployed are on some systems that are not yet in general access)

CC @scottchacon.com

07.02.2025 10:30 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 1    πŸ“Œ 1

Each time I put register interest in a new apartment the form makes me state that I don't have/want a Hamster, and each time I say "no" it's making me want a Hamster more and more πŸ₯Ή

30.01.2025 11:23 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I am aware that nix can be used for this sort of thing, but when I tried it out, it felt a little heavy handed for my taste

29.01.2025 01:40 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Sherman/projects/aptfile at main Β· Caleb-T-Owens/Sherman My bad idea for syncing app configuration. Contribute to Caleb-T-Owens/Sherman development by creating an account on GitHub.

I love brew.sh 's Brewfiles on macOS, so I went ahead and made Aptfiles for managing apt packages on Debian!

github.com/Caleb-T-Owen...

Warning, despite being written in rust, it is still a utility I threw together in half an hour, and may destroy your system πŸ˜‰

29.01.2025 01:36 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

This little tool is a utility for cloning a set of git repos from a config file based on a specified profile.

I use it as an alternative to including the repos as submodules, making them easier to work with.

28.01.2025 01:04 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Sherman/projects/project-cloner2 at main Β· Caleb-T-Owens/Sherman My bad idea for syncing app configuration. Contribute to Caleb-T-Owens/Sherman development by creating an account on GitHub.

Can't run an interpreted script because your CPU is missing AVX instructions? Just rewrite it in rust! github.com/Caleb-T-Owen...

28.01.2025 01:00 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

ARRrrrrrggggghhhhh bun.js requires processors to have AVX instructions available.

There seems to be a pretty obvious build target, but compiling it would require downloading half a million dependencies that I'm not too keen on having on my computer

27.01.2025 23:27 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
X200

Got myself an old thinkpad x200, but there was a "supervisor password" set. Good thing a guide from over 13 years ago has my back! Just short out three pins on an eeprom chip and you're off to the races web.archive.org/web/20220424...

27.01.2025 16:34 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I'm able to have differences between my work & home config by changing what profile is specified in $SHERMAN_DIR/CURRENT_ENV.

18.01.2025 13:15 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

It's not my home directory, but I do all my computing inside that folder, so it may as well be.

Having your home folder as a repo has a bunch of downsides, like having to constantly manage large gitignore files. It is also less portable.

18.01.2025 13:15 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
Sherman/configsets/40-ghostty at main Β· Caleb-T-Owens/Sherman My bad idea for syncing app configuration. Contribute to Caleb-T-Owens/Sherman development by creating an account on GitHub.

Colleagues got me on the Ghostty hype-train. Added my configuration to my dotfiles, with a high-contrast light mode inspired by the GitHub Protanopia & Deuteranopia color setting github.com/Caleb-T-Owen...

18.01.2025 10:21 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Of course you must install your language installer in order to install your language

05.01.2025 16:55 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Programming languages are too hard to install.

I would love to be able to simply curl a binary and be off to the races.

05.01.2025 16:54 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

They still use a z80 processor. So, one silver lining is that they're probably one of the major contributors to keeping Zilog afloat.

The python interpreter that is on the new TI-84s is actually passed off to an ARM co-processor

05.01.2025 14:42 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

At best, an "operating system" with a simple shell with a higher level interpreted language. At worst, I'll have a better understanding of arm assembly and lower level computing. Either way it should be a win.

04.01.2025 00:37 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I've recently started doing all my computing inside one big monorepo and it's great. Reducing the barrier to entry to have fun & experiment is the best thing you can do.

03.01.2025 14:51 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@supabase.com @nuxt.com Where can I get that super cool mug?

03.01.2025 11:17 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Thank you!

03.01.2025 10:50 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Sorry! I don't know how I came across it, but I was visiting your site yesterday, and loved it

03.01.2025 10:49 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

The more updates I see from you on this, the closer my mouse moves to the "buy parts" on my nas pcpartpicker list πŸ˜†

03.01.2025 10:47 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

You might be too boring to use this colour picker, but I'm 100% going to be adding it to my site

03.01.2025 10:46 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I was looking for something like this! Very handy.

@ndo.dev might fancy this too

02.01.2025 02:31 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Department of Computer Science and Technology – Raspberry Pi: Baking Pi – Operating Systems Development

Was doing the Cambridge baking pi course today www.cl.cam.ac.uk/projects/ras.... Getting the steps laid out in a 12 year old course was a little bit of a wild goose chase πŸ˜†

02.01.2025 02:11 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

New Years resolutions are stupid. If you've identified something you want to change, why didn't you start a month ago?

02.01.2025 02:05 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Seconds later just received an automated copy past of one of their support pages in my mail that is not applicable. I'm not impressed.

02.01.2025 02:00 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@cto.je is following 20 prominent accounts