programmer_humor Programmer Humor using gpu with linux experience
Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUN
    UnshavedYak
    1 year ago 100%

    Might be true, honestly. I'm on NixOS using the proprietary drivers for my 3080 and 4090. No issues, took one line of configuration. I do have to stay on X11 unfortunately until Wayland supports the real drivers at least (though i hear that's being worked on, maybe already working?).

    For all of NixOS' pain, it really does make some things awesome and simple.

    3
  • rust Rust Do you use mod.rs, the module name, or does it vary? How do you decide?
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUN
    UnshavedYak
    1 year ago 100%

    I did that at work and people had a heart attack lol. Which i thought was silly because the mod literally had no code in it besides module file declarations. /shrug

    1
  • fediverse Fediverse Federating down-votes?
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUN
    UnshavedYak
    1 year ago 100%

    Expecting every different platform to all move in lockstep is not feasible so a situation where some support downvotes but some do not is going to have to be part of the process. Even if it was just kbin to kbin initially, that'd still be an improvement.

    Yea, that is what i was thinking. I myself am working on some ActivityPub stuff and while compat is important to me, i also plan on potentially exposing new features in this manner. If other software wants to federate with it, cool, if not, whatevs. It's data propagation, as with everything in ActivityPub it's optional that consumers use it as desired.

    1
  • fediverse Fediverse Federating down-votes?
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUN
    UnshavedYak
    1 year ago 100%

    Is ActivityPub not open to arbitrary extensions? I thought it was a very loose spec and the only concrete spec is an agreement between instance types. But i've not looked at the protocol closely yet, despite developing around it hah.

    1
  • RedditMigration Reddit Migration PSA: while upvoting exists, to get the "move closer to the top" effect that reddit's upvote had, you need to click boost
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUN
    UnshavedYak
    1 year ago 0%

    Yea, i'm working on my own Fedi software and i'm struggling with the point of boosting in the link aggregator context. It's an odd overlap with Reddit-style reposting to appropriate subs, but based on the user.

    It makes sense in the Twitter UX, but i struggle to find it's place in the Reddit UX.

    0
  • blender
    Blender UnshavedYak 1 year ago 100%
    Blender 3.6 LTS Released www.blender.org

    Blender Foundation and the online developers community proudly present Blender 3.6 LTS!

    1
    0
    chat Chat non-stickied PSA: Beehaw has signed the Anti-Meta Fedi Pact
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUN
    UnshavedYak
    1 year ago 100%

    Yea, i'm not sure how much benefit of doubt we should be handing Mark Zuck of all people. There's few people in the world who make their intentions more clear than him. Not that i'm trying to paint him as evil, i'm not and i don't think he is, but i also see no reason to expect self-run instances to offer an olive branch to him.

    We should be vary paranoid about Embrace Extend Extinguish in these communities.

    32
  • kbinMeta /kbin meta Kbin upvote vs Lemmy upvvote
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUN
    UnshavedYak
    1 year ago 100%

    I'm (as a dev experimenting with the fedi) more interested in the features each platform adds to the fedi and ensuring we have consistency. Which is probably included in what you said, i'm just being explicit.

    Ie regardless of if it's an upvote or a star, hypothetically it should have a similar effect in all platforms that federate with that value. If it modulates score in an algorithm, it should "mean" the same thing to the fediverse so that it has similar outcomes in all platforms. A silly but extreme example of this failing would be one site upvotes and downvotes meaning opposite things on two implementations - it would be chaos hah.

    I hope (but don't yet know until my implementation is further along) that Like and Boost are functionally different. I also hope no ones implementation is conflating them.

    Either way interesting times and i'm excited to see where we take it :)

    3
  • fediverse Fediverse How do server upkeep costs look like for fediverse stuff?
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUN
    UnshavedYak
    1 year ago 100%

    I'm on mastodon.art and donate $1/m, same story. It's only a handful of people that donate (hundreds, but still - much smaller than the thousands of users) and we cover the bill.

    Though, this is also why i'm experimenting with custom Fediverse instance software that prioritizes low cost operation. I think Fedi would be better off if it wasn't a huge lift to figure out hosting. There's enough challenges in hosting instances, it would be nice to reduce as many as possible.

    4
  • kbinMeta /kbin meta Introducing https://feddit.online, a new KBIN server
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUN
    UnshavedYak
    1 year ago 0%

    So you're running a local DB and backing up the external drive? Neat. What about static storage? Images/videos/etc? How are you handling backup?

    I'm interested in this space because i'm writing an experimental ActivityPub client and one of my goals is to make it "as cheap as possible" to run a micro-instance. I plan on exploiting a single directory, sqlite and file storage, that users can just rsync or backup however they wish. Cheap is tough hah.

    0
  • kbinMeta /kbin meta Introducing https://feddit.online, a new KBIN server
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUN
    UnshavedYak
    1 year ago 100%

    DB would be a big one, no? Not sure what Kbin is using, but DB costs tend to be meaningful as well, especially since depending on how the app is designed the usage requirements can sort of parity the app hosting requirements itself. Plus storage, but that can be more variable depending on how robust you want it to be. Ie S3 is pretty robust but it's expensive, etc.

    4
  • PCGaming PC Gaming Dota 2 is moving away from the battle pass model as Valve says there are better uses of dev time and most players 'never buy' one anyway
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUN
    UnshavedYak
    1 year ago 100%

    I actually like them when there isn't a time limit. Chivalry 2's battle-pass-thing is nice for that reason. It's just something i can throw on while i play normally with no grind

    4
  • RedditMigration Reddit Migration [rant] Why is this so hard for people?
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUN
    UnshavedYak
    1 year ago 100%

    Yup, it's like email but take away recipients. Yea, there's sorta recipients, but you don't really know who it's federated with/etc. We (foss devs) need better optics here. UX is difficult, though i welcome ideas.

    8
  • kbinMeta /kbin meta How does reputation work on kbin?
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUN
    UnshavedYak
    1 year ago 100%

    Seems kinda wonky. I'm working on writing my own flavor of an ActivityPub client. Is there somewhere you know of that this is being discussed, developed, etc? Iirc ActivityPub itself doesn't define this, right? I figure what we're talking about here is just the data model some apps have created within the ActivityPub spec - and by keeping it consistent apps can federate with each other. I'm curious on advancement of that model to introduce new concepts and features but retain some compatibility.

    2
  • rust Rustlang Which IDE/editor are you using?
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUN
    UnshavedYak
    1 year ago 100%

    Not, at the moment. Configuration is pretty good, it has really good defaults (LSP/RA integration/etc), but Plugins are still being designed.

    1
  • lemmyworld Lemmy.World Announcements Anti-mod brigading going on within reddit?
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUN
    UnshavedYak
    1 year ago 100%

    This is the way. Tons of people will stay on Reddit, Reddit will be fine. Just look at Facebook, how long it has lasted and what it has done, etc. Reddit is the new Facebook (platform, not company) and tons of people will be fine sticking with it. That's okay.

    The beauty is we have options, and we're working to improve those options.

    4
  • youshouldknow You Should Know YSK that kbin.social is now federating, adding hundreds of communities and ~26k more users content
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUN
    UnshavedYak
    1 year ago 100%

    Which is exactly why this is better than Reddit. It'll definitely have growing pains and long term UX warts, but not being siloed and leashed to someone like Spez's decisions is a really great feature of the Fediverse.

    7
  • youshouldknow You Should Know YSK that kbin.social is now federating, adding hundreds of communities and ~26k more users content
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUN
    UnshavedYak
    1 year ago 100%

    Oh, i actually didn't know Kbin (despite these posts lol) was being seen from Lemmy. Iirc when i first saw Kbin a few days ago, Kbin could see Lemmy but Lemmy couldn't see Kbin. Ie it's like it was a partial federation.

    I'm curious on if that was accurate and if it was, what caused it in a technical sense. Given i'm a dev working on some ActivityPub stuff, i'm quite interested in it. Though i've not yet used the spec, clearly hah.

    8
  • lemmyworld Lemmy.World Announcements Rexxitors: don't delete your posts and comments, make a statement!
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUN
    UnshavedYak
    1 year ago 100%

    /shrug, no idea - lots of people here are saying "deleting" and meaning "deleting" lol. I advocate using edit terminology when you mean edit, delete when you mean delete. Appreciate the edit-delete clarification

    2
  • lemmyworld Lemmy.World Announcements Rexxitors: don't delete your posts and comments, make a statement!
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUN
    UnshavedYak
    1 year ago 100%

    I disagree. Editing the post to be useless to Reddit, but reflect whatever message you want to tell (say, moving to Fediverse) is the best way to "show Reddit".

    You can say more than just going away.

    2