

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
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
i’ve been using http://playit.gg/ to set up a simple proxy that i can share with my friends! You just forward the port that jellyfin uses and share the link (and it works for all manner of other servers)
I’ve been using the fork Outertune, which seems more compatible with youtube music sync across devices, if you care about that
Real RTCW is available on steam for free with a bunch of user-made campaigns (+ other mods) on the workshop, 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
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:
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
If there is going to be an apk release, will there be support for Android TV as well? Thanks for the hard work!
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.
I was worried about this and had to check, the executive order text has a section which states it only applies to those born 30 days after the signing of the EO. Who knows what the fuck the supreme court will extrapolate that to, though.
My first projects were super janky gui stuff that was ported over from Java (very similar syntax, but connected with the visual studio built-in gui editor) and improved to a proper “c#” style using resharper (a jetbrains tool that boosts the capabilities of visual studio) Nowadays you can get a free version of Rider that will include those style tools, so I’d recommend that. But if you use Visual Studio, you can create a Winforms project which can let you drag components to make UI and easily assign code to events. If you are used to raw HTML webpage creation, you might be able to get away with using something like WPF or (cross platform) Avalonia to make a UI, but these are a bit more intense since they use something called the Model-View-Viewmodel framework. It needs you to know how to ‘bind’ variables to events using the observable class, which can be tricky the first few times you use it. I’d look into picking a simple project where you can learn how to use classes effectively (C# is based around Object Oriented Programming much more than bash and self-taught Python would cover). Also would recommend following some of the very simple Unity tutorials to get a handle on the syntax, such as the Unity-made Roll-a-Ball tutorials. These tutorials show the concepts for class-based design and overriding functions.
Have you tried out any romhacks? the ones coming out recently are great! launchers like parallel launcher integrate with websites like https://romhacking.com/ Whole new experience of the game with new moves and scenery.
Thanks for the Canta recommendation!
The team for black mesa is working on Black Mesa Blue Shift, where you play out half life 1 through the eyes of Barney! I have been meaning to go through the latest chapter that was released. It is on the steam workshop for black mesa.
I have been trying to figure out how to combat this bullshit argument succinctly. So far I am at this:
If you vote for a person, it tips the ratio of votes they recieve (which is the only important thing in our system) in their favor. If you vote third party, not only does the ratio of votes between the two forerunners not change, but you completely throw away your representation.
The way the system is set up right now means that only half of the voting population is even represented by the elected person.
Cards against Humanity is using a referral code to force elon to pay into their new dem super pac! it only applies in certain states, though.
from https://www.apologize.lol
Is there some way I can force Elon Musk to pay $47 to Cards Against Humanity PAC?
Funny you should ask! If you’re a registered voter in PA, GA, NV, AZ, NC, WI, or MI, just type your name into this dumb website for his PAC, put “MuskIsDumb@cah.lol” as your referrer, and they’ll be legally obligated to pay us $47.
if you could get used to it, thumbkey has this feature.
The only game I am having issues with is fallout london. For some reason, even with a dlss upscaler mod, it runs at half the fps that it does on my windows :(
Most useful things i found in wsl that made it not feel like a vm is knowing the wslpath command, and the fact that it can execute any exe such as explorer.exe (which works for even wsl directories). those two things let you use sed/grep/awk on files in windows and execute any exe on stuff in linux.
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.