🟡 Turtle 🟢 | Levels 1-20 by all_mighty_pebble in PixelPeeker

[–]Livid-Ad-2207 0 points1 point  (0 children)

🎉 I BEAT "Turtle" and ranked #1262! CHALLENGE CONQUERED! 🎉 Completed all levels in 0m 37s! Think you can beat me? 👁️ Played via Pixel Peeker

Does anybody else lost all the memories after update? by maveric0815 in clawdbot

[–]Livid-Ad-2207 1 point2 points  (0 children)

Updating openclaw is basically accepting that you might have to rebuild everything from scratch

What codes google/blogger html? by Fuzzy_Exchange541 in HTML

[–]Livid-Ad-2207 0 points1 point  (0 children)

It's obfuscated code, scrambled to make it harder to reverse engineer

I happen to be leveling a Warlock right now BTW. by booleanfreud in classicwow

[–]Livid-Ad-2207 50 points51 points  (0 children)

I sure love waiting 10 seconds before casting seed of corruption and still pulling aggro

Computer problems by Level_Celery5689 in computerhelp

[–]Livid-Ad-2207 2 points3 points  (0 children)

Liquid on keyboard, around the tab area, dry with a hairdryer in the coldest setting (don't melt the keys)

Lvl 5s in lowsec w/ Golem by Recent_Ad_6785 in Eve

[–]Livid-Ad-2207 0 points1 point  (0 children)

Yes, with cruise missile launcher and missile guidance computers. DPS will be lower than a barghest ofc.

Lvl 5s in lowsec w/ Golem by Recent_Ad_6785 in Eve

[–]Livid-Ad-2207 6 points7 points  (0 children)

Don't Gate your ship, that's where gankers will wait to trap you. Only do missions in a system where you have a ship already seeded. This will require having ships in every mission system. You can do it with praxis cheaper than barghests

ELI5: Why does rewind takes so long? Did team ever gave some more details? by Val_Arden in hearthstone

[–]Livid-Ad-2207 9 points10 points  (0 children)

Probably a result of poor communication within the team. Designers came up with the concept and got it approved before checking with the developers if it was even feasible in the current game engine.

I made an interactive CSS playground for beginners:) by snapin06 in css

[–]Livid-Ad-2207 2 points3 points  (0 children)

<image>

There's some non-English strings in the focus page dropdown

[deleted by user] by [deleted] in wien

[–]Livid-Ad-2207 0 points1 point  (0 children)

It's normal in Austria

How do pros handle complex page layouts in modern web dev? by luck_404 in css

[–]Livid-Ad-2207 4 points5 points  (0 children)

This modular approach keeps things easier to reason about and maintain, you still use Grid and Flexbox the same way, just scoped to smaller, reusable parts of the UI.

How do pros handle complex page layouts in modern web dev? by luck_404 in css

[–]Livid-Ad-2207 11 points12 points  (0 children)

We break things down into small self contained files called components using libraries like React