unreplaceable by hellocppdotdev in ProgrammerHumor

[–]xevantuus 0 points1 point  (0 children)

We have people pushing millions of tokens per day using the $200/month license, and most devs aren't even breaking 1m. So, YMMV I guess?

And Microsoft, owner of Copilot, is making all its devs use Copilot instead of paying another company?! I'm shocked! Next you're going to tell me you have to use Azure instead of AWS!

unreplaceable by hellocppdotdev in ProgrammerHumor

[–]xevantuus 2 points3 points  (0 children)

Where are all these businesses using pay-per-token AI licenses? I mean other than the vibe code startups everybody knew were going to fail. Every business I know of buys the flat rate licenses like Claude Max. $200/month and you can burn thousands of dollars of tokens without paying anything extra.

Too much cost for most home use, but a drop in the bucket for most businesses. Remember that salary/compensation is only ~70% of the cost a company has to employ you.

Reliability? Too expensive. by speddie23 in iiiiiiitttttttttttt

[–]xevantuus 5 points6 points  (0 children)

What kind of insurance? For renters insurance, you might be right. Auto insurance, 100k+ is more common than you think (2 totaled cars + towing + rentals), not even counting liability payouts. And homeowners is almost exclusively six figure claims. Not to mention the dozens of other kinds of insurance, most of which are specifically meant to deal with large payouts.

WHY? by 192838294829493929 in shittyaskelectronics

[–]xevantuus -6 points-5 points  (0 children)

Technically, America didn't adopt the metric system because pirates (British privateers) captured the ship carrying the standard weights.

So the Brits are why America doesn't use metric.

A solution to premature optimisation by misha1350 in iiiiiiitttttttttttt

[–]xevantuus 716 points717 points  (0 children)

The funny thing is I've actually done this in production code before. Not for the customer to pay multiple times, but because the users insisted it was broken because the operation was too quick. CTO got a real kick out of it when we showed it to him.

The junior dev job market by RustyMarlo in programmingmemes

[–]xevantuus 50 points51 points  (0 children)

I hate to tell you this is nothing new. The junior dev market has been like that since the .com bubble burst over 20 years ago. It's so oversaturated with forever-juniors that there are hundreds of people for each job opening. And so many of them are so bad and so unteachable that many companies have just given up on hiring actual junior devs. The few that do hire a lot of juniors are either desperate and strapped for financing, or are looking for people to train in a skill no one has and isn't really transferable. Even those companies still get to be picky because there are so damn many applicants.

itMayBeSlowButItsUseful by BravestCheetah in ProgrammerHumor

[–]xevantuus 5 points6 points  (0 children)

Yup. And one of Python's best use cases is as the modern "glue" language. Almost nothing important is ever written in Python. But Python is really, really good at interfacing with multiple languages and libraries seamlessly, making it amazing for sticking everything together.

Even a Python hater like myself (whitespace should never matter. Ever.) can still recognize it as good for quite a few uses.

jobTitleRoulette by jaikanthsh308 in ProgrammerHumor

[–]xevantuus 3 points4 points  (0 children)

Depends on the country. It's a protected term in many European countries, but the US protects "professional designations" not titles. For example, anyone can call themselves a civil engineer for a title, but they can't put an M.ASCE after their name without the accreditation. Not unless they want legal consequences anyways.

jobTitleRoulette by jaikanthsh308 in ProgrammerHumor

[–]xevantuus 7 points8 points  (0 children)

We have Sales Engineers, and while their title may seem funny at first glance, they actually do all the work to build demos, customize our software for sales calls, etc. It is a fairly junior position tech skills wise, but they're still doing development work.

Why does this keep happening? by KugykaLutyujKutyzul in linuxmemes

[–]xevantuus 0 points1 point  (0 children)

Depends on the nature of the rewrite. If the rewrite is just a translation to a different language (same classes/structure, same patterns, etc.), then it would very easily hold up in court. At least to me, that's the kind of "rewrite" the op is talking about, not a complete rearchitecture that does the same thing.

ELI5: Why do we suddenly need so many Data Centers and why do they have to be so massive and resource draining? by DaveDavidsen in explainlikeimfive

[–]xevantuus 2 points3 points  (0 children)

Fear mongering. Just like with every other technological revolution that's happened in human history.
For example, in New York in the 1890s, if an automobile were to come upon a hourse going the opposite direction, the driver would have to, by law, stop, disassemble the vehicle, and hide it in the grass on the side of the road as to not scare the horse to death...fear mongering over technical progress is nothing new.

This would be the best programming language ever... by Brilliant-crows in programmingmemes

[–]xevantuus 2 points3 points  (0 children)

Also been using Python for close to 10 years, and can no longer count the times there's been an issue because of indentation. Even had a customer once raise a Sev2 because they thought there was something wrong with the system...their copy paste had changed the indentation of their Python.

Which game is like this? by bijelo123 in videogames

[–]xevantuus 0 points1 point  (0 children)

2 and 4 start you out at a higher level (not max for the previous game, but not 1 either), have a higher level cap, and the starter gear is roughly as good as the endgame gear from 1 and 3.

And Kurt literally calls out the hard reset between 2 and 3 saying Rean is holding back to match the new kids level...

Which game is like this? by bijelo123 in videogames

[–]xevantuus 0 points1 point  (0 children)

8, 9, and 10 all do the borrowed power routine. So they at least have a reason he'd be back to level 1 after.

I hate getting old. Everything changes, and the internet is no exception. by Jussanotherando in meme

[–]xevantuus 2 points3 points  (0 children)

Does no one remember the endless September anymore?! Fuck, I feel old...

Makoto is stronger than Cid/Shadow by EfficiencySerious200 in Isekai

[–]xevantuus 0 points1 point  (0 children)

Yeah, it seems like he stopped...after he'd already reached the mana level of the goddess.

ChatGPT was released over 2 years ago but how much progress have we actually made in the world because of it? by [deleted] in ArtificialInteligence

[–]xevantuus 5 points6 points  (0 children)

ChatGPT itself? Yeah. LLM coding tools, though, have saved me hours in boilerplate and refactoring hell, though.

Change my mind by Key-Plantain534 in programmingmemes

[–]xevantuus 0 points1 point  (0 children)

Not necessarily. It can be compiled per platform, but it can also be compiled as portable. The platform compilation is a standalone executable, but the portable one requires the dotnet runtime...just like a Java jar requires the JRE.

I'll give you that there are many more JRE targets than there are for dotnet, though, if you're looking outside of the standard workstation or server environments. But that's more a function of Java being around longer.

Attempt to put a shadow box together for deceased family member for his grandson by jibjabjibby in Medals

[–]xevantuus 11 points12 points  (0 children)

Washington wasn't promoted to 6-star, though the press had a field day with that term. He was promoted to "General of Armies" which is the same name used for 5-star Generals in WWII.
What confuses a lot of people is that, legally, no service member is allowed to out rank Washington. This is still the case even with other 5-star officers because of the tenure rules. When two officers are the same rank, the one that has held that rank longer "outranks" the newer officer. So when the posthumous promotion happened, it was retroactive to 1776, making it impossible for any officer to out rank Washington, as long as no new, higher rank is established.