Fibonblerfi Part 2
2025-10-31 | #rust
This is a refactor of the previous code example. First, I took Ross Baker’s kind advice from his reply on Mastodon. But then I went down quite a rabbit hole as I followed my “custom input type” plan.
2025-10-31 | #rust
This is a refactor of the previous code example. First, I took Ross Baker’s kind advice from his reply on Mastodon. But then I went down quite a rabbit hole as I followed my “custom input type” plan.
2025-10-30 | #rust
I’m learning Rust and as my first little thing I’ve written a small script that takes an input N and generates the corresponding Fibonacci number. The input is limited to a u8 that is 100 or less, and the output type is u128 because F100 is a really big number.
The Question: how do I know which sbt plugins are being brought in by this other sbt plugin in my build? This is something that comes up infrequently enough for me that I always remember it’s possible but infuriatingly can NEVER remember how to do it.
2024-09-18 | #github #mermaid #reference
While working on a sequence diagram for a particular flow I lost a lot of time trying to get a mermaid sequence diagram to not look chaotic, to not be so tiny on my small laptop, and to have cute colours.
2024-09-04 | #reference
This is just a collection of links for myself. Usually articles I’ve referenced or written about elsewhere and I want to keep some kind of track of them. For now it’s just a big list by year of access, but maybe I will better categorize them some time in the future.
I really like working with fs2. I like saving little code examples for myself. I want to use the blog more and get out of the habit of reaching for gists.
2023-02-09 | #cats-effect #fs2 #http4s #rough-thoughts #scala
Oh, hello. Lets continue with our ref and stream experiment by writing and serving a minimal API with http4s. The Problem, A Recap From the first post: We have some data, rows of recommendations.
2023-02-01 | #cats-effect #fs2 #rough-thoughts #scala
The past month at $work I’ve been working on a fun little problem, and I decided to minimize it down as a future example for myself. This is part one of two parts.
2023-01-23 | #nonsense
What’s up nerds1, I’m back. Trying to figure this whole situation out. To figure out: is this post getting generated? how to make a footnote? What do these checkboxes look like?
2020-12-20
Oh hello. This is the first blerf, of what are presumably many blerfs to come, on Blerf. This post is mostly to serve as a debugging post for content layout in this Hugo theme (which I’m not familiar with), but I’m also putting some notes for myself here and they might be useful to the general public even.