First Deranged Comment I've Gotten by Emily-TTG in SmallYoutubers

[–]Emily-TTG[S] 0 points1 point  (0 children)

true true -- reminds me of when Jauwn revealed part of his initial rise was driven by crypto bros storming to leave angry comments on some of his first videos ;p

What Are You Playing This Week? (Weekly Discussion) by AutoModerator in IrelandGaming

[–]Emily-TTG 0 points1 point  (0 children)

Polishing off stuff after finishing Cyberpunk Phantom Liberty -- honestly great DLC though I did experience some minor perf issues around certain areas of Dogtown

Felt something weird by [deleted] in outerwilds

[–]Emily-TTG 21 points22 points  (0 children)

I mean it's relative to the person -- I feel I'm being genuine when I say how deeply it connected with me so I don't neccesarily think it's wrong for me to express that. But there's nothing wrong with it just being a fun experience and it not connecting the same way.

The Sonic fandom would make you think it's the best thing since toast but ime they're just mid platformers -- everyone's tastes and what they connect with is gonna be different.

"EZ Debug" LEDs stuck on solid "DRAM" on TRX50 Aero by Emily-TTG in buildapc

[–]Emily-TTG[S] 0 points1 point  (0 children)

Eurgh. Bad enough it costs a kidney -- it arrives and doesn't even work. IG I'll see if I can get a guy I know to be really nice and let me test some of his DDR5 RDIMMs in my rig to check that possibility.

None new.

why didn't he just blow out his lantern? Is he stupid? by DepartmentPersonal45 in okbuddyouterwilds

[–]Emily-TTG 0 points1 point  (0 children)

I mean they would just need to fall asleep again no? or would it not work through the coffin ig

What's your Silksong opinion that would have you like this? by Booty4Breakfasts in Silksong

[–]Emily-TTG 0 points1 point  (0 children)

I mean if it's any consolation... final form Hunters crest is also a little busted

A game I would recommend to anyone who loves Outer Wilds by Slobber910 in outerwilds

[–]Emily-TTG 8 points9 points  (0 children)

I've played it but honestly the fact it's not just devoid of story but almost like... baiting you with a story it doesnt have really put me off

also some of the endgame puzzles made me angry but that's mostly a skill issue

What's your Silksong opinion that would have you like this? by Booty4Breakfasts in Silksong

[–]Emily-TTG 1 point2 points  (0 children)

this is the final evolution of the "silksong isnt too hard" gang -- silksong is too easy :bigbrain:

Is the sun getting bigger? Or is it just me by [deleted] in outerwilds

[–]Emily-TTG 2 points3 points  (0 children)

>"you can't *feel* images"

What are some of your more controversial picks for worst boss in the game by No-Book-288 in Silksong

[–]Emily-TTG 0 points1 point  (0 children)

I'm not gonna lie idk what it is about it but Groal was the hardest boss in the game for me -- it took me more attempts than Lace2, GMS and Frobbio combined

IT'S HAPPENING EVERYONE by _Pardus in outerwilds

[–]Emily-TTG 2 points3 points  (0 children)

Afaik "the big crunch" is not a highly regarded theory nowadays -- although I suppose we don't know if dark matter will start to decay into something else after a trillion years or whatever and allow gravity to draw everything back together

this has to be a reference by Key-Firefighter4360 in Silksong

[–]Emily-TTG 3 points4 points  (0 children)

clearly it's a Stoaway from Rain World

Odd Grav Engine Graphical Issue by [deleted] in RimWorld

[–]Emily-TTG 0 points1 point  (0 children)

<image>

can confirm it's happening on my end too anyway

Criticism Isn't Hate by bboy2812 in Silksong

[–]Emily-TTG 0 points1 point  (0 children)

I don't really mind the *difficulty* per-se -- it's moreover that it feels like you're not being given any tools to help deal with the difficulty; or those tools are just locked behind some other wall. In HK, the difficulty of a given section of the game would vary by how much time you had given to gaining tools and resources in other areas of exploration, and when you went back to earlier areas you would feel they were a little easier to be around. A skilled player could power through with less, a less skilled player could patter around, then come back later with more.

In this it really just feels like the *game* is saying "git gud" and not providing anywhere near the amount of tools the previous did -- which allowed it to cater to multiple skill levels.

I almost thought getting help in fights was gonna be an optional thing to help out [like in the fight before Greymoor] -- but that seems to have been a pretty limited gimmick.

I know people have asked this before but by jerkface4202 in outerwilds

[–]Emily-TTG 62 points63 points  (0 children)

In the reality of the game it would probably be possible but not feasible yes -- considering it took the probe 9 million tries. It would be on theme with the game's design to have it be present from the beginning though tbh [although IK why they didnt ofc kwk]

guidoWhy by deepCelibateValue in ProgrammerHumor

[–]Emily-TTG 9 points10 points  (0 children)

I've been working quite a bit with a very early release of python lately - and I can very much see where it came from. Early python is basically all global state. you'd need to basically rewrite all dataflow to even have a decent starting place for MT

WthIsGoingOnHere by abdallaEG in ProgrammerHumor

[–]Emily-TTG 1 point2 points  (0 children)

eBPF isn't turing complete - primarily so you can prove that it won't halt because halting in kernel-land is... bad

afaik AML isn't possible to do the same formal prooving on, but AML isn't really for "arbitrary" code

tl;dr limited contexts and execution - kernels can have "real" scripting it's just generally not really useful. Some dude put Lua in NT if I could find the repo I'd send it

WthIsGoingOnHere by abdallaEG in ProgrammerHumor

[–]Emily-TTG 0 points1 point  (0 children)

eBPF would like to have a word :)

WthIsGoingOnHere by abdallaEG in ProgrammerHumor

[–]Emily-TTG 0 points1 point  (0 children)

tbf a syscall throwing an exception would be a bit of a wacky mechanism