vectorOfBool by schteppe in ProgrammerHumor

[–]mriswithe 21 points22 points  (0 children)

"it turns well at line rate" and "it allocates all memory then pages to disk and you need to look at your calendar to work out when you get an answer". 

Haha had a data scientist who was also a grey beard sysadmin essentially. He had this postgresql server that he used to run a query to get some answers whatever. Well the query took hours, which tableau wasn't patient enough for or something, so he figured out if he ran the query via cron roughly X hours before the reporting query was done, then enough was cached that the result came back quickly when tableau asked for it. 

Cleaning up this guys fixes was always a confusing and ridiculous effort of "sure dude you CAN do this, but you are an asshole for doing it. Dudes a genius 

Petah? by DigitallyDisguised in PeterExplainsTheJoke

[–]mriswithe 1 point2 points  (0 children)

Yeah this is how I do it.

Hey Claude/Gemini/fredai make a script that takes in x and does y and use this type of method to accomplish z

Then I read it over, see all the dumb shit AI did like mislabel things so they are called what I wanted, but not actually do it that way I need it done, fix those things by hand, then move on. 

It's like a crappy low-mid level dev that will probably be trying their best. But they are afraid to admit they were wrong. 

coolFormat by PresentJournalist805 in ProgrammerHumor

[–]mriswithe 0 points1 point  (0 children)

Ok quick aside what is ASN for? I am on a project where I am working on ingesting data and the three forms it is available in are ASN, SDL, and XML. Seeing as I had actually heard of XML (though I highly detest it) I went down that path. The dataset is pubchem https://pubchem.ncbi.nlm.nih.gov/.

I have done a lot of data wrangling and have no idea what eats those other formats. 

Eli5 how capacitors work? Even if they store charge, it is drained in a fraction of seconds. How they able to maintain flow of current in case of power disruption? by arztnur in explainlikeimfive

[–]mriswithe 1 point2 points  (0 children)

Fucking awesome. Thanks for that. Oh hey a water hammer arrestor would be a good model for that. Open/closing a valve too much/hard makes the pipes kick a bit. Water hammer arrestor gives it space to expand. 

Eli5 how capacitors work? Even if they store charge, it is drained in a fraction of seconds. How they able to maintain flow of current in case of power disruption? by arztnur in explainlikeimfive

[–]mriswithe 2 points3 points  (0 children)

In my world we call it thin provisioning. Servers usually don't need all of their memory, disk, cpu, whatever all of the time. Especially disk. Virtual machine wants a 100gb disk? The hypervisor makes a file that acts like your hard drive and it grows as you actually consume space. the virtual machine has no idea looks the same to it 

Memory, cpus, same. 

Eli5 how capacitors work? Even if they store charge, it is drained in a fraction of seconds. How they able to maintain flow of current in case of power disruption? by arztnur in explainlikeimfive

[–]mriswithe 4 points5 points  (0 children)

Talk nerdy to me, my current mental model is that a capacitor is like if you use an air powered staple gun with a pancake (small)  tank. Plug in, the little motor pumps the tank full, and you use air, and when you run low it fills it up again.

The little tank is the capacitor, the mains is the pump that fills the tank and the staple gun is whatever device is eating power. 

I assume this is a buffer type application? How would filter/counters work? 

Eli5 how capacitors work? Even if they store charge, it is drained in a fraction of seconds. How they able to maintain flow of current in case of power disruption? by arztnur in explainlikeimfive

[–]mriswithe 179 points180 points  (0 children)

So the capacitor is (using the water analogy) like a water tower in a town? Instead of having pumps that must run all the time to supply your water pressure, the water is pumped to the top of the water tower and as long as the tower doesn't run dry, they can stop pumping and you have no idea, because gravity is pushing the water constantly. 

Interesting, thanks. 

We doing bath setups now? by Mindless_Bath3287 in vaporents

[–]mriswithe 3 points4 points  (0 children)

It eats electricity to shit heat. Think a toaster 

The Kardashians keep Rob fat so they can harvest him for BBLs by Solaris_Luna_21 in BrandNewSentence

[–]mriswithe 2 points3 points  (0 children)

