HackerTrans
TopNewTrendsCommentsPastAskShowJobs

avaika

no profile record

comments

avaika
·il y a 4 mois·discuss
> Now, I am not going around giving my real email out to random sites, though, although even that doesn’t strike me as particularly dangerous.

I am fanatically following my rule "one email per website". Obviously, they all route to the same inbox. Initial motivation was to see who leaks my address and simply block it. However, the separation helped me out tremendously more than I ever expected (at the very least I believe so).

I'm originally from a country with a highly oppressive regime. Years ago I signed up for financial support to a political opposition leader. Things weren't as bad and it felt safe enough at the time. They had my email, of course.

Eventually opposition systems were compromised, and the full donor list became public. The regime's response: they cross-referenced it against emails registered on government services. For quite a few whose addresses matched, police officers paid a visit — looking for grounds to fine them, pressure them, etc.

My alias for that site existed nowhere else. No match, no visit. Definitely an experience I was more than happy to avoid.
avaika
·il y a 4 mois·discuss
> Removing Saddam in itself was good but what it did the wider region was not good.

I believe this is the legacy of leaders like Saddam. They build a very messy future for their countries. Whenever such a leader is gone, somebody has to take over power. Dictators tend to concentrate as much power in their hands as possible. Forced removal of such a leader might accelerate and / or destabilize power transition. Which might end up in a very messy scenario.

Absolute power transition worked well with monarchy in the past, cause everybody knew who would be the next guy, there were rules and procedures. With dictatorship often times there are no rules. So power transition might turn into a complete chaos even with a natural death of a dictator.
avaika
·il y a 6 mois·discuss
iqair has pretty sparse coverage, especially in developing areas. A lot of places with really shitty air do not hit the top simply cause the service is effectively blind in those places.

However, I regularly see a lot of Balkan cities hitting the top 10. Sarajevo was #1 quite a few times. Not sure whether it's really worse than Delhi or Beijing, but sometimes it's really really bad. Like, if you imagine the most smoky bar you ever visited, where you see nothing but the cigarette smoke and can't breath. That's how you feel on the street.
avaika
·il y a 7 mois·discuss
I don't trust LLM enough to handle the maintenance of all the abstraction buried in react / similar library. I caught some of the LLMs taking nasty shortcuts (e.g. removing test constraints or validations in order to make the test green). Multiple times. Which completely breaks trust.

And if I have to closely supervise every single change, I don't believe my development process will be any better. If not worse.

Let alone new engineers who join the team and all of a sudden have to deal with a unique solution layer which doesn't exist anywhere else.
avaika
·il y a 9 mois·discuss
Fortunately nobody was aggressive to me. It was vice versa to a point which made me deeply uncomfortable. Once people learned that I am originally from Russia (even though I am not Russian and I don't live there for many years), people in e.g. Algeria or Tunis or some SE Asia countries were shouting Russian politician names with approval. Some of them tried to lecture me on politics there, assuming I fully approve government actions. Eventually I simply stopped mentioning my origin whenever it was possible, cause I really have no desire to go into same discussion over and over again. And people won't listen anyway.
avaika
·il y a 9 mois·discuss
Given that the EU after over 3.5 years of full scale invasion still buys Russian oil, should we also treat EU citizens as sponsors of the war?
avaika
·il y a 9 mois·discuss
> Their opinion of our politics is generally separate from how they treat me personally, and I do the same for people of other nationalities.

That is such a sane thing to do. I was always astonished and sad how often strangers in foreign countries instantly link my origin to the actions of the people in power. As if this is completely under my control and with no doubt I support and approve whatever they do.
avaika
·il y a 9 mois·discuss
Not sure how much sarcasm did you put in this comment, but banning from entering other countries and disconnecting from visa / mc only hurts. Here's why.

I am originally from Russia and I do not support the war my country has started. I moved to another country because of that. And I face all the fun consequences from two nice restrictions above. Some of my former neighbors or acquaintances who decided to stay in the country or even support the invasion face no issues. They don't visit other countries and don't need international cards.

Which means both these things primary target people who most likely do not support the shit which is happening. Is that the goal?
avaika
·il y a 5 ans·discuss
It's not just recipes. There are tones of questions I often search which have a very specific and short answer. E.g. "how many kangaroos are there in the world?".

Ideally I would expect a page with my question and a number with link to the source. However in the real world I get various pages with somehow related title and tons of text inside I don't need. Often times without the exact number I'm looking for.

I guess that most likely nobody wants to maintain such a resource since it might be hard to make it profitable. Still it might save a lot of time for collective humanity.
avaika
·il y a 5 ans·discuss
It doesn't have to be too old actually. I was just 13 when everything happened. And I do remember that day very clear. Somehow a lot of small details are still in my head. Like the couch I was sitting on or how I was just watching live news all day long or the buildings pictures on TV.

I was based in Moscow, Russia. And I was politically brainwashed fairly good (thx, Dad). Means USA was some kind of world villain center for the small me. Even though it was crystal clear for me, that 9/11 is something which should never happen to anyone. Moreover recent terrorist attacks [0] in Russia were still very fresh in my memory. Well, it was just a couple of months after I finally stopped thinking in before-sleep time whether I will survive the night or not. 9/11 helped to revive that fear.

[0]: https://en.wikipedia.org/wiki/Russian_apartment_bombings
avaika
·il y a 5 ans·discuss
> With my bash scripts I don't have to read documentation

Well. Actually you do need to read the documentation. It might just coincide that you already did it in the past.
avaika
·il y a 5 ans·discuss
That's interesting, that you're talking about docker and that most things in your environment are dockerized, but didn't check the option to run ansible in docker container. There's publicly available image on docker hub which works without issues.

PS. Just out of curiosity I just tried "ansible install" in google and ddg and the very first link is pointing to an installation guide [0]. The guide gives a very complete installation instructions with multiple options for various systems. You literally can choose whatever fits your environment more.

[0]: https://docs.ansible.com/ansible/latest/installation_guide/i...
avaika
·il y a 5 ans·discuss
I'm using ansible for some years already. The biggest game changer for me was ansible molecule [0].

I integrated it to the repo, where I store my code and it just runs all the test cases for my code. It saved me a bunch of hours of investigation in test environments before I even released the code. Highly recommend to try it even for a small project.

Apart of that play with ansible strategies if you have more than one server to apply the role. It really might save you some minutes of a runtime.

[0]: https://molecule.readthedocs.io/en/latest/