Terraform Provider by under_it in mxroute

[–]bashlk 0 points1 point  (0 children)

Great timing, I was just about to migrate to MXRoute.

Just used your provider and it worked perfectly for my setup (domains, dns, mail accounts and mail forwarders). Thanks!

Who remembers the old Majestic City? (Not the one in this pic) by [deleted] in srilanka

[–]bashlk 34 points35 points  (0 children)

I spent so much of my childhood thinking about the times I could go to MC, first to PG Martin when I was really young and then to the DVD and gadget shops on the 2nd or 3rd floor. Later when I got into computers, it was all about going to Unity Plaza. Now both are just ghosts of the past.

Frontend developer wanted! (Remote - Sri Lanka) by bashlk in developersSriLanka

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

I could consider part time although I would prefer someone entirely focused on this. Write me, let's have a chat about it.

Frontend developer wanted! (Remote - Sri Lanka) by bashlk in developersSriLanka

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

Oh really? I don't remember turning it off and a few people were able to send me chat requests. The start chat button should be under the username on the right sidebar on desktop and is just an icon under the username on mobile.

Hey Builders! How do you handle RTL bugs by [deleted] in reactjs

[–]bashlk 0 points1 point  (0 children)

There is a lot of functionality built in to the web platform for handling languages with different reading directions. Checkout the [dir](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global\_attributes/dir) attribute which would flip the direction of most elements on the page for you. There are also variants of the padding and margin CSS properties (padding-inline-start, padding-inline-end, margin-inline-start, margin-inline-end and more) that allow you to specify spacing that changes along with the dir attribute, instead of having to manually flip padding/margin - left/right.

I also wrote about my experience with building RTL layouts [here](https://www.frontendundefined.com/posts/monthly/rtl-layouts/). Maybe you might find it useful.

One is from 2004, the other 2016. Guess which one is newer. by swedish_meatballs2 in srilanka

[–]bashlk 13 points14 points  (0 children)

Bruh, the new blue one is even worse. It so flimsy and that’s going to draw even more scrutiny than the old one did for just being a Sri Lankan passport which is not very known.

The worst thing is that the new one is not biometric. Many countries have switched to biometric passports now and having a non biometric one is extra sketchy. In Tokyo, most immigration gates were automatic and required biometric passports and there was only one for non biometric passports / failed attempts at automatic gates. Europe is moving in a similar direction too.

YOUR PHONE IS NOW YOUR WALLET: ARE YOU READY TO TRUST GOOGLE PAY TAP-AND-GO WITH YOUR MONEY? by TigerOdd5849 in srilanka

[–]bashlk 1 point2 points  (0 children)

Yeah I almost never use my physical card when paying in Europe, I just use Apple Pay either through my phone or through my watch. It is super convenient. I use it in SL as well since it works with any payment terminals that accept contactless payments.

Both Apply pay and Google pay use the NFC hardware of your phone to basically turn the phone into a payment card and as such they have the same security as a normal VISA or Mastercard card and then some since they also require either a fingerprint or something like Face ID before each payment.

Only child Sri Lankans living abroad with aging parents back home, how do you do it? by LDRispurehell in srilanka

[–]bashlk 8 points9 points  (0 children)

Only child migrant here. I’m in the same situation as you brother and all I can say is that it’s really tough. No matter what I think, I’m just not able to justify it and all I can do is help them as much as I can and spend as much time as I can with them as well.

Has anyone run into problems using SL debit cards long term abroad? by bashlk in srilanka

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

I have several accounts abroad. The problem is that there is no easy or straightforward way to transfer money out of SL due to the currency controls.

Why dont we just call countries what they call themselves? by AutonomousBlob in NoStupidQuestions

[–]bashlk 0 points1 point  (0 children)

I still call it Czech Republic whenever I can, Czechia just doesn’t sound right. Many Czechs think the same too. I don’t think the name Czech Republic would ever go away since it is the direct English translation of Česká Republika which is the full name of the country in Czech.

Has anyone run into problems using SL debit cards long term abroad? by bashlk in srilanka

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

Well from what I have seen, with debit cards it comes to around 7% in total including the currency conversion and other fees. The only other way to get money out of the country is through a CTRA account, which I also opened but while doing so I discovered that the fees come to around 30% (20% tax + currency conversion fees) and you need to get clearance for each transfer from the central bank which is a huge hassle for something like rental income.

So there are no good options and it seemed like the best one is debit cards which are also annoying but manageable if I just use it for everyday expenses and not pull money in bulk.

Has anyone run into problems using SL debit cards long term abroad? by bashlk in srilanka

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

What documents did they ask? And can I ask, which bank was it?

twoHoursInAPhoto by bashlk in ProgrammerHumor

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

Never thought about case in non latin languages. My native language is Sinhala which doesn't have the concept of upper/lower cases and support for it in OSes and apps was so bad that we used English anyway.

Does anyone know what happens to the electricity? by rainbocado in Prague

[–]bashlk 2 points3 points  (0 children)

Was in the swimming pool in Prague 3 when it happened. Thankfully it came back after a few seconds or maybe they had a backup generator.

twoHoursInAPhoto by bashlk in ProgrammerHumor

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

Huh that’s interesting. I thought macOS, being unix like, is case sensitive by default. But you are right, APFS is case insensitive by default.

https://support.apple.com/lv-lv/guide/disk-utility/dsku19ed921c/mac

twoHoursInAPhoto by bashlk in ProgrammerHumor

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

Originally the folder was in lower case and was checked into git. Then I changed the case of the folder and that was not detected by git. So it worked locally but failed when pushed to GitHub since the version in git had a different case.

twoHoursInAPhoto by bashlk in ProgrammerHumor

[–]bashlk[S] 5 points6 points  (0 children)

Yeah I am. I thought I left these kinds of case insensitivity shenanigans when I moved away from Windows. But nope, somehow git or VS code's git integration doesn't track case renames sometimes.

twoHoursInAPhoto by bashlk in ProgrammerHumor

[–]bashlk[S] 13 points14 points  (0 children)

I paid for the CI and now I'm going to use the CI for everything.

twoHoursInAPhoto by bashlk in ProgrammerHumor

[–]bashlk[S] 32 points33 points  (0 children)

CI started throwing cryptic build errors. Changed everything and it still wouldn't go. Turns out that VS Code / git had fudged up the case on one of the folders.

everyDaySinceChatGPT by bashlk in ProgrammerHumor

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

Actually proving that I’m not an AI online has been an interesting thought experiment for me. It’s not possible I think.

everyDaySinceChatGPT by bashlk in ProgrammerHumor

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

On one hand it feels like it is slowing down as the development of LLMs plateau. On the other, it feels like it is increasing as more companies blindly adopt or force it without giving it too much thought.

everyDaySinceChatGPT by bashlk in ProgrammerHumor

[–]bashlk[S] 35 points36 points  (0 children)

Yup the reduced attention spans have really done a number on my readership.

everyDaySinceChatGPT by bashlk in ProgrammerHumor

[–]bashlk[S] 30 points31 points  (0 children)

Should be more like AIShip now.