KoboldCoterie

joined 2 years ago
[–] KoboldCoterie@pawb.social 87 points 3 weeks ago (5 children)

It's a portmanteau, actually. 👨‍🏫 A portmanteau is a word formed by merging the sounds and meanings of two different words.

[–] KoboldCoterie@pawb.social 5 points 3 weeks ago (1 children)

https://12ft.io/ is faster than archive.is and doesn't actually archive the page. In cases where you just want to read it and don't want to waste server space on it, it's maybe a better option.

[–] KoboldCoterie@pawb.social 3 points 3 weeks ago

In this same vein, Backpack Hero is quite good, too! If you like one, maybe check out the other.

[–] KoboldCoterie@pawb.social 7 points 3 weeks ago

It's worth noting that Risk of Rain 1 and 2 are very different games (3rd person 3D vs. 2D side scroller), and both are good - so if 2 didn't grab you, maybe check out 1 and see if that's more your thing. (The remastered version has a lot of nice QOL stuff and some new game modes and items.)

[–] KoboldCoterie@pawb.social 201 points 4 weeks ago (3 children)

“Republicans want to sanction the ICC simply because they don’t want the rules to apply to everyone,” said Rep. Jim McGovern (D-Massachusetts) on the House floor on Thursday.

McGovern highlighted that Republicans are moving to erode human rights while ignoring urgent issues within the U.S.

“We have a natural disaster unfolding in California right this second…. We have a gun violence epidemic, as we see massacres in our schools nearly every single day. And families are unable to make ends meet because they’re being ripped off by billionaire corporations,” said McGovern. “All those challenges, and this is what the out of touch elitist billionaire Republican party wants to waste time on. Sanctioning the ICC.”

I liked Jim McGovern already, but I like him more, now.

[–] KoboldCoterie@pawb.social 4 points 4 weeks ago

The way they describe it makes it sound like a story beat from a Black Mirror episode.

[–] KoboldCoterie@pawb.social 12 points 4 weeks ago (2 children)

god is super sneaky, and made billions+ year long backstory for his fresh creation,

Now I can't get this mental image of God sitting there with a typewriter writing incredibly detailed Earth fanfics long before he actually made anything.

[–] KoboldCoterie@pawb.social 98 points 4 weeks ago (2 children)

Love their phrasing. Really makes it difficult for anyone to object without sounding like a complete asshole.

[–] KoboldCoterie@pawb.social 55 points 4 weeks ago (10 children)

Strongly suspect that "a % of the overtime rate" is a lot less than 100%, too.

[–] KoboldCoterie@pawb.social 4 points 4 weeks ago (9 children)

I got you, fam. It's not exactly the same - more narrative focused, and slower paced - but it will scratch that same itch.

[–] KoboldCoterie@pawb.social 8 points 1 month ago

Look at Mr. Stumpylegs over here, taking his little baby steps! Everyone point and laugh!

[–] KoboldCoterie@pawb.social 20 points 1 month ago

I for one fully support paws as a unit of measure.

 

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. worldnews@lemmy.world, 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/worldnews@lemmy.world, 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 5 months ago* (last edited 5 months ago) by KoboldCoterie@pawb.social to c/godot@programming.dev
 

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

 
 
 

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 ›