dysfun@treehouse.systems ("gaytabase") wrote:
but their source is not available
didn't happen then.
dysfun@treehouse.systems ("gaytabase") wrote:
but their source is not available
didn't happen then.
jsonstein@masto.deoan.org ("Jeff Sonstein") wrote:
RE: https://mstdn.science/@MarcAbrahams/117222676524496957
“Just think…before Trump, America had survived nearly two and a half centuries without requiring a federal crocodile procurement strategy.”
jsonstein@masto.deoan.org ("Jeff Sonstein") wrote:
@IZ2ZGG welcome
Boosted by soatok@furry.engineer ("Soatok Dreamseeker"):
anthropy@mastodon.derg.nz ("Anthropy") wrote:
did you know you can prompt other humans
you can be like "I want to make an app that is both a dating app and a financial management app and a trash calendar" and they'll prompt you back by asking if this is really a good idea
Boosted by jsonstein@masto.deoan.org ("Jeff Sonstein"):
IZ2ZGG@mastodon.radio ("IZ2ZGG (kalos)") wrote:
Hello everyone! I’m interested in radio astronomy, archaeoastronomy and SDR. I’m currently looking for hardware and software that work well with an older MacBook Pro.
I’m in QRX for logistical reasons, but I hope to return to active radio soon.
#Introduction #RadioAstronomy #Archaeoastronomy #SDR #MacHamRadio #HamRadio
Boosted by jsonstein@masto.deoan.org ("Jeff Sonstein"):
eniko@mastodon.gamedev.place ("Eniko Fox") wrote:
if you want kids to "go outside" instead of being on their devices how about you work to restore 3rd spaces for them instead of trying to ban them from social media
Boosted by jsonstein@masto.deoan.org ("Jeff Sonstein"):
acarsdrama_a11y@live.acarsdrama.com ("ACARS Drama - Accessibility") wrote:
Air to Ground Message:
Electric scooter need to be removed
Area: Washington DC, USA
Type: Airbus A321neo
A: #a36172535f5
F: #fc8a3858b4a
Boosted by jsonstein@masto.deoan.org ("Jeff Sonstein"):
Natasha_Jay@tech.lgbt ("Natasha :mastodon:") wrote:
Boosted by jsonstein@masto.deoan.org ("Jeff Sonstein"):
samlitzinger@journa.host ("Sam Litzinger") wrote:
Better headline from the NYT:
"Blanche’s Political Campaigning Breaks an Ethical Norm Going Back to Watergate"
dysfun@treehouse.systems ("gaytabase") wrote:
i bet @wingo has opinions on this
dysfun@treehouse.systems ("gaytabase") wrote:
why do i say we're onto a loss of memory efficiency by using a gc? because a 1.3x working set heap is probably quite tight and that's already wasting 30%, even assuming everything else is perfect. more realistic would be 1.5-2x for most apps i think.
of course we don't usually think about the bookkeeping overheads of malloc when we work with non-gc'd memory. they're not free. even assuming our malloc refuses allocations larger than 4gb (not entirely unreasonable tbqh), that's still a 32 bit size to store for it, even pretending we won't have other overheads (lol).
most modern allocators use size classes. we're disincentivised to use size classes for a gc because it means we're not filling blocks as often and we can't relocate different sizes into the same block to save space.
anyway i suspect that the memory overheads of allocators are not in practice wildly different from the memory overheads of GCs, albeit arranged somewhat differently.
chris@fedi.freebooters.uk ("Chris Were ⁂🐧🌱☕️") wrote:
Me and @rosie_108@toot.wales review the Moto Exeter M5 services
https://voicenotes.chriswere.wales/media/20260918-moto-exeter.mp3
Boosted by db@social.lol ("David Bushell 🪿"):
robb@social.lol ("Robb Knight") wrote:
🚨It’s halfway through September which means it’s time for the annual “add more stickers”. We’ve added an anti-facist sticker and another one which I’ll leave @neatnik to explain but the important thing is we have A JIMOTHY STICKER kindly requested by @jmock as a drawing and now as a sticker!
Donate here for the sticker pack of now five(!) stickers for $20 shipped anywhere in the world https://stjude.omg.lol
Boosted by brennan@social.lol ("Brennan Kenneth Brown"):
plexus@toot.cat ("Arne Brasseur") wrote:
It's kind of infuriating how, as soon as you try to do good, you're held to impossible standards.
People are shit and companies are shit all the time and nobody bats an eye. But do volunteer work for your FOSS community, start a project that tries to do things more ethically, just be visibly not shit, and people left and right come out of the woodwork to point out all the ways in which you are not being absolutely flawless and perfect, and all the work that needs doing that you're not yet taking upon you.
The people actually doing the work are also the people who are being asked to do even more, and who are being critised the most. It's a really insiduous pattern and we all need to be better at recognising it and squashing it.
dysfun@treehouse.systems ("gaytabase") wrote:
littlegem: i have been thinking about heap layout with immix-style heaps. you know how most heaps put the header just before the value? turns out when you think about it, this is just a size optimisation that doesnt pessimise every allocation to the minimum size over putting them all in an array.
why? because if we're to avoid an inline header, we need a predictable place to find the metadata for a given pointer, which means one header per minimum object size, even though some objects might be larger than that. and turns out this gets quite large.
alternatives that still uses a predictable layout:
- fixed number of slots smaller than the worst case
- for each line, an index of the slot for the first object in the line. there are only 256 lines per 32kb block, so this is a much more manageable size)
this seems to have some difficulties associated, such as what to do when a block isn't full but has run out of object slots. perhaps we can make the block metadata external and put a pointer somewhere?
immix advertises "0.8% overhead" while having the audacity to talk about correct accounting and ignoring the size of the per-object headers entirely. this is not helpful for trying to work out what is a reasonable gc overhead actually. and since we're already on to a loss on memory efficiency by using a gc at all, it would be nice to bound it better
brib@bribstodon.xyz ("brib :neofox_floof: :Nonbinary:") wrote:
how am I so exhausted today :neocat_dizzy:
Boosted by brib@bribstodon.xyz ("brib :neofox_floof: :Nonbinary:"):
KarenKasparArt@socel.net ("Karen Kaspar") wrote:
A new canvas, inspiration from my garden and an idea in my head - let's start a new painting...
#robin #rotkehlchen #birds #autumn #fall #wip #workinprogress #art #painting #artist #arte #humanartist #contemporaryArt #TraditionalArt #kunst #ArtistsOnMastodon #handmade #ArtMatters #MastoArt #FediArt #FediGiftShop #creativeToots
Boosted by brib@bribstodon.xyz ("brib :neofox_floof: :Nonbinary:"):
pierogiburo@tech.lgbt ("Evvy :neofox_floof:") wrote:
i wonder if today will be the day everybody finds out i'm actually an imposter, a fraud, and impressively incompetent
baldur@toot.cafe ("Baldur Bjarnason") wrote:
Why this format? Where I explain a bit why I'm using this format for video #videoproduction #disinformation #medialiteracy #montage #tarkovsky #eisenstein
See the full video that explains how shorter videos can compromise learning over at https://youtu.be/92Obxvs-LfY
jsonstein@masto.deoan.org ("Jeff Sonstein") wrote:
it is good to come home to my own garden
dysfun@treehouse.systems ("gaytabase") wrote:
it's nice to know i can still smoke a fatbike on my pushbike when i want to.
on the other hand, i'm still suffering for it ~10m later 😬
jscalzi@threads.net ("John Scalzi") wrote:
Hell yes. One, "don't engage, just block" is a great way for dealing with shitty people. It removes them from your sight, and you don't expend any further brain cycles on them, which is good for one's mental health. Two, there are lots of people for whom a single post is enough of them for blocking purposes. Three, there are literally hundreds of millions of Threads users still available to see after you block someone! You will not lack for people to see and read on the site! Block freely!
RE: https://www.threads.com/@braduptoncomedy/post/DdZwhI3iSS-
jscalzi@threads.net ("John Scalzi") wrote:
Will an LLM fabricate health information about you? Well, here's one (Google's "AI Overview") doing so just moments ago about me. Guess what health issue I *don't* have?
So, uh, yeah.
ireneista@irenes.space ("Irenes (many)") wrote:
oh lol okay the thing we just spent the last hour on was us making the metadata larger than the metadata buffer, again. oops. that's what we get for debugging while tired.
dysfun@treehouse.systems ("gaytabase") wrote:
(bonus humour points for the line overflowing i guess?)
dysfun@treehouse.systems ("gaytabase") wrote:
nah i'm good
db@social.lol ("David Bushell 🪿") wrote:
I splashed out on a "programming" monitor
https://dbushell.com/2026/09/18/benq-rd280ug-review/
3:2 aspect ratio, matt panel, KVM switching, I'm happy with it!
Boosted by baldur@toot.cafe ("Baldur Bjarnason"):
uglyreykjavik.bsky.social@bsky.brid.gy ("Ugly Reykjavik") wrote:
I think there's a door there somewhere.
#Iceland #Reykjavik #photography #streetphotography #abandoned #decay #door #grass
db@social.lol ("David Bushell 🪿") wrote:
reading: "You’ll miss publishers when they’re gone"
Boosted by baldur@toot.cafe ("Baldur Bjarnason"):
gedankenstuecke@scholar.social ("Bastian Greshake Tzovaras") wrote:
Oof, just deleting all of that data with seemingly no way for some of the affected orgs to get their data back is just horrible.
Microsoft made a quiet change to a popular software grant. Small nonprofits lost everything.
https://slate.com/technology/2026/08/microsoft-software-nonprofit-data-delete.html