Forgot your password?
typodupeerror

Comment Re:They don't even write good software! (Score 1) 160

One thing that drives me crazy is that there is a large contigent of people who think the accelerator and the brake are part of a binary system. That when they stop accelerating they must touch the brake. Especially when you are following them on long highway drives and it's just brake light, accelerate, brake light, accelerate, etc.

Learn to control the acceleration so you do not need to touch that brake except to actually stop!

Comment Re:toast (Score 1) 160

I've worked in this industry for 30 years. I've worked for FAANG, I've worked for major insurance companies, major finance firms, huge healthcare clearing houses, consulting firms, and even companies that manufacture tightly controlled equipment for the military and/or firearms.

What is a competently secured IT system? I've never seen one.

Comment I just stopped going to large venue music shows (Score 1) 31

I love music. My whole life has been playing in bands, going to see concerts and as a child of the 80s standing in long lines to get tickets or disapointment.

The prices of tickets is out of hand. The scalping is out of hand. So I just quit. I see local shows by local musicians or at venues in small towns. I don't care how much I like someone's music I'm not paying hundreds of dollars for the cheap seats to see them.

Comment Re:debit card rewards (Score 3, Insightful) 52

Exactly. I was shopping recently for a high value item. I found one vendor who had it for sale with a 3% credit card fee. Another vendor had it for sale $1500 less. I asked him if he charged a credit card fee. He said no, that was the out the door price. So I bought it from him.

So the 3% was already in the lower price, but the other vendor was trying to double dip on fees.

Comment Re:Parent's phone gets dialog to approve .... (Score 1) 120

My generation is really good at technology because it was new and there was a hacker culture to support tinkering. Then technology got easy. Now kids are pretty tech stupid (yes they can use it, but the struggle to troubleshoot anything). This could bring a resurgence in hacker culture.

Comment Coding isn't my primary, but I do it. Good policy. (Score 1) 33

I'm not on the engineering team at my company, but I do a little bit of coding as part of my job.

My company has a good AI coding policy: "You are responsible for all code you check in. You are encouraged to use AI responsibly, but you must check it for errors. If you turn in code that is bad, you can't blame the AI."

Plus, while we are trying out a few different AI platforms, we have token limits (I don't know what they are, because in my role I never come close to hitting them - but company-wide I know our budget is lower than one engineer salary.) And different platforms are allowed for different things. Any company-proprietary information is only allowed in certain AI platforms; and nobody is *EVER* allowed to put sensitive information (API keys, passwords, even user names) into any of our AI platforms.

In my role, I often interact with customer data (customer logs, customer integrations, etc,) we have exactly one AI platform we're allowed to put "customer data" in to, because it's the only one we have 100% control over the data for. That platform does have multiple models available, though.

As for what I personally use it for when coding? Debugging. "Crap, this shell script isn't passing through this environment variable properly over SSH, figure out what I did wrong."

Or "A customer wants to integrate our API with - write me a Python script that does " and have the AI look up that other company's API info and get me a starting point. I never directly use any of the code generated this way, I use it as a starting point for my own code. An "Oh, that's how that company's API works", which I then verify on the API documentation link the AI gives me, to make sure it was actually telling the truth.

Slashdot Top Deals

The flow chart is a most thoroughly oversold piece of program documentation. -- Frederick Brooks, "The Mythical Man Month"

Working...