Elvith Ma'for

Former Reddfugee, found a new home on feddit.de. Server errors made me switch to discuss.tchncs.de. Now finally @ home on feddit.org.

Likes music, tech, programming, board games and video games. Oh… and coffee, lots of coffee!

I � Unicode!

  • 1 Post
  • 479 Comments
Joined 2 years ago
cake
Cake day: June 21st, 2024

help-circle
  • Using Fedora - sometimes akmods fails to build the kernel module after a kernel update, but that’s fixed with a single command (sudo akmods --rebuild --force) and a reboot. Besides that, it’s been rock solid.

    On OpenSUSE I had constantly problems. But I heard that they release Kernel updates faster and sometimes the NVidia driver isn’t ready yet for the new kernel.

    It might have been another story with the old driver architecture…




  • Just to add insult to injury for the cited statistic: they only count delayed trains. If a train has accumulated too much delay, they might stop it and make it turn around and it never completes its journey. This will count as a cancelled train instead of a delayed train and thus it is not counted as a part of that statistic… So the reality is even worse than you’d expect.







  • I mean I get the idea of the forced restart and the general waiting time - assuming a scammer wants you to install a “side loaded” app, it will disconnect their call with you, of they’re calling you on that phone. Same for a waiting period that forces the scammer to either hang around on the phone with you for a long time or to call again some time in the future.

    But 24h?







  • If the domain starts with xn- it’s a telltale sign, that it’s a punycode domain name. Read: it does contain characters that are not ASCII characters. This is done as domains need to be ASCII only. The format of these domains is usually xn--allASCIIcharacters-allNonASCIIcharactersEncoded.tld. Example: täst.com is xn--tst-qla.com.

    If you manually type such a domain (containing characters like äöüéèçč…), many browsers will still display what you entered, but convert the domain into punycode in the background before connecting.

    You can decode the domain of this post and it results in マリウス.com.





  • The most current NVidia driver generation needs special setup for secure boot. But IIRC it doesn’t support the non RTX cards anymore. And sadly I can’t remember how to set up the older generations.

    For the newest you need a setup that compiles and signs the Kernel module of the driver and you also need to manually import the (generated) key into your UEFI to allow secure boot to succeed. The former is usually mostly automated by your distribution, but the latter need to be done by you manually.