Readit News logoReadit News
vanderZwan commented on Income Equality in Nordic Countries: Myths, Facts, and Lessons   aeaweb.org/articles?id=10... · Posted by u/jandrewrogers
shadowgovt · 10 hours ago
One of the things I learned from some Norwegians on a trip to Norway:

In Norway, if a restaurant abuses its staff, it's not just the staff that will strike or sympathetic customers who will organize a boycott. It's the plumbers who won't show up to fix the sink that breaks, the carpenters who won't show up to patch up a dented door jam or install a new shelf, and the shippers who won't drive ingredients out to the restaurant anymore.

In the US, that kind of coordinated cross-discipline striking is explicitly illegal (I'd have to go look up my history to confirm, but I believe that was related to the federal intervention to stop the rail strikes because it disrupted mail delivery).

vanderZwan · 10 hours ago
So you're saying you heard about the Norwegian shadow government?

edit: for the people who missed it, I was making a joke about the username of the person I was replying to. Not actually a conspiracy theorist

vanderZwan commented on Altered states of consciousness induced by breathwork accompanied by music   journals.plos.org/plosone... · Posted by u/gnabgib
patrickmay · 2 days ago
It's sometimes called "circular breathing." There are a few versions of an active breathing meditation called Quantum Light Breath (which has nothing to do with either quantum mechanics or light). It's definitely worth trying.
vanderZwan · a day ago
> which has nothing to do with either quantum mechanics or light

As is tradition with these kinds of things.

vanderZwan commented on Altered states of consciousness induced by breathwork accompanied by music   journals.plos.org/plosone... · Posted by u/gnabgib
vvpan · 2 days ago
What did your sister study specifically? It was not hyperemesis gravidarum by chance, was it?
vanderZwan · a day ago
No, her work was on determining the actual effectiveness of various stress reduction interventions on pregnant women:

“Physical Activity, Mindfulness Meditation, or Heart Rate Variability Biofeedback for Stress Reduction: A Randomized Controlled Trial”

I also misremembered, breathwork wasn't directly looked at as an intervention method, but I believe the HRV biofeedback did involve it to some degree.

https://link.springer.com/article/10.1007/s10484-015-9293-x

vanderZwan commented on Altered states of consciousness induced by breathwork accompanied by music   journals.plos.org/plosone... · Posted by u/gnabgib
abcd_f · 2 days ago
I would probably end up mainly focusing on how cringey this prompt is.
vanderZwan · 2 days ago
Hah, you remind me of how I basically had to learn to ignore the "wellness instructor ASMR" voice used in audio guides to yoga, mindfulness, and so on. And of my sister who did her biology PhD on breathwork as an intervention method for pregnant women, which also involved selecting and sending out mindfullness audio-guides of that kind to pregnant women who were part of the research. By the end of it she swore that if she ever had to listen to someone using that kind of voice again she'd lose her mind.

On that note, you might find the Medlife Crisis' video where he investigates the genre of "people roleplaying as doctors giving you a check-up using an ASMR voice" entertaining, and also enlightening on why some people do like it[0]. Don't worry, it doesn't feature too many actual clips of that.

[0] https://www.youtube.com/watch?v=33QoTKgYKDI

vanderZwan commented on Altered states of consciousness induced by breathwork accompanied by music   journals.plos.org/plosone... · Posted by u/gnabgib
brandall10 · 2 days ago
FWIW, I used to use a light and sound machine (Mindplace Procyon) and was able to induce these states with minimal effort. And I had a couple dozen experiences w/ psilocybin in my college years, so I'm well versed in what they should be like.

The goggles w/ binaural beats create some weird sort of state where I don't feel any connection to my environment. After only a couple minutes my body turns to total mush and my brain comes alive with phosphene visuals. By about 15 minutes in, my stomach usually gurgles a bit, not unlike the indigestion that often accompanies psychedelic trips.

Interestingly enough, these machines are marketed as brainwave entrainment, but the literature on that says the visual component doesn't really have much impact. Yet auditory entrainment on its own doesn't seem to do much for me either, or at least, not convincing enough beyond placebo.

There is an app for the iPhone called Lumenate that uses the LED flash and it seems to work, though it's not as strong for me as the multi-LED goggles I used to use. Still, it's a great gateway for those who are curious.

vanderZwan · 2 days ago
Did you try the light and sound machine before trying psilocybin? Not to discount your experience - it is valuable that you can compare your experiences and confirm similarity, but if you did then we cannot rule out that your previous experience with psilocybin makes it easier to reach those states again with a light and sound machine.

I guess if we'd want to know for sure we'd need to test the light and sound technique with people who haven't used psilocybin before, then let them try psilocybin so they can compare the experience, and then let them try the light and sound machine again to see if anything changed in how "suggestive" they are to the experience. And compare against a light-and-sound machine only control group. I doubt we'll see that happen any time soon though.

vanderZwan commented on Efficient Array Programming   github.com/razetime/effic... · Posted by u/todsacerdoti
vlovich123 · 2 days ago
Wait, Uiua is a serious language? At first glance it looks like it's trying to be brainfuck.
vanderZwan · 2 days ago
I take some issue with the implied suggestion that Brainfuck isn't serious, but that's probably my arts degree talking.

Anyway, under the assumption that I'm correctly guessing what you have in mind when using the words "serious language", Uiua certainly qualifies. The author is very passionate about exploring and discovering "the good parts" of the design space of the array language paradigm, and has put a ton of work into making it accessible and practically useful within the constraints of being an interpreted language that autoformats its source code to at-first exotic looking maths symbols.

vanderZwan commented on Efficient Array Programming   github.com/razetime/effic... · Posted by u/todsacerdoti
upghost · 3 days ago
The three things I have repeatedly failed to learn, they just don't seem to stick for me: Dvorak, Specter[1] (the Clojure library), and APL. So I appreciate these tips whenever I find them.

My issue with APL is I was never able to turn the corner to "generic problem solving" in APL (or other array langs). It feels like learning written Chinese, like 50,000 individual techniques but if you know them you can do incredible things quickly. For the problems I know how to solve, I can solve them quickly. And you CAN do amazing things with inner products in APL.

On the other hand, studying APL, even if you don't master it, is not without benefits. LLM transformer architecture and GraphBLAS algorithms are junior APL level implementation problems (at least conceptually, operationalizing them is a different story).

Adam Brudzewski has one of the most criminally underrated YouTube channels[2]. It would be great to solve problems that elegantly in any language, and Adam has always been very friendly in answering questions if you ever get a chance to speak with him. I just seem to be a lost cause lol.

[1]: https://github.com/redplanetlabs/specter

[2]: https://www.youtube.com/@abrudz

vanderZwan · 2 days ago
Have you tried Uiua? Because I was in your position once, trying to grok APL, K, J, BQN but failing repeatedly. But then it clicked when I saw Uiua.

Part of that is because unlike other APL-likes it uses a stack (sort of) and I can't explain exactly how but it made it much easier for me to picture how the data flows from one operation to the next (I have to admit I like concatenative languages a lot so I'm obviously biased here too).

