Home | Notifications | New Note | Local | Federated | Search | Logout

Federated Timeline


ganbold@ganbold@hiradai.space (2026-07-29 21:15:59) never underestimate the passion of hobbyist

Reply to @kayttaja@plush.city cheeseburgerally :neocat_rainbow:@cheeseburgerally@plasmatrap.com (2026-07-29 21:14:13) @kayttaja@plush.city yummy ;3

Reply to @cheeseburgerally@plasmatrap.com lilja@kayttaja@plush.city (2026-07-29 21:14:04) @cheeseburgerally ouch

Reply to @kayttaja@plush.city cheeseburgerally :neocat_rainbow:@cheeseburgerally@plasmatrap.com (2026-07-29 21:13:43) @kayttaja@plush.city mmmmm lilja,,,, ​:neocat_nom_cat:​​:neocat_nom_cat:​​:neocat_nom_cat:​​:neocat_nom_cat:​

Ufal Salman@ufal@misskey.id (2026-07-29 21:13:22) Man, I love my current setup. Mood buat main Endfield beneran balik juga abis dapet FSR3. And it actually plays well on my end despite emang masih kudu punya instalasi lain di samping Fedora gue demi ngepress RAM usage. Like, alhamdulillah gue dua hari ini ketagihan buka Endfield (aseli) gegara lebih lancar dibanding dengan beberapa bulan kemaren. ---Attachments--- image: https://obj.misskey.id/media/f4cc74ff-7aaa-429d-9054-55f03b43fc09.webp

Reply to @datwhy@transfem.social cheeseburgerally :neocat_rainbow:@cheeseburgerally@plasmatrap.com (2026-07-29 21:11:56) @datwhy@transfem.social girliepop ​:neocat_googly_woozy:​

Ganbold@ganbold (2026-07-29 21:11:32) at least I am happy writing with obsidian. either its slop or not (my writing), both case are happy case in obsidian.

its not that the renderer makes obsidian special. not the graph thingy as well. but more of the navigation and file explorer and also how low in resource usage is it.

tried other open source options, few are bulky, few doesnt run in aarch64, few arent snappy. need to be studied for sure

lilja@kayttaja@plush.city (2026-07-29 21:10:45) mmm salt and vinegar chips

Reply to @cheeseburgerally@plasmatrap.com Sina the puppydog :therian:@datwhy@transfem.social (2026-07-29 21:10:25) @cheeseburgerally@plasmatrap.com hell yeah!

Reply to @datwhy@transfem.social cheeseburgerally :neocat_rainbow:@cheeseburgerally@plasmatrap.com (2026-07-29 21:09:11) @datwhy@transfem.social girlglorpie ​:blobcatgoogly:​

cheeseburgerally :neocat_rainbow:@cheeseburgerally@plasmatrap.com (2026-07-29 21:08:36) Its so hoottt ​:ablobcatmelting:​

ganbold@ganbold@hiradai.space boosted: @cell@shitposter.world (2026-07-29 20:43:38) ---Attachments--- image: https://media.shitposter.world/shitposter.club/d6/88/b6/d688b60d067d3c2599e190f96e95d34dd951053ba696d9856f4caed48cd0461a.jpg?name=cg_gw7Z3RWG6cA.jpg

StarkRG@StarkRG@myside-yourside.net (2026-07-29 21:05:48) How is it that they just keep getting cuter? 🥺

#CatsOfMastodon ---Attachments--- image: https://cdn.myside-yourside.net/mastodon/media_attachments/files/117/003/151/516/632/728/original/dc5e8bd8c1b82665.jpeg
image: https://cdn.myside-yourside.net/mastodon/media_attachments/files/117/003/151/648/104/550/original/7f0fee535d8bbe1a.jpeg
image: https://cdn.myside-yourside.net/mastodon/media_attachments/files/117/003/151/647/966/515/original/f9b2a219d293daa2.jpeg
image: https://cdn.myside-yourside.net/mastodon/media_attachments/files/117/003/151/651/335/428/original/c56f76c22af131c8.jpeg

pocket expert 🔞 [open]@ko@gotosocial.art (2026-07-29 19:04:10) hey so my current backpack is Falling Apart and i don't know the backpack meta :boosts_appreciated:

