Well... I once tried to just copy the pdf into a .txt file that I then opened into firefox, but it seems to not translate .txt, thought it may be cause they are not HTML.
marius851000
I’ve been using for a few months. Here is my opinion:
- Translation quality is still far from good, but is good enought to be understandable.
- Can’t translate PDF files (hope it could do it in the future, even if that mean reflowing it)
- The extension allowed to keep translating this tab. That’s a future that, in my opinion, would be highly appreciated in the built-in translator (instead of enabling the "always translate").
- The language choice doesn’t correspond with what I usually need (which is chinese. But I know chinese is notably hard to translate.)
- It seems that translation into french first goes thought a first pass of english translation. While this still produce readable result, targeting english is for now probably the best option (even thought the cost of implementing a new language translation pair doesn’t seems too high, I understand they might prioritise adding more language, at least for now. Actually, I should probably contribute to this myself if I care as much about it)
That seems pretty interesting mix of the performance of Wifi with the more multi-connection side of Bluetooth. I have yet to see what would support it (or even if there is a generic protocol for things like headset, game controller, screen, remote, media player, etc), but it seems to be the missing technology for wireless haptic feedback controller on PC.
(edit: yes, joycon can do it, but it’s a special case where they does not pass raw audio)
When you have a website, you also provide the processing power for executing JavaScript and rendering HTML+CSS.
Why they would prefer an app (that's by definition less compatible) is unknown for me, but I can attempt to guess it's simpler for some reason.
ISP can’t block it easily if it’s on I2P, something akin to TOR but also kinda different. Thought going against the hoster is totally possible if not anonymous (and there actually are already piracy (torrent over I2P) website on that network)
That’s actually a pretty good idea, thought It have some defect, in particular, each ActivityPub server have a limited view of the whole network. While it is usefull for avoiding abuse, it also have the downside that you can’t search for the whole thing that’s published on a platform.
But that could be solved with what is called backfilling (that Matrix does incredibly well). Sepia search (for Peertube) also does this.
Mixing ActivityPub with backfilling would be a really good idea. You can share metadata of ressources, have multiple instance, admin could block abusive website, and searching the whole site would be possible.
Maybe I’ll go study what already exist on this side.
(as an aside, Tribler does something similar to that, but only for Torrent and P2P)
Thanks a lot, exactly what I thought was missing (without taking the time to implement it myself). Will switch to experimental/git/unstable as soon as I’m back home.
It is possible to deploy a lemmy server via a NixOS option. It's under services.lemmy, see https://search.nixos.org/options?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=lemmy
You could always try to improve the packaging (there is an issue I had, but a ticket was already open and should be fixed at worst in the next version of lemmy, which was released a few days ago if I'm right)
Of course, everything that make NixOS server hosting will making hosting lemmy with nixos easier, but most of the trouble I had with setting up my server a few years ago was understanding how to configure and run the DNS server on it.
Usually, maintaining a server doesn't take much time once set-up. I personally use NixOS to manage my server, but it's very complicated, and I would not recommend it to a non-developer. However, there is tools/OS called YUNoHost, that is able automatically set up a bunch of services including lemmy and mastodon.
They also provide a free third level domain name (or can use your own, but do it before installing Mastodon or Lemmy, as it'll break federatio.), but you'll need to provide a server. You can rent one (I use an OVH VPS), but you may also just use a spare computer at home, or buy a cheap one (Everything that isn't a slow HDD should work well). I'm unsure about what capacity you need to plan for storage thought.
You should also probably make sure your ISP provide a static IP (that may disabled by default) and that they allow to configure port forwarding (can be found in the router settings usually).
Also, don't forget to set up an automatic backup system. YUNoHost probably recommend something in that matter.
I indeed find said NEW algorithm to be more diverse, thought I prefer the hot view (or at least I would if it were more diverse).
The table that store upvote is named comment_like
and post_like
. Here, you have the vote’s unique id, the local user id that is linked to the it’s "global id", the local post id which is also linked to it’s "global id", the value of the vote (+/-1) and the date.
So votes are indeed totally not anonymous.
(and I run my server sinces less than a week, and the sum of entry in the two table is of 114 950 votes. Certainly enought for doing a bunch of analysis.)
Example of datas for the comment vote table (ids has been changed)
id | person_id | comment_id | post_id | score | published
-------+-----------+------------+---------+-------+----------------------------
1 | 10 | 3 | 61 | 1 | 2023-06-17 20:01:20.948684
2 | 34 | 1 | 22 | 1 | 2023-06-17 20:01:26.346783
3 | 12 | 2 | 54 | 1 | 2023-06-17 20:01:27.627144
4 | 20 | 7 | 91 | 1 | 2023-06-17 20:01:36.570636
According to this article, NVidia has a 80% market share over Discrete GPUs. https://wccftech.com/nvidia-retained-80-discrete-gpu-market-share-amd-20-in-q2-2022-despite-gaming-revenue-losses/
That certainly count as monopoly (wonder how igpu goes, but I’ll guess it’s AMD’s who’s first).
Plus they tried to buy ARM recently.
And in France, it’s not monopoly that’s illegal, but company in such situation have more legal restriction due to their potential bad influence on the market compared to smaller companies.