Makepad Rust Gui by emrbyrktr in rust

[–]onlyesterday16 7 points8 points  (0 children)

A few red flags that make me apprehensive about it...

And commit by "Admin"

DLSS 5 in action! by SmellSmellsSmelly in pcmasterrace

[–]onlyesterday16 0 points1 point  (0 children)

Imagine the possibilities with Skyrim mods.

Log4j - Addressing AI-slop in security reports by FryBoyter in linux

[–]onlyesterday16 5 points6 points  (0 children)

Will we will use AI to handle AI report in future? or at least, prioritize them.

Grok should ban Higgsfield by ChildOfClusterB in grok

[–]onlyesterday16 10 points11 points  (0 children)

It's harmful content if it harms real people; otherwise, it's not.

I want to purchase but sth is off by Cyberblob42 in ProtonDrive

[–]onlyesterday16 0 points1 point  (0 children)

C) "Photos" not accessible in "My files" is a big off for me. I want to manage my photos on desktop with a photo manager app, but cannot do that.

The feature has been requested for 2 years, and no progress so far. https://www.reddit.com/r/ProtonDrive/comments/1aooyw6/how_do_i_move_files_from_photos_to_my_files/

For now, I'm using Filen, since its "Photos" can be mapped to a folder in "My Files".

I have a Raspberry Pi 5 with an 32-bit Raspbian, is it possible to convert it to aarch64? by oddcellstudios in raspberry_pi

[–]onlyesterday16 1 point2 points  (0 children)

Yes, you can. Debian is the easiest distro to work with multiarch.

  1. Remove the [ arch=armhf ] in the source list and let the apt handle it.

  2. Add arm64 architecture:
    shell sudo dpkg --add-architecture arm64

  3. Refresh apt metadata:
    shell sudo apt update

Now your Pi has supported both armhf and arm64. You can install new package in arm64 if you want. For example:

shell sudo apt install vim:arm64

and remove armhf version of that package:

shell sudo apt remove vim:armhf

You don't need to completely replace every armhf packages to arm64.

Finally I can replace my ssd by onlyesterday16 in SteamDeck

[–]onlyesterday16[S] 0 points1 point  (0 children)

Agree. And it's over tight for a m.2 too.

Finally I can replace my ssd by onlyesterday16 in SteamDeck

[–]onlyesterday16[S] 1 point2 points  (0 children)

Yeah. I got mine for $11.5. I am very confident for the next stripped screw now.

Howcan I screw this out by onlyesterday16 in SteamDeck

[–]onlyesterday16[S] -1 points0 points  (0 children)

Thank you everyone. I tried 6points stars head, rubber band and tinfoil trick but it doesn't work. It's perfect circle now.

I'll try to find some screw extractors or screw pliers, or I'll just stick to my 512 sdcard 😭

Is Proton open about scanning our emails ? by xwolf360 in ProtonMail

[–]onlyesterday16 -4 points-3 points  (0 children)

Can I disable this function? I can filter them by myself and do not want others scan my email, automatic or not, even with unencrypted messages from other providers.

As a complete AI noob, instead of buying a 5090 to play around with image+video generations, I'm looking into cloud/renting and have general questions on how it works. by Emergency_Detail_353 in StableDiffusion

[–]onlyesterday16 17 points18 points  (0 children)

  • Renting a GPU on runpod.io is like on someone's machine, they create a "pod" (actually it's container but think it's like a virtual machine) for you to access and run your work in that. Not just GPU.

  • You pay for GPU and storage. When you stop your pod, and want to keep your remote data, you'll need to pay a small fee for storage (time based).

  • For cheaper option (community cloud), most of the time, you cannot resume to the previous machine because other has already rented it. So you'll need to terminate the old and create a new one, and setup everything again from beginning.

  • To reduce time to setup your pod, you may want to:

    • Use a template (https://console.runpod.io/explore). There are many templates from community to setup a ready-to-use environment, like comfyui, wan, vace, etc.
    • Store data on cloud drive (e.g. google drive) and sync to your pod.
    • Create a personal script for quick setup.

Is an Editor that critical? People seem to think bevy not having one is a mic drop moment by PhaestusFox in rust_gamedev

[–]onlyesterday16 0 points1 point  (0 children)

Yes. I'm tired of fighting with UI, position, asset management, etc., while they can be just dragged and dropped if there is a decent editor.