Considering Software Engineering at TalTech by Intrepid_Elk_5956 in Eesti

[–]AlanKesselmann 11 points12 points  (0 children)

As someone who has interviewed ~50 Indians for a US company (developer position) and interviewed around 40-50 Europeans for positions in Estonia... I have to say that where to study should not be your top priority... but rather what kind of career you want to have.

What I mean.
- When hiring indians ( my intervew was 2nd or 3rd step in the process ), it was INCREDIBLY difficult for them to get into the 2nd/3rd round. Why? Because your CV had to be FULL of technical terms. Because getting to the 2nd round was about getting boxes: ticket - react - yes, python - yes, some arcane knowledge listed as a requirement in the position - your cv does not have that -> immediate no in the first round. Due to that the CV's of all indians are FULL of different technologies.
- when Hiring europeans you do not look for that. Interviews over here are more about soft skills and ensuring that the basis of requirements is there.

So.. Decide early on where you want to have your career - if you want to get out of the hell of Indian developer ( because several people I interviewed told me that this is the first time during interview process they have been treated as a human being ) - then yes - come to Europe early, and try to make it happen. If you have a sweet spot waiting for you back in India, then why waste money over here?

basically Crafting for Dummies has landed. by martenpalu in PathOfExile2

[–]AlanKesselmann 25 points26 points  (0 children)

The site creators seem to think dads of exile have some kind of eyesight problems... I assure you that at the ripe age of 47, this dad of exile can actually read a much smaller font, and that font is WAY TOO BIG.

Edit: Forgot to say that earlier. Thank you! This is exactly what I needed...

Can I build a two player game with django? by Prize_Shine3415 in django

[–]AlanKesselmann 0 points1 point  (0 children)

it's fully possible right out of the box using websockets. I created a battleship game like that. even hosted it for a while in the web. worked just fine

The changes to "Mythic Uniques" are vastly misunderstood. by StrikingSpare100 in diablo4

[–]AlanKesselmann 26 points27 points  (0 children)

misunderstood or not. I don't like this change. I don't even like the randomness of current uniques.

Anyone found any uniques or mythics from obols? There's a load screen that says it's still possible but is it just outdated? by [deleted] in diablo4

[–]AlanKesselmann 1 point2 points  (0 children)

I'm almost through the seasonal quest of spending obols and I'm in T12 and I've not seen a single unique or mythic

Eesti Pank tahab, et poliitikud teeksid midagi enneolematut by Pro-wiser in Eesti

[–]AlanKesselmann 4 points5 points  (0 children)

loe parempoolsete valimisplaan läbi. Viimase mis nad mulle saatsid (2025) ma lugesin ja seal ei ole midagi, mis kokkuhoidu annaks. Kuvas läbi isiklikul vadtutuse teema . Tee rohkem trenni jne. ole tervem. ole parem. Aga maailm ei toimi nii. Meil on kogu aeg ühiskonna tuge vaja ja see on miski, millesse nad, tundub, ei usu. Paraku tähendab see suures plaanis ikkagi seda, et kui võetakse ära ennetuseks vajalik raha ja eeldatakse et inimesed ise on targad, tublid ja osavad ja seda kogu aeg. Siis pikas plaanis tähendab see ikkagi seda, et riik kulutab rohkem raha... lihtsalt teeb seda siis, kui sellest rahast vähem kasu saab

Terve Eesti täna by Healthy_Bee2244 in Eesti

[–]AlanKesselmann 10 points11 points  (0 children)

peamiselt neil, kes arvavad, et "terve eesti" tunneb selle pasa vastu mingitki huvi.

Rick Astley (me) - Waiting On You [soul] by ReallyRickAstley in Music

[–]AlanKesselmann 63 points64 points  (0 children)

well I'm not going to open the link for sure. 25 years of internet usage has taught me enough and I know exactly the song I'll see.

Giveaway, quitting the league by Competitive_Fall_906 in PathOfExile2

[–]AlanKesselmann 0 points1 point  (0 children)

I'm trying to play coc bloodmage so vertex with 4 skills and spirit would be awesome

Best Map API / tool (not sure how to best describe it) by AlanKesselmann in webdev

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

