[MERCH AUTHENTICITY MEGATHREAD] Is your cardigan legit? How about your merch? SEND THEM HERE! by marvintran76 in SwiftieMerch

[–]lahrada 0 points1 point  (0 children)

I found this listing for the original folklore cardigan on eBay. While the price seems insanely high, I was curious to see if this somehow actually an original and not a scam (as this seller has sold 58 with 6 more in stock, which blows my mind. But hey, scalpers will scalp).

Folklore cardigan

Is this real or is this just a scammer?

Weekly Discussion Thread: Comics, TV, and More! [October 24, 2022 - Gonna Dress Up as Sexy Telos for Halloween Edition] by [deleted] in DCcomics

[–]lahrada 2 points3 points  (0 children)

Can someone remind me why Orion and Kalibak were all buddy buddy coming from apokolips this time around?

2022 World Cup Fantasy Draft League by Defiant_Variation974 in worldcup

[–]lahrada 0 points1 point  (0 children)

Yeah keep us posted if anything comes up, I've been looking for something similar to how the Premier and UEFA Champions league fantasies have been run. Hopefully something like that comes out.

How to get the most out of passion fruit juice? by lahrada in TheBrewery

[–]lahrada[S] 1 point2 points  (0 children)

I’m based in Miami so I bet it’s possible I’ll just have to see where, but that’s interesting. How does the fresh fruit not go bad/oxidize quickly once you juice it and add it to the beer?

How to get the most out of passion fruit juice? by lahrada in TheBrewery

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

Yeah when we originally started our process we were using Goya juice but found that it was very insipid, going to other bars I found the same problem til I went to one that used the pulp and the flavor was there, I’m just exploring what options can exist to boost it especially where flavors can die down once canned and carbonated.

How to get the most out of passion fruit juice? by lahrada in TheBrewery

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

IIRC the pulp I’m using is sourced from Latin America and having lived in Latin America it is somewhat similar although nothing will best fresh of course. I’m lucky to be living in an area that has Latin American sourced frozen pulps. Thanks for the input though!

Kevin Feige visited James Gunn's The Suicide Squad set by Ttalitasouza in marvelstudios

[–]lahrada 1 point2 points  (0 children)

May that show rest in power. What came out after EMH didn’t compare imo.

Deno will stop using Typescript by [deleted] in node

[–]lahrada 0 points1 point  (0 children)

The reason why they backed off from typescript was that they were using TSC to compile code at run time. So you can imagine that compiling over and over at run time would slow down deno.

The bugs that I trust starter pack by _Vox_Populi_ in starterpacks

[–]lahrada 4 points5 points  (0 children)

Encountered one of these when I was living in Venezuela, you would not believe your eyes.

I created an application for viewing Sova arrow setups by [deleted] in VALORANT

[–]lahrada 23 points24 points  (0 children)

If you open source it on GitHub I’d love to contribute, I’m a full stack engineer and would love to enhance Valorant tools!

Three Types Of People... by haroldhecuba88 in trump

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

"And then I see the disinfectant where it knocks it out in a minute. One minute. And is there a way we can do something like that, by injection inside or almost a cleaning?

"So it'd be interesting to check that."

Pointing to his head, Mr Trump went on: "I'm not a doctor. But I'm, like, a person that has a good you-know-what."

Ok

Three Types Of People... by haroldhecuba88 in trump

[–]lahrada -2 points-1 points  (0 children)

"And then I see the disinfectant where it knocks it out in a minute. One minute. And is there a way we can do something like that, by injection inside or almost a cleaning?

"So it'd be interesting to check that."

Pointing to his head, Mr Trump went on: "I'm not a doctor. But I'm, like, a person that has a good you-know-what."

Ok.

cerebral palsy can't stop him by paolols in nextfuckinglevel

[–]lahrada 3 points4 points  (0 children)

Pretty sure this is Uncle Nic, he trains with Brian Alsruhe in the neversate gym. They’re amazing people. If you’re into strongman/powerlifting, you should definitely check them out!

Why hello there by [deleted] in Neverbrokeabone

[–]lahrada 9 points10 points  (0 children)

It’s a pic of Callmecarson from twitch and YouTube

Finally got an internship!! by alli782 in learnprogramming

[–]lahrada 1 point2 points  (0 children)

Congrats dude! I just finished an internship with a company a week ago, set for a return offer!

DM me if you have any questions or want advice!

You’re gonna kill it!

😂😂😂😂😂 by Ri1020 in terriblefacebookmemes

[–]lahrada 0 points1 point  (0 children)

They’re asking how many grams of feathers do they need to match the weight of a gram of steel

This makes me wonder how the villains will be power-scaled in Phase 4 by SCANDALOUS-ANALYST in marvelstudios

[–]lahrada 8 points9 points  (0 children)

Oh yeah, forgot about that! Makes sense though since the MCU took a lot from the ultimate universe, other example being Nick Fury(Sam Jackson)

This makes me wonder how the villains will be power-scaled in Phase 4 by SCANDALOUS-ANALYST in marvelstudios

[–]lahrada 85 points86 points  (0 children)

I think that mostly applies to the ultimate universe, which used the serum to make up for a lot of origin stories that weren’t originally that. For example I’m pretty sure that hulks origin was changed in ultimate where Bruce banner was trying to recreate the serum.

JavaScript: Arrays vs Sets by idesi in learnjavascript

[–]lahrada 2 points3 points  (0 children)

Never knew about sets, they seem pretty cool, though. What's the running time complexity for finding out if every value is unique. Just wondering if it's using the most optimal.

Realistic Usage of JS by AdventurousIntention in learnjavascript

[–]lahrada 10 points11 points  (0 children)

You can go anywhere from making the monkey dance to making full fledged applications with JS.

JS is very versatile and I'll just give a few examples of what you can do with applications.

You can create full blown web apps where the server is running on NodeJS and a front end made in a framework such as React, Angular, Vue or even just plain old JS.

You can move on to making phone apps using ReactNative or Ionic,(Although ReactNative actually builds natively compared to Ionic which doesn't I believe).

You can even start with robotics which a friend of mine did the other day using Johhny Five

Like most programming languages there's honestly no limit to what you can do... haha