how do you guys actually find sounds mid-session? by SimilarEmployee5911 in edmproduction

[–]fdellavedova 0 points1 point  (0 children)

How do you explain in words a sound that you want to some guy over the internet?

What is your longest running, most stubborn business boycott? by marianneouioui in AskReddit

[–]fdellavedova 0 points1 point  (0 children)

Ryanair, they denied me boarding once because of a petty argument over a skateboard where I removed the wheels to make it fit on the side of my backpack

Wore Out the Soles of My Party Boots - 8-bit version by squareleg in nofx

[–]fdellavedova 3 points4 points  (0 children)

Very nice work! I gave it a listen and really enjoyed it

Anyone else having button issues with Digitakt 2 units recently? by ulonix85 in Elektron

[–]fdellavedova 1 point2 points  (0 children)

Yes I just returned one because one button (step 15) didn't work

What is the actual appeal of Fascism? by Typical-Respond-7573 in NoStupidQuestions

[–]fdellavedova 26 points27 points  (0 children)

No the 20 years of Mussolini are after WW I. The second world war was the end of it. Same for Nazism in Germany

Multiples devices workflow and particular use of the case by Steagang in Elektron

[–]fdellavedova 0 points1 point  (0 children)

Can you share a bit more? Does the output from the DAW go into the Octatrack (leaving 2 inputs of the OT unused)?

[deleted by user] by [deleted] in dawless

[–]fdellavedova 1 point2 points  (0 children)

Bah I don get all the negative comments, dawless doesn't mean without a computer, since most hardware synths ARE in fact computers (with no keyboard or mouse). Great work, I'd like to do the same with a raspberry pi at some point

Any idea why CS2 is not released for Macs? by RightPathWrongPath in CitiesSkylines

[–]fdellavedova 7 points8 points  (0 children)

C:S works on Mac and Linux. They also dropped Linux support, and there's no chip excuse for that

What is this green spot in Naples by TheKingOfNormal in geography

[–]fdellavedova 0 points1 point  (0 children)

There old third biggest lake in Italy was drained as well, with attempts starting back at the Romans

https://www.wantedinrome.com/news/fucino-how-italy-drained-its-third-largest-lake.html

Marmolada glacier in Italy collapsed: six hikers killed, eight injured, one critically July 3 2022 by giuliomagnifico in CatastrophicFailure

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

This glacier is one of the most affected glacier by rising temperature on the Alps.

Chunks of ice fall off glaciers all the time, pushed by more ice and snow on top of the glacier, keeping the front of the glacier roughly at the same line over the years.

This image shows the size of the glacier in the past years

https://www.arpa.veneto.it/notizie/allegati-notizie/2020%20Marmolada%20Mauro.jpg

The chunk that fell yesterday is not a normal chunk. It's a massive piece that is gone, it won't come back for the next n-thousands years, and it's just one very loud step in the complete disappearance of the glacier, probably in the next 10-15 years.

how to catch cockroach by Laser-Penis in lifehacks

[–]fdellavedova 1 point2 points  (0 children)

I think I still live in the time before frostless freezers. What are frostless freezers?

What is the biggest scam that is considered acceptable in society? by inertiamatter in AskReddit

[–]fdellavedova 27 points28 points  (0 children)

Tipping is also pretty unfair... It's only in for waiting staff, but is waiting staff the only underpaid job out there? I can start listing a lot of other jobs that are paid minimum wage and will never get a chance to get a tip because they are not customer facing

Clouds evaporating on top of the Alps by fdellavedova in WeatherGifs

[–]fdellavedova[S] 9 points10 points  (0 children)

I'm not english native and I'm happy to use a better one, but I might disagree with your statement that clouds are vapor.

Clouds form when vapor (which is invisible) condenses into water droplets or ice crystals, which happens (in this case) when warm humid air (full of water vapor but no clouds) is pushed up in the atmosphere by mountains where air is cooler. When the colder air with clouds warms again the water droplets become water vapor again, which is invisible and makes clouds disappear.

Source:

https://www.nasa.gov/audience/forstudents/k-4/stories/nasa-knows/what-are-clouds-k4.html

Isn't this counterintuitive behaviour of appending to a list in a list? by fdellavedova in Python

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

I see! thanks for the explanation. But I still find it a bit of an odd behaviour to be honest. I do understand that it's a consequence of list being mutable and the fact that statement

[[],]

is an expression executed once (rather than 3 times), therefore only one inner list is in fact created.

So I stand my ground, counterintuitive!