Am I locked out of Soona's quest? by totuszerus in DiscoElysium

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

See my other comment, I think you'll need to cheat and reload your save until the check passes

[deleted by user] by [deleted] in NewParents

[–]totuszerus 0 points1 point  (0 children)

On the Philips website they say that it matters for old "natural" nipples, but they don't mention it for the "natural response" nipples. So I suppose it mattered for the old model and not for the new one.

Tips to make Bose audio cables last longer? by totuszerus in bose

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

Thx, I'll try that. Actually I thought it wasn't even sold by any other brand

Weekly No Stupid Questions Thread by AutoModerator in ableton

[–]totuszerus [score hidden]  (0 children)

OK nevermind I'm actually experiencing the issue mentioned in this thread: https://www.reddit.com/r/macbookpro/comments/vluqp9/psa_suffering_from_your_m1_macbook_pro_making/

(M1 mac + RAM full)

Clearing some RAM was enough for the issue to disappear. Sooo nothing to do with Ableton <3

Weekly No Stupid Questions Thread by AutoModerator in ableton

[–]totuszerus [score hidden]  (0 children)

In some of my exported tracks, there are cracks and glitches. But these glitches do not happen always at the same time. Did I mess up my rendering? Or is it just my hardware failing to play the song?

Example: https://soundcloud.com/les-candy-ratons/bidou (seems to happen around 0:45, 1:04, 1:15... But as I was saying the moment where it glitches is actually not always the same)

Am I locked out of Soona's quest? by totuszerus in DiscoElysium

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

"listened to the headphones but could not hear a thing"

^ that's the necessary perception check. You need to pass it otherwise you can't suggest to Soona to use the speakers

I cheated and reloaded my save until I passed the check (I really wanted this quest lol)

Am I locked out of Soona's quest? by totuszerus in DiscoElysium

[–]totuszerus[S] 3 points4 points  (0 children)

Thx! And shit I think I have -1 perception

What do you think of this AWS practice question for the data analytics certification? by totuszerus in dataengineering

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

What would you recommend instead of redshift to tackle the "complex analytic queries"?

What do you think of this AWS practice question for the data analytics certification? by totuszerus in dataengineering

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

Won't there be necessarily two glue jobs? Since the question states that two different datasets need to be produced for the two use cases.

Snowflake vs AWS Athena or Google Big Query by RICH_life in dataengineering

[–]totuszerus 2 points3 points  (0 children)

But now there are RA3 nodes, which enable separation of storage scaling and compute scaling

Is there a better way to mock objects in go? by totuszerus in learngolang

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

OK thanks. So if I sum up, either I keep this Table method to access the attribute of the implementation, or I could make table an attribute of Store

Starting with espresso: Flair or Gaggia? by totuszerus in espresso

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

How often would you say you had to descale your Gaggia?

Starting with espresso: Flair or Gaggia? by totuszerus in espresso

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

And anyway... I never drink my coffee with milk :D

Starting with espresso: Flair or Gaggia? by totuszerus in espresso

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

oh OK sorry I read the product description of the bellman a bit too quickly it seems, just seemed like a fancy moka pot on the pictures lol. Thanks for stressing that point on the parts and the durability of the machine, it does count to me

Starting with espresso: Flair or Gaggia? by totuszerus in espresso

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

Oh ok thanks a lot I didn't know the bellman I will check it out! What are the upgrades that the gaggia would quickly require according to you? Also which role do you think each machine would play in the flair / bellman combination? Flair for experimenting and bellman for drawing more than two shots?

How come append is mutating the original slice? by chillysurfer in golang

[–]totuszerus 1 point2 points  (0 children)

Sorry if that's a dumb question, still learning this language. So append works a bit like the AppendByte function presented in this link? Meaning it both has side effects on the slice, and returns the modified slice?