steersman2484

@steersman2484@sh.itjust.works
0 Post – 66 Comments
Joined 1 years ago

Did you open it without the backplate on?

Anyways this is crappy anti consumer design by the manufacturer.

2 more...

I broke a hinge myself that way, learned it the hard way

Then why is this the subtitle:

The apps identified have since been removed from Google Play, but make sure you didn't install one.

But only if you don't look

Squash me later

4 more...

If it brings me a few minutes more battery life on my steamdeck, it is worth it

But you can just change the default download location to /tmp on firefox. Or you can choose ask me every time and set /tmp as your favorites, then you can reach it with a single click.

I don't know if this fits your use case

6 more...

Please put your code between tripple backticks in a seperate line above an below your code. Single backticks are only for inline code like this.

To answer your question, the %.2f means it should only print two digits after the decimal point.

You can also use some other variations like this:

  • %2f print the number at least 2 characters wide
  • %5.2 print the number at least 5 characters wide with a precision of two digits after the decimal point
  • %05.2 the same as above, but fill leading digits with zeros

This is just formatting, play a bit around with it and you will get it.

If you create an image of the disk in the current state from a live boot or an other machine. You can try fixing it without having to risk making things worse

Most of them don't go over 20kHz as this is the max a human can hear. The lowest 5G frequenzy is 450MHz, therefore no, even if you would use sound as a medium.

if (theorems_for(free))
    make_instance_of(x, String)
3 more...

So many forks for something that can be solved entirely with bash inbuilts

Just mount it to a fixed location in /etc/fstab, but use a mount option like nofail or nobootwait (quick search showed that this is the option for ubuntu users), so your machine still boots when the drive is not connected

6 more...

I always use 99% Isopropyl alcohol for stuff like this

I don't think that most people will care

3 more...

Nix is a functional programming language / package manager, which allows you to build software reproducible.

For example, one developer has version 1.1 of a dependency installed and a second developer has version 1.2 of the same dependency installed. Both build the software from source and get a different result.

This can lead to "but it works on my machine" bugs. Nix mitigates this and ensures that all devs have the exact same versions and the build process produces the same output.

In theory these kind of bugs can now only happen because of hardware fault.

For game piracy this should streamline the installation process. You can just run one command and the game works and you don't have to tinker around to find out why it does not work for you.

I agree, but the thumbnails are nice.

There are no imports, these are type annotations

8 more...

Yes, in functional programming you want to use pure functions. Exceptions are impure, therefore it has to be declared.

Other functional languages don't even have exceptions

4 more...

Just use any distro you like and install the packages you need. Done.

Yes, opensource doesn't magically fix all vulnerabilities. But it is for sure way better then closed source, where you don't have a way of auditing the code

Did the same in school on a Z80

I'm prette sure they have to send the metadata to the client where an ad starts and ends. Just to make the ad clickable.

Timestamps can be calculated on the server, but maybe there will be an api endpoint that can be abused to search for the ads.

I feel you bro and I'm not on the spectrum

1 more...

I would remove the keybinding Ctrl + Alt + T for opening the terminal in the README for distros like Arch and Gentoo.

It depends on the installed DE/WM and can be incorrect depending on the users config

I thougt this is a standard feature, at least deluge and qbittorrent can do it.

+1

Also it is pretty simmilar to KISS and also Open Source

The encryption on Android devices is pretty strong, as long as you use a good screen lock you should be fine. Yes they can reset you phone, but accessing your data is a whole other level.

If I had illegal shit on my phone, I wouldn't send it to apple servers by using an iPhone. They are the first who would comply with a surpena. I'd use GrapheneOS on a Pixel and use an obvious duress pin like 1234. If entered it wipes your encryption keys and avoids restoring your data.

And if it gets stolen, it is gone and I'd get a new one. This is the cost of having proper opsec.

Edit:

But I also think that freedom allows for more exploits.

This is a common misconception called security through obscurity

1 more...

Graphene just changed it to be enabled by default

But maybe they hat this feature earlier than AOSP

I just use the browser to get the games

Use libgen

Edit: you can also check the FMHY Wiki for sources.

10GB or GiB?

2 more...

You can check the SponsorBlock FAQ about this. They do not need to do additional reprocessing

My grandma has a house, where a part of it was built by the romans

You could try Puppeteer, but I don't know if you can check third party cookies.

Also I can recommend using Apache Airflow for automation. It is like a fancy crontab with a webui and email notifications, and lots of other stuff.

I agree on your take, but I don't think that "future scaling" is a concern for the most home users.

2 more...

I mean it is similar confusing

+1 for nix, but I wouldn't recommend it as a first distro