csolisr

joined 1 year ago
MODERATOR OF
[–] [email protected] 64 points 6 months ago (1 children)

And in a game where ranged attacks are practically non-existent, save for a few ones able to spit venom or water under highly specific circumstances, the ability to just throw a rock and damage you while being out of harm's way makes the Homo Sapiens play literally a different game.

[–] [email protected] 3 points 7 months ago (1 children)

Not sure whether this implementation will be lighter on resources than what Lemmy currently uses. Given the overhead of the JVM though, it's unlikely it will be supported by, say, a single Raspberry Pi

[–] [email protected] 3 points 7 months ago

In a similar fashion, it would be great to find a way to migrate your post history, not just your followers, between one service and another. So far it's possible to request a backup, but only a few services allow importing said backup, let alone import a backup from a different provider (so far only Firefish, Pixelfed and its derivatives allow for the latter).

[–] [email protected] 4 points 7 months ago (2 children)

For somebody specifically interested in the online competitive format of Pokemon - is there anything of the sort in Palworld? The last game that kind of scratched that itch for me was the Digimon Cybersleuth series.

[–] [email protected] 53 points 7 months ago

If you want to read the gritty-nitty of how exactly was the Widevine blob patched and worked around specifically to not violate the DMCA, here's the specific article

[–] [email protected] 3 points 7 months ago

That logo really makes me feel like the site is basically Twitter under neo-Nazi occupation

[–] [email protected] 3 points 7 months ago (1 children)

Either you plug a wired microphone each time you receive a call, or you explicitly do not receive calls with the device and use it as a tablet basically.

[–] [email protected] 22 points 7 months ago

GrapheneOS requires specific safety hardware that, as of now, is usually available only on the Google Pixel line of phones. If your standard smartphone doesn't include it, I doubt a car does.

[–] [email protected] 4 points 7 months ago (3 children)

I'd love to move to mainstream Misskey, but there's a core reason why I'm using Firefish at the moment, namely the ability to actually import my old posts from Mastodon. To my knowledge, pretty much nothing supports importing posts in the Fediverse, except for Firefish and forks, Friendica and forks (to an extent), and PixelFed.

[–] [email protected] 2 points 8 months ago

It does have a specific niche: users of OLED models that just want to play "backups" and don't want to bother soldering chips to their products. A few people will like the hassle-free multicarts.

[–] [email protected] 5 points 8 months ago (2 children)

Not sure if running from the cart slot is permitted to even detect anything not properly signed by Nintendo. Which means this one is squarely for "backups" and nothing else.

[–] [email protected] 21 points 8 months ago

Correct! The newer models (including all OLED versions) were already patched from the factory (or more accurately, redesigned to prevent the soft-mod from working).

 

For those that didn't catch the last Direct, Super Mario Wonder has announced that it will feature two different kinds of online multiplayer, both very different to local multiplayer - one where you can see "ghosts" of other players currently online on a given level, which can't interact with you directly but can give you specific aids (such as reviving you when you lose a life, setting a checkpoint for you to revive, or handing you an item); and another where you can make rooms with your friends... but still can't interact directly with them, only allowing for speedrun-styled races. Sure it's a letdown to not be able to properly interact with other players online in the same way that you can do offline, but the problem is that the alternative has already been attempted... and the results are catastrophic.

Remember Super Mario Maker 2? It included a mode where players could join an online room, whether with friends or strangers, to play courses among themselves. It's also infamous for the constant slowdowns that players experienced during the courses. Why was this happening, you may wonder? Well, because the players needed to synchronize their state between each other, and since the game was not designed with modern network tools in mind such as rollback (which would probably be too heavy for the Switch), the only way to ensure everyone was on the same lane was to wait for everyone to receive the input data from all other players. And in a game with up to four players at a time, things are absolutely going to get messy.

And that's why the current online implementation of Super Mario Wonder is a decent compromise. If players are ghosts that can't interfere directly in the state of other players, that means that no synchronization of data is required, and a ghost can lag behind real-time as much as the network forces it to without needing to pause the game of all other users of the lobby. Sure, it's a shame that Nintendo still doesn't use rollback in the year of our lord 2023, but let's face it, the Switch was not the best of class back on release date, and nowadays even a smartphone has more memory and processor speed. That means that implementing rollback netcode into the game would require major gameplay sacrifices (such as capping the frame rate and the amount of items on screen, for example) in order to fit the limited capabilities of the Switch. If the choice was between having limited interaction between players and running at half the speed in the worst case scenario, I think Nintendo chose right.

 

I really hope the developers weren't thinking about this pun while developing the plot...

 

"The report states that witnesses inside the house saw Williams pour gasoline from a soda bottle onto clothes and the floor of the laundry room. Williams then lit Takis tortilla chips on fire and tossed them into the laundry room."

 

"The report states that witnesses inside the house saw Williams pour gasoline from a soda bottle onto clothes and the floor of the laundry room. Williams then lit Takis tortilla chips on fire and tossed them into the laundry room."

 

Following a Lemmy community from an ActivityPub microblogging server such as Mastodon, Pleroma, or Misskey, sets the server to repost all messages sent to the community (whether original threads or their replies) as separate posts. However, both the threads and the replies to these have their ActivityPub privacy set to "public", instead of "unlisted". This means that on the home page, if you follow a Lemmy community, it will not only display the thread but also each individual reply in reverse chronological order. This generally pollutes the home page with more messages than required. While the main posts should remain with privacy set to "public", replies should be set to "unlisted" instead.

 

When attempting to vote on any posts, my self-hosted site is unable to store the vote. Checking on the logs I get an error message that states there is no unique or exclusion constraint matching the ON CONFLICT specification. This points towards a problem with the database, but I'm not sure if it can be solved by rebuilding some index, or by fixing the upstream handling of duplicate data.

I'm getting a constant barrage of errors similar to the one below:

WARN Error encountered while processing the incoming HTTP request: lemmy_server::root_span_builder: there is no unique or exclusion constraint matching the ON CONFLICT specification
   0: lemmy_apub::activities::voting::vote_post
             at crates/apub/src/activities/voting/mod.rs:126
   1: lemmy_apub::activities::voting::vote::receive
             at crates/apub/src/activities/voting/vote.rs:71
   2: lemmy_apub::activities::community::announce::receive
             at crates/apub/src/activities/community/announce.rs:141
   3: lemmy_server::root_span_builder::HTTP request
           with http.method=POST http.scheme="http" http.host=communities.azkware.net http.target=/inbox otel.kind="server" request_id=7e024b6a-3e4c-47b6-984d-0e2f04a52602 http.status_code=400 otel.status_code="OK"
             at src/root_span_builder.rs:16
 

cross-posted from: https://lemmy.world/post/1433287

The trend has reportedly sparked a backlash from some in China due to safety reasons. Read more at straitstimes.com.

 

cross-posted from: https://lemmy.world/post/1433287

The trend has reportedly sparked a backlash from some in China due to safety reasons. Read more at straitstimes.com.

view more: ‹ prev next ›