Viewing profile — riogordo2go
riogordo2go
HN member- Joined
- Tue, Apr 04, 2023, 6:23 AM UTC
- HN karma
- 52
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About riogordo2go
No profile information was provided.
Recent public activity
-
comment
Comment #35892444
I remember not using/trying Svelte because there was no TS support and it took quite some time before TS support emerged. With that in mind it doesn't surprise me they are not doub…
- comment
-
comment
Comment #35884658
I'm looking long and hard to see if Next.js is still a good fit with this new direction. The VC's want their money and the push to host will Vercel is getting louder with every new…
-
comment
Comment #35852035
At least in prior Google Analytics versions, a third party cookie was used, giving the possibility to link you to every site that implements Google Analytics. But Google explicitly…
-
comment
Comment #35851725
Because I think most people who use something like ublock don't want to see ads or have their privacy violated by being followed around the web using third party trackers. A site o…
-
comment
Comment #35851216
That used to work but current block filters analyse js variables and url parameters and are much harder to circumvent.
-
comment
Comment #35850396
I'm using the matomo self hosted version and like it overall. I love you can track all outbound clicks without having to specifically add Dom elements to outbound links to make thi…
-
comment
Comment #35819008
>"Server Actions in Next.js have been designed for deep integration with the rest of the data lifecycle, including the Next.js Cache, Incremental Static Regeneration (ISR), and the…
-
comment
Comment #35803790
It's not fake, it's a perspective. I'm not sure if "web3" is going to solve it though. The incentives are the same, so why would the outcome be different this time.
-
comment
Comment #35778542
This is also my concern. If the happy path is Serverless/Edge (on Vercel) with React Server Components I'm in for a big rewrite. I'm holding off any new investments in the Next.js …
-
comment
Comment #35755709
Big Termux fan. From using my phone as a borg backup target (with Wireguard) to ssh access to remote servers, it gives you a full blown Linux environment in your pocket.
-
comment
Comment #35727811
Not only expensive, the coverage is spotty too. Driving cross country, even along major highways often results in many dead spots.
-
story
To respond to this story, get the free Medium app
Why are companies pushing so hard for apps while the website is often better. Is it to push advertisement? Extract more information? It's a disturbing trend if you ask me.
-
comment
Comment #35687024
Good luck with the interview!
-
comment
Comment #35686364
Maybe the new generation of developers are afraid of light Sysadmin tasks like setting up nginx, PostgreSQL, Redis, iptables. And Vercel welcomes them with open arms with the promi…
-
comment
Comment #35626972
I find it somewhat annoying to see the intense community pressure to go with third party auth providers. I see auth, user and role/permission management as a core pilar of an onlin…
-
comment
Comment #35593965
"I don't recommend having components responsible for querying data because their responsibility is already in presenting the data. More accurately, components need only receive dat…
-
comment
Comment #35580272
It depends on the capabilities of the low code tool and the problem domain. Just today I created a "flow" in the Android app Automate to add "auto-sleep after 30 minutes" functiona…
-
comment
Comment #35555540
Maybe trades will get popular again as this is less easy to swap with an ai alternative.
-
comment
Comment #35536061
It's a bit of work but allows for fine grained retry logic. Some jobs should not be retried but escalated, others might need a retry in one hour, others can be retried at a lower p…
-
comment
Comment #35528463
I think the 'select for update' query is used by a worker to fetch jobs ready for pickup, then update the status to something like 'processing' and the lock is released. The articl…
- story
-
comment
Comment #35481319
"Some of our customers are experiencing elevated error rates" while in reality the entire service is down.
-
comment
Comment #35444692
Funny thing: I asked ChatGPT last week to write me a script to fetch the latest HN posts and notify me on Telegram when a post matches a given keyword. Keeps me updated without wad…