The antiđŸš«-derailment🚃 & threadđŸ§” hijackingđŸ”« threadđŸ§” ⁉

lots of them on amazon being sold as lower class than they actually are. TTC actually did a video on this Laser Pointers on Amazon are Getting Out of Hand - YouTube

also, you probably already know this but just in case be careful with green lasers they often have an infrared emission that is much greater than the visible due to inadequate or nonexistent IR filter.

1 Like

Yep, just want something for stat pointing again

1 Like

Anyone happen to have a Rivian vehicle?

1 Like

If all you’re doing is pointing at a things in a meeting room then 5mW is plenty. Especially with green aince its apparent brightness is going to be greater than red at the same power.

But how will he be able to heat up his coffee from across the room also?

3 Likes

I wanted one. I figure since i dont need a car now, i can comfortably wait until the VW ID Buzz is released, or something similar.

1 Like

Amputee makes entirely mechanical hand

I can ask around, What is it you are wanting to know?

i’m thinking their keycards, which use a DESFire EV3 chip, don’t actually use any of the security features of the chips and just use literally the last 3 bytes of the UID only
 but I need someone with a Rivian and the keycards to do some testing and confirm some things for me.

1 Like

I gotta say, having this implant has had a weird benefit I was not expecting. I started to buy broken iPhone/Samsung lots on ebay and other sites, repairing them, and selling them for profit. Testing the NFC functionality is a lot easier when all I have to do is hold my hand to it :rofl:

4 Likes

Got the new SQL job. They finally gave me a query to write from the beginning. It involves parsing out memos that allegedly have an official format but looking at the first dozen made it clear that’s not enforced.

So I ask the really smart guy “is there any reason I shouldn’t use Rlike? Any performance issues or unexpected behaviors?”

And he tells me I shouldn’t because regex is hard, I don’t know it, and I’ll just spend forever tweaking what I wrote.

He sends me a starter query that has this:

,replace(replace(replace(replace(replace(replace(upper(memotext),’ ‘,’‘),’-‘,’‘),’/‘,’‘),’',‘’),‘_’,‘’),‘.’,‘’)

to try to fish out formatting inconsistencies. Eventually he has a 17 line query that returns 36 results.

My four line query I wrote before I asked him gets the exact same results and doesn’t change the final output from that column and still works if some weirdo decided to use a colon instead of a space or whatever. And being 100% transparent all I’m using is the more advanced wildcards that Rlike allows. I’m not doing anything fancy.

So I’m sticking with mine because he needs to figure out that “I don’t think you’re skilled enough” is not a reason for me to not do something. I don’t know regex but I know what the logic should look like to get what I want. Learning the written bit is easy from there. That’s literally how I learned to use SQL.

I need to find some way to tell him I appreciate his willingness to help but if I ask a question he needs to answer that and not try to make me do things his way.

4 Likes

A post was merged into an existing topic: Flipper Zero - Kickstarter RFID/RF/BLE/USB/IR

Do a quantitative analysis to show performance gains and try to toss in some outliers. His concern is unintended consequences (a la regex)
 so show that it’s not regex and there should be no unintended results.

If he gets pissy, congratulations you have a shit boss.

3 Likes

Oh it’s going to come up again. This one is probably too simple to get a read on performance gains
 But I’m rebuilding another dashboard and all the SQL in it and the original has 23 lines of nearly identical ‘like’ statements to try to get all the right accounts. I promise I can clean that up and it’ll definitely see gains in performance. That one is a whole mess and takes forever and I know they miss things due to how they wrote it.

It’s really funny because I was specifically asking him if there were any performance issues or unintended behavior I should be aware of. Because that’s a place where having a lot of experience is super helpful. You get to know what does and doesn’t work. But “Don’t do it because you don’t know enough” is not a reason.

It’s even sillier because he was the one during the interview where we had the exchange “Do you know any python” and I went “not really.” Then he asked if I would look at some and try to tell him what it was doing. So I did. I was wrong about literally everything I said. But it didn’t stop me from trying.

I think he means well. He takes pushback well and he’s always willing to help. But I get real annoyed by being told I can’t do something just because I don’t already know how to do it. How the fuck else do I learn?

Everyone on the team is good, but even good people can have annoying traits. That’s just one where he and I keep not communicating well. Eventually he will hopefully get a feel for how I work and learn that it doesn’t matter if I know how to do it or not. Only technical issues or deadlines will stop me from trying.

2 Likes

Would anybody like to try and unscramble this

GONADUSER NIGHTS

4 Likes

DANGEROUS THINGS

I raise you this to descramble: :slight_smile:

amwrwzg.aqk/yyvaj?t=ztHXlm5ReI0

2 Likes

Something tells me that it’s a link to the rickroll that you’ve got under your skin


3 Likes

that was my guess also

4na7bs

3 Likes

I don’t see very many situations where “Don’t because you don’t know enough” is valid. Certainly not in the IT field.

1 Like

I occasionally train people professionally. “You don’t know enough”, is always followed by “This is how you do it, now repeat until you get it.”

2 Likes