KoboldCoterie

joined 1 year ago
[–] [email protected] 15 points 3 hours ago

That honestly doesn't look like it would be bad to use. If you're holding it close to your chest, that seems like it would have your hands in a more natural position, so it's probably ergonomically better, for some people.

[–] [email protected] 21 points 4 hours ago

So what you're saying is, tips are bullshit, and it's really just a shakedown? Got it.

[–] [email protected] 1 points 1 day ago

NoStupidQuestions maybe but really, the answer is simple: If someone is committing a crime, report it to the police.

[–] [email protected] 1 points 1 day ago (2 children)

This will doubtless be removed for Rule 1 soon, but until it is: Maybe consider posting this elsewhere. This is not the right community.

[–] [email protected] 13 points 1 day ago (6 children)

Empathy isn't a zero sum game. It is, in fact, possible to care about women's issues and men's issues at the same time. A woman getting the support they need doesn't take anything away from a man, nor does a man getting the support they need take anything away from a woman.

[–] [email protected] 19 points 1 day ago* (last edited 1 day ago) (1 children)

The user is able to enter the rewind mode from the live game play using one or more controller inputs to view recent game play (e.g. rewinding, fast-forwarding, playing, etc.) and returning to live game play afterwards.

(Emphasis mine)

This doesn't sound like it's actually rewinding gameplay (as in like, Prince of Persia Sands of TIme style rewinding), which is what they seem to be trying to imply, but rather it sounds like it will just let you watch a replay of your gameplay to review it and see what you did wrong, which you can already do. I think all modern consoles (and Steam, etc.) have a 'Save last 30 seconds of gameplay' style feature. This is just adding a button to the controller to view that recording, from the sound of it.

[–] [email protected] 26 points 2 days ago

No, they won’t.

There's certainly going to be change, just not the change any sane person actually wants.

[–] [email protected] 37 points 2 days ago (3 children)

I'm still going to question it. We're literally living through it and I don't understand it.

[–] [email protected] 49 points 2 days ago (4 children)

Well, they're certainly going to get change, that's for sure. I hope they're happy sleeping in the bed they made.

[–] [email protected] 372 points 2 days ago (62 children)

I don't understand how this many people see everything that he's done and said, and still voted for him. I just do not understand. I don't want to live on the same planet as these people, nevermind in the same country.

[–] [email protected] 1 points 2 days ago

replacing First-past-the-post voting in your state

Yeah, well, incidentally, ranked choice voting was on the ballot in 2020. We had a sign out encouraging people to vote for it, and I talked it up to whomever it would listen when political discourse came up, but it didn't pass, so here we still are.

[–] [email protected] 8 points 2 days ago (1 children)

My first experience with internet porn was after trying to download Fight Club from a peer-to-peer filesharing app and ending up with something unexpected that was merely named 'Fight Club'.

 

Rather than communities being hosted by an instance, they should function like hashtags, where each instance hosts posts to that community that originate from their instance, and users viewing the community see the aggregate of all of these. Let me explain.

Currently, communities are created and hosted on a single instance, and are moderated by moderators on that instance. This is generally fine, but it has some undesirable effects:

  • Multiple communities exist for the same topics on different instances, which results in fractured discussions and duplicated posts (as people cross-post the same content to each of them).
  • One moderation team is responsible for all content on that community, meaning that if the moderation team is biased, they can effectively stifle discussion about certain topics.
  • If an instance goes down, even temporarily, all of its communities go down with it.
  • Larger instances tend to edge out similar communities on other instances, which just results in slow consolidation into e.g. lemmy.ml and lemmy.world. This, in turn, puts more strain on their servers and can have performance impact.

