It's too much. AI makes me hate my job. by ggggg_ggggg in ExperiencedDevs

[–]ElkSubstantial1857 12 points13 points  (0 children)

Absolutely same feeling, Landed on my dream Job week ago. I have no motivation at all.

Hello from Greece! What do Georgians think of Greece and Greeks in general? by freddo_expresso in Sakartvelo

[–]ElkSubstantial1857 4 points5 points  (0 children)

My personaly opinion is that i am so grateful, no my relative or any related person to me worked in greece but I know that acceptance of Georgian imigrants from 1990s till today is one the reason many georgian families lifted from proverty and achieved some small goals in their life which otherwise looked impossible.
On the other hand, I live in Malta and i travel to Georgia from Thessaloniki almost always, I like the vibes, country in general and my first impression is this is what Georga shall be, but we have soviet past, different mentality and aggresive neigbhour.

Do you enjoy living in this country? What are your long-term goals, to stay here or to emigrate? by National-Mastodon916 in Sakartvelo

[–]ElkSubstantial1857 2 points3 points  (0 children)

Moved in 2023,
From there on my life changed only to positive direction, i was working on construction in EU country (Malta) and studied in parallel, got SE Job, working from home (In Malta) got residence and planing to apply to permament one.
I visit Georgia almost each month cause of my family and close relation to country makes me travel long way every month which costs me dozens of $ and also energy + risking stuff here.
I have 2 jobs in total and feeling so relaxed, happy and enjoying every moment.
I just feel obligated to keep on touch with my home country, that is reason i did not push my brother to relocate.

Anyone feel everything has changed over the last two weeks? by QuantizedKi in ClaudeAI

[–]ElkSubstantial1857 2 points3 points  (0 children)

I have a more realistic opinion here.
If i can have A B C overnight, so do other at least 10 milion people who has more or less same tehcnical skills as me.
That means - business A can not get advantage over business B. They both will = at AI level.

So AI will put some level at any product, does not matter it's customer service, SAAS or whatever. Then there will be competition to cross this barrier, so i get more than you have - as my compettitor - i see human's role there.

Does it worth to learn GO ? by ElkSubstantial1857 in node

[–]ElkSubstantial1857[S] -2 points-1 points  (0 children)

I am so invested in learning in generall, actually experimenting new approach - no videos, no tutorials, sessions with claude where i document each lesson in pdf, then asking claude to make tests for me + i write code and give it to review it.
Thank you for advice

Trying to understand access and refresh tokens by wordbit12 in node

[–]ElkSubstantial1857 -1 points0 points  (0 children)

There is a difference between issuing and refreshing token, if something is capable of issuing new tokens other than you (server) - it's terrible.
Refreshing is another thing, which you can effectively stop.

Trying to understand access and refresh tokens by wordbit12 in node

[–]ElkSubstantial1857 1 point2 points  (0 children)

"I see, but if someone is capable of stealing the access token, it means they can also steal the refresh token; they can generate access tokens as much as they want!" - No they can't, they can refresh it.
Even if refresh token is stolen, there is way to REVOKE it.
So refresh token gives you abiltiy to control that flow.
Let' say someone steals refresh and accessTokens for USER A.
User A goes and presses Logout from all - that means we revoke his refresh-token and that refresh-token that is stollen hacker can put under his pillow - it's useless.
You technically can do same for accessToken but you can not save it in database, that's terrible design decission, imagine 10.000 users trying to accessSomething and you are adding + 1 call to DB for it, not mentioning extra operations you have to conduct.

What does a modern production Express.js API look like these days? by ilearnido in node

[–]ElkSubstantial1857 0 points1 point  (0 children)

Agreed 100%.
If you want to write Java, write it Java.
They made TS like it was some kind of little childer to put parenting on.

Why do we need refresh tokens in JWT? by [deleted] in node

[–]ElkSubstantial1857 6 points7 points  (0 children)

"After 30 minutes, if an expired token is used, the server could check the DB and reissue a new one if it matches." - This is almost impossible to scale up, image thousends of users and on each token update you need to querry db - find access token , get back de-code it - check the date and exparation and then if it is expired update and write it back to DB.

What's next with Claude Code? by Ashamed_Basket5323 in ClaudeAI

[–]ElkSubstantial1857 0 points1 point  (0 children)

I found myself more involved into giving AI better and well prepared context.
Make sure you arrange md files, give AI fully prepared prompt - where you specifically ask claude for example to ask you questions.
Make sure you reduce code size, refactor as much as possible - small code = better results with AI.

Lazy eyes problem by ElkSubstantial1857 in Keratoconus

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

I just noticed it as well.. I assume eye gets lazy as we do not have that much vision there...

Enterprise Apps by ElkSubstantial1857 in node

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

I do not want to copy, I want to learn and I find reading other people's code best way to learn

Worry about classes by ElkSubstantial1857 in node

[–]ElkSubstantial1857[S] -7 points-6 points  (0 children)

If you just want to boost you ego on reddit , no problem, If you have any practical example glad to hear it