what i look for in a backpack:
- adult-sized backpack (aka no shoulder bags, no tiny/kidsized backpacks, no pouches)
- somehow sturdy as i use it to carry groceries since it's least painful to me, but not like tons of stuff is in there (think most i had was 10kg in, might be off by a bit)
- on the budget side (i have no clue what are the prices but i want to hope the price isn't 3 digits worth of euros)
- preferably something plain (color doesn't matter as long as it isn't pastel or vomit/piss/shit shade of a color), patterned is a hit or miss with me to be fair
- obtainable either online within the EU or in a physical location in the netherlands

hope im not asking too much. the heaviest task it needs to handle is groceries. i really use it only to carry items with me when i go out, i don't need idk like a backpack tailored to hikers or something

David Chisnall (*Now with 50% more sarcasm!*)@david_chisnall@infosec.exchange (2026-07-29 21:00:58) When Arm introduced AArch64, they removed most predication. Conditional moves are very useful (and they added a fairly rich selection of these) and can significantly reduce the amount of branch predictor state that you need, but most other predicated instructions aren't that useful on modern pipelines. The cost of an ALU operation is so low that doing an ALU operation followed by a conditional move is still a big win over a branch in a lot of cases.

The one exception that caused a lot of discussion was memory operations. Predicated loads are really useful because you can replace a load of null-guarded things with them: do the null check and conditionally load if the check failed, and avoid the branch.

I've been pondering a few alternatives for a while and one I keep coming back to is a non-trapping load. A load that will give 0 and set a bit in the condition codes register if it would trap. This requires burning a PTE bit in not-present PTEs, because you need to differentiate between not-present-physically-but-present-logically pages (e.g. lazily allocated or swapped out pages), which should trap, and really-not-present pages (which should not trap in this mechanism).

I'm not 100% sure it would be a win, because a lot of TLBs don't bother caching not-present mappings, so you might trigger a page-table walk, but if a non-trapping load were followed by a conditional move, it could retire immediately once the condition was known and skip the load.

I still think there's probably a better approach somewhere.

Reply to @cheeseburgerally@plasmatrap.com Sina the puppydog :therian:@datwhy@transfem.social (2026-07-29 20:58:13) @cheeseburgerally@plasmatrap.com woahg it a glorp

Reply to @datwhy@transfem.social cheeseburgerally :neocat_rainbow:@cheeseburgerally@plasmatrap.com (2026-07-29 20:57:57) @datwhy@transfem.social ​:neocat_glorp_owo:​ glorp

cheeseburgerally :neocat_rainbow:@cheeseburgerally@plasmatrap.com boosted: @thepurpleoctopus@lgbtqia.space (2026-07-29 20:56:34) German publicist Ali Utlu, former human rights activist turned anti queer and anti woke mouthpiece, claims constitutional protection for queer people would protect pedophiles because "pedophiles could claim to be queer and go unpunished."

That is a vile lie. Queer people are not criminals. Child abuse is. Rights protect people, not crimes.

I wonder what turns people like Utlu into such deplorable scum.

#LGBTQIA #QueerRights #StopQueerphobia #HumanRights

Reply to @cheeseburgerally@plasmatrap.com Sina the puppydog :therian:@datwhy@transfem.social (2026-07-29 20:57:33) @cheeseburgerally@plasmatrap.com ​:neodog_aww:​ woag

Reply to @datwhy@transfem.social cheeseburgerally :neocat_rainbow:@cheeseburgerally@plasmatrap.com (2026-07-29 20:56:56) @datwhy@transfem.social ​:neocat_mega_owo_mutation:​

Reply to @cheeseburgerally@plasmatrap.com Sina the puppydog :therian:@datwhy@transfem.social (2026-07-29 20:56:46) @cheeseburgerally@plasmatrap.com awooooo ​:neodog_flush:​

ThePurpleOctopus 🏳️‍🌈🏳️‍⚧️🇪🇺🇹🇼@thepurpleoctopus@lgbtqia.space (2026-07-29 20:56:34) German publicist Ali Utlu, former human rights activist turned anti queer and anti woke mouthpiece, claims constitutional protection for queer people would protect pedophiles because "pedophiles could claim to be queer and go unpunished."

That is a vile lie. Queer people are not criminals. Child abuse is. Rights protect people, not crimes.

I wonder what turns people like Utlu into such deplorable scum.

#LGBTQIA #QueerRights #StopQueerphobia #HumanRights

Reply to @datwhy@transfem.social cheeseburgerally :neocat_rainbow:@cheeseburgerally@plasmatrap.com (2026-07-29 20:56:10) @datwhy@transfem.social waaaaaaaaa ​:neocat_flush:​

Reply to @cheeseburgerally@plasmatrap.com Sina the puppydog :therian:@datwhy@transfem.social (2026-07-29 20:55:50) @cheeseburgerally@plasmatrap.com sadfdsgsedgsdf ​:neocat_boop_blush:​​:neocat_boop_blush:​​:neocat_boop_blush:​​:neocat_boop_blush:​​:neocat_boop_blush:​​:neocat_boop_blush:​​:neocat_boop_blush:​​:neocat_boop_blush:​​:neocat_boop_blush:​​:neocat_boop_blush:​​:neocat_boop_blush:​

Reply to @kayttaja@plush.city cheeseburgerally :neocat_rainbow:@cheeseburgerally@plasmatrap.com (2026-07-29 20:55:48) @kayttaja@plush.city you dum dum :3

cheeseburgerally :neocat_rainbow:@cheeseburgerally@plasmatrap.com boosted: @kayttaja@plush.city (2026-07-29 20:55:27) started typing my reply to the emoji search field lol

lilja@kayttaja@plush.city (2026-07-29 20:55:27) started typing my reply to the emoji search field lol

Reply to @datwhy@transfem.social cheeseburgerally :neocat_rainbow:@cheeseburgerally@plasmatrap.com (2026-07-29 20:55:18) @datwhy@transfem.social ​:neodog_boop_blush:​​:neodog_boop_blush:​​:neodog_boop_blush:​​:neodog_boop_blush:​​:neodog_boop_blush:​​:neodog_boop_blush:​​:neodog_boop_blush:​​:neodog_boop_blush:​

Reply to @cheeseburgerally@plasmatrap.com Sina the puppydog :therian:@datwhy@transfem.social (2026-07-29 20:55:03) @cheeseburgerally@plasmatrap.com ​:neocat_boop:​​:neocat_boop:​​:neocat_boop:​​:neocat_boop:​​:neocat_boop:​​:neocat_boop:​​:neocat_boop:​​:neocat_boop:​​:neocat_boop:​​:neocat_boop:​​:neocat_boop:​​:neocat_boop:​​:neocat_boop:​

Reply to @kayttaja@plush.city cheeseburgerally :neocat_rainbow:@cheeseburgerally@plasmatrap.com (2026-07-29 20:55:03) @kayttaja@plush.city ​:neocat_boop_blush:​
Older Notes