ch00f

joined 2 years ago
[–] ch00f 36 points 1 week ago* (last edited 1 week ago) (8 children)

“Aptronym”

When someone’s name is fitting for their occupation.

Tiger Woods (like the gold club)

Usain Bolt (who bolts quickly)

Etc.

Also whatever this is https://en.wikipedia.org/wiki/Buffalo_buffalo_Buffalo_buffalo_buffalo_buffalo_Buffalo_buffalo

[–] ch00f 2 points 1 week ago* (last edited 1 week ago) (2 children)

It’s remarkably well done considering the overall low budget feel. Corridor Crew did a breakdown.

https://youtu.be/ADr3r_mM5h4?si=oiArHj19_tsldWot @3:45

[–] ch00f 5 points 1 week ago

I remember the trailer I saw showing him dodging milk shot from a cow’s udder Matrix style. That did the trick for my 11y/o brain.

[–] ch00f 1 points 1 week ago

Yep. Legit didn’t know it was a musical. Walked out 10 minutes in.

[–] ch00f 20 points 1 week ago (2 children)

I mean there are a ton of efficiencies to be gained with using communal resources.

Why can’t a bunch of people share a park rather than needing their own back yard?

Not saying it shouldn’t be an option, but the American obsession with detached housing at the cost of higher density housing is a major contributor to insane housing costs.

[–] ch00f 44 points 1 week ago

Or public housing

[–] ch00f 11 points 1 week ago

We used to call this the ol True Lies

[–] ch00f 2 points 1 week ago
[–] ch00f 1 points 1 week ago* (last edited 1 week ago) (1 children)

The problem is that the point of the app is to reduce food waste by selling extra food at a discount.

I think some of these people are just making more food intentionally so that they’ll have something for the app. There’s a perverse incentive where not having extra food at the end of the night means fewer customers.

The lost revenue on the discount sale of extra food can be less of a disincentive than gaining extra customers can be an incentive.

[–] ch00f 4 points 1 week ago (3 children)

Used this a few times. Pizza place will give you a box full of left over slices for like $3.

Problem is, I think some businesses are using it to draw customers. I get asked occasionally "want anything else while you're here?" and I worry that they're making extra food just to give out on the app.

[–] ch00f 38 points 1 week ago (1 children)

Figured someone would do it better than me. Thanks for the correction

[–] ch00f 153 points 1 week ago (4 children)

For those who just wanna know: cards at the time performed math on brightness values assuming a linear brightness scale when it should be logarithmic.

 

I'm trying to write a simple bash script that opens up GQRX, sends it some TCP commands, then closes it down.

Unfortunately, I've found that when I close the program like this, the next time it opens, it will pop up a window saying "crash detected" and ask me to review the configuration file. This prevents the app from loading unless someone is present to click the dialog box.

This error only seems to happen when I try to close the program using the bash script. Closing it by just clicking the X doesn't cause this problem next time it's launched.

I think I'm closing the app too aggressively which terminates it before it can wrap up its affairs, and it interprets this as a crash. What's the best way to close the app to keep this from happening?

I've tried:

  • pkill -3 gqrx
  • pkill -13 gqrx

But the problem persists. Is there an even softer way to close an application?

 

Got a pack of C. Crisps from Costco two weeks ago, and they were awful. Little flavor, mealy texture. They looked beautiful, but that had zero crunch, and really bland flavor.

Figured it was a bad batch and bought another dozen from Fred Meyer. Same thing.

Is something going on in the world of apples? I get they’re not in season, but this seems extreme.

 

5:59 PM, Frasier reveals that he’s going to Chicago. 6:01pm, he’s back at EP 1 with his dad moving in.

Thanks CoziTV for keeping it going strong.

 

I'm an EE by trade focusing on embedded devices, but most of my work is in relatively low-power STM32 applications. When I stopped following developments in hobby kits, it was mostly Arduino Unos slowly driving I2C OLED displays.

Now suddenly, there are embedded Raspberry Pis and ESP32s doing realtime facial recognition and video feeds.

Is there a good place to look to catch up on what's now possible with these embedded devices?

Also, while I enjoy the ease of the hobby kits, I'm also interested in more mass-production-focused solutions.

 

Do guns wear out? Do they end up in landfill? You always hear about guns being sold, but never about what happens to them at the end of their useful life.

25
Whelp (Tukwila, WA) (lemmy.world)
submitted 1 year ago by ch00f to c/tesla
 

All but one cut. Plugs left behind. Station hasn’t even opened.

 

 

More images.

It’s going to be a game with a collection of mini games that cover different aspects of our dog’s life/personality. So far, I’m thinking a zoomies race course in our backyard (steer with crank), a balancing game (balance with crank), and maybe a walk simulator and a dress up game.

I’ve never tried working with 1-bit graphics before. I have experience with rudimentary digital artwork (I used to do a webcomic, but not much to look at), but 1-bit art is much different.

I find that when you’re moving around changing one pixel at a time, you often get to a point where it either looks perfect or doesn’t quite look right, and you just need to keep flipping pixels until it looks perfect. It’s a very rewarding experience.

Hoping to have it done by Christmas.

 

I'm working on implementing the PID compensator on the top of page 20 here. I've already got a circuit working, but it oscillates a ton, and I was hoping to tune it with a better strategy than just guess and check.

The datasheet doesn't go into a lot of detail on how it's supposed to work, but I found a whitepaper that covers single-stage PID compensators in more detail here.

I've got this compensator working, I've modeled it in spice and the poles and zeroes show up where they should, but I have no idea how to actually tune it to my system.

My understanding is that I need to fit the equation (3) on the second link to the form kp + kds + ki/s, but it's an algebraic nightmare.

What I'm hoping for is some derivation of the PID constants in terms of the components in my system. Then I can work on one of the many tuning methods. The datasheet even assigns names to components implying that they're responsible for setting one of the constants (Cd and Rd for derivative term for example), but I'm fairly certain they can't be completely isolated like that.

Also, if the answer is just that I need to re-learn how to do partial fractions, I'm okay with that.

 

So I need to move my server closet out of the guest room closet and into the basement so the closet can be used as a closet again.

I’ve got like 15 shielded cat6 with insulated risers patched into the back of a rack mount patch panel.

My goal is to end up with all of the existing cable extended 15’ or so to the new patch panel location, with maybe some kind of small door in the wall of the original closet so I can access the splices if anything goes wrong.

I invested in shielded cat6 when networking the house to future proof everything, and I have solid home runs to every location. I’m currently only running gigabit speeds, but I’d like to preserve the integrity of the original cables as much as possible.

With that in mind, what’s the best method for this extension? I’ve seen shielded punchdown junction boxes as well as female/female inline couplers. Keep in mind that there will be a bunch of them, so any advice on keeping things organized is appreciated.

 

I picked up a low pressure sodium lamp and am working on a Halloween demonstration. I’m hoping to make a display that appears one way under normal light, but looks totally different under the monochromatic 589nm sodium vapor light.

So basically, I’m looking to generate a color wheel where I pick a shade of gray and get a list of colors that would look that gray under sodium vapor light.

…I feel like there must be a Python library for thing or something…

view more: ‹ prev next ›