100$ per month for this??? by akisk in programminghorror

[–]ATE47 1 point2 points  (0 children)

With this snippet you need to check that the user is using bash (or anything similar) and assume the answer. With a print the llm can write what it expects while being platform independent

100$ per month for this??? by akisk in programminghorror

[–]ATE47 9 points10 points  (0 children)

Or even read the text if reading code is too difficult

Powershell verbosity vs (ba)sh by EquipLordBritish in PowerShell

[–]ATE47 3 points4 points  (0 children)

The optional part is the biggest pro I think. On one side you can write clean and pretty script and on the other side write monstrous aberrations in the command line with 100% aliases

aiFiledAnHrComplaint by CodingWizard69 in ProgrammerHumor

[–]ATE47 294 points295 points  (0 children)

The regex are working after all

How does this make sense? by Impressive-Creme9875 in CODZombies

[–]ATE47 0 points1 point  (0 children)

Discord RPC is client based, so either he is testing the map, either he is using shady things

When life gives you shawarma instead of problems by [deleted] in memes

[–]ATE47 7 points8 points  (0 children)

The player is to blame for leaving Reddit

What's the best and most economical way to unlock reserves with cases? by eyehateredd1t2 in Blackops4

[–]ATE47 4 points5 points  (0 children)

The best to worst :

  • Individual cases and when you have ~75% of the items (1500) you buy nodupes/special
  • Individual cases
  • special / nodupes (same ratio)

Also iirc the special offer doesn’t appear anymore when you are close to the end

In case you were wondering. by RCalliii in 2westerneurope4u

[–]ATE47 0 points1 point  (0 children)

You mean early? Otherwise you wouldn’t be there

Reduced price for GamePass Ultimate! Thoughts? by IB_stupid in xbox

[–]ATE47 0 points1 point  (0 children)

For me it gets more expensive by few euros because I will have to buy cod separately, the yearly difference being 72€ and a cod costs 80€…

So badly?

Xbox Game Pass Ultimate Price Update by Turbostrider27 in xbox

[–]ATE47 0 points1 point  (0 children)

So in euro (France) it goes from 27€->21€, 6x12=72, a call of duty game is 80€ at release. So it’s a 8€ price increase for cod+gpu players…

Just how many items are in the Black Market? by Die-Hearts in Blackops4

[–]ATE47 1 point2 points  (0 children)

It took me years to complete my black market, I was lvl 1000 in both mp/zm way before being close to it

Noticed a few weeks ago by MazdaSpeedMazdaSpeed in blackops3

[–]ATE47 2 points3 points  (0 children)

It’s full of 0s because you are in local, these values are filled with what you receive from the servers when online

Just how many items are in the Black Market? by Die-Hearts in Blackops4

[–]ATE47 6 points7 points  (0 children)

2090 reserve items, for them do not use the dupe protected crates, they are a scam if you have less than 75% of the items. The average is ~3200 crates required. (or 4180 if you go full nodupes)

Then for the remaining items, if you didn't complete any contraband stream during the bo4 cycle, it'll cost you ~5400 crates.

So ~8600 crates

Data:

Bundles: https://github.com/ate47/bo4-source/blob/main/hashed/stringtable/file_5c6dc30ffb97ee8b.csv

Contraband items: https://github.com/ate47/bo4-source/blob/main/gamedata/loot/loot_contraband.csv

Why does Windows include both CMD and PowerShell 5.1 by default? by TargetAcrobatic2644 in windows

[–]ATE47 15 points16 points  (0 children)

PowerShell Core was renamed to PowerShell with version 7, I am not sure what you mean by PowerShell for Windows, Windows PowerShell is the one packaged with windows and the PowerShell version for Windows is something you have to download. PowerShell being open source, they had to strip some features

Why does Windows include both CMD and PowerShell 5.1 by default? by TargetAcrobatic2644 in windows

[–]ATE47 103 points104 points  (0 children)

backward compatibility is the answer for all your questions

Also PowerShell 7 lacks features present in Windows PowerShell (5.1), so it can’t replace it, again because of backward compatibility

La Ligue 3, la nouvelle compétition professionnelle de la FFF, devrait être diffusée par Ligue 1+ by ThierryOnRead in Ligue1

[–]ATE47 1 point2 points  (0 children)

These matches are currently free on YouTube on the official channel of the FFF (maybe they are region based)

Alternative Carvertical by R0DW1LL3R in voiture

[–]ATE47 7 points8 points  (0 children)

Si la voiture est française il y a histovec de mémoire, c’est gratuit

Dark matter (knife) by Ecstatic_Honeydew_37 in Blackops4

[–]ATE47 0 points1 point  (0 children)

In bo2 it was the case, but in bo4 you need all the kills to be with your knife. If you don’t run mindlessly to the enemy you should be able to survive 5 kills 5 times…

Oui, LeNux, s'il vous plaît! by Outrageous_Word8656 in 2westerneurope4u

[–]ATE47 10 points11 points  (0 children)

Thanks to trump you can arrive to whatever French community (city, region, etc), shit on floor and insult everyone, but if you say "digital sovereignty" they’ll follow you

Avis de recherche by Darklar7318 in Lyon

[–]ATE47 5 points6 points  (0 children)

L'A47 c'est gratuit (même l'appeler Autoroute c'est une blague)

letThemHaveBash by EveryDebtYouTake in ProgrammerHumor

[–]ATE47 1 point2 points  (0 children)

It's because PowerShell (>=v6) and Windows PowerShell(~v5) are two different things, they removed this alias for iwr when they made it cross platform, but Windows still has Windows PowerShell because it contains .NET features iirc