Spyke

Replies

Comment on

*Permanently Deleted*

Reply in thread

When I worked for a bank call center the first question before initiating the dispute/chargeback process is “did you attempt to resolve this with the merchant first?” It is a requirement for doing the dispute. OP needs to clearly say yes, and they prevent it by not letting me speak to a human.

OP should also file a police report immediately. They won’t care, but at least the store can’t accuse OP of not following properof procedures.

Comment on

What philosophy or movie scene, had a lasting affect on you, changing or giving you a new perspective?

The book Enders Game. I was will bullied in grade school. As was Ender. The overall theme is that it’s effectively impossible to maintain a defensive posture indefinitely. Be that always ready for dealing with bullies at school or home, to dealing with an alien threat becoming nearly impossible in three dimensions.

Ender comes up with the philosophy that you have to win, but not just win that fight/battle, you have to win so decisively that there won’t just be another fight later. While this turns out to be effective, it also results in genocide.

This resulted in a restrained version of the philosophy in me. When diplomacy fails, fight for your life, but know when you’ve won, know when you’ve prevented the next fight(s). And most importantly, know when to stop.

Comment on

Home sales are down. So why are prices at an all-time high?

Make a new law that a corporation cannot own single family homes and individuals cannot own more than two single family homes, condos, or cabins and the housing issue is solved. People can still have a vacation home, or a single rental property, a few for a married couple, but they don’t get to own 50 homes anymore unless they want to run an apartment complex. I do think there is societal value in rentable single family homes, but it’s gone too far.

Give them one year to divest, and start charging a tax if they don’t that starts at 25% of the homes assessed value, and raises 25% every year thereafter.

Comment on

What are some of the worst code you have seen in a production environment?

First of all, lack of ORM isn’t bad. It’s not a good or bad thing to use them out not use them. What’s bad is not sanitizing your query inputs and you don’t need an ORM to do that.

I think the worst thing I’ve seen is previous devs not realize there’s a cost to opening a DB connection. Especially back when DBs were on spinning rust. So the report page that ran one query to get the all the items to report on, then for each row ran another individual query to get that row’s details was probably one of the slowest reports I’ve ever seen. Every DB round trip was at minimum 0.1 seconds just to open the connection, run the query, send back the data, then close the connection. So 10 rows per second could be returned. Thousands of rows per page has people waiting several minutes, and tying up our app server. A quick refactor to run 2 queries instead of hundreds to thousands and I was a hero for 10 min till everyone forgot how bad it was before I fixed it.

Comment on

They even do Price Discrimination on video games now

Reply in thread

When Miamoto Iwata died, Nintendo just had to stay the course. They were never dominant, but they were ubiquitous and everyone enjoyed their products. Now the new guys don’t even play games, and the switch 2 price point is ridiculous, and they never fixed the issue with the joy con sticks, and prices never drop like they used to. You can’t count on new leadership being capable of continuing success, even when all they have to do is keep things on the exact same course.

funny

Comment on

Surprise?

Cotton Lane: because this used to be cotton fields, one of the major agriculture crops of Arizona

Prison: because when this prison was built, it was like 25 miles west of town, now it’s continuous city well past this point

Surprise: a western suburb of Phoenix

Zoo: wildlife world zoo, a private zoo with too small cages and little in the way of habitat for the animals.

Trailers: because the Phoenix area is a trailer park that somehow grew up into a city.

Comment on

If someone today made an Iron Man suit with all weapons and everything how much would something like that cost today? Also if not be able to be made what are some limits holding us back?

The tech behind the power source, thrust, and primary weapons doesn’t exist, and there are no real-life counterparts to them even at large scale that would just need to be miniaturized. With that much fiction in even the mark 1 suit, it’s impossible to estimate cost.

The biggest problem IMO is the fact that all our power generation technology comes down to “boil water to turn turbine”. How we generate the heat changes, but not how we turn it into electricity.

Comment on

Nvidia Sales Jump 56%, a Sign the A.I. Boom Isn’t Slowing Down

How can it slow down? To get investment, every company has to at least claim to use AI. My company measures and ranks people based on their use of Gemini. It hasn’t made it into our performance reviews yet, but there is shaming for not using it. “Come on, we’re paying for it, make use of it”. I haven’t even figured out how to make good use of it in my normal routine. Which is legitimately 75% meetings. Maybe I need to send bots to meetings.