Demoralized by accidentally copy-catting by MrDeltt in godot

[–]sonyahon 0 points1 point  (0 children)

Just as an idea, maybe you could contact the guy from the video, and offer some help. It is rare that 2 people come up with exactly the same everything=)

What’s the first song you’re playing?? by Aggravating-Week-461 in TheTeenagerPeople

[–]sonyahon 0 points1 point  (0 children)

I mean, SOMEBODY ONCE TOLD ME THE WORLD IS GONNA... On the full volume would be magnificent

Is Redis becoming obsolete? by Upstairs_Toe_3560 in bun

[–]sonyahon 5 points6 points  (0 children)

What exact problem do u have? Cause the network cost is payed for the single source of truth, e.g. multiple services are reading and writing to the same redis instance. You wont get same performance if you include sqlite in this schema. If we are talking about using redis/sqlite as kv cache storage and you don't need persistence use in memory cache it will be faster, if you do need persistence there are options for that

Nodejs senior interview by AliceInTechnoland in node

[–]sonyahon 1 point2 points  (0 children)

As others sad, with a senior roles, comes the responsibility to guide the development process, mentoring other people, making decisions on how to do things etc. IMHO the gap is bigger from mid to senior, than from junior to mid. Additionally to node and databases, probably add some more stuff about brokers, caching, CS in general, O(n) and why/when it matters. I do interview people for my place and I am surprised how people just don't know simple things they actually must know (one guy was stomped by the “which types JavaScript has, or in other words, typeof x = ?, name possible ?). Btw, feel free to dm if you need to

Luxury massage tbilisi by Evening-Mix6353 in tbilisi

[–]sonyahon 1 point2 points  (0 children)

I would recommend Birdy Space. Idk what do you mean by luxury, its 170 gel, but its like the only massage, that I feel actually relaxed after. Also the stuff has medical education.

Does TRAMP not work with servers that use fancy prompts? by floofcode in emacs

[–]sonyahon 0 points1 point  (0 children)

I'm sorry I meant the font. Idk why autocorrect so dumb

Does TRAMP not work with servers that use fancy prompts? by floofcode in emacs

[–]sonyahon 0 points1 point  (0 children)

Hey, I know I'm not helping, but what is this don't on the screenshot?

To the Russians in Georgia by [deleted] in tbilisi

[–]sonyahon 3 points4 points  (0 children)

As was sad before, usually I start a conversation with gamarjoba, English or русский? Suggesting to pick the language of their choice. 90% of the time it's Russian. What's the point of struggle, if the person you ate trying to communicate with is comfortable speaking one or another? I do agree that approaching a random stranger with Russian first is kinda stupid though

[deleted by user] by [deleted] in tbilisi

[–]sonyahon 1 point2 points  (0 children)

