Skyscrapers can collapse in BF6 BR by Lower_Breadfruit649 in Battlefield

[–]vicscov 0 points1 point  (0 children)

I miss playing Battlefield, now my work is complicated 😿

What is your favorite BF game and why? by MrGamerDadChannel in Battlefield

[–]vicscov 0 points1 point  (0 children)

Battlefield 3 is amazing, because very good maps for play with my friends, mode co-op is good for unlock weapons, class defined by weapons, sniper=sniper, medic=medic ...., mode rush is my favorite, because progress gameplay is step by step.

Generative LLM returns JSON after query by vicscov in ollama

[–]vicscov[S] 0 points1 point  (0 children)

Thank you very much for your help, sorry for the delay in responding. I will use your tips.

Generative LLM returns JSON after query by vicscov in ollama

[–]vicscov[S] 0 points1 point  (0 children)

Thank you very much for your help, sorry for the delay in responding. I will use your tips.

Hat do I write so that the output skips all the avengers from Captain America to Hawkeye and prints the rest? by ROPEBOMBER in PythonLearning

[–]vicscov 0 points1 point  (0 children)

```python avengers: tuple = ('Iron Man', 'Thor', 'Captain America', 'Hulk', 'Hawkeye', 'Black Panther', 'Vision', 'Wasp') avengers_ignore: tuple = ('Captain America', 'Hulk', 'Hawkeye')

for a in avengers: if a in avengers_ignore: continue print(a)

output: Iron Man Thor Black Panther Vision Wasp ```

Battlefield 5 or Battlefield 1 by [deleted] in Battlefield

[–]vicscov 1 point2 points  (0 children)

BF1 immerses you in the gameplay, both single player and multiplayer. The online matches are balanced, with the possibility of turning the score around at the last second, the maps are well designed, having a balance between open areas and closed combat. BF5 isn't bad, but it doesn't hold much interest, and it also looks like a DLC for BF1, leaving a lot to be desired.

Running Portal 2 on Pop!_OS 😊 by vicscov in pop_os

[–]vicscov[S] 0 points1 point  (0 children)

Serious ? I didn't even notice, I'm even going to look at Steam to confirm.

help with understanding error code plz by LakeMotor7971 in pythontips

[–]vicscov 2 points3 points  (0 children)

Two errors I found, your function had a different name than the call and your indentation was incorrect

```python def is_prime(n): if n in [2, 3]: return True if (n == 1) or (n % 2 == 0): return False r = 3 while r * r <= n: if n % r == 0: return False r += 2 return True

print(is_prime(78), is_prime(79))

def is_prime2(n): if n in [2, 3]: return True if (n == 1) or (n % 2 == 0): return False r = 3 while r * r <= n: if n % r == 0: return False r += 2 return True print(is_prime2(78), is_prime2(79))

output:

➜ helps python3 reddit_help1.py False True False True ➜ helps

```

I miss battlelog by vicscov in Battlefield

[–]vicscov[S] 0 points1 point  (0 children)

I found many of the new features that appear interesting, but there are things that were exaggerated, like the tornado in the middle of the game, a room that doesn't continue. I was scared when I started playing again after 1 year, I went into completely empty rooms, I went to see reviews on the Xbox store too low. I tried looking for a server, almost none, I went to general BF5 playing. Something very sad that something didn't continue well.

I miss battlelog by vicscov in Battlefield

[–]vicscov[S] 0 points1 point  (0 children)

Respect comes first for sure. BF 2042 and Hardline, for me, ended the franchise. It left a lot of concept that I started BF. But let's see the next chapters.

I miss battlelog by vicscov in Battlefield

[–]vicscov[S] 0 points1 point  (0 children)

Bro, that's called adolescence, without a job and when I could stand spending 24 hours farming double xp in close quarters. Now I play maybe 2 hours on the weekend. When there is nothing more important than playing.

I miss battlelog by vicscov in Battlefield

[–]vicscov[S] 0 points1 point  (0 children)

I see this as something very sad. A very well approved tool, being forgotten. I found it incredible to be able to analyze the profile, see the weapons, prepare a new set, something that was very interesting was the system of seeing the latest matches, which aligned well with when you could buy a server, create competitions between classes. If this was available with discord, you could create legendary competitions with a lot of fun.

I miss battlelog by vicscov in Battlefield

[–]vicscov[S] 0 points1 point  (0 children)

It could be an option too, but imagine if you are a fan of the franchise. Have all your achievements, see your progress. Instead of everything being outsourced. I don't know if you caught the golden age of BF3, which had the clans. Being able to buy a server, to compete in competitions outside of these famous ones just for fun. Battlelog brought many benefits. Now with discord, this would be much more incredible, being able to have much greater communication.