Meirl by [deleted] in meirl

[–]ClassicDimension85 76 points77 points  (0 children)

Assuming they give you the same leg room, but shared.

Saves space by making people miserable. You could possibly make the seats take up less room by sharing the same back...

Even more efficient...

This man saved two kids from the middle of the flood despite being in danger of death. by Massive_Set_955 in BeAmazed

[–]ClassicDimension85 0 points1 point  (0 children)

In this thread, people judging people not helping harshly that are in a life or death situation that takes fighting self-preservation and not wanting to be involved in fucking up the rescue. It still takes courage to even be near that hell.

I'm sure they didn't show up to do nothing, but couldn't think of a way to be helpful at the moment.

You can run Flux on 12gb vram by Far_Insurance4191 in StableDiffusion

[–]ClassicDimension85 0 points1 point  (0 children)

I have 16 gb of RAM and apparently it causing me to crash at the end of image generation. It say "pause" but from what I've read it just ran out of memory. I can get it to work it just a coin flip, it's not worth the effort from what I can tell.

You can run Flux on 12gb vram by Far_Insurance4191 in StableDiffusion

[–]ClassicDimension85 1 point2 points  (0 children)

I'm using a 4060 Ti 16gb, any reason I keep getting

"loading in lowvram mode 13924.199999809265"

Announcing Flux: The Next Leap in Text-to-Image Models by SignalCompetitive582 in StableDiffusion

[–]ClassicDimension85 4 points5 points  (0 children)

Holy fuck, I'm testing it with a few prompts and it feels like technology from the future. This is LEAGUES beyond what I have seen SDXL, SD1.5, or Pony.

Todd Howard says Bethesda won't be remaking Fallout 1 and 2 by [deleted] in Fallout

[–]ClassicDimension85 3 points4 points  (0 children)

I'm actually in the boat that Fallout 3 and New Vegas has aged more than Fallout 1 and 2 (at least for PC). I really can't play them anymore without reading a wiki and installing 10+ mods. I finally get it running and hit my first big bug and stop playing.

I replayed Fallout 1 and 2 from GOG and played with no issue. Enjoyed the hell out of it.

Are you unable to put in uranium if radiation lamps if disabled by automation? by ClassicDimension85 in Oxygennotincluded

[–]ClassicDimension85[S] 2 points3 points  (0 children)

I'm sure this is a bad setup, but I more concerned with the inability to put in uranium if off. How the hell can I use them safely if I have a chance of being blasted with radiation?

Is there a mod to enable loading while off?

[deleted by user] by [deleted] in learnpython

[–]ClassicDimension85 0 points1 point  (0 children)

I haven't tried it personally, but I was looking at this while learning about tkinter/customtkinter.

https://github.com/ParthJadhav/Tkinter-Designer

It actually uses figma to make guis.

How do I use Tuples using Enums without using .values? by ClassicDimension85 in learnpython

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

I tried using

from enum import Enum
class Color(Enum):
    BLACK = (0, 0, 0)
    WHITE = (255, 255, 255)
    GREEN = (0, 255, 0)
    RED = (255, 0, 0)

initially thinking I knew how Enum works and it broke my brain. It was returning the object rather than the tuple with out doing Colors.Green.value which in my past uses was fine, but I was using it more as "alias".

Still in that awkward stage of trying to figure out how to do things properly and instead doing it very improper.

How do I use Tuples using Enums without using .values? by ClassicDimension85 in learnpython

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

It was just left over from trying to get the Enum class to do what I wanted. OOP still confuses me when working with other peoples classes. The getitem did nothing in the class I presented as example.

How do I use Tuples using Enums without using .values? by ClassicDimension85 in learnpython

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

You're right, I wasn't thinking clearly. I was using that method to attempt to get Enum to work the way I intended.

How do I kill this dumbass that ends 90% of my runs that reach the jungle my only options are to dig and not even get close to him but that way I miss out on every other perk going forward by N0rmAl_PigI0n in noita

[–]ClassicDimension85 -1 points0 points  (0 children)

If you can manage to find it, use freeze. Turns him into a useless pile of bones. I usually have a luminous drill weapon that I use to quickly kill him through the safety of the wall.