

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 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)
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)
If there is going to be an apk release, will there be support for Android TV as well? Thanks for the hard work!
I think you can add https://lemmyverse.link/ before the shared url without http
https://lemmyverse.link/lemmy.world/post/24313503
is an example. I saw div0 using this, seems handy! Doesn’t quite work with voyager, though unfortunately
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.
Thanks for the Canta recommendation!
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 :(
https://youtu.be/sKouPOhh_9I?si=OLox9yOOiyQhhoTJ just got to remake your worldview
I usually run the installers in bottles if it is a repack, then you can add the installed program to steam and make it look nice with steamgriddb. bottles lets you run just exe as well. if you name the game in steam to the steam id #, you can even get the official and community controller layouts
Correct, subtraction and division are not associative. However, what is subtraction if not adding the opposite of a number? Or division if not multiplying the inverse? And addition and multiplication are associative.
2-2-2 can be written as 2 + (-2) + (-2) which would equal -2 no matter if you solve left to right, or right to left.
In your example with the formula from right to left, distributing the negative sign reveals that the base equation was changed, so it makes sense that you saw a different answer.
2 - (2 - 2) = 2 + ((-2) + 2) = 2
I’ve always heard it that way too but I think it is for consistency with students, imo Logically, if you are looking at division = multiplying by inverse and subtraction = adding the negative, you should be able to do it both ways. Addition and multiplication are both associative, so we can do 1+2+3 = (1+2)+3 = 1+(2+3) and get the same answer.
Not quite, pemdas can go either from the left or right (as long as you are consistent) and division is the same priority as multiplication because dividing by something is equal to multiplying by the inverse of that thing… same as subtraction being just addition but you flip the sign.
8×1/2=8/2 1-1=1+(-1)
The result is 16 if you rewrite the problem with this in mind: 8÷2(2+2)=8×(1/2)×(2+2)
The problem with this is that the division symbol is not an accurate representation of the intended meaning. Division is usually written in fractions which has an implied set of parenthesis, and is the same priority as multiplication. This is because dividing by a number is the same as multiplying by the inverse, same as subtracting is adding the negative of a number.
8/2(2+2) could be rewritten as 8×1/2×(2+2) or (8×(2+2))/2 which both resolve into 16.
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