• 1 Post
  • 46 Comments
Joined 1Y ago
cake
Cake day: Jun 12, 2023

help-circle
rss

As some people poined out, I was talking about VK. A Russian social network that ended up in the claws of Russian government, which in turn ended up in massive political repressions of it’s userbase for posting “wrong” things.

He then made Telegram and used Russian government’s attempts to block it as a PR compaign. I guess that’s what made it so appealing at first, but now French government stepped in and we are going all over again.


The guy has a history of making something that looks good and then selling it to governments. I’m surprised people took the bait for the second time.


That’s some good data! I’m mostly interested in filtering by Linux support and latency/accuracy measurements. Some of them are very helpful, thank you!


Looking for a gamepad spec aggregation site
I'm looking for a website that aggregates specs for gamepads/controllers. For example, for VR headsets we have [VRcompare](https://vr-compare.com/). Does anything similar exist for gamepads?
fedilink

You can add mpv to FreeTube as an external player. With yt-dlp, it supports playing YouTube videos directly and in any quality. It also has a plugin for SponsorBlock integration.


Usually the methods are not shared because streaming services would go out of their way to break them. Just like Youtube breaks yt-dlp every now and then. But Youtube is too big to implement any serious protection, so, downloaders usually win. I heard Crunchyroll is ripped via their mobile app, albeit modified. But specifics are better left in the dark.


It’s just a domain name, it has nothing to do with sites being safe. Just as any other site, they may be malicious, may be not, depends on who runs the site.


I guess I’ll just add you guys to the “overzealous Witcher fans” and consider my point valid.


Yea, Croatia is the only place it got widely used. Is it some kind of historical elective course in Croatian schools? Been a coupe of times in Croatia, never seen Glagolitic in the wild, though. Maybe wasn’t looking good enough.


There is no single person responsible for Cyrillic script. It is mostly believed to be created by mixing and changing Greek and Glagolic scripts by the scholars of Preslav Literary School, which was indeed in Bulgaria. After a while, Peter the Great changed it a lot. And then Stalin stomped out almost all the deviations in the usage of the script.

The last part is mostly why it is considered Russian. A lot of languages suffered because of Moscow just forcing them to use the version of Cyrillic that Russians were using.


It’s a dead script that was not that common in the first place, in Kievan Rus’ it was even used as a form of encryption in XI—XVI centuries for how little spread it was. It is also very different from modern Cyrillic. So, saying “most Slavs don’t know how to read it” is a bit of an understatement. Noone knows how to read it, apart from some linguists and overzealous Witcher fans.


Nah, Georgian is arcs and circles everywhere, like this: ეს ქართული დამწერლობაა.



I’ve used VLC for an incredibly long time, until I found about mpv about two weeks ago. It’s both a lot lighter and packs a lot more utility. I can finally frame step backwards and see millisecond timestamps! The only downside is that you have to do a bit of tinkering with all the configs and plugins, but it’s so worth it.


Not to invalidate the point made, but…

While Japanese indeed uses question marks, you can get screwed if you think that every sentence without a question mark at the end is not a question. For example, this is a grammatically correct question:

それは質問ですか。


Apple products are usually easy to use and hellishly restrictive, preventing the dum-dum user from breaking it. Phones that run under Android allow for much more customization and utility, to the point you can “soft lock” your OS.

Apple is less functional, easy to use, hard to break (software-wise, at least). Android is more functional, though requires skills to get to the functionality and not break anything.

Meaning those with the skills use Android. Thus, skill issue.



If you want to try a simpler MOBA, try Heroes of the Storm. The game does not get any love from Blizzard anymore, but out of all the MOBA’s I know, it has the least minimal knowledge required to play.


MOBA as a genre didn’t come from WC3. There were quite a lot of predecessors to DotA, both in WC3 itself and in first StarCraft, namely Aeon of Strife is believed to be the first popular MOBA custom map out there.

Blizzard didn’t decide that quirks of WC3 engine are dumb. Yes, they wanted to make a simpler MOBA, but the main reason for lack of funny stuff from WC3 is that they used Galaxy engine for the game, the same one StarCraft 2 was built upon.

And HotS feels less complex not because of Galaxy’s vs WC3’s quirks (the former has plenty, too), but because of lack of gold and shop, shared experience and an actual tutorial at the beginning of the game.




