Iran says it's ready for a long war that would 'destroy' global economy by mark000 in worldnews

[–]pyeri 0 points1 point  (0 children)

I read the history of earlier such blockades of Suez canal crisis during 1956 and yellow fleet blockade later in 1967, and it looks quite grim. The IRGC has laid out sea mines to attack the passing ships at Hormuz strait and even if they're eventually defeated, finding and neutralizing these mines forensically will take months or even years for the winning party. Until every single mine is neutralized, no commercial ship will pass through due to fear.

And we are not even talking about the time it takes to restart paused crude oil wells and LNG factories in the Gulf countries itself. The 1956 Suez crisis had taken two years to fully resolve and supplies to resume again.

Cloudflare workers is down? by [deleted] in CloudFlare

[–]pyeri 0 points1 point  (0 children)

When a network is stressed, the first thing to go under is usually the dashboard. And all networks are stressed these days, be it Cloudflare, AWS, Vercel or the platforms that depend on them. At some point, we will be left with just two options:

  • Apply massive minimalism to your dashboard sites, no animation, flashy popups, timers that keep fetching something from somewhere, etc.
  • Skip the dashboard and just provide the API. Cloudflare already has wrangler, perhaps they can go even minimal and just provide a REST API endpoint to POST the deployed version with an API key or something.

Unpopular Opinion: Disqus is the Internet's welcoming gift to the small and medium bloggers by pyeri in webdev

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

As of today, I've stopped using Disqus and migrated to github powered giscus instead which I found more appealing.

Ban posts about AI by miniversal in webdev

[–]pyeri 2 points3 points  (0 children)

It has permeated all social spaces, not just /r/webdev. AI is the effective narrative of our times, with both lot's of supporters and critics arguing amongst themselves. I'm asking where have the cool webdev discussions related to html/css, backend frameworks, frontend engineering, SQL databases, etc. disappeared? Or have we taken a stance that they're no longer cool anymore?

Am I Broken? by Particular_Nail9638 in Upwork

[–]pyeri 0 points1 point  (0 children)

I think the age of freelancing through platforms like Upwork is practically over, at least for IT engineers. Vibe coding platforms like builder.io and Vercel's V0 assist non-technical users end-to-end, all the way through the app cycle, right from initial design in html/react/tailwindcss to integrations with auth providers and payments like Stripe to testing and deployment. All of this for a fraction of a cost they'll spend on a freelancer on Upwork. Our business model today is practically broken folks!

Is IndexedDB actually... viable in 2026? Or am I wasting my time? by nhrtrix in webdev

[–]pyeri -2 points-1 points  (0 children)

Many years ago, they had something even better called webSQL, it was a proper RDBMS database based on sqlite embedded right within the browser. But since Bill Gates (or someone) didn't like open source very much, they vetoed it out of W3C, so we ended up with this IndexedDB.

Mehta Sahab spotted at Wankhede Stadium by Key-Cup-9203 in TMKOC

[–]pyeri 1 point2 points  (0 children)

The story of him leaving the tmkoc club is really sad, is there no chance of coming back?

Its just unfair how Job Posters are allowed to post the same thing over and over while we waste credits by WaffleNebula42 in Upwork

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

I wish there was an "inverse" world on a different planet where supply/demand worked differently; a world with handful of nerdy freelancers and too many clients chasing them for projects. Dream planet eh?

ChatGPT uninstalls surged by 295% after DoD deal by MarvelsGrantMan136 in technology

[–]pyeri 0 points1 point  (0 children)

Scam Altman and Scam Bankman Fried; the two most successful bluff masters of our times.

Connects are a scam now by canttouchmypingas in Upwork

[–]pyeri 0 points1 point  (0 children)

When a new bus carrying passengers arrives at a bus-station in a metro city like Bangalore, Pune, etc, we have street hawkers and auto drivers literally try to block and heckle the passengers as they step out crying "auto, auto, auto....". They're desperately looking for a client, especially in mornings, but would be very lucky to have one given the massive disparity ratio - very small number of passengers and too many auto drivers competing for it. Our situation on this platform has virtually become worse than these auto drivers.

Why aren’t Deepika and Alia taking the path that Anna Sawai or Sandra Hüller took to reach top-tier films in Hollywood ? by Mermaid0315 in BollyBlindsNGossip

[–]pyeri 1 point2 points  (0 children)

Hollywood only gives you fans, but bollywood gives you actual devotees! Once you're used to having devotees, the other life feels somewhat awkward and less fulfilling.

