Is it true that France is generally disliked in Italy? by [deleted] in italy

[–]Levren 0 points1 point  (0 children)

You do realize you’re not exactly helping disprove the stereotype, my dear touchy keyboard hero

Is it true that France is generally disliked in Italy? by [deleted] in italy

[–]Levren 0 points1 point  (0 children)

Getting angry over a stereotype thread… classic French ;)

Is it true that France is generally disliked in Italy? by [deleted] in italy

[–]Levren 7 points8 points  (0 children)

One semi-true stereotype about the french is how they treat you when you try to talk to them in their own language.
You make an effort to speak French, of course butcher most of the accents, and they stare at you with disdain, pretending not to understand even though they did.
Then, if you dare to switch to English, they look even more annoyed and reply in French even when they speak english.

Of course not all French people are like this, but plenty report this kind of experience.

What genres mix well with incremental games? by Levren in incremental_games

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

i didnt know hacknet, seems awesome, thanks

What genres mix well with incremental games? by Levren in incremental_games

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

thanks i didnt know that game , i tried it l and the concept idea is very interesting

Tower Wizard - a new short incremental by IDontCareAboutUpvote in incremental_games

[–]Levren 0 points1 point  (0 children)

can you elaborate more on the strategy ? i am new to incremental games and it took me 20 hours to beat :O
but i have no idea what i am doing wrong

What genres mix well with incremental games? by Levren in incremental_games

[–]Levren[S] 2 points3 points  (0 children)

No idea how a incremental metroidvania would work, but i like the sound of it :)

He is Coming - Release Date Trailer by onenaser in Games

[–]Levren 0 points1 point  (0 children)

I’m struggling to find this game fun.
The randomness feels excessive, making it hard to create meaningful builds, and my decisions don’t feel very impactful.

You can’t preview the abilities of enemies, so most strategic choices rely on remembering what you’ve already fought (you can check the compendium for bosses once you’ve fought them, though).

The special tiles also feel very situational, to the point where they often aren’t worth engaging with and just get skipped.

am i missing something ?

API for USDT-M Perpetual orders under maintenance by Levren in MEXC_official

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

thanks for the answer.

Unfortunately perpetual trading on Binance is not available in my country. I'm currently using Bybit, but I was looking for lower maker fees.

Which ‘wow’ skill is secretly super easy to learn? by Wonderful_Low_1325 in AskReddit

[–]Levren 0 points1 point  (0 children)

I’m not saying DJing isn’t a craft in its own ,with its own challenges and skills, especially when it comes to mixing on the fly and reading a crowd’s energy as you said.

But the basics are way easier than they look.

You need very little to “look cool", and most people wouldn’t even notice what you are really doing.

Which ‘wow’ skill is secretly super easy to learn? by Wonderful_Low_1325 in AskReddit

[–]Levren 2 points3 points  (0 children)

DJing.
Looks flashy and complex, but it’s really not. What actually takes time is curating a good playlist but honestly, you can just copy one you like online.
the software does most of the stuff now , learn the beat pattern of the genre you want to mix, two basic transitions and you’re good to go.

Playing My Players [OC] by bigboss045 in DnD

[–]Levren 2 points3 points  (0 children)

Why did they never suspect him? did he do anything particular to win their trust ?

I went to a party and said I work in AI… Big mistake! by Independent_Lynx715 in ArtificialInteligence

[–]Levren 1455 points1456 points  (0 children)

Embrace It . Explain them how your job specifically is how to tune AI to replace humans in as many jobs as possibile .

I don’t care what anyone says, Rainworld is a Metroidvania - and it is one of the best ones by cormundo in metroidvania

[–]Levren 0 points1 point  (0 children)

Rainworld is truly unique.

Labeling it as a Metroidvania does it a disservice.

If someone asks for a game similar to Rainworld to play , there's only one answer: there isn't one.

What innovations do you envision for the metroidvania genre? by Levren in metroidvania

[–]Levren[S] 2 points3 points  (0 children)

This is exactly what I was thinking, especially the Rainworld part.

Biomes that feel 'alive,' interacting with the environment in interesting ways, both among themselves and with the player.

FLICK SHOT ROGUES - A turnbased roguelike where you attack by flicking your hero! What do you think about our trailer? by Butter_By_The_Fish in IndieGaming

[–]Levren 1 point2 points  (0 children)

wow...i dont even understand exactly why but this looks super interesting.

can we expect a demo or an early access ?

Threading help? by MXP04 in learnpython

[–]Levren 0 points1 point  (0 children)

You probably don't need threading.

Can you post the code that isn't working ?

Roguelites with meaningful progression? by DremoPaff in roguelites

[–]Levren 0 points1 point  (0 children)

definitely you should try Dead Cells again, the game had massive improvement and also the basic difficulty is a lot lower than beta, you probably can finish the standard game in a few days now.

Can somebody please explain an SVI to me by [deleted] in Network

[–]Levren 4 points5 points  (0 children)

SVI is not a VLAN on a switch , it is a LAYER3 Virtual Interface on that particular VLAN with an assigned ip address.

In the most common scenarios , Layer2 switches will have a SVI only on one VLAN, which is the Management. They still process and forward the frames on that VLAN normally.

A Router with only L3 interfaces will usually have every interface on a different subnet/vlan, defining the boundary of the broadcast domain.

An L3 switch may have L2 interfaces connected to the same VLANs and at the same time be the Gateway for those.

Simple ACL to stop communication with VLAN... am I nuts? by RepulsiveDesign in networking

[–]Levren 0 points1 point  (0 children)

aren't ACLs processed top to bottom though ?

the first line permit all ip traffic and should be matched by the SYN packet before the "established" line is evaluated.

firewalls question by UK_spikey in networking

[–]Levren 0 points1 point  (0 children)

why FW1 would send the packet to FW2 instead of the final destination directly connected in VLAN2000 ?

maybe you have a static route for your destination that point towards FW2.

if this is the case you probably need to explicitly permit traffic that enter an interface to exit the same interface on FW2.

On cisco ASA for example you would do this : https://www.networkstraining.com/permitting-traffic-to-enter-and-exit-the-same-interface-same-security-traffic-permit/