"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHO
Jump
Kitchen (done): upload for requests
  • invicticide invicticide 3mo ago 100%

    I really like this design. Well done!

    2
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLE
    Jump
    How does the Subscribed feed actually work?
  • invicticide invicticide 1y ago 100%

    Looking at it on my desktop right now, I'm seeing everything I'd expect, for both local and federated communities. Most typically lately, I'm browsing on my phone, but that's just hitting my instance directly via mobile Firefox, not using an app, so I can't imagine that would have meaningfully different results.

    Sounds most likely that this is just a perceptual thing where I'm not consciously realizing that communities Y and Z are posting way more frequently than community X, making me feel like I'm "missing" posts from X that are then trivially found when I go to X directly.

    I'll keep an eye out for this a bit more consciously for the next little while and see if that's what's actually going on.

    2
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLE
    Jump
    How does the Subscribed feed actually work?
  • invicticide invicticide 1y ago 100%

    I'm sorting by New. My expectation was a linear chronological feed of posts across all subscribed instances. And yeah, I'm still missing some posts in that view.

    6
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLE
    Lemmy Support invicticide 1y ago 100%
    How does the Subscribed feed actually work?

    I've been using the Subscribed feed as my default view for a while. I understand that this is exclusively content from communities I've subscribed to, but it also seems to be be some _subset_ of that content. If I go into an individual subscribed community, I almost always see a bunch of posts that I don't see on the Subscribed feed at all. How does Subscribed choose which posts to show and how to order them?

    5
    6
    Are there others like me?
  • invicticide invicticide 1y ago 100%

    Yeah, this is me. Coming up on two decades in game dev, and I've always cared way more about building things that are genuinely robust and also make sense to humans, but everyone just wants "fast and cheap", thinks documentation is a waste of time ("you can just talk to people"), doesn't understand "tech debt" as a concept at all, and refuses to prioritize tools work because "it's not player-facing".

    All software is rushed software.

    8
  • QOTD: If you could go back in time, what advice would you give your past self before you started making games?
  • invicticide invicticide 1y ago 100%

    Do not, under any circumstances, attach your sense of self-worth to your games.

    Never make game development your identity. Let it be a thing you do, not a thing you are.

    Build a community outside of game development as soon as possible, even if you're an introvert. You won't understand why this is so important until the day you need it and don't have it.

    4
  • registerspill.thorstenball.com

    > Computers can create and destroy entire worlds in one second. One second is multiple billions – billions! – of executed instructions. One second is an eternity for a computer. > Yet I sometimes wonder whether one second is the smallest unit of time most programmers think in. Do they know that you can run entire test suites in 1s and not just a single test? Do they know that one second is slow? Seeing how slow modern software can be, on modern hardware, just makes me sad sometimes. I really feel this person's pain, including the slow creeping insanity of "how is nobody else noticing/bothered by this". 😓

    65
    17
    git
    Git 1y ago
    Jump
    Why SQLite Does Not Use Git
  • invicticide invicticide 1y ago 100%

    This is the first I've ever heard of Fossil, and it honestly seems really interesting! Having the executable be both the local CLI for working on the repo and the server for providing the whole GitHub-esque suite of services in a trivially self-hostable fashion is kind of galaxy brain.

    3
  • Soon
  • invicticide invicticide 1y ago 100%

    omg the absolute ~v i b e s~ on that thing 🤩

    2
  • Soon
  • invicticide invicticide 1y ago 100%

    I've been out of the loop for the last ~5 weeks. What's PV?

    2
  • git
    Git 1y ago
    Jump
    Git tip: switch to previous branch
  • invicticide invicticide 1y ago 100%

    This is amazing ♥️

    2
  • Microsoft’s cloud ambitions for Windows could kill off desktop PCs – and sooner than we expected
  • invicticide invicticide 1y ago 100%

    Could kill off desktop PCs

    Linux has entered the chat.

    29
  • git
    Git 1y ago
    Jump
    Git tip: switch to previous branch
  • invicticide invicticide 1y ago 100%

    You can do what 👀

    10
  • So where are we all supposed to go now?
  • invicticide invicticide 1y ago 100%

    and more importantly how hard it is to find anyone and anything else once you’re there

    I find this perspective fascinating. It took me ten minutes to find two dozen Lemmy communities of interest, about 2/3 of which were on other servers than my home server. On Mastodon, it similarly took me ten minutes to follow a bunch of hashtags that sounded interesting, and it's trivial to follow new people from those hashtags too.

    I get that "it works on my machine" is never a very good excuse for dismissing someone else's perspective, but I struggle to see what's so much harder about the Fediverse vs Twitter or Reddit. I guess there's the thing with Lemmy/Kbin about opening posts from your own instance so you can properly interact with them, which is weird, sure, but there are also like half a dozen solutions for it already, and they're only going to keep getting better with time.

    I feel like the Fediverse got a reputation for being difficult because somebody freaked out about picking a home server once, and now that reputation has become a self-justifying argument that "Fediverse is too hard" that gets parroted by people who haven't even looked at it yet.

    2
  • YSK: Feel like you only see the same 2-day old content? At least on lemmy.world, you can change your homepage's default sorting type & scope to "Hot" and "All"
  • invicticide invicticide 1y ago 100%

    I recently switched to sorting by New, which sounds insane coming from Reddit, but Lemmy is much smaller right now, and New is actually viable and interesting.

    I'm sure with more growth that will change, but it's definitely kept my feed fresher and more interesting than either Active or Hot.

    (This does of course assume that you're subscribed to a reasonable number of communities you're interested in.)

    2
  • Why do some login flows hide the password field until after you submit your username?
  • invicticide invicticide 1y ago 100%

    Ah yeah, this makes sense.

    I have seen other services include an explicit SSO link under the user/pass form, which IMO is clearer what's actually going on, but I'm sure that structure hopelessly confuses lots of less technical users, too.

    1
  • Why do some login flows hide the password field until after you submit your username?
  • invicticide invicticide 1y ago 100%

    Yeah, I see this one happen occasionally, and it makes me marginally less grouchy.

    3
  • I see this more and more lately: go to log in to some site, and they only show the username field. Enter username, click Submit, _then_ a password field appears. Enter password, click Submit _again_, and then we're logged in. This makes using a password manager super annoying, because I have to trigger the autofill twice. Is there some security-related reason more sites are doing this? Is it an anti-bot thing? I'm just really curious, because it seems so pointless on its face, but it seems to be spreading.

    90
    20
    Lemmy is being gentrified
  • invicticide invicticide 1y ago 100%

    I'm one of the newer transplants from Reddit, but for the last several years I've only been a lurker there, because I haven't felt like I really fit in with those communities and that culture well enough to fully engage.

    Lemmy feels different, in similar fashion to how Mastodon felt so different from Twitter when I switched over there a year so back. I haven't looked back on Twitter, and I doubt I'll look back on Reddit. The water's way nicer over here, for me.

    I do think it'll take a while for most of the disruptive newcomers to fully bounce off the Lemmy/Fediverse culture, but I also do think they will eventually bounce off it, as long as we all stick to our guns in terms of the culture we want to build, the rules with which we want to govern our communities and servers, and the social norms we want to tolerate.

    There are just going to be 1973629092 tedious arguments about defederation between here and there. 🙄

    5
  • Maybe a controversial opinion, but Lemmy is pretty great as a PWA
  • invicticide invicticide 1y ago 100%

    I'm also finding it really effective. I only hate that backing out from a post is a crapshoot on whether it preserves my scroll position, resets to the top, or reloads the entire feed.

    21
  • Why did you become an engineering manager?
  • invicticide invicticide 1y ago 100%

    I was frustrated by certain aspects of how my team was run, so when that position became available, I applied for and moved into it, thinking I could make some changes that would make the team function better.

    I did make some of those changes and they have helped, but I've also found it really challenging to carry responsibility for delivering things that I can't work on directly. I used to solve problems by writing code; it's much different to solve problems by coaching people.

    I do have stronger relationships with my colleagues now, since I spend more time communicating with them vs. being head-down in code all the time, and that's kind of nice, but I'm definitely missing the hands-on work

    1