Sorting algorithm programming exercise — mina86.com
Years ago I’ve prepared a programming task for DressCode competition. Dusted it off in hope it may be useful to someone, perhaps CS teachers. See Sorting algorithm programming exercise at mina86.com/2026/dressco...
Coincidentally, it is tagentally related to today’s date.
08.03.2026 17:47
👍 0
🔁 0
💬 0
📌 0
The Biggest Myth in Speedrunning History
YouTube video by LunaticJ
Specifically in context of Google sharing data, you might be interested in M. V. Beigi, et al. 2025. DDR5 DRAM Faults in the Field. In DSN 2025. doi: 10.1109/DSN-S65789.2025.00039.
By the way, cosmic ray responsible for the infamous glitch in Super Mario 64 is likely a myth: youtu.be/vj8DzA9y8ls
05.03.2026 18:49
👍 1
🔁 0
💬 1
📌 0
I hear articles on page 40 and 47 are particularly interesting. ;)
03.03.2026 18:10
👍 0
🔁 0
💬 0
📌 0
Escaping markup with CDATA — mina86.com
Using character entities to escape #HTML markup is common knowledge, but how about using CDATA sections? Read up what they are, how they may be applicable outside #XML and how they may break your #XHTML documents at mina86.com/2026/escapin...
02.03.2026 16:09
👍 0
🔁 0
💬 0
📌 0
Good point. I’m thinking of websites/blogs with articles where it’s 50/50 whether link is internal or external.
Also, I sometimes find the opposite annoying. When news site link, say, a product name and I want to go to that product’s site, but it goes to a list of other articles about that product.
26.02.2026 20:48
👍 0
🔁 0
💬 0
📌 0
Apologies for tagging directly, but I am interested in what pros think about styling outbound links.
cc: @bram.us @kevinpowell.co @nerdy.dev @una.im
26.02.2026 12:53
👍 5
🔁 0
💬 4
📌 0
Styling external links, yea or nay? — mina86.com
Styling external (i.e. outbound) links differently from internal ones (Wikipedia style), yea or nay?
I’m interested in everyone’s thought. Is it useful? Too much visual clutter?
Read more, including description of three #CSS methods of getting such styling, at mina86.com/2026/styling...
22.02.2026 16:37
👍 2
🔁 0
💬 0
📌 1
Stop using pickle already. Seriously, stop it! — mina86.com
You see your coworker write ‘import pickle’ but you don’t stop them? Why?
Read more on how you should have stopped using pickle years ago at mina86.com/2026/pickle-...
08.02.2026 16:07
👍 0
🔁 0
💬 0
📌 0
Are GMT and UTC the same thing? — mina86.com
Ever wondered what the deal with GMT and UTC is? Aren’t they the same? Short answer is no. Long answer is at mina86.com/2026/are-gmt...
01.02.2026 10:29
👍 0
🔁 0
💬 0
📌 0
No Nick, 7-bit colour depth is not enough — mina86.com
‘Your Screen is Secretly 30 Years Old’ video from @nicklucid.nebula.tv is… How do I put it… Baffling. If you want to see some of the things it got wrong and why 7-bit colour depth has never been enough have a look at mina86.com/2026/7bpc-is....
25.01.2026 14:24
👍 0
🔁 0
💬 0
📌 0
Soon after I wrote an article about JPEG XL, Chromium team added support for the format. Coincidence?
www.techradar.com/pro/google-r...
21.01.2026 13:00
👍 0
🔁 0
💬 0
📌 0
Save 22% of your storage with this one easy trick — mina86.com
Are you a man of culture whose drive bulges at the seams from all the photos in the local gallery? What if I told you, you can save 22% of the storage with just one easy trick. Read more at mina86.com/2025/use-jpe....
28.12.2025 23:10
👍 0
🔁 0
💬 0
📌 1
Linux distributions are not like cars — mina86.com
Linux distributions are not like cars at mina86.com/2025/linux-d...
If you’re interested in trying out Linux but reached selection paralysis stage of choosing your first GNU/Linux distribution, this article may be for you.
30.11.2025 15:04
👍 0
🔁 0
💬 0
📌 0
You call it interesting. I call it a matter of course. ;)
By the way, Rust uses a separate seed for each hash table while Python which has a global seed set at interpreter startup.
Which (further by the way) is why HashMap and HashSet are not in `std` part of the Rust standard library.
13.11.2025 16:28
👍 1
🔁 0
💬 0
📌 0
The code gives expected result with dictionary comprehension (i.e. `a, b, c = {"alice": 2, "has": 1, "a cat": 0}`) but breaks with `set` constructor (i.e. `a, b, c = set(("alice", "has", "a cat"))`).
When 3.7 guaranteed insertion order in dictionaries, did it not cover sets as well? Weird.
12.11.2025 19:34
👍 1
🔁 0
💬 1
📌 0
ansi-colours
A Rust, C and C++ library for converting between 24-bit sRGB colours and ANSI terminal 8-bit palette
Debian’s rxvt-unicode 9.31-3+b2 fails at 8bpp. And in case you need to reduce bit depth here’s a shameless plug: codeberg.org/mina86/ansi-... ;)
12.11.2025 19:06
👍 1
🔁 0
💬 0
📌 0
Obligatory reference to David Goldber’s ‘What every computer scientist should know about floating-point arithmetic’ which can be found at dl.acm.org/doi/pdf/10.1.... This specific issue is called ‘catastrophic cancellation’.
12.11.2025 19:01
👍 0
🔁 0
💬 0
📌 0
Reading order of The Witcher — mina86.com
On related note, since #CrossroadsOfRavens has just released internationally there’s been an influx of new readers interested in #Witcher tales. If you’re wondering about the reading order, I got you covered: mina86.com/2022/witcher...
05.10.2025 22:06
👍 2
🔁 0
💬 0
📌 0
Sapkowski & Badowski on what makes a Witcher story — mina86.com
Last week, Andrzej #Sapkowski & Adam Badowski (co-CEO of @cdprojektred.com) met at #MFKiG to discuss what makes a story a #Witcher story. Here’s how the conversation went: mina86.com/2025/essence...
05.10.2025 00:06
👍 0
🔁 0
💬 1
📌 0
Redirecting...
Did we stop killing games yet? freedomtobuy.games teaches us publishers are not the only companies we need to keep in check.
This is not the first time #Visa and #MasterCard try to influence what people can buy or think. And they definitely should not be able to do that.
#collectiveshout #gog
02.08.2025 10:48
👍 0
🔁 0
💬 0
📌 0
Be My Guest at DSN 2025 — mina86.com
‘Be My Guest’ paper which I’ve presented at DSN 2025 has been published. More info at mina86.com/2025/be-my-g...
16.07.2025 10:05
👍 0
🔁 0
💬 0
📌 0
Stop Killing Games — mina86.com
Stop Killing Games at mina86.com/2025/stop-ki...
As I describe, #StopKillingGames is about more than games. It’s just a single brick in fight for broader consumer rights.
08.07.2025 08:24
👍 1
🔁 0
💬 1
📌 0
A tale of two pull requests — mina86.com
A tale of two pull requests at mina86.com/2025/a-tale-... with an addendum at mina86.com/2025/a-tale-... to prove I don’t complain about Rust only.
15.06.2025 22:26
👍 0
🔁 0
💬 0
📌 0
Could this be null? — mina86.com
Could this be null? at mina86.com/2025/this-is...
A bit of a follow up from my previous post on undefined behaviour touching on the null pointer dereferences in method calls. (Believe it or not, Microsoft still does that).
13.04.2025 12:05
👍 1
🔁 0
💬 0
📌 0
Is Ctrl+D really like Enter? — mina86.com
Is Ctrl+D really like Enter? at mina86.com/2025/is-ctrl...
cc: @hackarcana.bsky.social
30.03.2025 08:55
👍 3
🔁 0
💬 0
📌 0
Bluesky’s compose intent is truly an enigma. Preview shows HTML tags stripped, actual post includes them.
17.03.2025 11:56
👍 0
🔁 0
💬 0
📌 0