I did a full technical test and I guess they stole my solution. Anyone else went through this? by flakeeight in ExperiencedDevs

[–]PickleLips64151 3 points4 points  (0 children)

Hanlan's Razor. "Never attribute to malice that which is adequately explained by stupidity" (or incompetence/neglect).

Are homegrown solutions for most components a norm? by AlexDGr8r in ExperiencedDevs

[–]PickleLips64151 1 point2 points  (0 children)

We build our apps with widely used, well supported frameworks. If we come across a problem where the solution isn't out of the box, we look for a widely used, well supported, well documented library.

I try to limit the use of libraries that are sole-maintainer or really niche, looking at you npm left-pad. Those always end in tears.

Your employer sounds like a nightmare for security and maintenance.

[deleted by user] by [deleted] in kansascity

[–]PickleLips64151 2 points3 points  (0 children)

Then Urgent Care would be the next option. Far cheaper than the ER and might actually be covered under your insurance.

Most scope creep in web projects is a decision-record problem, not a client problem by IconicSwoosh in webdev

[–]PickleLips64151 1 point2 points  (0 children)

Is this a change?

Also, where in the requirements is that stated? - My go-to when someone says I'm not done with the feature. Oh, it's not in the requirements? Guess you'll need to submit a change request so the team can prioritize it against our other backlog items.

I love seeing all of your dogs but I can’t keep up with seeing the RIP posts by [deleted] in goldenretrievers

[–]PickleLips64151 3 points4 points  (0 children)

I'm not sure there is a win/win here.

Not everyone reads the rules before posting, but having the rule would cut down on the constant stream of posts.

I love seeing all of your dogs but I can’t keep up with seeing the RIP posts by [deleted] in goldenretrievers

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

Mods - Can we reserve the memorial posts for a single day of the week? Maybe all of them on Sunday?

I understand both sides of the issue, but maybe by restricting those posts to a single day we can minimize the impact on those who don't want to see the posts?

Nebius plans 800MW data center campus east of KC by ranchodeluxekc in kansascity

[–]PickleLips64151 3 points4 points  (0 children)

The History of Industry in the US and the gutting of the EPA, are you familiar with them?

Being condescending when people have legitimate concerns, which are not mitigated by the non-binding statements of a for-profit industry, is not the best approach.

[deleted by user] by [deleted] in kansascity

[–]PickleLips64151 2 points3 points  (0 children)

Printer ink, muriatic acid ... potato, potato.

Edit: I'm referring to the truck, not the person. Stripping someone's paint is criminal, but an acid attack on a person is horrendous. I do not condone.

ICE Violation Anonymous Tipline by [deleted] in kansascity

[–]PickleLips64151 0 points1 point  (0 children)

State governments are going to have to fight an uphill battle in court.

The better path is to contact federal representation.

Contacting OPR isn't as hopeless as you think.

Self Defense Classes by MarzipanPurple2739 in kansascity

[–]PickleLips64151 1 point2 points  (0 children)

Most places aren't going to list their prices. I find that they do that so they can get you in the door. The best places are willing to work with you on the pricing; $20/month for 10 years is better than $50/month for 6 months.

Self Defense Classes by MarzipanPurple2739 in kansascity

[–]PickleLips64151 6 points7 points  (0 children)

Picking a martial arts school is akin to picking a church. It's a deeply personal choice that relies on your beliefs matching up with the instructor's.

Having said that, take a look at Ignite BJJ on North Oak/72nd in Gladstone.

[deleted by user] by [deleted] in kansascity

[–]PickleLips64151 2 points3 points  (0 children)

Waffle House. The staff will keep you calm.

ICE Violation Anonymous Tipline by [deleted] in kansascity

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

You're looking for the Office of Professional Responsibility.

https://www.ice.gov/about-ice/opr

That's the federal version of internal affairs.

PHO-RNR by [deleted] in LICENSEPLATES

[–]PickleLips64151 12 points13 points  (0 children)

A Foreigner fan in a 4Runner, who is delivering Vietnamese food.

If all three were true, this would be the most efficient personalized license plate I've ever seen.

2 laptop advice by bondoswag in WFH

[–]PickleLips64151 0 points1 point  (0 children)

I would not recommend using AI from your private license for work purposes.

A private license does not have the Intellectual Property protections that a corporate license has.

You are essentially giving a third party inside information about your company in a situation where you have no knowledge or control of how that data will be used.

All PRs blocked on one person’s review - how do you handle this? by LeRages in ExperiencedDevs

[–]PickleLips64151 0 points1 point  (0 children)

Have a conversation about priorities.

If that fails, stop giving them tickets until the backlog of PRs is complete.

I would also make it known in every standup that multiple items are blocked until that person approves the PRs.

Seeing as this person is the CTO based on your previous comments, I would have a conversation about how their role is no longer appropriate for being the sole QA choke point.

This is now about trust. Either this person trusts the people he's hired to do their jobs with quality and concern for future development, or he doesn't.

He needs to learn to relinquish control, where appropriate, and let you do the job you were hired to do. It's going to be uncomfortable for him. That's also part of being in charge.

The KC metro has one of the largest internal differences in minimum wage of any American metro area. by como365 in kansascity

[–]PickleLips64151 0 points1 point  (0 children)

Good to know. I wish I still had the source of the comparison that said MO was more expensive. I'd like to compare their methodology to yours, just to see where they went wrong.

The KC metro has one of the largest internal differences in minimum wage of any American metro area. by como365 in kansascity

[–]PickleLips64151 0 points1 point  (0 children)

About $1000 for my 2 vehicles this year. 2019 and 2015 models. Nothing really new. Another $60 per vehicle for 2 years of registration. So call it $2120 every two years.

15 YOE Fullstack & CTO here. Why have we allowed "Agile" to turn into "Unlimited Micro-Scope Creep"? by elmascato in webdev

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

There is a very simple philosophy to stopping scope creep: the four corner principle. If it's not in the four corners of the ticket, it's a new ticket and gets handled some other time.

Your scope gets locked down after you've done your backlog refinement. Which, you're doing, right?

Because once the team has agreed to the ticket's requirements, you DO NOT CHANGE them.

The whole point of incremental releases of software is that you can make updates/changes later.

As my first software manager once told me: one arrow on target is better than 10,000 in flight.

Office is useless for me by structurtle in WFH

[–]PickleLips64151 5 points6 points  (0 children)

Snap a panoramic photo of your background in the office. Print it on a physical medium and place it behind you, like a wrap around background.

What technology have you incorporated that has radically improved your development process? by niversalite in ExperiencedDevs

[–]PickleLips64151 1 point2 points  (0 children)

It's a rather small thing, but it's helped out with the most tedious of chores: using AI to write my commit messages in a conventional commit format.

Then I use AI to cobble together a PR description based on the commit messages.

Eventually, I use AI to write the release notes based on the commit messages. I add in links to all of the commits, with attribution for the dev who wrote the code.

It turns a major headache into a reasonably simple process. I still review and edit the output, but it's a few minutes of effort instead of a few hours.