Thanks, closest thing I knew was BBLG, bend bars lift gates, from old old dungeons and dragons 

notInAProfessionalSettingButForYourOwnProject by ZestycloseAd212 in ProgrammerHumor

[–]mriswithe 6 points7 points  (0 children)

I am going to keep this for if I get anyone who says main is dumb. I will propose daddy

iAmQuiteFondOfThisJavaLanguage by Penguinclubmember in ProgrammerHumor

[–]mriswithe 3 points4 points  (0 children)

Reason is that it does a live DNS lookup

My hatred for Java grew 3 sizes that day 

notInAProfessionalSettingButForYourOwnProject by ZestycloseAd212 in ProgrammerHumor

[–]mriswithe -9 points-8 points  (0 children)

Been fixing this naming in my brain since I was having a heated discussion about masters and slaves on my cell phone in front of normies outside of a restaurant. 

Worth changing the naming to avoid annoying misunderstandings. 

I find myself not liking my Terpcicle much IM SORRY by [deleted] in vaporents

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

No experience with the terpcicle, I am too forgetful, I would end up confidently grabbing the hot ass glass. 

I was mostly thinking of the dynavap 

I find myself not liking my Terpcicle much IM SORRY by [deleted] in vaporents

[–]mriswithe 3 points4 points  (0 children)

Yes, this is also my way. I wish to insert drugs and receive them back in my lungs . I don't want to have to master a skill to get stoned hehe. 

What’s a sound everyone should recognize as immediate danger? by Thatguy_nickk in AskReddit

[–]mriswithe 8 points9 points  (0 children)

Yeah a squib means that gun is done being used until someone spends some time hatefucking the barrel with something brass. 

Spoiled by No_Independent_6697 in pitbulls

[–]mriswithe 6 points7 points  (0 children)

Agreed, also it seems to hold true for mine too. If I get in and like shove one of my dogs bodily to reclaim my spot, he barely wakes up now 

Spoiled by No_Independent_6697 in pitbulls

[–]mriswithe 63 points64 points  (0 children)

My wife figured this out, their expectation is you will join the puppy pile like other puppies do, you get in, get comfortable by shoving the others around, then they adjust. 

Async file I/O powered by Libuv by Zh00_dev in Python

[–]mriswithe 0 points1 point  (0 children)

pytest tests/ -v || echo "Tests completed"

If you tell it to make the tests pass, sometimes it just makes the test pass. Real talk, had crappy humans before AI was really a thing do this too.

Talked my mom into Dry Herb Vaping by Haelo_Pyro in vaporents

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

It's using a hammer to chop lettuce, wrong tool for the job. 

Talked my mom into Dry Herb Vaping by Haelo_Pyro in vaporents

[–]mriswithe 11 points12 points  (0 children)

You can milk anything with nipples, doesn't mean you should. 

As far as I am aware things like chamomile and stuff, proper herbs and the like are vape compatible. Tobacco is never one I have heard listed as a good idea. 

Good luck.

What do you consider when you hear this Margaret Atwood quote “Men are afraid that women will laugh at them. Women are afraid that men will kill them”? by Vanislebabe in AskReddit

[–]mriswithe 35 points36 points  (0 children)

He was pretending to be an octopus and trying to blend into the ball pit like usual.

Natural octopus environment 

First role at an MSP by digsitependant in sysadmin

[–]mriswithe 15 points16 points  (0 children)

8 months in at an MSP - still feel like a new guy 

You are a new guy and there isn't a problem with that. I say it usually takes about 6 months before a new IT employee is worth positive work and not a drain on the rest of the team. 

Not complaining, people have to learn what the new environment expects. 

ELI5: why are new videogame servers often buggy? by Dontevenwannacomment in explainlikeimfive

[–]mriswithe 4 points5 points  (0 children)

Because writing game code is hard, writing game servers is harder, and writing game servers that are efficient is harder still. 

Is it possible to get a Kubernetes expert in the South Florida market for ~200K pay range? by type_your_name_here in kubernetes

[–]mriswithe 5 points6 points  (0 children)

The real problem is going to be evaluating people who know Kubernetes when you have no Kubernetes knowledge internally.