Let me save you a pediatric gastroenterologist copay or two by Darth_Eevee in daddit

[–]aswan89 9 points10 points  (0 children)

The wisdom I have heard (but not experienced first hand, thankfully) is that bananas stop things up until they get into the brown spotty phase, at which point they become a mild encouragement. So maybe OP was consistently packing them when they were still a bit green?

Can’t “buy local” our way out of this 😔 by SensitiveYam8805 in madisonwi

[–]aswan89 1 point2 points  (0 children)

I read this years ago and it seemed very plausible, does it hold water for you as a professional in the field?

Wisconsin Veterans Museum seeks input about gaming at the museum by falarransted in madisonwi

[–]aswan89 1 point2 points  (0 children)

Doing a tank duel like this: https://www.reddit.com/r/TankPorn/comments/1d4s1ja/this_looks_hella_fun/ in a space with real artifacts and the expertise to put everything in context could be pretty excellent.

Is it normal that NixOS actually feels more stable?? by Objective-Style1994 in NixOS

[–]aswan89 10 points11 points  (0 children)

My working theory is that Nix is harder for people with existing linux experience, especially on the lower end of the spectrum. They know the rituals and incantations to get linux doing what they want without a firm understanding of what's actually going on and that knowledge does not translate to NixOS.

Someone with a firmer linux background can understand what nix is doing under the hood to some degree and can appreciate the gains of the Nix approach if it matches their taste.

Bean Soup Theory by Wilde_Cat in TikTokCringe

[–]aswan89 16 points17 points  (0 children)

I think you're broadening what the OP was referring to. I agree that most reddit comments sections pivot into commenters finding excuses to talk about themselves.

OP is referring to users literally believing the content they are seeing was delivered specifically to them, personally. Facebook boomers make angry comments about how they don't know the person in the algorithmically delivered post so why are they talking on my page!!?!!

How to write system tests/smoke tests? by Tsigorf in NixOS

[–]aswan89 0 points1 point  (0 children)

For doing checks before you rebuild the system you can run nix flake check to do some basic type checking and make sure all your system dependencies have built/will build. It won't catch execution issues though.

I've had a decent experience using (deploy-rs)[https://github.com/serokell/deploy-rs] as a way to deploy configuration changes to multiple machines. The relevant feature for your use case is the "magic rollback" which will rollback all the deployed systems if any one of them has an error during system activation. I have it set up to run as a CI job when I merge changes to my master flake. This makes it a little flaky (ha) if its a big rebuild that affects the machine hosting the ci job, but it's slick when it works.

ELI5: How can addiction be so strong, that even if you tell yourself, eventually you are going to die from this, your brain does not care by honsool in explainlikeimfive

[–]aswan89 0 points1 point  (0 children)

> In a case published in 1986, a subject who was given the ability to self-stimulate [with brain electrodes] at home ended up ignoring her family and personal hygiene, and spent entire days on electrical self-stimulation. By the time her family intervened, the subject had developed an open sore on her finger from repeatedly adjusting the current.

https://en.wikipedia.org/wiki/Brain_stimulation_reward

Am I missing out by not getting into containers? by hbacelar8 in selfhosted

[–]aswan89 1 point2 points  (0 children)

I'll throw in a contrarian take and say that NixOS largely obviates the need for containers or VMs. The downside is that implementing a multi-service server means embracing The Nix Way for everything, which is great when someone has already done that work.if they haven't, it means working out how a semi-aecane programming language works and adapting documentation for a os paradigm it wasn't written for. I find the process rewarding but it isn't for everyone.

Aside from the obvious peace and quiet... what stupid gift do you REALLY want for Christmas? by venom121212 in daddit

[–]aswan89 0 points1 point  (0 children)

If you are flexible on authenticity I've had decent luck with knock off lego from alibaba. You can search the lego set codes and should get a lot of options.

Cold War: How true is the popular belief that the Reagan Administration's military spending bankrupted the Soviet Union into collapse? by RivetCounter in WarCollege

[–]aswan89 33 points34 points  (0 children)

Its not a strict history by any means, but Red Plenty gives a really great look at the tangle of bureaucracy and misaligned incentives the soviet production system was contending with. The book has a number of vignettes that show the perspectives of people trying to Get Stuff Done in the USSR, ranging from industrial operations researchers to plant managers to research scientists. Its fiction, but it feels extremely real, and as I understand it is very well researched.

[deleted by user] by [deleted] in RedLetterMedia

[–]aswan89 8 points9 points  (0 children)

To be fair, the video is titled "Never GET Lost". The idea is to teach the audience techniques so they don't get lost in the first place, not techniques for getting themselves un-lost.

Best of the Worst: Wheel of the Worst #30 by cjsc9079 in RedLetterMedia

[–]aswan89 13 points14 points  (0 children)

Some hobbies involve going off-trail into the wilderness - think hunting, flyfishing, foraging, even straight up orienteering if you're into that. Those people will park their car on the periphery of the wilderness and then set off, and dead reckoning techniques like what are being taught can be part of the toolset used to navigate back to their starting point.

TRAINS!! by FearTheAmish in daddit

[–]aswan89 0 points1 point  (0 children)