On top of that none of the glyphs are overloaded with monadic and dyadic versions, they're one or the other, which reduces ambiguity a lot when trying to read/write code.

There's lots of other little ergonomic tweaks to it that make it really neat, but those were the big ones for me.

Also worth noting is that it has lots of multimedia support - you can generate pictures, gif animations, sounds. So it's easy to "play" with for fun!

[0] https://www.uiua.org/

vanderZwan commented on Efficient Array Programming   github.com/razetime/effic... · Posted by u/todsacerdoti
vanderZwan · 2 days ago
For those unaware: Ragu "razetime" Ranganathan, the author of this repository, died in an accident last year at just 22 years old. He already had a tremendous positive impact on the array language community in his short time with us on earth, see also this tribute[0] on the codegolf stackexchange site. I remember him from various proglang discord servers and other language forums, and had no idea he was that young as he was extremely knowledgeable, and wise beyond his years. It still feels unreal that he's gone.

RIP, razetime.

[0] https://codegolf.meta.stackexchange.com/questions/26416/in-m...

vanderZwan commented on What are OKLCH colors?   jakub.kr/components/oklch... · Posted by u/tontonius
kevin_thibedeau · 5 days ago
SEO to protect old content from being demoted. It is annoying.
vanderZwan · 4 days ago
I'm surprised they don't punish undated articles then
vanderZwan commented on Paracetamol disrupts early embryogenesis by cell cycle inhibition   academic.oup.com/humrep/a... · Posted by u/XzetaU8
antonkochubey · 5 days ago
Etoricoxib does just that and is widely available at least in the EU
vanderZwan · 5 days ago
Interesting, I didn't know. My original question was more about whether that affects muscle gains differently though, do you happen to have any insights into that?

u/vanderZwan

KarmaCake day18677February 4, 2013View Original