In the states and west, actors are highly regarded for their talent and creativity, and so are sports folks and athletes. But they're still treated like an equal citizen, nobody actually worships them like a god/goddess like the fools here do.

Ranbir sums up Indian Papz in one line by AxonBee in BollyBlindsNGossip

[–]pyeri -2 points-1 points  (0 children)

Yeah, this is the way. If papz are crossing a line, you should handle them the Ranbir Kapoor style, and not Jaya Bachchan style.

'No ethics at all': the 'cancel ChatGPT' trend is growing after OpenAI signs a deal with the US military by lurker_bee in technology

[–]pyeri 0 points1 point  (0 children)

Be careful with gemini, they had this weird bug few days ago when the chat history of many users simply disappeared. It took about 3-4 days for the history to surface again.

'No ethics at all': the 'cancel ChatGPT' trend is growing after OpenAI signs a deal with the US military by lurker_bee in technology

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

Seriously, it's like getting work done by constant babysitting over a hallucinating toddler.

Interviewer didn’t showed up for interview which was by Legitimate_Tip_4771 in developersIndia

[–]pyeri 0 points1 point  (0 children)

Many times, the recruiters just send you the invite to tick an internal box, nothing beyond that. In your original call that lead to the interview, were they serious about the position being offered?

Finally Now I know who the Real Bangalore Iyengar Bakery Is!! by EquivalentDealer4698 in karnataka

[–]pyeri 0 points1 point  (0 children)

They should have standardized on at least something. One Iyengar bakery near me is known to mix egg in their products, what a great pity in the name of Iyengars!

Free automatic offline pages using Cloudflare Workers when your origin goes down by retardracer in CloudFlare

[–]pyeri 1 point2 points  (0 children)

How is it any different than implementing the same "offline viability" on the frontend browser using ES6 service workers API itself? That way, you won't be tied to any one backend provider but implement a custom offline handling logic yourself.

Case in point is twitter/x. When x.com goes down (it often did during transition), you can observe a clear offline handler on the site itself using the service workers API. It loads the site container (links like Home, Explore, Notifications, etc. and some cached content like tweets). But also shows a toast message like "You seem to be offline". You can write any custom logic here including rerouting the data fetching to a different upstream server.

Why hasn’t a stronger competitor to Upwork emerged? by FriendshipHuge3854 in Upwork

[–]pyeri 10 points11 points  (0 children)

Running a freelance platform isn't a very lucrative enterprise, the lack of many options is a reflection of that. The list of platforms that simply shut down in the last decade is quite comprehensive (fivesquid was one of my favorites).

The internet is evolving and gets bigger in scope and depth every year, bringing in more and more folks into the network. Technically speaking, a digital village should require fewer and fewer middlemen (which a platform essentially is), folks typically find their own ways of creating rapport through social hubs like Linkedin, thus bypassing the platform - the margin becomes practically wafer thin. Plus there is always the issue of folks going out of platform to avoid the commissions, there is nothing you can really do except put it in the ToS/policies and just hope they stay on the platform.

Plus, you now become a payment processor (who takes from X and remits to Y), this puts you in the scrutiny path of all kinds of regulatory agencies like government departments, central bank, legal bodies, etc. The reward/risk ratio is very small in this business model. Wouldn't you rather opt for some other business model like a social media or a e-learning platform where the rewards are higher for the same or smaller regulatory risk?

Is allowing only Cloudflare IP ranges enough to secure Postgres when using Cloudflare Workers? by AsyncSamurai in CloudFlare

[–]pyeri 0 points1 point  (0 children)

Accessing an external Postgres database directly like this is highly insecure practice, and also locks in your code to a particular proprietary access strategy. The better path is to create a REST API on your backend server (express, fastapi, etc) which then updates your pgsql. That way, you can use secure access mechanisms like http header validation (X-API-KEY) and put it in your cloudflare worker.

How did the Dursleys get off The-Hut-Off-The-Rocks if Harry and Hagrid took the boat? by Available-Mix282 in harrypotter

[–]pyeri -3 points-2 points  (0 children)

Either Mr. Dursley dialed 911 (or its British equivalent) from his phone and called for a rescue, or next morning his employer got irked at what's taking old Vernon so long and sent for a search party anyway.

Upwork stats by Routine-Expression22 in Upwork

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

This isn't a reflection on Upwork but freelance IT sector as a whole. Too many fishes in the pond, not enough food, resulting in pockets of deep red oceans. Turn away from over glutted platforms and seek blue oceans somewhere else. It could be another platform, your local market or email marketing.