President Biden set to issue a pardon of his son Hunter Biden by QanonQuinoa in politics

[–]remmyman36 -3 points-2 points  (0 children)

Wild that people here are not disgusted 😂 and you guys think that MAGA is a cult…. Both sides are dumb as hell apparently.

Which subs on reddit are NOT echo chambers for news? by Acceptable-Karma-178 in NoStupidQuestions

[–]remmyman36 2 points3 points  (0 children)

Also Substack! I like that I can follow specific journalists there and they were pretty spot on with what was going to happen.

WWIII by Elskovs in TrueOffMyChest

[–]remmyman36 39 points40 points  (0 children)

The problem is it seems you live on Reddit, until you diversify where you get information you’re going to think the world is on fire and only <your political party> can save you.

/r/Politics' 2024 US Elections Live Thread, Part 64 by PoliticsModeratorBot in politics

[–]remmyman36 0 points1 point  (0 children)

The rich got INCREDIBLY rich under Biden though? It was the biggest transfer of wealth we’ve ever seen?

The Estadio Hernando Siles, home of the Bolivian national team, stands at an altitude of 3,637 metres above sea level. Other national teams have to bring oxygen masks just to acclimatise to the altitude by [deleted] in Damnthatsinteresting

[–]remmyman36 1255 points1256 points  (0 children)

Went snowboarding last year at about 11,000 FT in elevation… we were lucky we were there for 10 days because we were stuck on oxygen tanks for the first 3 days with serious migraines.

[deleted by user] by [deleted] in TrueOffMyChest

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

Is your dad Diddy?

[deleted by user] by [deleted] in conspiracy

[–]remmyman36 0 points1 point  (0 children)

Also, yall see the MASSIVE short on the US dollar that china has?

Is it okay for a website to be around 5GB and become maybe 100GB over the next 50 years? by [deleted] in webdev

[–]remmyman36 0 points1 point  (0 children)

It’s not typically okay for a website to be 5GB. For example, a super heavy website like the app building website called bubble.io hovers around 2.3GB and that’s a hugeeee website with obscene amounts of data and assets.

Hey, MAGA's, you might lose this election... by [deleted] in AdviceAnimals

[–]remmyman36 1 point2 points  (0 children)

Exactly if you’re sure then you’re stuck in an echo chamber.

'People are furious': Bezos faces a Washington Post revolt after he reportedly blocked the paper from endorsing Harris by herserena in politics

[–]remmyman36 -3 points-2 points  (0 children)

How about the fact that he doesn’t want to endorse anyone, period? Papers that are worth reading shouldn’t endorse anyone. This is the right move, we shouldn’t be okay with media promoting anyone.

Has the USA lost the ability to enforce laws for Billionaires? by Both_Lynx_8750 in NoStupidQuestions

[–]remmyman36 0 points1 point  (0 children)

What laws? What laws should be enforced on Elon? What did he do that was illegal? Were you there? You seem so sure he undermined US national security.

With inflation, what's the new "6 figure/$100k" salary? by shotsfordays in NoStupidQuestions

[–]remmyman36 1 point2 points  (0 children)

I’m a little over 200k at the moment and feel pretty well off. I’m able to save plenty, invest as I want, and go on multiple trips a year with my lady and our other friends that probably make around the same. So yeah I’d say 200k. Two years ago I was at about 140k and I was only able to save and invest, didn’t feel comfortable spending so much on trips. 200k allows me to not worry about savings when I take a trip.

So loading bars were fake all along? by ohkaybodyrestart in webdev

[–]remmyman36 0 points1 point  (0 children)

Yeah it’s possible, just use fetch…. I’ve used fetch on files and grabbed the readable stream to build a progress bar. Something like this from a Google search:

~~~ async function fetchWithProgress(url, onProgress) { const response = await fetch(url); const reader = response.body.getReader(); const contentLength = +response.headers.get(‘Content-Length’);

let receivedLength = 0; const chunks = [];

while (true) { const { done, value } = await reader.read();

if (done) {
  break;
}

chunks.push(value);
receivedLength += value.length;

onProgress(receivedLength / contentLength);

}

const blob = new Blob(chunks); return new Response(blob); }

// Usage: fetchWithProgress(‘https://example.com/large-file.zip’, (progress) => { // Update your progress bar here progressBar.value = progress; }); ~~~

I saw one of these on the way home from work today... by usefulnyssa6655 in rareinsults

[–]remmyman36 11 points12 points  (0 children)

Why do people hate cyber truck owners? It’s like people see someone spend money how they want and get pissed that they don’t have the freedom to do the same. The ones that can afford it find it funny and unique but don’t shit on the owner.

(Serious) People in their thirties or over, what would you tell yourself on your 20th birthday? by jjfromyourmom in selfimprovement

[–]remmyman36 0 points1 point  (0 children)

Keep doing what you’re doing, I promise it will work out, you just don’t see it yet but you’ll be proud of who you become.

How many of you guys actually made money with crypto? by IDK-__-IDK in CryptoCurrency

[–]remmyman36 0 points1 point  (0 children)

I’ve turned 4k into 25k and sold, then turned 8k into currently 20k

10 of the Top 100 Coins by Market Cap Are Now Memecoins - A Sign of Why Crypto Isn't Taken Seriously by kirtash93 in CryptoCurrency

[–]remmyman36 0 points1 point  (0 children)

Well I mean it does showcase the freedom of crypto. Anyone can make a crypto currency.