Tootfinder

Opt-in global Mastodon full text search. Join the index!

No exact results. Similar results found.
@keithp@fosstodon.org
2026-08-16 07:05:53

Experimenting with skip-lists for malloc today. With a first-fit allocator, free() wants to merge adjacent blocks, so it needs to search for them. A single-linked list makes that O(N). A skip-list seems like an interesting option—non-recursive, low memory use and simple implementation. It's "working", but it's not pretty yet. Anyone else ever played with these?

@fathermcgruder@jorts.horse
2026-08-17 02:18:12

Hopefully, it's more of a midlife incident than a crisis, but this weekend I dumpster dived for 1,587 pounds of photovoltaics. Feeling a little sore. I hope 7.6W/lb isn't a bad deal. I'm still dismayed that the school district is just throwing them out.
#DIY #solar

@qbi@freie-re.de
2026-08-15 10:41:03

Oha, mein Foto zur #Sonnenfinsternis bei #Pixelfed ist viral gegangen. 6 Likes und 3 Retröts. 😉
pix.freiraumz…

@pixelpusher220@dmv.community
2026-06-17 02:38:23

CVS settles insulin fraud pricing for $36.5 million.
CVS laughs heartily while counting it's 3 BILLION in PROFIT this year alone.
#M4A #Healthcare #LuigiWasRight
njoag.gov/attorney-general-dav

@keithp@fosstodon.org
2026-09-12 02:52:54

Two more C23 math functions for picolibc, compoundn and pown. While doing this, I discovered that I'd used the wrong constant for Dekker's Split function for binary64 values. That took a while to find.
So far, my new 'math_two' environment is working out pretty well; it's pretty easy to write format-independent floating point code now.

@teledyn@mstdn.ca
2026-09-16 18:12:30

@… won't get this but I do believe those #Nextcloud wss:// errors are mere warnings, however when I look at the console errors (which include the wss) I notice Social fails to read outside profiles from #mstdnca although I can see the profile on my local pixelfed and both social and pixelfed show these following each other, but even the local pixelfed gets no posts, and social sees the profile from pixelfed but no posts or messages.

@Dragofix@veganism.social
2026-09-14 23:03:45

Canada's last epishelf lake is gone for good, study confirms #Canada

@relcfp@mastodon.social
2026-07-13 18:01:09

Rethinking Ecotheory (1): Disentangling Ecocriticism // Rethinking Ecotheory (2): Disappointing Ecocriticisms (ICMS 2027)
ift.tt/pGL9vxA
updated: Sunday, July 12, 2026 - 11:26amfull name / name of organization: Medieval Ecocriticisms…
via Input 4 RELCFP

@keithp@fosstodon.org
2026-09-08 06:44:47

Implemented cospi, sinpi and tanpi today. A mere 3911 new lines of code. It's not quite passing CI yet, but I'm optimistic ...
github.com/picolibc/picolibc/p

@keithp@fosstodon.org
2026-08-01 07:27:28

I released picolibc 1.8.12 today. Thanks to all who contributed; I'm doing less and less of the work, which is fabulous.
Linked from the picolibc home page keithp.com/picolibc/ and github