I'm proposing a new way of handling this:

  • Rather than visiting a specific community, e.g. [email protected], you could simply visit the community name, like a hashtag. This is, functionally, the same as visiting that community on your own local instance: [yourinstance]/c/worldnews
    • You'd see posts from all instances (that your instance is aware of), from their individual /worldnews communities, in a single feed.
    • If you create a new post, it would originate from your instance (which effectively would create that community on your instance, if it didn't previously exist).
    • Other users on other instances would, similarly, see your post in their feed for that "meta community".
  • Moderation is handled by each instance's version of that community separately.
    • An instance's moderators have full moderation rights over all posts, but those moderator actions only apply to that instance's view of the community.
      • If a post that was posted on lemmy.ml is deleted by a moderator on e.g. lemmy.world, a user viewing the community from lemmy.ml could still see it (unless their moderators had also deleted the post).
      • If a post is deleted by moderators on the instance it was created on, it is effectively deleted for everyone, regardless of instance.
      • This applies to all moderator actions. Banning a user from a community stops them from posting to that instance's version of the community, and stops their posts from showing up to users viewing the community through that instance.
      • Instances with different worldviews and posting guidelines can co-exist; moderators can curate the view that appears to users on their instance. A user who disagreed with moderator actions could view the community via a different instance instead.
  • Users could still visit the community through another instance, as we do now - in this case, [yourinstance]/c/[email protected], for example.
    • In this case, you'd see lemmy.world's "view" of the community, including all of their moderator actions.

The benefit is that communities become decentralized, which is more in line with (my understanding of) the purpose of the fediverse. It stops an instance from becoming large enough to direct discussion on a topic, stops community fragmentation due to multiple versions of the community existing across multiple instances, and makes it easier for smaller communities to pop up (since discoverability is easier - you don't have to know where a community is hosted, you just need to know the community name, or be able to reasonably guess it. You don't need to know that a community for e.g. linux exists or where it is, you just need to visit [yourinstance]/c/linux and you'll see posts.

If an instance wanted to have their own personal version of a community, they could either use a different tag (e.g. world_news instead of worldnews), or, one could choose to view only local posts.

Go ahead, tear me apart and tell me why this is a terrible idea.

21
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]
 

I'm sure there's a really simple answer to this, but it's a surprisingly difficult problem to search for.

I've got a RichTextBox control and I'm trying to write text that includes the letters "ff", but they don't show up. This is the specific code in question:

for entry in suffix:
  desc += "[color=darkgray]Suffix (Tier: %s, Quality: %s%%) 'of %s'\n[color=royalblue]" % [entry.tier, entry.quality, entry.mod.name]

This is what it ends up printing:

If I change one or both of the Fs to capitals, they both display fine; it's specifically two lowercase Fs that're problematic. They also display fine elsewhere in the same textbox; it's just this line specifically that's problematic. Even tried escaping it but it didn't like that, either.

Most of the settings on the RichTextBox are default; the font has a lowercase 'f' character; I haven't done anything weird with the font size, or style, or anything else.

I'm tearing my hair out here. Please tell me this is just some stupid bbcode tag or some such.

Edit: For anyone finding this later:

It's a ligature (ffi) that the font is missing a glyph for. To solve the problem: On the Import tab, choose the font you're using, click Advanced, and under Metadata Overrides, expand OpenType Features, click Add Feature -> Ligatures, add whichever option is appropriate (discretionary or standard ligatures), then disable the option. Reimport the font, and the issue is fixed!

 

Let's get some furry shit up in there. We can create / share a template so we're all working on something cohesive. Any interest / anyone have any suggestions for something to draw?

Community Link

 

The hacktivists, which describe themselves as made up of "gay furry hackers," usually target government orgs whose policies they disagrees with, and have a flare for political publicity stunts, also posted a link to the purported stolen files on their Telegram channel.

"The astonishing siegedsec hackers have struck NATO once more!!1!!!," the crew wrote, bragging: "NATO: 0. Siegedsec: 2."

The team is referring to its earlier NATO intrusion in July, during which it claimed it swiped information belonging to 31 nations and leaked 845MB of data from the alliance's the Communities of Interest (COI) Cooperation Portal.

 

"Some game developers are turning to artificial intelligence to make the creative process faster and easier—and cheaper, too. At Google Cloud Next in San Francisco, startup Hiber announced the integration of Google’s generative AI technology in its Hiber3D development platform, which aims to simplify the process of creating in-game content.

Hiber said the goal of adding AI is to help creators build more expansive online worlds, which are often referred to as metaverse platforms. Hiber3D is the tech that powers the company's own HiberWorld virtual platform, which it claims already contains over 5 million user-created worlds using its no-code-needed platform.

By typing in prompts via its new generative AI tool, Hiber CEO Michael Yngfors says creators can employ natural language to tell the Hiber3D generator what kind of worlds they want to create, and can even generate worlds based on their mood or to match the vibe of a film. [...]"

Once this is refined, this could be very neat! It's only environments right now, not characters and whatnot, too, but maybe eventually we'd be able to dynamically generate some anthro-populated worlds to explore.

 
 
 

I really don't have a lot of background on cluster munitions; it only really came into my perception in response to the controversy over the US providing them to Ukraine. As I understand it, the controversy is because they often don't all explode reliably, and unexploded munitions can then explode months or years later when civilians are occupying the territory, making it similar to the problems caused by landmines.

In an age where things like location trackers, radio transmitters, and other such local and long-range technology to locate objects are common place, what's stopping the manufacturers of these munitions from simply putting some kind of device to facilitate tracking inside each individual explosive, to assist with detection and safe retrieval after a conflict? I get that nothing is a 100% effective solution, but it seems like it'd solve most of it.

Can someone with actual knowledge explain why this is still a problem we're having?

 

We can currently filter communities in our feed by 'Subscribed', 'Local' and 'All', but I'd really love a way to add communities to custom groupings, and have additional filter options based on those groupings. For example, a 'News' group that I could add all of the News-related communities to, and be able to click a filter button and see only those... or maybe the use case most people would likely use: creating groups to isolate SFW and NSFW content.

If there's a way to do this that I'm unaware of, I'd love to hear about it.

view more: next ›