https://bruceediger.com/posts/mergesort-investigation-1/
It seems that adding one node to a linked list causes a repeatable performance drop. That is, linked lists of say 2^21 nodes sort faster than lists of 2^21 + 1 nodes.
31–40 of 1001 posts
https://bruceediger.com/posts/mergesort-investigation-1/
It seems that adding one node to a linked list causes a repeatable performance drop. That is, linked lists of say 2^21 nodes sort faster than lists of 2^21 + 1 nodes.
Working on actively trying to quit reading HackerNews.
Primary use-case is to read receipt data from legacy POS systems without having to write software integrations.
Figuring out how to commercialise. Reach out if you have ideas!
I was asked to log my food by a dietician I'm working with, because I was constantly feeling hunger after cycling training.
But all the solution out there were quite complex to input data, and I just want to write down plain text with some additional markup and be able to generate some graphs and recognize some patterns out it.
Decided to do it T3 and throw in all those weird technologies just to see what's out there.
On writing some blog posts about things I’ve built lately (both at work and in my own time). Helps a lot with diving more deeply into topics than what’s reasonable for a “just needs to work” implementation. Recently, a fairly detailed one on doing something semi-obscure with directory services on AWS. https://excessivelyadequate.com/posts/sadwsp.html
- hacking around with FunDSP (turns out it’s pretty fun), again to learn some Rust https://github.com/SamiPerttu/fundsp
- Giving up Arma3 gamemode dev maintenance for a large-ish community, but hanging around to teach people git/github and provide wisdom / teach how to do software dev (a lot of folks have minimal software experience). Although debating whether to straight up leave the community.