[-] LazaroFilm@lemmy.film 30 points 11 months ago

I have a pinched nerve. I went to many doctors, done many tests, went to months of PT and was still in pain. I went to my acupuncturist and she is able to release the muscles around the pinch enough that my right arm doesn’t feel constantly numb. I a man of science. I don’t believe in he Chi traveling my body etc but the physical result of the acuponcture cannot be denied.

[-] LazaroFilm@lemmy.film 14 points 11 months ago

I drove by a bunch of them last week. One was perfectly aligned with the road I was on until the horizon. When I got closer the road actually turned before getting close to it. It was mesmerizing. I would love to see wind turbines from my home.

47

Fun fact Voyager 2 was launched before Voyager 1.

[-] LazaroFilm@lemmy.film 16 points 11 months ago

Employers should pay for travelled hours and cost. Then we’ll see if coming tot he office is worth those extra two hours per day of pay with no work.

[-] LazaroFilm@lemmy.film 14 points 11 months ago

Back in my days breaking a deck was a status thing. It meant you ride so much that you wore it out.

84
submitted 11 months ago* (last edited 11 months ago) by LazaroFilm@lemmy.film to c/3dprinting@lemmy.world

Printed with two PETG filaments on a glass bed with hairspray. Printed the black lines (with a custom end code that doesn’t turns off motors) then printed the white over it in a separate gcode (also with custom start with no homing). It even allows me to go with an exact and cut off hairs and blobs before laying the white. The. The two fuse on the same layer so the color isn’t sticking out.

[-] LazaroFilm@lemmy.film 56 points 11 months ago

To call a taxi you can go in the red zone but the hand has to be sideways and you must be doing a frantic fast waving while screaming “TAXIII” in a high pitch voice. Also get on your tippy toes.

[-] LazaroFilm@lemmy.film 17 points 11 months ago

He’s definitely one step furher.

[-] LazaroFilm@lemmy.film 14 points 11 months ago* (last edited 11 months ago)

For those downvoting, watch Idiocracy…

[-] LazaroFilm@lemmy.film 14 points 11 months ago

Also hers a pic

[-] LazaroFilm@lemmy.film 13 points 11 months ago

Yep. It’s. GCRE3060AFF electric stove. (Other thing I hate is the fan noise when the oven is on, even when not on convection). Your idea of Hi closest to off position makes sense except of that triple knob, the 3rd ring Hi position isn’t at the top.

[-] LazaroFilm@lemmy.film 97 points 11 months ago

That actually makes sense for things you want to finish drying on a line so they don’t heat up too much and shrink.

1052
submitted 11 months ago* (last edited 11 months ago) by LazaroFilm@lemmy.film to c/mildlyinfuriating@lemmy.world

I kept burning my food or wait forever for the pan to heat up and I finally understand why. Each knob has a different direction for the Hi and Lo (also why isn’t it Low).

4
submitted 11 months ago by LazaroFilm@lemmy.film to c/arduino@lemmy.ca

Here is my new serial starting code. It takes some time to start printing the serial after the command is set. Usually you simply add a delay, but that delay can be longer than the time your serial takes to connect, so you're waiting for nothing and when you're trying to troubleshoot that becomes frustrating. The other option is the check if the serial started with while (!Serial) { delay(10); } but then your code doesn't run without a serial connection so it just hangs if you try it off a battery or USB charger block.

Here comes the best of both worlds!

It checks for a serial connection every 10 ms but only for 3 seconds, then it goes on. The commented out line is to print how long it takes for your serial to show up. It was useful to determine 3s was a good number (I landed around 2100 to 2700 ms so 3000 gives me just a bit of padding while still being fairly fast when not plugged to a serial console.

Bonus is the giant ASCII START logo I made so I can easily see where it started when scrolling back up.

You can throw this at the top of your setup() or even better, make it a function and call it, so you only need to comment out a single line when you go testing it without a computer and save those precious 3 seconds at startup.

Enjoy!

  Serial.begin(115200);
  unsigned long time_begin = millis();
  while (!Serial && (millis() - time_begin) < 3000) {
    delay(10);
    // Serial.println(millis() - time_begin);
  }
  delay(10);
  Serial.println(" ");
  Serial.println("       ::::::::   :::::::::::       :::        :::::::::   ::::::::::: ");
  Serial.println("     :+:    :+:      :+:         :+: :+:      :+:    :+:      :+:      ");
  Serial.println("    +:+             +:+        +:+   +:+     +:+    +:+      +:+       ");
  Serial.println("   +#++:++#++      +#+       +#++:++#++:    +#++:++#:       +#+        ");
  Serial.println("         +#+      +#+       +#+     +#+    +#+    +#+      +#+         ");
  Serial.println(" #+#    #+#      #+#       #+#     #+#    #+#    #+#      #+#          ");
  Serial.println(" ########       ###       ###     ###    ###    ###      ###           ");
  Serial.println(" ");
  Serial.println(" ");

PS: it looks like Lemmy can't handle color coded markdown... :(

[-] LazaroFilm@lemmy.film 18 points 11 months ago

Call them and ask them to remove it.

7
submitted 11 months ago by LazaroFilm@lemmy.film to c/arduino@lemmy.ca

I'm using this really nice board, it has a RP2040, a round touchscreen and a Gyro/Acc module all in one (plus a RTC and Battery management). My issue is with the IMU, the QMI8658 is supposed to have a fusion algorithm embedded but I can't seem to get it to work. Anyone else has tried this? I'm looked at the chip documentation and tried to modify the registers via I2C but I still don't get any values for the Quaternions... I'm feeling really alone with this issue and I feel like I would have been able to get an answer back on Reddit but I want to try here first..

[-] LazaroFilm@lemmy.film 12 points 11 months ago

The phone number reminded me of a trick I found to get peoples names. Ask for their number them hand them your phone with a blank new contact to fill in. (Pro tip, screenshot the new contact or you won’t know who it was) Also “What’s your name again?” — “Joe” — “I know I meant your last name, how do you spell it?”. Somehow writing names down helps me. I can read them and remember them at a time when I’m not focusing 100% of my brain to not fuck up our conversation.

101
submitted 11 months ago* (last edited 11 months ago) by LazaroFilm@lemmy.film to c/adhd@lemmy.world

Then you try to charade what they look like, then your coworker starts going down a list of other coworkers names and you’re like “Honey, I don’t know anyone’s name, not even yours. Except of Charley from accounting, he as the same name as my nephew, he also kinda looks like him, but as a grown ass man. Then you wonder what would happen if they met, would they become friends? They don’t have much else in commun though… anyways, I don’t know who I spoke to, sorry.

Edit: I didn’t proof read my post until it was posted.

45
submitted 11 months ago* (last edited 11 months ago) by LazaroFilm@lemmy.film to c/adhd@lemmy.world

Once again I messed the pill count and didn’t renew my prescription in time sol I’ll be riding this coming week dry… thanks stupid US medical system.

UPDATE: I had to pay out of pocket. $120 because my doc didn’t fill some random paper so I could get the meds, but insurance won’t cover it. It takes 6 months to get an appointment with my doc. I saw him last week and he said he would send a refill, he did t. My pharmacy the requested after I called to check. No go. I called the nurse and asked — automated voicemail. I’m done. I’m done I’m done.

2

I'm a Steadicam operator and admin of The Steadicam Operators Group on Facebook. I would love to see our community move away from that bad bad platform to a better one. This one here would be great!

8

Alexa35 on my Steadicam with Laowa probe lens for a commercial.

view more: next ›

LazaroFilm

joined 1 year ago