I think it would benefit from specific communities or content creators adopting it. As long as it’s only general topics (technology, Linux, …) it has basically the same info as Reddit/Hackernews/… but less up to date and less commented. It is useless if you already use those other platforms and probably can’t get ahead this way.
I could see Godot/Blender/… adopt it though. Blender already uses PeerTube. That would help kickstart this place.
The software is great but the people aren’t there.
The late https://animekisa.tv/ has some links
Link to where “WebDev working standards” say URLs should be short? SEO benefits from more info in URL, and so does web browser history/bookmark search. Many platforms such as Reddit and Medium put the title (or part of it) in the URL.
Presenting your opinions as fact and quoting “standards and teaching” when asked does not advance the debate.
You could use itch.io for this: https://itch.io/games/platform-android
You can open it, delete it, then finish reading it. The file will disappear from its folder but of course the data won’t actually be deleted until you close it.
Like this, with bash job control:
$ cat file.txt & rm file txt; fg
Or this, with shell file descriptors:
$ exec 3< file.txt; rm file.txt; cat <&3; exec 3<&-
I think it’s safe to say that GitHub went above and beyond what is required. They prevented people from getting their own data before blocking them permanently from the site, which they did without warning, and apparently even targeted people who weren’t in those countries at all but merely had connected from one in the past. They could definitely do better.
That’s only one instance, lemmy.ml. As per the post, this is not what they are trying to promote.
What are the use cases for federating with Mastodon or Pleroma? I suppose you would not want to see any thread from there in Lemmy, but I am not sure about the other way either. Browsing communities and even threads from Mastodon/Pleroma seems difficult, and ordering by votes (or even showing votes) won’t work, leading to problems.
Is the only use case replying in Lemmy threads from Mastodon/Pleroma, to skip creating an account? (and maybe having favorites/boosts count as upvotes?) This would require copying the link to a specific reply to your client to reply there, which doesn’t seem to me like something people would want to do regularly…
I’m just a bit puzzled because most software and technical docs are written in English anyway, so techies are immersed in it, and those articles in French are just going to paraphrase and/or link to English documents. I have nothing against native French projects and articles being in French, but this seems a bit weird to me.
It is not whataboutism since SystemD is what you’ll use to run services if you don’t use Docker… If I say that mass transit is a terrible idea because it pollutes, and you point out that cars pollute even more, I can’t claim “whataboutism” to dismiss your argument.
Here’s the corresponding page for SystemD: https://www.cvedetails.com/product/38088/Freedesktop-Systemd.html?vendor_id=7971 as you can see there are even more vulnerabilities, which makes sense as the attack surface is even larger.
Lots of example of Copilot regurgitating code verbatim: Quake’s fast inverse sqrt (GPL), copyright headers or the entire GPL license, someone’s “about me” page… This should be enough to convince anyone that, even when they get it to stop proposing “obviously stolen” code (e.g. rename variables a bit, propose code without names in it), it is still all stolen code.
It would be like that if someone had put made-up information on a talk page or their user page. Information in the main namespace is supposed to be patrolled and checked for references, which is the point of the article. Your analogy is dishonest.
[edit: double-posted somehow, sorry]