Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)R
Posts
5
Comments
68
Joined
11 mo. ago

  • There isn't a universal one. A fun fact is that Activity pub, the protocol that lets these applications communicate on the backend, also has a front-end spec for this exact purpose, but no one has implemented it.

  • Agreed, that's what I was trying to say but I'm not great at writing. I've seen this in rust and other languages long before llms

  • I actually disagree, because I've both seen it everywhere and I also work mainly in dotnet, and when I've talked to people about option and result types, the first inclination is to have a .Value, but that defeats the purpose. I've done quite a few code reviews where I was essentially saying "you know this will throw, right? Use .Match or .Map instead".

    I think the imperative programming backgrounds encourage this line of thinking, since one of the first questions I've gotten is "how do I get the value out of an Option? I'm 100% sure it's there." And often, surprise, it wasn't.

  • I feel like I've seen an insane number of error messages in various apps and websites around the unwrap method.

    But this is on a result type, right? I'd figure the point would be that you would match on it and that the unwrap itself, which if my assumptions are correct, is more like get value or throw, should either not exist or take a default value. You shouldn't be able to directly get the value of a monad.

  • I'm so out of the loop on history (ie, an american)

  • I'm not sure what you mean, it's just an rss link to an xml file. Oh, do you mean if you want to be tracked? It has a newsletter you can sign up for.

  • The same way I did - steal from others

  • That's next cloud and the news mobile app

  • I need to make a proper list. Since I'm on mobile, it's easier to screenshot.

  • Deleted

    Permanently Deleted

    Jump
  • Based on old memories since I've been working in mongo lately, after making the UDT on the db side, you make a data table that has the same name, namespace (ie dbo/public), and the same schema as the UDT (better if that could be generated) and populate it in code. Then you execute the db query with the UDT type as a parameter.

    This is better for a few reasons, including not building up a string, but also having the same text means that each query didn't need to be re-parsed and can reuse execution plans. If the query text isn't an exact match, it gets that whole pipeline each time.

  • Deleted

    Permanently Deleted

    Jump
  • Create a user defined table type and use that as a parameter. I'm not sure what the postgres name of that is.

  • Victoria 3 will be a good tell

  • It sounds like you're diving right in. If you go that route, one thing I found was that Ceph wants to work with while drives only, not partitions. I switched to using longhorn so I could take advantage of all of my storage without throwing any away

  • Id say don't go down the distributed software route just yet. An option is to keep the NAS and set up a new computer with your router or whatever handling dns to it for services. You should be able to use NAS storage over the network. It'll be slower, but let's say you put your database on the big one, then it shouldn't be so bad since you'll just make database calls to it.

    There are a lot of options. I'm currently learning kubernetes and all that stuff is a big learning curve, so avoid that stuff.

    My thoughts: you can do some simple dns load balancing between the two servers at whatever level is handling that. Set up a database on the storage server and let the new computer communicate to it over the network.

  • I don't. It's never worked. I try really hard to not say, "That's the stupidest fucking shit I've heard since the last time I came here."

  • Those are the built in templates, what you add is your markdown for your post. You're not actually adding that. It isn't quite click to save, but it's similar. Write freely may be the closest bet for free

  • I haven't been great at it, but I started a couple of years ago. I very much vary in frequency.

  • Fediverse @lemmy.world

    Sebastian Lauwers: "What Lemm.ee’s shutdown means (and doesn’t) for the Fediverse" - Mastodon

    mastodon.online /@teotwaki/114780256363464851
  • Credit Cards @lemmy.world

    Chase is needing the CSP

  • Blogs @lemmy.ml

    Nomading through the US after being gone for a year and a half

    blog.michaeldileo.org /nomading-through-the-us-after-being-gone-for-a-year-and-a-half
  • Self-Published Blog Posts @0d.gs

    Nomading through the US after being gone for a year and a half

    blog.michaeldileo.org /nomading-through-the-us-after-being-gone-for-a-year-and-a-half
  • A Boring Dystopia @mander.xyz

    The covert method Meta uses to track mobile browsing without consent — even in incognito mode or with a VPN

    english.elpais.com /technology/2025-06-03/the-covert-method-meta-uses-to-track-mobile-browsing-without-consent-even-in-incognito-mode-or-with-a-vpn.html