veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

293
active users

#console

19 posts14 participants2 posts today

Leaked AMD docs suggest the PS6 could deliver up to 3× the PS5’s rendering performance at the same $499 price 🎮💥
Expected features include PS4/PS5 backward compatibility & lower power usage ⚙️
Also in development: a PS6 handheld with microSD, M.2 SSD, and USB-C 📱

Launch may land between late 2027 and early 2028.

@Engadget

engadget.com/gaming/playstatio

Engadget · Leak claims the PS6 could have triple the performance as the PS5 for the same priceBy Jackson Chen
#PS6#PS5#PS4

#Coding_Fridays : Russian multiplication in #Kotlin
---
>> youtu.be/3_XyGFfmb0k

This is a very short code snippet demonstrating the basic syntax of Kotlin, which is very closely related to Java but with many more functional programming features. Instead of the standard method with full multiplications and additions, the Russian algorithm uses only additions and bit shifts with complexity log2(Nbits).