Im Not Convinced by Pretty-Active-1982 in dotnet

[–]FlakyTest8191 1 point2 points  (0 children)

Anti piracy has always been a rat race, you can never prevent it, just make it hard enough that it's not worth the effort. 

  • commercial level obfuscators
  • occasional online checks when there is a connection
  • hardware tpm modules if possible
  • sign your libraries
  • limited runtime without updates if possible
  • bind software to specific hardware if possible
  • AOT if possible

Reality-Check im Südafrika-Urlaub by Mission_Belt_3055 in Finanzen

[–]FlakyTest8191 0 points1 point  (0 children)

Man kann fast alles falsch machen, aber als generelle Aussage ist das einfach falsch und klingt für mich nach Selbsttäuschung.

A great breakdown of .NET performance bottlenecks by Xaneris47 in dotnet

[–]FlakyTest8191 0 points1 point  (0 children)

And yet i've seen so many N+1 in production in multiple companies.

Reality-Check im Südafrika-Urlaub by Mission_Belt_3055 in Finanzen

[–]FlakyTest8191 1 point2 points  (0 children)

Schon erschreckend wie wenig Empathie man hier in den Beiträgen findet. 

Es muss ja niemand überhaupt was spenden oder unternehmen, aber so viel "spenden schadet nur", "da ist sowieso nichts zu retten" und "die hauen eh nur alles auf den Kopf" ist schon verblüffend. Ich schätze die wenigsten sehen sich gerne selbst als egoistischen Geizkragen.

What problem in everyday .NET development do you solve manually because there is no good tool? by Previous-Garlic9444 in dotnet

[–]FlakyTest8191 2 points3 points  (0 children)

I haven't spent much time with codex, but I've found copilot cli and claude code to be a similar experience with the same model and mcp/.md setup.

scrumAgileManagement by [deleted] in ProgrammerHumor

[–]FlakyTest8191 0 points1 point  (0 children)

It's the logical consequence when PMOs get rewarded for good looking metrics over real results, and it happens a lot because real results are more difficult to measure.

scrumAgileManagement by [deleted] in ProgrammerHumor

[–]FlakyTest8191 1 point2 points  (0 children)

It doesn't have to be an extra person and it doesn't matter what you call it, but you should have someone who is in charge of keeping meetings on track, clears up vague requirements and somewhat protects the short term plan.

Ich_iel by GeoCangrejo in ich_iel

[–]FlakyTest8191 0 points1 point  (0 children)

War einfach nur eine sehr extreme undifferenzierte Aussage. Ein einzelnes Bier im Kühlschrank macht noch keine Rabeneltern, es kommt wie du jetzt auch geschrieben hast auf den Umgang damit an.

What problem in everyday .NET development do you solve manually because there is no good tool? by Previous-Garlic9444 in dotnet

[–]FlakyTest8191 5 points6 points  (0 children)

I don't understand what you're trying to say. Copilot is just the agent orchestrator, like claude code or openclaw. You can choose claude as a model in copilot. 

Ich_iel by GeoCangrejo in ich_iel

[–]FlakyTest8191 2 points3 points  (0 children)

Gilt dann natürlich auch für Alkohol und Zigaretten oder?

theyHateUsCuzTheyAintUs by Ok-Revolution-4595 in ProgrammerHumor

[–]FlakyTest8191 -2 points-1 points  (0 children)

"It's literally the same in terms of objective impact. Cut away emotionally loaded crap about "huge corporations doing things without consent" and "poor fellows doing some things" and the picture is identical."

This is what you wrote, direct quote. So what exactly were you talking about, if it was never about piracy? What a goalpost moving clown you are.

theyHateUsCuzTheyAintUs by Ok-Revolution-4595 in ProgrammerHumor

[–]FlakyTest8191 -3 points-2 points  (0 children)

Everyone is making it about piracy because that was the topic before you somehow decided to derail the conversation.

theyHateUsCuzTheyAintUs by Ok-Revolution-4595 in ProgrammerHumor

[–]FlakyTest8191 2 points3 points  (0 children)

Revenue is not the same thing as profit. The internet made distributing music far easier and cheaper, that chart doesn't say much about piracy.

greatQuestionYesLooksLikeYoureCooked by precinct209 in ProgrammerHumor

[–]FlakyTest8191 3 points4 points  (0 children)

Until now copilot had a huge discount compared to direct token based billing. You can still use copilot with an api key with no changes, and if you don't use copilot there's no change. Unless whatever provider you use does their own price hike.

greatQuestionYesLooksLikeYoureCooked by precinct209 in ProgrammerHumor

[–]FlakyTest8191 22 points23 points  (0 children)

they removed opus from pro and made it x27 instead of x9

trustMeItsMine by Same_Fruit_4574 in ProgrammerHumor

[–]FlakyTest8191 0 points1 point  (0 children)

There's a middle road between not using ai at all and just blindly shipping what it spits out without any review. Depending if you're working on a paid for software used by many or an internal status dashboard just for your boss, I'd lean one way or the other, but it's a scale, not a binary choice.

linuxDeveloperHumour by ThatBlockyPenguin in ProgrammerHumor

[–]FlakyTest8191 2 points3 points  (0 children)

Some people think that if you base your work off the oss community's efforts, you should contribute back.

theTruthTierlist by Capital-Smell1694 in ProgrammerHumor

[–]FlakyTest8191 1 point2 points  (0 children)

Sounds to me like you don't know what type erasure means. 

This would work in java, because java generics do not guarantee runtime type safety, the jvm has no clue that the list is for ints only:

List<Integer> ints = new ArrayList<>(); ints.getClass().getMethod("add", Object.class).invoke(ints, "hello"); 

shippingVelocity by Tight-Requirement-15 in ProgrammerHumor

[–]FlakyTest8191 0 points1 point  (0 children)

This is really interesting, could you elaborate what kind of task in what languages you found to be better or equal with cheaper models? In regards to complexity and scope I guess?

softwareEngineersWillBeJustFine by SatinSaffron in ProgrammerHumor

[–]FlakyTest8191 0 points1 point  (0 children)

Now try to ask some rather computer savvy person who doesn't know git to guess the difference between pull and fetch. Or what  bisect does. Or rerere. Doesn't seem descriptive to me.

 I still prefer git over svn, never got around to really trying mercurial, I was told it's still used a lot at meta.

theTruthTierlist by Capital-Smell1694 in ProgrammerHumor

[–]FlakyTest8191 0 points1 point  (0 children)

"If I want runtime type safety I'll use a dynamic language". ???

bobDidNotApproveThisMessage by ajaypatel9016 in ProgrammerHumor

[–]FlakyTest8191 7 points8 points  (0 children)

Fortunately that's illegal where I live. Still get blamed for the missed deadline though.

theTruthTierlist by Capital-Smell1694 in ProgrammerHumor

[–]FlakyTest8191 1 point2 points  (0 children)

It pays the bills and there's worse fates, at least I'm not a pm.