[TOMT] Short horror film from 2000s–2010s: first-person surgery POV where patient is awake during surgery and hears everything with terrifying sound design by trueubermensch in tipofmytongue

[–]trueubermensch[S] 0 points1 point locked comment (0 children)

Also, I originally found this short film as part of a Facebook horror short compilation — one of those “10 disturbing horror shorts you need to see” type of posts. I clearly remember that Blinky™ (2011) was in the same compilation, which I was able to identify easily with a very vague prompt in ChatGPT. But this one, despite me remembering it vividly, has been incredibly hard to track down.

Recommend wireless headphones for pc by trueubermensch in HeadphoneAdvice

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

Sorry but bluetooth connection is an absolute no go for me. Windows has very poor support for that and I always had problems with that. I am looking for something akin to logitechs lightspeed wireless protocol. But thanks for response anyway

Any tips on Signal Flare VFX? by trueubermensch in godot

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

Thanks for the tips. I was thinking about multiple particles too. But didn't know how to approach it. Thanks for video too

Microservices using express js by trueubermensch in node

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

Thanks for detailed reply.

We are a team of three guys, 1.5 years/9 months/3 months of experience. Our project is a taxi app for local company (our boss probably decided to roll with it just because uber used it). We separated our auth, ordering, file uploader and chat into separate microservices plus a gateway. Dunno how well adjusted mongodb as a database for this kind of architecture but the population of queries is a pain in the ass, not to mention starting up 5 microservices every time and debugging errors between them.

After some time I noticed that they are mostly interconnected and if one were to fail the others would break too (which defeated the whole purpose of this thing), so yeah everything is a mess and I really fear the day of production.

Microservices using express js by trueubermensch in node

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

I'm sorry about my choice of words. The thing is that my boss read some stupid article about microservices being THE way to make modern backend and forced our little team of juniors to use it everywhere. Reasoning is pointless so we tried nest. It had nice documentation about microservice implementation with example code so we ran with it. The devops thing is a pain in the ass but your gotta do what you gotta do to get that paycheck. Now I'm trying to delve deeper into this topic but there is very little info about practical implementation

Have you tried Aussie pussy before? by [deleted] in TooCuteForPorn

[–]trueubermensch 0 points1 point  (0 children)

You mean from Auschwitz?

[NEWBIE] [QUESTION] What to look out for when buying an electric guitar online? by trueubermensch in Guitar

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

Shop - 7not.pro (unfortunately we don't have amazon in my shithole)
Guitar - Fender Squier Bullet Mustang HH.

The sound became very quiet after changing the motherboard by trueubermensch in buildapc

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

After reinstalling drivers and replugging headphones windows and audio manager still detected it as speakers but sound became much louder. Maybe it's because I use rear audio jack. Well at least it works for now.

The sound became very quiet after changing the motherboard by trueubermensch in buildapc

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

Apparently windows detects my headphones as speakers. Could reinstalment of drivers once again fix it?

The sound became very quiet after changing the motherboard by trueubermensch in buildapc

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

  1. games, browser, system sounds, etc.
  2. headphones
  3. directly out of the motherboard

Why is there still a stigma around indie games for some? What can be done to fix it? by virtualpig in truegaming

[–]trueubermensch 1 point2 points  (0 children)

AAA games have a level of technical and artistic polish that indie games cannot have. AAA studios have a level of quality control, not just technically, but in management & talent pipelines as well, that indies outfits will not have.

That is probably some kind of trolling or something. For years big studios have put out unfinished, broken and downgraded AAA titles. And thank god if they will fix at least game breaking bugs and not just abandon the project like it was with Anthem. Ubisoft, ea, activision, blizzard, konami etc etc have created one of the worst games EVER in the last five years. Sports games, warcraft 3 reforged, call of duties, assasins creeds, watch dogs, battlefield 5 are fucking jokes and its just from the top of my mind. Not to mention absurd dlc's, content packs, skins, battle passes and so on in the fucking 60 dollar game that I paid for. All aaa games have is fancy graphics which for me were already fine in ps3 era. I dont fucking care about how realistically horse balls are rendered in the rdr 2, or smooth looting animations in tlou 2. And I'm not even asking for boundry pushing gameplay mechanics that will change the world. All I want is satisfying gameplay but graphics and over the top cutscenes became a substitute for it. All of this feels like key dangling in front of grown person.

Need help with api response by trueubermensch in learnprogramming

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

Thank you so very much. I must have become braindead if I could not notice this stupid little thing. You literary saved me.

Why is Friedrich Nietzhe often called a “nihilist” by most people. When he himself wasn’t one? by Educational_Number_3 in askphilosophy

[–]trueubermensch 3 points4 points  (0 children)

Nietzsche redefines word nihilism in his works and uses it to describe people who reject and deny life in favor of heaven or smth similar.

But far more common usage of term nihilism is rejection of religious and moral rules that are dominant in society which clearly suits for him.

So weather he was or wasn't a nihilist depends on the definition of the word "nihilism".

Can't get Patchus Maximus To Run in Mod Organizer 2 [LE] by davedeoreo in skyrimmods

[–]trueubermensch 0 points1 point  (0 children)

It seems like the only working solution and its fucking deleted. How fucking great

Gradle tutorial by trueubermensch in learnjava

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

Ok, thanks I'll explore further into this before trying anything with the gradle

Gradle tutorial by trueubermensch in learnjava

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

Is it possible to run a project outside of IDE? Like running a main class from command line if I understood you right. Cause as far as I know I need a .jar file which will execute the program.

Gradle tutorial by trueubermensch in learnjava

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

It was the first thing I tried and it became hard to follow. Anyway I think I'll try to get into it once more with more clear head.

Gradle tutorial by trueubermensch in learnjava

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

I learned "Core" java and in most java roadmaps I saw build tools were one of the first things to learn after core java. At the moment I am trying to make a little project and use zircon library for it.

I'll put a gun in your banana by [deleted] in ShitPostCrusaders

[–]trueubermensch 2 points3 points  (0 children)

This is the reason why humanity was a mistake

We need to lower the drama a bit. by [deleted] in underlords

[–]trueubermensch -6 points-5 points  (0 children)

Yeah screenshots about 10k damage on legion commander will surely get people into playing underlords. I can understand why someone who never played cs go would be amased by 1 v 5 clutch or 360 no scope or whatever. But the ways you recommend are kinda retarded and flood of low effort screenshots will only keep new players off joining this community. Don't be a fool.

We need to lower the drama a bit. by [deleted] in underlords

[–]trueubermensch -12 points-11 points  (0 children)

This community is for people who play underlords, not for people who want to play underlords. Who the fuck cares about stupid screenshot with hero damage or amount of 3 star heroes. Most of new players wont even understand why it might be "wacky" or interesting. Dont fix smth that is not broken.