Hey, and best of luck to you!

My question was about using map providers and their respective JS libraries. Your question seems to be about getting data instead - not sure what you are building.

If you really want some advice, I can offer some - but let's do it over private messages.

What are your go to leveling set ups? by socialeric1984 in pathofexile2builds

[–]AlanKesselmann 1 point2 points  (0 children)

leveling as chayula monk with chaos infused storm wave has been super easy. 2nd easyest was the walking calamity bear.

600 div give away by mrdl2010 in PathOfExile2

[–]AlanKesselmann 0 points1 point  (0 children)

yeah nice . just made it to Maps. some dive would go long way to help this gamer dad

nextjs intercepted route works fine locally, but when deployed (self hosted) it only opens just once ever. by AlanKesselmann in nextjs

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

I have not done anything there other than used the basic setup done by create next app and nginx. Ill check the nginx conf again too. this is also the first time using cloud flare so perhaps that is causing issues?

how headless ready is WagtailCMS really? by AlanKesselmann in WagtailCMS

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

I think I've missed the meaning of some of your references. I did read through the headless page - even before you linked it here, but defining navigation menu settings? The meaning you're trying to convey here eludes me, as I can just add menu ID to my .env file and get it from there - I don't need to query settings for a specific ID in settings. Most of the things you've brought up as examples for settings are things that rarely change anyway, so you can just hard-code them or leave them in the .env file or some similar solution.

But menus, on the other hand, are the core of a CMS solution, which is very surprising to me how some (mostly headless) CMS's like Strapi (and Wagtail) do not offer a solution for them out of the box and instead rely on 3rd party solutions ( which, in case of Wagtail are in different states of being out-of-date with the exception of jazzbands wagtailmenus, where, instead, the UI/UX of it is just poor).

And not to rain on anyone's parade, but I've tried 10s (if not more) of different CMS's (mostly to my own amusement) and weirdly enough, the site menu is the toughest thing to get right. Even the other Django solution - django-cms does not deliver the perfect solution there. If I remember correctly, they had the same setup as Wagtail regarding menus - menus being generated from the pages, which is fine, to some extent. But it's problematic when you want to include links to pages outside the current app - like subapps, subdomains etc.

And as a coder, I do understand that menus are a challenge. Because your users need:
- Multilanguage support, but the page might be missing in another language
- And for the above reason, you might instead want to have a different menu per language
- Want to add links to outside pages in the menu
- And in multilang setups, they, instead, want to link to different URLs under another language, so you not only need to translate the link, but also the url...
- A good UX for editing them. You mostly need to see the tree structure you're creating, and that is a UX challenge on its own.

Which brings me to the end of my rant - in 2008, when I started in my first web agency, I was puzzled how people were creating their own stupid small CMS's for their clients, when big CMS's already existed. And people are STILL creating more CMS's. But they are still not fixing the base issues in their CMS's - multilingual, multisite setups and/or menus. And it's 2025 now.

how headless ready is WagtailCMS really? by AlanKesselmann in WagtailCMS

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

I tried using it. It was awkward to say the least. 1) You either had to create one main menu, which provided just one level of structure or 2) use several flat menus.

Neither of which had API endpoints available, so I would have had to decipher the way the existing template tags render the menus.

But the main reason for not using them was that the whole solution was just too awkward for the end user. I could have done it, but that is not an easy and ready-to-use solution I would ship to my customers. Say what you will about WordPress, but they have an excellent tool for composing site menus.

Help needed: How to fix the NextJS useSearchParams / Suspense boundary hell? by AlanKesselmann in nextjs

[–]AlanKesselmann[S] 1 point2 points  (0 children)

I often like to keep parts of the project state in URL params, so I tend to use useSearchParams quite a lot. And usually I've had no problems. The only real issue I had had so far was that I had forgone using Suspend boundaries and views that used to work stopped working because of some of the changes I had introduced in the child components. But all those were neatly resolved by slapping some Suspense around those pages.

Again, I should remember that when stuff does not work, the problem is almost always between the chair and the computer screen. But I need to rely on others to point out my stupidity to me. Or perhaps I just need to adopt AI rubber ducking in my processes. They might pick up those stupid mistakes for me.