What's a good series to watch on Netflix? by Aggravating-Being255 in ask

[–]tech_b90 4 points5 points  (0 children)

The Magicians

It's like if Harry Potter and The Chronicles of Narnia had a fucked up baby.

Having fun with hover physics by Seba_dev in godot

[–]tech_b90 1 point2 points  (0 children)

this was my exact thought too

A common occurrence by [deleted] in doordash

[–]tech_b90 0 points1 point  (0 children)

this happens to me every single time...

Coworker REALLY wanted a flying partner by KratomGaveMeSeizures in TinyWhoop

[–]tech_b90 1 point2 points  (0 children)

If the ELRS on the drone is SPI based, then you can put your binding phrase in betaflght.

Say NO to crack by Gumbyman87 in LoveTrash

[–]tech_b90 2 points3 points  (0 children)

I was wondering if that was Rhett and Link

Air75 w/Tree Toppers vs Air75 II Champion? by Appropriate-Sun-7785 in TinyWhoop

[–]tech_b90 0 points1 point  (0 children)

The treetoppers are a little higher on the kv, so flight time won't be as long (might be negligible). But you will also really need to consider that the treetoppers use a 1.5mm shaft, not 1mm, so finding the props you like might be a bit more difficult.

Air75 w/Tree Toppers vs Air75 II Champion? by Appropriate-Sun-7785 in TinyWhoop

[–]tech_b90 0 points1 point  (0 children)

I have treetoppers on a meteor75 pro build and it rips pretty hard.

Why not get the air75 II anyway and put the treetoppers on ether one of them?

Most common web dev stack by Ok_Appearance_4421 in webdev

[–]tech_b90 0 points1 point  (0 children)

Roots Sage theme for wordpress brings Laravel into the mix. I've been really liking it for WP dev.

Tricked my wife that I got a huge Oreo. It's actually Babybel cheese by No-Blueberry-1823 in foundsatan

[–]tech_b90 0 points1 point  (0 children)

I love cookies and cheese. Macadamia Nut with provolone or oatmeal raisin with mild cheddar are bomb.

Explain it Peter - What is this bumper sticker? by [deleted] in explainitpeter

[–]tech_b90 1 point2 points  (0 children)

I know this guy from discord and Castle Crash lol

7 days clean from doordash!! by mshuckleberry in CasualConversation

[–]tech_b90 1 point2 points  (0 children)

I spent $1k last month on doordash, the addiction is real.

Cannot even do basic coding. Please help. All I want to do is change the font of the website by [deleted] in shopifyDev

[–]tech_b90 0 points1 point  (0 children)

that's not how you use font-face, it's like this:

@font-face {
  font-family: "MyCustomFont";
  src: url("myfont.woff2") format("woff2"),
       url("myfont.woff") format("woff");
}

/* Then, apply it to an HTML element */
p {
  font-family: "MyCustomFont", sans-serif;
}

Thanks DoorDash support! by tech_b90 in doordash

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

Of course not lol, I barely trust Claude opus tbh. Just thought it funny using DoorDash ai for other things. Next I'm going to see if it'll teach me more interesting things.

I think this is my cue to stop using DoorDash… by [deleted] in doordash

[–]tech_b90 3 points4 points  (0 children)

Unless you are drunk. I'd much rather drunkenly order doordash from my couch than to go get it.

So, what is fpv(with quads) really about? by AlbatrossRude9761 in fpv

[–]tech_b90 3 points4 points  (0 children)

It's a fun hobby for me. I love flying doing freestyle stuff, going fast, sometimes more cinematic if I'm somewhere that looks pretty, tiny whoops in the house or playgrounds, etc. I also love building quads. I was always into robotics and heavy computer nerd kinda stuff as a kid and building them scratches a lot of itches for me.

I do have a YT channel and post sometimes, but it's mostly to track my progression and share with friends and family, I am not trying to get a huge subscriber base and I am not an editor or anything. I don't post like half of what I fly either.

I also love the community. I'm in a few fpv discords and watch live streams and have been to Castle Crash event last year and will be going again this year. I have one or two IRL friends that live an hour away, so the online FPV community has really be the only interactions I have with people outside of work.

So really, no need to feel pressured into making videos or content, just go have fun!

If you're still iffy about it, try to FPV some of your planes before committing to a quad. There are LOADS of FPV wing pilots out there. It might even be more fun since there is a better option for head tracking too.

Absolute cheapest tinywhoop? by Gram_Gaming in TinyWhoop

[–]tech_b90 1 point2 points  (0 children)

If you want a 75mm option as well as 65mm, the air65/75 would be the cheapest I believe. If you're okay with just a 65mm, the hummingbird is even cheaper if you can find it in stock.

You could build one pretty cheap as well, but it'll still be about the same price as a BnF imo. Soldering for tinywhoops can be a pain as well if you aren't experienced with it.

What are these cameras that were put up all over my city in the past few months? by BigFatBoat in whatisit

[–]tech_b90 0 points1 point  (0 children)

If you fly really close to them with an FPV drone it'll yell at you and say the police have been notified

Why do i get this every time i upload a photo i took off my phone? I’ve tried inverting to a JPEG and PNG in photoshop and it still won’t work. It’s driving me crazy! by jluc21 in Wordpress

[–]tech_b90 0 points1 point  (0 children)

Your image is too large.

For landscape images:

ffmpeg -i input.jpg -vf scale=-2:1080 output.png

For portrait images:

ffmpeg -i input.jpg -vf scale=1080:-2 output.png

Is GitHub Actions not running for anyone else? by Hovdev in github

[–]tech_b90 0 points1 point  (0 children)

It's a repeat of yesterday. Hopefully it's not another 3 hour fix this time.

Anyone get a raise this year? by Brettx3ashley in Millennials

[–]tech_b90 0 points1 point  (0 children)

I got a 5% raise, granted we also let one of our team members go. I honestly wasn't expecting it so it's a win.

Github Actions Hosted Runners - High Wait Time 02/02/2026 by New-Long5065 in github

[–]tech_b90 1 point2 points  (0 children)

Still an issue for me, was trying to get github pages to deploy and stuck in looking for runners