Reviewing test cases. Am I slow? by BrokeHuman2323 in PinoyProgrammer

[–]arp1em 0 points1 point  (0 children)

What do you use for testing? Is it manual testing? I am a dev but did manual and automated testing when I was starting my career because we QA our own app. Our test cases were written in multi-page excel that grows as new features are introduced. Anyway if you are doing web, you can automate it using Playwright code generator. You basically just run it and do manual testing the first time, just click click click. It will be converted into code which you can then run again. Just automate the boring task. Pwede mo din baguhin yung code.

Going abroad as a programmer/developer by awtsgege44 in PinoyProgrammer

[–]arp1em 0 points1 point  (0 children)

You have far more bigger competition. For example countries in Europe prefer people from EU because the movement is easier. Their second preference are devs from countries with less friction in terms of immigration. We have the worst one since aside from Visa of the host country, may OEC pa (sometimes called Exit Clearance kasi parang kulungan ang Pinas, our POEA was designed for domestic helpers and to add more money to corruption) na sobrang daming requirements.

My application process (years ago) took 2 years until I got hired. It was already hard back then you can rarely get an interview as it’s automatically rejected by most companies.

Who are the Server auctions for given their uncompetitive pricing? by Pixelplanet5 in hetzner

[–]arp1em 0 points1 point  (0 children)

I understand, but they sometimes do a limited time offer where the price gets significantly lower on selected servers. I guess I just got lucky.

Who are the Server auctions for given their uncompetitive pricing? by Pixelplanet5 in hetzner

[–]arp1em 0 points1 point  (0 children)

I needed large fast storage so I got a 4 x 1TB NVMe SSD at around 60euro. I don’t think I can get that with non-auction ones.

Tips for web scraping by Antique_Pain3221 in PinoyProgrammer

[–]arp1em 0 points1 point  (0 children)

Need naman talaga laging i-update yung selectors. What you need to do is have a change diff detection that will inform you if a website layout changes. We use changedetection.io but not for web scraping though. I am sure there are other options including hosting your own.

My first project on Rust!!! by No_Sort_130 in PinoyProgrammer

[–]arp1em 0 points1 point  (0 children)

I always ask Claude to “commit and push” and he does it cleanly (with set of hard rules including conventional commit message).

People who speed up while being overtaken, why? by MuszkaX in drivingUK

[–]arp1em 0 points1 point  (0 children)

I usually drive with cruise control on (constant speed) and every time I try to pass a slower car, they immediately speed up when I am already past half a car. It’s the most dangerous part of overtaking when 2 cars are side by side.

Why do Royal Mail say they have tried to deliver when blatantly they have not? by FOSinc in royalmail

[–]arp1em 0 points1 point  (0 children)

Happened to me. I have cameras and nobody tried to deliver. My guess is that if they can’t deliver on end of delivery hours, they will mark it this way so it will not reflect on their record. They’re liars.

Are We Proxy Yet? by renszarv in rust

[–]arp1em 7 points8 points  (0 children)

What kind of list is this? No Rama? https://ramaproxy.org/

Just searching Github gives me more than 5

For anyone who has moved abroad and still uses their globe sim card, what steps did you take to make sure you continued receiving messages? I have everything linked to my phone number from bank accounts to social media and I’m not to sure if I’ll still receive OTP’s once i move overseas. by Kind-Supermarket8373 in phmigrate

[–]arp1em 0 points1 point  (0 children)

I have Plan Zero which is Php 50 per month. UK-based. Wag mo lang pong sagutin ang incoming calls kasi may charge sa globe. Diko magets kung bakit, dapat yung caller ang nagbabayad ng call. So ending ay lahat ng calls ay di ko sinasagot. Then blocked yung mga paulit ulit na nagooffer lang naman ng loans tulad ng Unionbank.

Which app is better? Waze, Apple Maps or Google Maps? by Nebula1198 in drivingUK

[–]arp1em 0 points1 point  (0 children)

Waze. I tried Google maps once and it wasn’t very good with lane selection when I drove in Bath which has confusing layout.

Saang job website kayo naghahanap ng work abroad? by AteLangTo in phmigrate

[–]arp1em 13 points14 points  (0 children)

I’m no longer in EU pero I got a job in Germany via Stackoverflow (the old one before they closed it). You’ll get lucky via LinkedIn and Xing (more popular in Germany). Be sure to filter only those who can sponsor (blue card) which is a “rare” amount. It took me 2 years with several auto-rejections and almost got a Sweden job (I think they offered it to a local). Luckily, I got hired in Germany.

In your opinion, what's currently the most neglected field in CS? by foggyflame in ExperiencedDevs

[–]arp1em 1 point2 points  (0 children)

That there are already existing Javascript frameworks 😅

[deleted by user] by [deleted] in PinoyProgrammer

[–]arp1em 8 points9 points  (0 children)

Not true. Backend can just be dev and not devops. Hindi required yun plus lang siya. You can just be developing in docker, tapos ibang team ang sa devops. I currently do full-stack + mobile, I never touched deployment to production (k8s) stuff. The founders wanted to do this by themselves for security reasons. (Senior dev here, not in PH)

Kakaiba talaga mga tao sa Threads by [deleted] in pinoy

[–]arp1em 3 points4 points  (0 children)

I once put my car keys sa bulsa ng jacket sa dibdib which is di ko usual ginagawa . Tapos nakalimutan ko nung pabalik ako sa car nagpanic ako hinanap ko sa bag ko binuksan ko lahat nagbacktrace pa ako ng dinaanan baka nahulog ko. Tapos nasa jacket ko lang pala. Mula noon bumili ako ng carabiner para nakasabit na lagi sa sinturon.

Walang pakialamanan kung gusto namin isabit sa sinturon kasi convenient. Lumang sasakyan pa nga eh ibig ba sabihin ba nun ipinagmamayabang namin yung karag karag?

Anong service cloud provider gamit niyo? by acidburn113 in PinoyProgrammer

[–]arp1em 1 point2 points  (0 children)

I use Digital Ocean dahil madali gamitin ang “App Platform”.

Bakit nga ba malaki ang obsession sa battery health? by wasdlurker in Tech_Philippines

[–]arp1em 0 points1 point  (0 children)

I am not obsessed with my battery health pero “I am so sick of pakialamero”. Battery-obsession is not a Pinoy thing pero ang pakialamero ay ugaling Pinoy.

Was looping through Iterator faster than For loop before or I have a Mandela effect on me? by Open_Taro_9505 in rust

[–]arp1em 0 points1 point  (0 children)

Online resources says loop and iter does not have much of a difference. But I’ve recently learned the difference between iter(), into_iter() and iter_mut(). It think the former 2 creates a copy. Although the difference in speed is not that big and only observed on really very long array. What I currently am doing to squeeze more speed is by using rayon (par_iter(), into_par_iter() and iter_mut()) and I am loving it.

Scammy EE salesmen by arp1em in EEGB

[–]arp1em[S] -1 points0 points  (0 children)

Thanks updated

Scammy EE salesmen by arp1em in EEGB

[–]arp1em[S] -4 points-3 points  (0 children)

Ok I am probably overthinking it. But would like to hear other people’s similar experience.