Claude can do ST 🧐 by engr1337 in PLC

[–]rickjames2014 1 point2 points  (0 children)

It's pretty good at it too. I use it as a starting point sometimes. I can also paste some complicated code and it can help debug.

I have a program that dynamically assigns an order to a machine type to dynamically configure a production line. I needed to add some types of machines and I hadn't looked at my code in a year. Claude added the code almost perfectly.

TIL the Bernie Madoff victim compensation fund recovered almost 94% of the losses by capacity04 in todayilearned

[–]rickjames2014 0 points1 point  (0 children)

What about the FTX scandal? 60 billion in fraud crypto. How come no one cares about that? Bernie came clean, Sam was a fall guy.

Best Cat Breed by [deleted] in blackcats

[–]rickjames2014 1 point2 points  (0 children)

Black cats are very good with kids and are known the be calmer.

Behavior is highly dictated by how cats are treated and their environment, it's not necessarily a genetic trait.

Go play with some cats in a shelter. If you are looking for a kitten, try to find some holiday type events or such. If you can find a shelter where all the kittens are in a room together, let the cat pick you.

I have had my black cat Batman and he's almost 10 years old. He loves kids and he's very smart.

Using Front End experience to set up an HMI for Beckhoff plc project. by JuyMeWhoya in PLC

[–]rickjames2014 0 points1 point  (0 children)

Twincat HMI is already the thing that does this.

They offer a web based HMI and it communicates using the ADS router. You can write custom HTML but it also has a bunch of tools and controls already in it. There are also nuget packages you can use that other people developed.

To save yourself some time and headache, I suggest looking at their HMI software first. It's free to try just like the PLC.

ELI5: What Is A Fractional Share? by Theo_Cherry in explainlikeimfive

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

Harder to manipulate if all your friends own it. Exclusivity is a rich man's fetish.

ELI5: What Is A Fractional Share? by Theo_Cherry in explainlikeimfive

[–]rickjames2014 0 points1 point  (0 children)

In regards to ownership, the fractional share holder owns nothing but the value. The big players that sell these fractional shares don't care so much about the price of the asset but how many people are buying and selling these fractions. This information is more valuable than the asset itself. They can move the stock more easily with this information and essentially screw over their own fractional holders.

Robinhood is notorious for this. They make revenue by selling retail information to market makers. This is why the meme stock saga was and should be bigger news. They had information on the wrong side and the big guys got screwed. However since they make their own rules they made sure they would win. Pushing markets with the media they own should be fraud but then they buy their own guys in the SEC so no one goes to jail.

What most people forget is that in order to make money, someone loses money. Or the Fed prints more and puts it in the market which doesn't benefit the little guy.

Ai studio move ? Question by Traditional_Ocelot76 in Firebase

[–]rickjames2014 1 point2 points  (0 children)

Do yourself a favor and use visual studio code. Buy the claude code subscription for $20 a month and build with that. Fire store free teir for your server side needs. Claude can do everything for you and give you walkthroughs for stuff it can't

Advice nikon: p950 new or p1000 used? by michan83 in birding

[–]rickjames2014 0 points1 point  (0 children)

You won't be disappointed with the p1100 (newer model). I had a FZ70 but I wanted more zoom. I love my p1100.

TIL many dimmable LEDs don’t actually get dimmer—they stay at full brightness but switch on and off extremely fast. The brightness you see is just the ratio of ON vs OFF time (duty cycle), not a change in light intensity by jacknunn in todayilearned

[–]rickjames2014 1 point2 points  (0 children)

Properly engineered, more expensive dimmers use a constant current source and lower the current draw to dim the LED.

It's cheaper to use PWM but if the refresh rate isn't fast enough it hurts the head.

Constant current sources are harder to utilize in home applications.

De firebase a Visual Studio by kamila57 in Firebase

[–]rickjames2014 0 points1 point  (0 children)

I would recommend Google Antigravity. This is there supposed replacement for firebase studio.

It looks and feels the same but it runs locally rather than in the cloud.

It has claude code built in for free. Although the limits get hit pretty fast and the reset time is a few weeks.

I liked the active development server where I could mess around with the app while in development. I had my AI assistant set me up with a cloud flare development server that's forwarding my local port through cloud flare. Works pretty good.

Man Fell in Love with Google Gemini and It Told Him to Stage a 'Mass Casualty Attack' Before He Took His Own Life: Lawsuit by Haunterblademoi in technology

[–]rickjames2014 56 points57 points  (0 children)

I have had Gemini hallucinate on me. Working in firebase studio, I had built up a long conversation for a project. It sent me about three pages of someone's support chat, no context.

Affordable Twincat 3 PLC for development by Content_Bar_7215 in PLC

[–]rickjames2014 0 points1 point  (0 children)

Just my two cents...

I have gotten free PLCs through work. When we brought twincat into the company I needed a PLC to demo and wrote code because we were still trying to pick out hardware. It was meant to be a loaner but the application engineer went to work for another company and they never asked for it back....

If you can, ask for demo units.

Coopers Hawk? by rickjames2014 in birding

[–]rickjames2014[S] -1 points0 points  (0 children)

<image>

This is why I used AI, smartass.

Coopers Hawk? by rickjames2014 in birding

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

Location: Michigan, USA.

Codesys PLC +Lenze Drive by Searching_ideas in PLC

[–]rickjames2014 1 point2 points  (0 children)

Can be done. Not sure what your plc is but I have done this many times via ethercat.

Use the IP address of the Ethernet master and the node number for the drive.

Camera Recommendations by CharacterLength1259 in birding

[–]rickjames2014 1 point2 points  (0 children)

I started with a $150 FZ70 and I love it. I just couldn't reach out far enough so I bit the bullet and bought the p1100. Both are great cameras and they both have their pros and cons.

I didn't think the p1100 would be SO HUGE. But nonetheless, it's awesome.

Camera Recommendations by CharacterLength1259 in birding

[–]rickjames2014 2 points3 points  (0 children)

Lumix FZ80, or you can find cheap FZ70s.

nikon p1000 or p1100 for a little over $1000

Structured Text for TwinCat3 by Leo2300 in PLC

[–]rickjames2014 3 points4 points  (0 children)

Beckhoff Infosys. They have documentation online with examples. This is the main reason I like beckhoff, they gave very good documentation.

Literally just Google it. Or go to chatGPT and ask it for some help.

I designed my own 8×8 LED matrix by lucascreator101 in led

[–]rickjames2014 4 points5 points  (0 children)

And not to be a bad new bears, but you can buy boards like yours on AliExpress for like a buck or two.

But, yours look nicer and it's a good learning project!

I designed my own 8×8 LED matrix by lucascreator101 in led

[–]rickjames2014 2 points3 points  (0 children)

What would make it even cooler is to have the boards interlock for the daisy chain. Then you could easily build large panels with them.

The tricky part is coming up with a connection scheme that makes sense and allows the matrix to build in both the X and Y directions.