Thank you @umbislupo.bsky.social. The user-defined sequence alignments feature was contributed by github.com/alirezaomidi. Happy to see further adoption of the package!
07.01.2026 14:42
๐ 1
๐ 0
๐ฌ 0
๐ 0
You can define it yourself using that other nifty LaTeX macro, \solvehaltingproblem.
05.08.2025 02:26
๐ 1
๐ 0
๐ฌ 0
๐ 0
Impressions:
- Very easy to get the first 90% right
- Very difficult to finish it off exactly right
- Actually a great way to learn a new API
The last is what sells it for me: being dropped right where the action is, and having the model act as a thought amplifier, not as a stand-in.
29.07.2025 02:23
๐ 0
๐ 0
๐ฌ 0
๐ 0
QQ-plot: Right-skewed distribution
YouTube video by Joris Vankerschaver
Experiment 2 with #claudecode: vibe-coded #manim animations to convey the intuition behind QQ plots, which are notoriously difficult to explain just on the whiteboard.
youtu.be/7jH5tloKHYQ
29.07.2025 02:23
๐ 0
๐ 0
๐ฌ 1
๐ 0
My Emacs writing experience :: Sacha Chua
Inspiring deepdive by @sachachua.com -- always inspiring and thought-provoking sachachua.com/blog/2025/07...
28.07.2025 13:46
๐ 1
๐ 0
๐ฌ 0
๐ 0
What
22.07.2025 23:12
๐ 0
๐ 0
๐ฌ 0
๐ 0
- The tokens: burned through about $15 worth of tokens, covered by my subscription. Not sure the funding model ($20/month plan) will be sustainable...
22.07.2025 23:12
๐ 0
๐ 0
๐ฌ 1
๐ 0
What didn't work so well:
- Had to take the wheel a few times. Maybe not so bad: I want to spend my time on the deep stuff after all.
- The delay! So long that you get bored, not long enough that you can reliably switch away.
22.07.2025 23:12
๐ 0
๐ 0
๐ฌ 1
๐ 0
What went well:
- Just letting it do its thing and watching it get 95% right is magical.
- Going through multiple iterations is a breeze.
- Seamless integration with GitHub -- writing a custom command is just a matter of adding a new prompt.
22.07.2025 23:12
๐ 0
๐ 0
๐ฌ 1
๐ 0
In the end, took me much longer with Claude (2 days of on-off attention) than manual (2 hours of focus work), but my effort was much less. I could see myself doing 2-3 tasks that used to be intensive at the same time this way.
22.07.2025 23:12
๐ 0
๐ 0
๐ฌ 1
๐ 0
Very happy I converted my slide decks to Quarto last few years, this format is a breeze for Claude (both to edit and to get info about). I can't imagine doing this with PowerPoint.
22.07.2025 23:12
๐ 0
๐ 0
๐ฌ 1
๐ 0
First impressions with Claude Code: Add section headers to my calculus slide decks, and have autogenerated ToCs (github.com/ugent-korea/...). Overall: productive experience, but weird -- the jagged edge is real. ๐งต๐
22.07.2025 23:12
๐ 0
๐ 0
๐ฌ 1
๐ 0
22.07.2025 09:56
๐ 0
๐ 0
๐ฌ 0
๐ 0
Dropping one "Make it so, Mr Crusher" has made Claude Code switch completely into Star Fleet officer mode...
22.07.2025 09:46
๐ 1
๐ 0
๐ฌ 1
๐ 0
... which increases the temperature of my office by about 0.002 โ assuming various thermodynamics nonsenses
06.05.2025 13:11
๐ 0
๐ 0
๐ฌ 0
๐ 0
The figure quoted in the article is 3Wh per query, which checks out: running one query with the DeepSeek 70b model quantized to 4 bits keeps my GPU busy for about 30 seconds, which works out to 1-1.5 Wh.
06.05.2025 13:09
๐ 2
๐ 0
๐ฌ 1
๐ 0
Plus or minus sexy?
21.04.2025 08:41
๐ 0
๐ 0
๐ฌ 0
๐ 0
Casually leafing through Leibniz's papers, as one does, and was surprised to see these astronomical symbols โฝโ used as shorthand. Looking forward to using these, as well as โฟโโ etc in my calculus class.
06.04.2025 23:27
๐ 1
๐ 0
๐ฌ 0
๐ 0
This reminds me of my own journey to Python way back when (about 20 years ago). I was in a B&B without internet access and couldn't access the Matlab license server, and just decided to ditch it altogether.
31.03.2025 20:50
๐ 3
๐ 1
๐ฌ 0
๐ 0
Nice read; reminiscent of how many of us switched to Python after getting disappointed with Matlab's high licensing fees.
31.03.2025 20:47
๐ 1
๐ 0
๐ฌ 1
๐ 0
Condensed the main idea just in time for my intro class on complex numbers:
31.03.2025 20:14
๐ 0
๐ 0
๐ฌ 0
๐ 0
Del Ferro's formula
28.03.2025 16:53
๐ 0
๐ 0
๐ฌ 1
๐ 0
Started reading Paul Nahin's "An Imaginary Tale: The Story of โ-1" in preparation for teaching about complex numbers. Somehow I had never seen the derivation of the formula for the roots of a cubic, and was surprised at how easy it was to follow -- and how magical it must have been to derive.
28.03.2025 16:29
๐ 0
๐ 0
๐ฌ 1
๐ 0
Recently I got a citation alert for a paper that extended a result of mine from 2010. Upon closer inspection it turns out that the authors are from North Korea. Crazy that we are a mere 250 kilometers apart but we may be as well on a different planet.
04.12.2024 08:38
๐ 2
๐ 0
๐ฌ 0
๐ 0
In the end, the cause of a mysterious slowdown turned out to be the fact that the system was out of memory and swapping like crazy. Turning off swap didn't fix the problem, but at least made it obvious.
29.11.2024 09:00
๐ 0
๐ 0
๐ฌ 1
๐ 0
Of course, understanding your pipeline means having the right tools to look at what's going on: htop, btop, iotop, /proc, /sys, listening to the fans, putting your hand inside the cage, all give useful information.
29.11.2024 09:00
๐ 1
๐ 0
๐ฌ 1
๐ 0
3. stress-ng (2/2): Occupy 8 CPUs: stress-ng --matrix 8 --tz --ignite-cpu
29.11.2024 09:00
๐ 0
๐ 0
๐ฌ 1
๐ 0
2. stress-ng (1/2): Stress out the system in various ways. Allocate 30GB of RAM: stress-ng --vm-bytes 30g --vm-keep -m 1
29.11.2024 09:00
๐ 1
๐ 0
๐ฌ 1
๐ 0
1. systemd-run: Limit the number of CPUs and available memory. Start a bash shell on 8 CPUs with 32GB of RAM: systemd-run --scope -p AllowedCPUs=0-7 -p CPUQuota=800% -p MemoryMax=32G bash
29.11.2024 09:00
๐ 2
๐ 0
๐ฌ 1
๐ 0