HackerTrans
TopNewTrendsCommentsPastAskShowJobs

AdityaAnuragi

no profile record

Submissions

[untitled]

1 points·by AdityaAnuragi·hace 2 meses·0 comments

comments

AdityaAnuragi
·hace 2 meses·discuss
That's a valid point ngl

But there's something quite nostalgic about holding the console you had as a kid and going down a good old happy memory lane
AdityaAnuragi
·hace 2 meses·discuss
Didn't expect to see TikTok and scientific papers in the same sentence but it's somehow interesting
AdityaAnuragi
·hace 2 meses·discuss
I agree, I'm starting to like cloudflare increasingly aswell

Here are a couple reasons of mine (PS I'm still a little new)

1) V8 isolates for serverless functions to address cold start problems, sure the entire node env ain't there but libraries like Hono are designed to work in that env... Combine that with their near immediate start-up - simple lovely

2) UI, AWS to me feels soulless, like if there's an entire industry to make AWS UI not suck it's obvious their UI is just bad, upto the point where people pay a premium for a good UI. Cloudflare UI is so much nicer, atleast to me

I recently developed a library and for that I made a landing page and documentation with Astro (no server just static stuff), and I was checking out how to deploy this and Vercel and Cloudflare, Vercel had a 100Gb/ month of bandwidth free which is nice, what's even nicer is cloudflare has infinite (practical infinite not the theoretical infinite ofcourse)

And once again, that's just lovely to work with!
AdityaAnuragi
·hace 2 meses·discuss
Definitely a step in the right direction, always felt like new editors like Fleet (from Jetbrains) and Zed lacked quite a lot for themes
AdityaAnuragi
·hace 2 meses·discuss
Game developers are the best at this sort of stuff (especially valve and puzzle game designers)

Portal (a puzzle game by valve) had levels built in such a way that it introduced the player to new mechanic, and only then building on top of that
AdityaAnuragi
·hace 2 meses·discuss
I agree that doism should done more in all honesty

Cuz in real life also its more about "doing" you're physically fixing a clock, or writing code, or designing a building

Doism shouldn't be 100% but it certainly should be more
AdityaAnuragi
·hace 2 meses·discuss
With Wi-Fi 6's OFDMA handling the hidden node problem better, does it actually make a noticeable difference in dense apartment buildings? Curious if anyone has measured this in practice
AdityaAnuragi
·hace 2 meses·discuss
Browser API reliability in general has a lot of undocumented edge cases — WebRTC isn't alone there.
AdityaAnuragi
·hace 2 meses·discuss
Doesn't surprise me — I've hit undocumented Android Chrome behavior too while working with the Vibration API (more advanced usage by a very large margin). The browser/OS layer on Android has a lot of silent, unannounced behavior.
AdityaAnuragi
·hace 2 meses·discuss
This reminds of the game LA Noire, that was famous for its focus on facial animation for spotting a lie or truth

Quite interesting for using phone sensors via the browser. It's a space I've been playing in too recently
AdityaAnuragi
·hace 2 meses·discuss
This is cool, imagine this in a serverless environment

Previously with lambda we've had cold start issues, and cloudflare tried to address this with V8 isolates, but that doesn't have the full node env

Maybe this could make it so the code always runs quickly regardless of the env it's in... maybe