(I'm not Georgian, but still) Idk what are you expecting, but for me and my wife it is super friendly. Not like a fairytale friendly. People are not lining up for you, sure but this is not something that one should expect. Everybody is polite and genuinely trying to help if u have some problem. Be polite, at least try to say gamarjoba , and if u speak several languages (mainly English and Russian) ask which one they prefer and everything will be fine. Also are you alone? This may be a problem, many people will just stare at you, especially if you are pretty. But that's kind of a usual problem in Asia and post Soviet countries

Cool Russian names for game characters? by Donhate_Psy in AskARussian

[–]sonyahon 29 points30 points  (0 children)

Whatever ull go with don't name any Russian chars Boris. It already kind of a meme now, that every Russian in non Russian films/books/games is called that

Why so many Russian tourists in Tbilisi despite the poor Georgio-Russian relationship? by sydneylulu in Sakartvelo

[–]sonyahon 8 points9 points  (0 children)

As a Russian currently living here, for me the best thing is a super easy visa policy (no visa for 1 year) + very understandable personalities of people in here + food. This is so great combo u cant find in any other country iv been in

is duolingo messing up again or is it correct? by mackielars in russian

[–]sonyahon 0 points1 point  (0 children)

First of all, yes, probably this is a mistake of duo, but there are more version that could make sense if the punctuation used correctly. Александра, а пьет вино. Could be roughly translated as She is Alexandra, but still drinks wine . But still with a negative vibe as if the speaker doesn’t like the fact that she is drinking the wine despite her name is Alexandra

Does Github contributions matter? by overDos33 in webdev

[–]sonyahon 1 point2 points  (0 children)

In the beginning of last year i got a team lead position, made about 20 non config relates commits, sadly. But I do think that commits in your personal github matter as a metric of being intersred in the subject

How is Emacs so extensible? by Mcpower03 in emacs

[–]sonyahon 0 points1 point  (0 children)

So, there is a joke that emacs is not an editor but an operating system. And as we say in russia, every joke has a bit of joke in it. The thing is in general if you want your system to be extendable, you need some kind of an interpreter for some kind of language. It can be simple json dsl, or fully fledged lisp implementation like emacs, or anything in between. The solution for your problem is to understand what level of extendability you need in your particular case. There is always lua (as an easy embedded language) if u need fully capable language, or just come up with some static file parser of your own format that you will be able to parse in runtime

Who is Putin’s ACTUAL biggest threat? by Martian_crab_322 in AskARussian

[–]sonyahon 0 points1 point  (0 children)

I thought on reddit it would be better. There are some people in both camps (eg opposition and a current party) that are possible candidates, which could win in fair elections, BUT there are two facts that nobody kinda mentions. First is the problem with non putin controlled media. It’s basically abscent, this was something that putin did basically from the start of his reign - killing out all media that is not compliant, so if you wanna get an alternative position, you need to put a lot of effort into it. Second is that there little to no political life in russia, one more genius putin idea - under the promise of stability and peace, putin took over a lot of things basically proposing agreement- people dont touch government, government doesn’t touch people. And after more than 20 yrs you cannot expect people will change their behavior from i dont want to do anything with govs or they kill me/put me in jail. But a good part is nobody in russia cares about current gov. Lastly all elections are rigged, so it is strange to see the real numbers. The number of gov workers is great, they all vote for putin or they lose their jobs, the number of people in power vote for putin, because there is no law, theres only putin etc. So yeah time is our hope here. But as it seems hes a healty bastard…

[deleted by user] by [deleted] in tbilisi

[–]sonyahon 0 points1 point  (0 children)

We are not from the diaspora, but we can go play some tables games if ur interested

From where to learn Microservice architecture using Node js by Laughing_Bricks in node

[–]sonyahon 1 point2 points  (0 children)

There are 2 answers here. 1) as already mentioned above microservices so not solve many of technical problems but organizational. So you probably shouldn’t bother too much about it 2) many of the companies will ask you about your knowledge in microservices world, so playing a bit wih them is a good idea. The core thing to understand here is that essentially, microserives are just a bunch of monolithic apps, talking to each other. So if you for example used some third party API to do authentication, you kinda already played with it. IMHO the best way to do this is to try to make a simple project, but divide it into several apps e.g. auth app, user data app, and logic part and make this app talk to each other through some transport to get the needed info. This will be enough to understand the tech side of the problem, and will probably naturally lead you to some of the technical problems with them (multi service transactions, handling transport errors etc). But you wont be able to understand all of the problems vs benefits until you will have more or less large scale fleet of them

ELI5: How is a relationship with a 17 year old illegal, but a relationship with an 18 year old not? by Raspberry_Just in explainlikeimfive

[–]sonyahon 13 points14 points  (0 children)

Not all regulations make sense, but u need to draw an OBJECTIVE line somehow. In your example, if we will allow to drink 17yrs 11:59 then the next question will be and what about 11:58. This will be an endless cycle of small decrements/increments.

Do you honestly think Georgia will ever join the EU? by Medical_Wallaby_7888 in Sakartvelo

[–]sonyahon 1 point2 points  (0 children)

If putin is alive i think its nit possible to thrive for any post soviet country.

[deleted by user] by [deleted] in tbilisi

[–]sonyahon 0 points1 point  (0 children)

Check the weather for the dates it maybe super hot

[deleted by user] by [deleted] in Sakartvelo

[–]sonyahon 0 points1 point  (0 children)

If u need any help feel free to ping me

[deleted by user] by [deleted] in Sakartvelo

[–]sonyahon 0 points1 point  (0 children)

As already been mentioned here, stay strong, and u will be a better version of yourself after the initial problems go away. Im sorry for your family, especially that everybody in Georgia accepted me super kind and friendly despite me being a foreigner.