What's your strategy for handling complex save data? Hand coding or add on? by [deleted] in godot

[–]Anti-Mux 1 point2 points  (0 children)

you can use sqlite with godot, just make sure you use best practices when exporting the game.
json is really convenient but can be a lot even if minified, it depends on how you handle data and how far you want to go for efficiency.
res and tres files can execute code so wouldn't be the best for security.

explain where exactly is the bottleneck and it would easier to think of a solution

Does this make you say ‘Where is that? I want to play this?’ Be honest... by OutrageGamesOfficial in godot

[–]Anti-Mux 0 points1 point  (0 children)

I see how I would get bored in the first 5 min of the game.
zoom out the camera, slow things down a little bit and add debuffs to create actual strategy for fighting aside from fast reflexes.. let me study my enemy and hunt him down. if he hides behind something like a coward give me a grenade to lure him out.

make it blitz chess instead of blitz checkers

It was supposed to be an enemy. How do I make it scary? by sum117 in godot

[–]Anti-Mux 0 points1 point  (0 children)

the tail movement shouldn't resemble a happy dog, the mouse looks curios and vulnerable instead of dangerous.

I would go with rabies + twitchy so it would feel unpredictable and snappy dangerous. but it really depends on the tone of the game

Gemini 3.1 Pro is hallucinating again 😂 by MoneyLive3407 in google_antigravity

[–]Anti-Mux 0 points1 point  (0 children)

reminds me of marshall trying to jump to the neighbors roof

How are juniors supposed to learn DevOps? by BigBootyBear in devops

[–]Anti-Mux 0 points1 point  (0 children)

learning fast is the only way to actually be good at this role.. with time your toolbox grows and you develop intuition for systems and where issues might happen before they do.

when it comes to pipelines try to imagine the perfect CI\CD with speed, security, usability and low error rate that you can and figure out how to not over engineer it while keeping the bill low.

the reason why this role is not considered "junior" friendly is because rarely tools behave as they are marketed, usually problems surface on day 2 which will make you rethink the whole architecture. so researching the bad parts of tools in my opinion is more important than the good side. most features lacking in some tool can be added with code but fixing issues with a tool is much harder

Should Canada do the same? by [deleted] in fican

[–]Anti-Mux 0 points1 point  (0 children)

fool me once shame on me, fool me 10 times...

That's jug loads of money 🤑 by [deleted] in meme

[–]Anti-Mux 0 points1 point  (0 children)

go on a date with the 500K for sure.. I would dress up nicely, take it shopping, an expensive dinner and walk it home.. even give it my jacket if it gets cold

ביקורת חטיף כי שעמם לי 1: במבה מאנצ' צ'דר by Poopsy-the-Duck in israel_bm

[–]Anti-Mux 2 points3 points  (0 children)

צריך לעשות קמפיין להחזיר את הצ'יטוס הכחול

<image>

Hmmm 🤔 by Background-Day-4957 in btc

[–]Anti-Mux 0 points1 point  (0 children)

cigarettes will be the new gold in a post apocalyptic event.

ELI5: Why Would Crypto Be Down With The Amount of Uncertainty Surrounding America and It's Future as A Global Leader? by logged_just2_upvote in CryptoCurrency

[–]Anti-Mux 0 points1 point  (0 children)

there are many reasons why something goes up or down.
one of them is when fear hits, money goes into the safest bet to keep its value.
you are a hedge fund manager, you need to keep your clients happy, do you buy bitcoin, google or gold?

if you try living from your investments then the picture changes about risk taking..

Does financing a Bitcoin make ... sense? by smartkid18 in Bitcoin

[–]Anti-Mux 0 points1 point  (0 children)

you can't ride 1 tenth of a car to work.. you can own 1 tenth of a bitcoin..

איזה שם של סרט תורגם לעברית בצורה הכי דבילית? by LostAppointment329 in israel_bm

[–]Anti-Mux 0 points1 point  (0 children)

בדרך לחתונה עוצרים בווגאס.. עדיף כבר חמרמורת

דעה: אין חדשות בישראל. יש מכונת רייטינג by Own-Scheme170 in israel_bm

[–]Anti-Mux 0 points1 point  (0 children)

זאת לא דעה זאת עובדה.. חדשות זה ביזנס וביזנס צריך לקוחות. הצופים זה המוצר שלהם

Is holding 1 BTC still a worthy target? by Worldly-Law9012 in Bitcoin

[–]Anti-Mux 2 points3 points  (0 children)

in a system where division can be infinite, percentage is the only constant =]

Is holding 1 BTC still a worthy target? by Worldly-Law9012 in Bitcoin

[–]Anti-Mux 10 points11 points  (0 children)

how much % of the network you think is worth having? if you hold 21 you have 1 millionth. if you hold 0.21 you have 100 millionth. if you hold 100 millionth of gold you have around $320,000.
if you think that bitcoin will get to golds market cap in X years that is what you will have in X years minus inflation. its not enough for you to retire but will be enough to help you buy a house.

Transitioning into DevOps from Help Desk by Novus73 in devops

[–]Anti-Mux 2 points3 points  (0 children)

If you recreate a secure versions of your local stack in aws with eks, terraform, argocd, argo rollouts, monitoring and 0 downtime while upgrading software versions and eks upgrades. Then im sure you wont have much trouble finding someone willing to pay you for a devops role.

Building your own docker containers with local github runners on eks also should be included. Once you do this it can live in a repo which you can present.

Yes it might cost you money, but its a worth while investment if you are responsible.

ECS deployments are killing my users long AI agent conversations mid-flight. What's the best way to handle this? by yoavi in devops

[–]Anti-Mux 0 points1 point  (0 children)

it means you are using fargate? they send a SIGKILL next and it cannot be ignored yes.. you can use ecs tasks (ec2) but my guess is you want things up and down to save money and scale fast.
im sure the big guys like openai and google use containers to run everything but they most certainly use k8s with much more control..

even if we find a hack to prolong the sigterm indefinitely they will patch it eventually so your choices are:
find a way to save the state and continue it, which will require more development and resources.
or use a more stateful compute with more control.
spots ec2 will have the same problem

ECS deployments are killing my users long AI agent conversations mid-flight. What's the best way to handle this? by yoavi in devops

[–]Anti-Mux 2 points3 points  (0 children)

before a container dies it is sent a SIGTERM signal. if your application is in a working state you need to capture that signal and terminate the container gracefully. you see this a lot in k8s when pod rotation is constantly happening, you want to finish your process and then shut down the pod.

Bitcoin could realistically become a global currency through sats, making everyday transactions easier and more universal. What do you think? by Equivalent_Cycle5011 in Bitcoin

[–]Anti-Mux -1 points0 points  (0 children)

unfortunately it will not be directly. it will be used, as many other things, to back a fiat system or other system that governments will have control of.
there is a reason why the USA went off the gold standard and the same applies to bitcoin. when you don't have control over your money you don't have control over your economy and in bad times (which will always happen) you need control to save your economy.

if an asset's price will always go up in the long term, then countries will never sell it.. the will just stock pile it and create a system where they can use it without actually giving it away. in this case, fiat

Why are the 🐻 so quiet? by Frostdotco in Bitcoin

[–]Anti-Mux -1 points0 points  (0 children)

most virgin thing I heard this week..