Home | Notifications | New Note | Local | Federated | Search | Logout
Federated Timeline
Amber :neodog_box:@puppygirlhornypost2@transfem.social (2026-08-17 02:34:13)
real. fuck your ai overview
---Attachments---
image: https://cdn.transfem.social/files/1f719b70-8559-41e4-832a-ea48a10ae80b.webp
7666@7666@comp.lain.la (2026-08-17 02:32:57)
why are we making engineering decisions by executive order? did someone do a broad search for "electrification" and go "HOLY SHIT THOSE AIRCRAFT LAUNCH MECHANISMS ARE WOKE!!!!"
---Attachments---
image: https://comp.lain.la/media/19/ee/7a/19ee7ac9747ee1769397613ad8d2632c43b5f7a186a30742c1606e644175330c.webp
Reply to @koakuma@uwu.social
Sun Microdevil Pte Ltd@koakuma@uwu.social (2026-08-17 02:29:46)
@david_chisnall Also I just noticed that you can (somewhat hackily) impleement a `ptr ? *ptr : default` with like
ld [ptr] #ASI_PNF, val
movrz ptr, default, val
But idk how much of an improvement would this be over just letting the predictor speculate the ptr != NULL case (hopefully NULLs would be rare, wouldn't they?)
Reply to @mametsuko@mk.absturztau.be
Fuchsiii~~~@fuchsiii@oxytodon.com (2026-08-17 02:29:06)
@mametsuko my vet said It's recommended to deworm every 3 months or so
Doevixa@doevixa@app.wafrn.net (2026-08-17 02:28:26)
was gifted a nice little huion drawing pad a while back, maybe i should learn krita now that i have a computer that can run it
Reply to @vavency@mk.absturztau.be
mame muumimamma in ๐พ@mametsuko@mk.absturztau.be (2026-08-17 02:27:34)
@vavency i want to know it...
Reply to @ramadit@misskey.id
โทccccelโณโช :asakusaSit: :sakurazaka46:@celbri@misskey.id (2026-08-17 02:27:18)
@ramadit Ditunggu versi finalnya kak! โ:zundamon_yay:โ
Reply to @mametsuko@mk.absturztau.be
:sgahri_sparkle: Vavency :sgahri_tailwag:@vavency@mk.absturztau.be (2026-08-17 02:26:01)
@mametsuko how? โ:ak_suzuran_curious:โ
Reply to @august@chaos.social
lunarian amy arson ๐ฅ@amy@lunar.place (2026-08-17 02:25:36)
@august@chaos.social hi
---Attachments---
image: https://lunar.place/files/814cfc48-b613-4645-a5b7-cf2c5755ddac.png
็ฅ็ฉบ (shia-nya) :neobot_upside_down:@shia@pika.moe boosted:
@AnimeArtBot@mk.catgirlsfor.science (2026-08-17 02:00:03)
Art By: hanagata
---Attachments---
image: https://mk.catgirlsfor.science/files/ef18e12f-08e9-4d0e-a556-4383d11f8a99.png
mame muumimamma in ๐พ@mametsuko@mk.absturztau.be (2026-08-17 02:25:02)
i should kill my brainworms โ:rubygun:โ
Sun Microdevil Pte Ltd@koakuma@uwu.social boosted:
@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 @david_chisnall@infosec.exchange
Sun Microdevil Pte Ltd@koakuma@uwu.social (2026-08-17 02:20:53)
@david_chisnall The latter part is exactly how the v9 ISA book recommends it to be used (though it uses branches as an example), if my memory serves me right
I dunno how much of an impact it would have on modern heavily-optimizing implementations, though, in particular because those things would already speculate the loads anyway, no?
Alviro Iskandar Setiawan@viro_ssfs@misskey.id (2026-08-17 02:15:12)
โ:blobcatmeow_bunhd_aww:โ
mame muumimamma in ๐พ@mametsuko@mk.absturztau.be boosted:
@byj2f@misskey.io (2026-08-16 23:54:45)
่ฆใฆ๏ผ
---Attachments---
image: https://media.misskeyusercontent.com/io/89374672-1045-4b46-bd7b-02f725f3339a.png
Anime Art Bot@AnimeArtBot@mk.catgirlsfor.science (2026-08-17 02:00:03)
Art By: hanagata
---Attachments---
image: https://mk.catgirlsfor.science/files/ef18e12f-08e9-4d0e-a556-4383d11f8a99.png
Rama Adityo@ramadit@misskey.id (2026-08-17 01:57:05)
Halo! Long time no see guys. Well, karena kerjaan di RL jadinya gak sempet aktif banyak di Misskey โ:satania2:โ. So, apakah kalian masih ingat dengan projek mangkrak yang akan datang bernama Yorozuya?
Ada sedikit update di projek ini, yaitu tools...
1. Compress Image
Di dalam tools ini, kamu bisa mengompresi gambar dengan output dengan format extension yang sama, namun kualitasnya 90% bisa terjaga dengan baik, tergantung seberapa kualitas gambar yang dimasukkan.
QnA: Bang, saat masukkin gambar, bukannya sizenya makin kecil ternyata makin besar (walau gak besar2 banget)! Itu karena apa ya?
Jawabannya adalah karena algoritma dari library yang dipakai itu sendiri โ:satania_cry:โ .
2. Convert Image
Hm.. mungkin gak terlalu spesial banget, tapi di dalam tools ini kamu bisa mengonversi gambar ke format extension yang lain.
3. Video to Frames
Ini bagian asiknya, so aku tertantang untuk membuat tools ini, karena ada pengguna Misskey (pesan2 beliau sudah dihapus) yang memberikan advice untuk tools ini, namun pendekatannya menggunakan server side, namun aku tetap mencoba untuk melakukannya di client side only! Alhasil tetap berjalan dengan lancar dan no lagging (no high RAM usage) di client side.
Jadi, tools ini berguna untuk mengkonversi video menjadi beberapa frame-frame berdasarkan FPS yang dipilih, untuk saat ini aku cuman membuat pilihan 0.5 fps, 1 fps, 2 fps, dan 5 fps.
Mungkin itu saja update dari aku, perlu diingat bahwa projek ini masih local, jadinya aku hanya memberikan update progress saja :)) #animestyle #website #tools #webtools
RE: https://misskey.id/notes/alretnhecr
---Attachments---
image: https://obj.misskey.id/media/5c48fa86-2583-4794-a572-27b6b9d3abb2.webp
image: https://obj.misskey.id/media/fad1bb26-3f1c-4ce6-ae85-a0140fa889ef.webp
image: https://obj.misskey.id/media/d34b627a-6f95-4a25-a90f-39b505dc6d5f.webp
image: https://obj.misskey.id/media/e51f9127-263c-4ee8-a0b9-4860a5fd5c65.webp
image: https://obj.misskey.id/media/c9fc2f5e-f307-4784-b3c9-76320cc5ef7a.webp
image: https://obj.misskey.id/media/078324ac-3bd9-4012-8908-30b5a20ec1e2.webp
Reply to @koakuma@uwu.social
David Chisnall (*Now with 50% more sarcasm!*)@david_chisnall@infosec.exchange (2026-08-17 01:53:18)
@koakuma
SPARC had a few things for working with Smalltalk-like tagged integers. I wonder if Smalltalk on SPARC used this. You could load the values unconditionally early on in a function and then use them after the tag checks.
็ฅ็ฉบ (shia-nya) :neobot_upside_down:@shia@pika.moe boosted:
@wohali@timeloop.cafe (2026-08-16 06:56:07)
---Attachments---
image: https://assets.timeloop.cafe/timeloop.cafe/media_attachments/files/117/101/751/624/068/249/original/10c7b0b76cbc2b6c.png
็ฅ็ฉบ (shia-nya) :neobot_upside_down:@shia@pika.moe boosted:
@Su_G@aus.social (2026-08-16 22:50:58)
@dkmackinnon
Fascinating how quickly substantial outcomes were gained: โThis study shows just how fast the benefits can come to life. At these two sites, it took under four years for functioning habitat to return. The biggest resurgence was native bees. Around year two, plants began to mature, and that's when nature took off because hundreds of native bees returned to the land. In early surveys, scientists recorded almost no bees, but by year four, they saw them regularly. Other insects as well, including wasps, moths, flies, butterflies, and beetles. In fact, the number of insects surveyed tripled over five years.โ
Read More: https://www.bgr.com/2233665/solar-farms-unexpected-ecosystem-benefits-growth/
mame muumimamma in ๐พ@mametsuko@mk.absturztau.be boosted:
@aetios@sns.minovsky.space (2026-08-16 23:08:55)
Chinese pork belly ready for marinading
Gonna make it tomorrow >:3
---Attachments---
image: https://sns.minovsky.space/media/d6f6b48775873db47917ed8ad1a476d96ec0c59f69970ade522f673616d74459.jpg
mame muumimamma in ๐พ@mametsuko@mk.absturztau.be boosted:
@fristi@56k.dile-up.nl (2026-08-17 00:35:50)
Super smoker 5000
---Attachments---
image: https://media.dile-up.nl/media/5abadf9485f5e10770998472662a233d43883baea89827eed235d60ca3a1446a.jpg
rail ๐ฆ@rail@social.flufftech.net (2026-08-16 23:47:30)
Al music ๐ฅบ๐ฅบ๐ฅบ๐ฅบ
ivy@ivy@misskey.id (2026-08-17 01:46:42)
bangold
ivy@ivy@misskey.id boosted:
@sel@fedinet.waltuh.cyou (2026-08-17 00:37:31)
road warriors
#BankyCameraClub
---Attachments---
image: https://media.fedinet.waltuh.cyou/media/145086e8b45219c036e2ea57129de3571dd7790ca2228bfd6af0b48a495f83b4.jpg
image: https://media.fedinet.waltuh.cyou/media/9ecc519f3ea60d56b512a7ad3e9ad63077485c3e29d533395914cf143b27c375.jpg
image: https://media.fedinet.waltuh.cyou/media/abddbe5148de6fbc0688d1761b09dcf6ff3078452790d51514be782246b5c999.jpg
image: https://media.fedinet.waltuh.cyou/media/5cf9dbfb00e7997a0b121e2beac7692a93126bcee40256c8ae10ea29a07ba07e.jpg
Reply to @david_chisnall@infosec.exchange
Sun Microdevil Pte Ltd@koakuma@uwu.social (2026-08-17 01:43:56)
@david_chisnall In SPARC, at least, there's the #ASI_PNF loads that would eat the trap and return zeros instead (though it doesn't set any status codes in the CCR)
I've yet to see any compilers emitting it, I suppose partly cus you can't really tell between a failed load and a successful one that just happens to return zero :char_nachoneko_baa:
ivy@ivy@misskey.id boosted:
@AkaSci@fosstodon.org (2026-08-14 09:22:10)
Total solar eclipse over the Cathedral-Basilica of Our Lady of the Pillar in Zaragoza, Spain, on August 12, 2026.
https://apod.nasa.gov/apod/astropix.html
https://en.wikipedia.org/wiki/Cathedral-Basilica_of_Our_Lady_of_the_Pillar
Image Credit & Copyright: Ruiyu Zhang
1/n
---Attachments---
image: https://cdn.fosstodon.org/media_attachments/files/117/090/968/536/385/094/original/9081edec05326039.png
Reply to @david_chisnall@infosec.exchange
Sun Microdevil Pte Ltd@koakuma@uwu.social (2026-08-17 01:36:27)
@david_chisnall For reasons that I myself can't articulate, seeing how RVC is basically just copies of G instructions But Smallerโข disturbs me greatly
Though apparently they managed to shrink byte counts by a lot so I suppose it does work well?
Though on the other hand I'd also love to see ISA designs that tries to shrink instruction counts instead (while stillbwing amenable to the usual set of optimizing implementation techniques ofc)...
๐ต๐๐ป๐ป๐ผ๐ด๐๐ฐ๐ป@Fullmetal2255@shitposter.world (2026-08-17 01:33:37)
---Attachments---
image: https://media.shitposter.world/shitposter.club/1f/9a/78/1f9a784d15b5d6b1c748f970415bb1b8e8e08a0757138dbdc7fe33d2f9c3e175.jpg?name=afi4eEgerhmbFg.jpg
francis@francis@furry.engineer (2026-08-17 01:24:05)
i spent my ADHD power creating a brand new tool to replace boring old lorem ipsum with dog and cat noises.
i call it Barksum Ipsum. use it to add joy and whimsy to places wherever you need filler text.
dog-coded developers need dog-coded tools.
https://francisssssssss.gay/articles/barksumipsum.php
---Attachments---
image: https://furry.engineer/system/media_attachments/files/117/106/105/634/931/047/original/89305ebed707308a.png
Older Notes