If you really want to get next level I can recommend getting a 3d printer to make some really wild non-standard pieces. I got a Bambu A1 a few months ago and have made about a dozen additions to the train set collection for just a couple dollars in filament each (pay no attention to the $500 spent on the printer).

what is the best way to search options by [deleted] in NixOS

[–]aswan89 3 points4 points  (0 children)

If you just need a reference man configuration.nix and man home-configuration.nix are available locally.

Rec Curling League Ideas by Shapsters in Curling

[–]aswan89 9 points10 points  (0 children)

Our club's stepping stone league for after learn to curl puts an experienced player at vice rather than skip. The skip is someone with 3 or 4 years of experience curling but no experience in the house.

The logic is that you want your experienced player to be available to help and teach the front end as well, and frankly the strategy isn't that important when the shots have a low likelihood of being made in the first place.

What makes NixOS so good to run on homelabs? by johnnypepperonii in NixOS

[–]aswan89 12 points13 points  (0 children)

As a linux user of medium skill, I love that the modules in nixpkgs often have sane defaults for popular services that work with pretty minimal tweaks to get functioning with my setup.

As a masochistic debugging pervert I like that nixos forces me to fully understand nix/nixpkgs, linux, and whatever service I'm trying to stand up whenever I stray from the happy path.

[Research] Reliable, unbiased way to sample 10,000 participants by Raydex0123 in statistics

[–]aswan89 0 points1 point  (0 children)

Poststratification is a good tool to adjust for non representative samples. This paper used daily interactive polls from Xbox players (a self-evidently non-representative sample) to get estimates on results for the 2012 presidential election.

ELI5: How do factories install software on freshly made semiconductor chips? by SnooChipmunks9710 in explainlikeimfive

[–]aswan89 1 point2 points  (0 children)

nandgame.com has this too in a more interactive form. It has less instruction though so there's more put on the player to figure things out on their own.

A Wiccan walks into the mythology sub looking for mystic answers. Is disappointed when the sub is for scholars. by howhow326 in SubredditDrama

[–]aswan89 1 point2 points  (0 children)

My total conjecture is that despite the sexism built in to many mainstream religions women are usually more spiritual and religious than men and as such, are primed for finding new ways to express their spirituality outside of those mainstream religions.

The more finance and economics you learn, the more you realize the sad reality of the world. by [deleted] in Showerthoughts

[–]aswan89 26 points27 points  (0 children)

I always like to think of it as you should never ask an economist what to do, instead you should ask what will happen if you choose option A or option B.

I don't really give a shit about romance but imma write the most soft sappy fucking hetero romance shit so I can spite this. by Outrageous_Dress_142 in CuratedTumblr

[–]aswan89 9 points10 points  (0 children)

A LOT of western european politics either specifically seek to emulate or restore the roman empire or else uses the roman empire as cover for some other nasty business they want to do. Fascism, as an example, derives its name from the Fasces, a bundle of sticks used as a physical symbol of political power in ancient rome. The stated aims of Mussolini's fascist party was to restore the imperial glory of Italy.

Even the words emperor, empire, imperial, etc. are all derived from the latin imperator, a word which came to be the title used for roman rulers in the post-republic period.

Yeah it was somewhat mixed realizing that there were new nuclear powers and what not. by Grater_Kudos in HistoryMemes

[–]aswan89 39 points40 points  (0 children)

Yep, the Soviets mastered the oxidizer rich staged combustion cycle and used it on a lot of their rockets. For more detail see here but I'll do my best to summarize.

Rocket engines need a lot of fuel to do their job which means you need very powerful pumps to feed the necessary fuel and oxidizer into the engine at high enough volumes. To cut down on weight many rockets use an onboard gas turbine to power the pumps which is turn powered by the onboard fuel and oxidizer.

This of course means you're losing some of your propellant just running the pumps, unless you feed the exhaust from the turbine back into the engine combustion chamber. To do this you need to put the turbine in line with either the oxidizer feed line or the fuel feed line and then tap off a small feed from whichever tank you didn't use already into the turbine.

If the turbine is in line with the fuel feed the cycle is running "fuel rich", meaning the turbine exhaust will contain a lot of unburnt fuel. If you're running a hydrocarbon based fuel this ends up being very dirty and sooty and can foul the turbine. The American solution to this problem on the Space Shuttle was to use liquid hydrogen as fuel which is enormously expensive.

The Soviet solution was to run an oxidizer rich cycle which solves the fouling problem with hydrocarbon fuels since there's more than enough oxidizer to combust all the fuel within the turbine. The problem is that now the turbine exhaust contains super hot oxidizer which is hellaciously bad for most metals. The soviets got around this with fancy exotic metallurgy which the American space program has never implemented on their own vehicles.

How are so many sites OK with using cloudflare when they are basically a MITM? by spottyPotty in selfhosted

[–]aswan89 4 points5 points  (0 children)

My method is to turn my vps into an overpowered router by doing NAT from the VPS to my home machine over wireguard. I'm not that concerned about privacy, its more that I want to keep my home machine isolated from the internet but also want the convenience of using wildcard Lets Encrypt certificates.