Viewing profile — randomdev3
randomdev3
HN member- Joined
- Sun, Oct 29, 2023, 9:34 AM UTC
- HN karma
- 40
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About randomdev3
No profile information was provided.
Recent public activity
-
comment
Comment #40387918
UI only reacts to the responses from backend. Of course it has some amount of logic not to show things user doesn't have permission to do anyway. Regarding the error handling, just…
-
comment
Comment #40376139
While Remix seems a bit more reasonable than some other js frameworks, they all share the same problem: fundamental architecture. What's even weirder is that they could copy the st…
-
comment
Comment #40376102
I don't think issues are a good measurement for popular repos. Majority of them are just basic skill issues and inability to read 2 pages of docs. Especially next community seems t…
-
comment
Comment #39796924
If doing shady shit, you're not using your own IP, let alone Google account...
-
comment
Comment #39776111
I didn't know Redis Inc. has over 500 employees. It's hard to support that with a basically free product and some own cloud services..
-
comment
Comment #39508609
It's just nonsensical to use a device that dictates what you can install on it. Well, Androids don't come with root permissions either ( you should be able to get it easily if you …
-
comment
Comment #39039898
Good thing about htmx style solutions is that it's easy to implement the features you need without extra bs. Often it's so much simpler and cleaner to code something than using a g…
-
comment
Comment #38367226
Blocking ad-blockers on a public website is going to be hard...
-
comment
Comment #38150343
Paying $1 to a creator earn them more than all the ads you would watch during your lifetime. Applies to websites also. But noone wants to pay.
-
comment
Comment #38109242
Yeah it has been pretty bad for a decade. I wish it just searched exactly for what I type in without assuming anything.
-
comment
Comment #38095350
They could just show dumb ads and it might even work better. It's not so hard, you look at the page /content and get the ad category. I've had Google and Meta account for more than…
-
comment
Comment #38094869
never had an issue with YouTube. At least until now they only try to block blockers if you are signed in. And there really is no reason to login to watch videos.
-
comment
Comment #38081492
Why make it complicated? The language supports catching errors, use that. You may not like it but that's the thing you have. Of course you can wrap errors, return [response,error] …
-
comment
Comment #38059455
Go, postgres/MySQL,static Vue frontend
-
comment
Comment #38057043
The amount of complexity they add with all combinations or render modes, caches and abstraction layers is incredible. For most webapps you can just ship html or create SPA and it's…