Florens Verschelde
fvsch.com
Florens Verschelde
@fvsch.com
Non-binary (they/them pronouns).
Web developer, photography enthusiast.
September 17, 2025 at 9:17 AM
Started my new job a few days ago. Lots to learn, and it's pretty tiring but I'm happy about it so far.
June 12, 2025 at 11:05 AM
Heads up that styles are not showing up in Firefox (Nightly). Stylesheet seems to hit some bad redirects, same for other resources linked in the page's <head>. (Page <title> is outside of <head> too, but browsers will manage.)
June 4, 2025 at 8:21 AM
After trying a bit on my own to find a method for computing digits in an arbitrary base, I used www.mathsisfun.com/base-convers... as a guideline, recreated the method in Soulver (which lacks an Euclidian division operator), then as a recursive Elixir function.
May 12, 2025 at 9:27 AM
Heads up: design needs some text contrast fixes.
May 9, 2025 at 3:02 PM
In theory, I like that WebKit on macOS is a more energy-efficient engine, and that apps using system webviews are lighter than Electron.

In practice, I loathe the way WebKit paints text selections.
May 8, 2025 at 11:26 AM
Looking into Elixir (elixir-lang.org), and I’m both horrified and excited that — as I understand it — there is no `if` control flow keyword but instead there is a `if/2` function that takes a condition and a linked list of tuples, and all the more normal-looking forms are syntactic sugar.
April 17, 2025 at 8:49 AM
Long long caaaaaat
March 3, 2025 at 5:54 PM
I tend to display images zoomed out to take up only two thirds or half of the display area. Keeps the image's angular size (en.wikipedia.org/wiki/Angular...) small enough, and as a bonus: lines from the image don’t touch lines from the UI or the screen's edges.

Here’s an example from a 27" screen.
February 12, 2025 at 2:43 PM
@d3lm.bsky.social UI bug report for the course's learning environment: if you click the icon at the right of the Console/Memory Inspector tab list, it doesn't toggle the panel, because the `event.target` is the `i.toggle` element and not the `div.tab-list` element.
January 9, 2025 at 2:15 PM
And there was much rejoycing.
January 7, 2025 at 12:52 PM
December 31, 2024 at 3:35 PM
Tired of BackBlaze's flakiness. Once it marked my backup as invalid and I had to recreate it from scratch. Routinely it does not see changes on my external drive; this time it’s been ignoring changes for 4 days. I’ve removed, added or changed hundreds of files in that time.
October 30, 2024 at 11:02 AM
I used pkg-graph.info to generate the npm dependency graphs for `servitsy`, `servor`, `sirv-cli` and `serve`.
October 11, 2024 at 5:12 PM
In Firefox, you can style the way a plain text response looks like by adding a `Link: <url>; rel=stylesheet` HTTP header.

Sadly doesn’t work in Safari or Chrome.
August 29, 2024 at 2:13 PM