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/)NU
Posts
0
Comments
43
Joined
2 yr. ago

  • Followup question, if you don't mind! What still needs to be maintained on the Win32 system on behalf of the Fedora maintainers? If everyone has moved on from 32bit, and the old stuff doesn't change, where is the maintenance requirement? Could we not find a "final" version and leave it static, but still available in the package manager?

    Is it that packaging requirements change for different systems to keep up with hardware drivers/new package managers/kernel removing deprecated features/security vulnerability patches?

  • IIRC, Netherlands tried to limit long term airbnb in multiple cities, but the data has shown that long term rental prices still increase over time. Some cities' airbnb regulation has actually raised rent prices due to the further limited supply.

    More housing needs to be built. Granted, I haven't looked into if there are any limits on corporate ownership of housing, regulations that make contruction more expensive, or what the percentage of communal housing cooperatives/rent-to-buy is, which could also make a difference compared to other countries.

  • I read in another comment that there is a type of rubber bullet that has a steel ball inside- if those are shot at the floor and bounce, the ricochet can result in something like the reporter that needed calf surgery. Either way, it is fucked. Bring a cup like you'd use for football to protect your groin, and I read that skateboard helmets tend to offer more protection from the side and back of your head. I wouldn't bring a kid if there is a chance of armed civil enforcement.

  • We need the people who don't go online, or orly watch corporate news networks and only use corporate social media to notice, get interested and join in. We don't need to tell people in the echo chamber about the shit that is happening, we need to tell our neighbors, coworkers, and local politicians- to let them know that there are people who notice and want change. We won't beat corporate funded media in their game.

  • If you are in a lower tax bracket now then you would be when you retire, put it into a roth. If a high bracket today then tomorrow, put it into a traditional.

    I have only just heard this for the first time and it is interesting to me, what is the reasoning for this? I've been following the pattern of max out 401k match -> max out roth -> send extra to 401k, but I don't really follow the intuition behind either strategy.

  • Permanently Deleted

    Jump
  • Just shared in another comment, instead of doing this you can also use http://playit.gg/ to create a proxy without requiring an account and also not requiring port forwarding. They lease you a domain name, too

  • Not home so I can't try it but do you need to be so specific to match the whole markdown syntax?

    You might be able to get away with

     sed
        
    s/#(\w+%20)*\w+\.\w{2,3}/\L&/g; /#(\w+%20)*\w+\.\w{2,3}/ s/%20/-/g
    
      

    basically, matching #this%20is%20LIKELY%20a%20link.md as opposed to matching whole markdown link

    lowercasing that entire match, then on a search matching stuff that looks like that, replace the %20 with a hyphen (combined into a single sed command). this only fails when an http link falls within the same line as a markdown hyperlink

  • As far as I understand, the training data is closed source. But, the methodology of training is open source which allows independent parties to recreate the model from scratch and see similar results. Not only can you download the full >400GB model using huggingface or ollama, but they also offer distilled versions of the model which are small enough to run on something like a raspberry pi. i'm running it locally on my machine at home with perplexica (perplexity.ai lookalike with searching capabilities)

  • Important information sharing from https://lemmy.blahaj.zone/comment/12627783 !

    Someone on reddit pointed out there’s an OPM rule that makes max payout at something like $25k. Let me go dig it up real quick.

    Because that means a lot of people wouldn’t get paid the full amount and Trump is absolutely the kind of person who would use shit like that as an excuse to not keep paying out. I wouldn’t trust this deal because based on stuff like this it doesn’t pass the sniff test.

    Apologies for (slight retch) a reddit link:

    https://old.reddit.com/r/news/comments/1ice9ml/trump_administration_offering_buyouts_to_nearly/m9pya4z/

    zedextol:

    Per OPM, the federal government can’t legally pay more than $25k, pre-tax. This is another scam. Trump is the literal master of grift. You think he’s gonna make good on this debt after years of not paying his bills?

    Edit: Source below

    https://www.opm.gov/policy-data-oversight/workforce-restructuring/voluntary-separation-incentive-payments/

  • Although I realize something like this might not be possible, i'd love (in a theoretical perfect world) a delegative/liquid federation. where you can "delegate" your blocklist be an aggregate of other people's blocklist, which would allow a community of users independent of any admin to create a decentralized blocklist based upon mutual trust. To word it with an example, if I trust user A, who in turn trusts user B and C's idea of who(/what communities) to block, i'll then be blocking the same people as user B and C.

    It could work in reverse too, if I trust user A who allows anime communities and user B who allows game communities, then I can see anime and game communities. If people trust me, they can see the same thing i'm seeing. Imo that would spur user interaction and make a decentralized way to not put any one person in power. If user B suddenly decides to only trust fascists, I don't have to trust them anymore and those changes would be propagated.

    I don't know if that made sense, so sorry if that explanation is wack! It is loosely based on this concept that I read from awhile ago, for which I haven't thought of the possible downsides.