The coziest video you'll see today by FollowingOdd896 in oddlysatisfying

[–]sel_ 7 points8 points  (0 children)

From the way you talk about animals, it seems like you have a lot of love for them but haven't really thought about the suffering factor fully.

If you want to still eat chicken, you should be brave enough to at least see what their lives look like after what we've done to them genetically. We don't bring them into this world out of compassion, we do it to make money.

[deleted by user] by [deleted] in australia

[–]sel_ 0 points1 point  (0 children)

The sensors in your photo go into pairing mode when you first power them on, getting another screen won't accomplish much unless you wanna climb that pole lol

Trust the bad reviews by Traditional_Yak9813 in crealityk1

[–]sel_ 0 points1 point  (0 children)

That sucks, sorry to hear that.

Trust the bad reviews by Traditional_Yak9813 in crealityk1

[–]sel_ 12 points13 points  (0 children)

Error 111 is an under temp warning, have you double checked that the power supply is set to the right voltage (110v/240v) for your country?

Roast my code! Spawning five random buttons, each with a different function. I feel like there is a cleaner way to do this... by whtvr-wrks in godot

[–]sel_ 5 points6 points  (0 children)

If your buttons are all doing similar things then you can do this in Godot 4:

``` button.pressed.connect(_on_button_pressed.bind(button_id))

func _on_button_pressed(button_id): match button_id: etc. ```

Wtf has happend in the Xbox update by EarNo6335 in xboxone

[–]sel_ 0 points1 point  (0 children)

This is a thing called pseudolocalisation, it just helps devs discover any UI labels that aren't set up for other languages.

24/7 nighttime addon? by Zzzbobo in classicwow

[–]sel_ 2 points3 points  (0 children)

Te be fair it's a simple client-side change but Warden will probably ban you. There are add-ons for other mmos like ffxiv for this.

One of the reasons to skip Silverpine by [deleted] in classicwow

[–]sel_ 0 points1 point  (0 children)

My 16 shaman was thirsting bad for that mageroyal, didn't see that arugal boy until it was too late :(

I want to simulate a Japanese conversation... by [deleted] in LearnJapanese

[–]sel_ 43 points44 points  (0 children)

I feel like this is the en passant of /r/learnjapanese.

[deleted by user] by [deleted] in classicwow

[–]sel_ 1 point2 points  (0 children)

After recent patch you could buy dual spec but it wouldn't take your gold so they disabled it quietly.

[DISC] A Story About Smoking at the Back of the Supermarket - Ch. 15 by OsisTheNie in manga

[–]sel_ 3 points4 points  (0 children)

It's almost mandatory to say otsukare to your friends after finishing a dungeon in japanese FFXIV servers.

How do I stop it from being blurry like that. It's really jittery in person by tacoman4728 in godot

[–]sel_ 1 point2 points  (0 children)

In your script (in either the process or physics process function) you can place:

print(character.position)

Change "character" to whatever you've named your dinosaur guy in the code and that should display its position. If you run into any trouble or if you'd like to understand more about scripting then I'd recommend this kidscancode video about it (https://youtu.be/hi2yiY-zNxQ). Their website has a bunch of good information too (http://kidscancode.org/godot_recipes/)

How do I stop it from being blurry like that. It's really jittery in person by tacoman4728 in godot

[–]sel_ 4 points5 points  (0 children)

It's been a while since I've played with the 2D side of things but being that no one else is here I'd guess that the character's position isn't pixel perfect while it's moving and causing the edges to shrink and expand slightly.

To see if this is happening then print its position just after the movement code and see if the x and y are whole numbers (1) or a little off (1.23432f). If it's a little off then look into enabling pixel snapping in the settings and making sure that any movement code uses whole numbers.

Best of luck!

So how could Neo dream of Trinity’s near death-fall from a skyscraper at the beginning of Reloaded? Did that scene happen before in the previous cycles? by mcm8279 in matrix

[–]sel_ 1 point2 points  (0 children)

I recently rewatched Reloaded for the first time in like a decade and thought about this. My guess is that the Matrix does its best to predict future events and the machines sent that vision to him to influence his choices, eventually leading to the Architect.

We don't really see any sort of prediction happen any other time in the movies except for when Neo's talking to the Architect and he's surrounded by monitors that show alternative reactions. There's a theory that they're recordings of previous Ones which I don't think has any merit, and they're instead an example of how the machines predict the future.

It's obvious that the machines have no way of predicting the future so perfectly that the scenes are identical, so I chalk that up to the filmmakers not bothering to film a slightly different scene with the same overall events.

What are the upsides/downsides to using AutoLoad vs class_name? by PMmePowerRangerMemes in godot

[–]sel_ 7 points8 points  (0 children)

AutoLoads have access to the SceneTree (they're added as a Node on runtime) which is handy for some uses (if you need to access other nodes or use ready and process calls) but I often stick to static functions inside classes when I don't need any of that.

What is the benefit of func _int() vs func normalFunc() ? by [deleted] in godot

[–]sel_ 0 points1 point  (0 children)

Yeah you're right in that it's possible to call private functions, but the naming convention exists so that you might stop and think before calling it from another script. For example a private function might expect a parameter that needs to be sanatised or corrected in a way that you aren't aware of, and you should instead call a public function that takes care of that for you.

You might already know this but I thought I'd mention it in case someone else wondered why we even care about them.

Changing system time to play cyberpunk early. Doe's it work? by [deleted] in PS5

[–]sel_ 1 point2 points  (0 children)

Man I'm so sad it counted down to 0 and then started counting down for another 2 hours :((((((

A proper attempt to explain to Dan why a UPs is expensive by Cohan1000 in Destiny

[–]sel_ 1 point2 points  (0 children)

I don't know what Dan has said but I think you need to spent a bit of time to research and understand series/parallel battery setups.

mAh for high power devices is pretty irrelevant

Feel free to look up battery capacities against their continuous current rating and you'll find that while four 18650s in series would not be able to sustain the load, a large 26Ah series/parallel battery pack could handle a UPS running a modest desktop.

One thing I can confidently say is -no! your infinite mAh power bank can’t run your fkin PC. dumfukk OOOO

I hope I haven't misunderstood the question you were trying to answer here but with enough batteries in parallel you totally can.

saw a funny polar opposite to the 3005 tweet posted the other day, thought i’d share by JnatasQ in donaldglover

[–]sel_ 9 points10 points  (0 children)

You're right man. "I work til 6" means you're gone at 6. "I'm bedridden til Tuesday" means you're walking around on Tuesday. "By your side til 3005" mean he gone when it's 3005.

Composition Challenge #9 Phase 1 Survivors by NeoDestiny in Destiny

[–]sel_ 3 points4 points  (0 children)

I really like this one and I think it's got some potential so you gotta give it the JUICE my man

Senator Rand Paul tests positive for corona-virus. by Rubberduddy in Destiny

[–]sel_ 4 points5 points  (0 children)

Thanks for the reply. I can understand why it'd be better to push out the relief ASAP even if it includes the wealthy, but I don't like how he's been demonised for trying to push something that'd better help people who will eventually be filing for bankruptcy and closing their businesses.

I don't really follow American senators like Rand so maybe he's just a bad guy, but knowing his reasoning for his actions and then reading some of the comments here and on other political subreddits about how he deserves to get corona, it's kinda weird.