Well, if you stop listening to people who think it’s a way to get really rich really fast (which it obviously isn’t), cryptocurrencies are quite useful. International transfers are so much cheaper and easier with them.



As far as I know, Minecraft itself is avaliable for download publicly, you don’t even need to patch it to play. You just need to supply it some fake account data and tell it to work offline.

No official servers support, of course, but that’s about it.

The funny thing is, this mechanism came from Mojang, and at this point they can’t even do anything about it. If they stop providing downloads without an account or implement some anti-piracy features, people will just use the latest official version and mod it. And it may be not even the latest one, there are tons of players on 1.7.10 and 1.12.2, just because modders love them.

Sure, they can try and push their Bedrock version… But nobody is playing on that piece of crap.



I believe you can remove (default) with -disposition:stream 0 so, if you have three subtitle tracks, all marked as default, and you want only second with that mark, you’d do something like this:

ffmpeg -i input.mkv -c copy -disposition:s:0 0 -disposition:s:2 0 output.mkv

And if you want to mark a stream as default, you do -disposition:stream default.


I assume it creates some sort of save file in the current working directory?

You may try changing the working directory via batch script, if you’re on Windows.

Make a text file, name it something like launch.bat (the actual name may be whatever you want, just make sure you leave the extention .bat) Paste this there:

@echo off
cd /d "%~dp0"
start "" "game.exe"

Be sure to replace game.exe with your game’s .exe filename. Don’t delete any double quotes, they are important.

Put this text file near .exe file of your game, and make a shortcut of it to your desktop. You may rename a shortcut and choose an icon from your game’s .exe file to make it pretty.

After that just launch the shortcut as you normally would. If I’m correct, the game should create it’s .bin file in the script directory and not in your desktop.


Did they play through genocide? If not, then you can play it yourself for an extra bit of content and the banger music it provides.


I doubt yt-dlp supports Soundcloud metadata. One possible solution is just running your music through MusicBrainz Picard to restore the metadata.


Probably not, if we’re speaking about the next adapter in the line. They both use 4 pins, and there are no active conversion in the adapter itself, it just connects the pins like this:

USB ↔ PS/2
+5V ↔ +5V
D-  ↔ D
D+  ↔ CLK
GND ↔ GND

So, as long as next adapter is not doing something funny with PS/2 signals, it should be ok for bare USB 2.0 connection.





If there is no encryption involved, you should be able to unpack them with 7zip without any mounting and then convert with ffmpeg to a format of your liking. IIRC, DVDs usually consist of a bunch of VOB files. You can just cat them all together and then send directly to ffmpeg.


Might depend on where you were learning.

On paper, when I was learning Descartes’ coordibate system, we used Y as up and X as left-right. And when it was time to plot in 3D, we used Z to “extend” the plane into yourself and away from yourself.

You just hold your sheet of paper perpendicular to the ground (or just use a whiteboard) and it all makes sense.


You don’t need to check female port orientation, it’s always the same, pins inside the port are looking at the board the connector is soldered to. Of course, unless manufacturer decided to do something funny, but no standard is protected from that.


Except it’s a proprietary piece of junk stuck on USB 3.1 (and I love my thunderbolt connectors too much to let it slide), that can’t offer proper power delivery because of power pin literally burning out.

The only thing they did good is fixing the need to check cable orientation before inserting it (yes, you don’t have to try three times, you can just actually use your eyes, USB-A connector’s orientations can easily be told apart just by two square thingies on each of it’s sides).

But as USB-C came out two years later, it wiped the floor with lightning. Anyone saying otherwise is either insane, didn’t read the specs or purposefully misleading you. And only now Apple is switching over. Freaking 7 years later. Though, not because they realize how inferior their connector is, but because they were made to.


If I ever have to write some kind of huge load balancer, I’ll do my best to call it “The Queen Bitch of the Universe”.


Because math works with Y up. Physics steal from math, engeneering steals from physics, so, here you are.

What I can’t get is imperial measurement system. Apparently, nobody but americans can. And that stuff is far worse than Y and Z switching places.


And then there will be another fork that does something about their something. Just like what happened to Vanced, for example.


Good is an incredibly subjective term. May be you can try Control. Or, if you’re into rythm games and metal, I’d recommend Metal: Hellsinger.