AkshitGarg | 4 years ago | on: Twitter.com's HTML, which is produced by React Native for Web, explained
AkshitGarg's comments
AkshitGarg | 4 years ago | on: Competitive programming is useless
AkshitGarg | 4 years ago | on: Ash HN: Go or Rust for JavaScript developer in the next 20 years?
AkshitGarg | 4 years ago | on: WinFsp – Windows File System Proxy
AkshitGarg | 4 years ago | on: Facebook hacker beat my 2FA, bricked my Oculus, and hit the company credit card
AFAIK some websites allow you to use the previous TOTP code for convenience for some more seconds. That makes the total time to impersonate you to be 30 (or whatever was configured while issuing the TOTP secret) plus the grace period websites allow.
Edit: formatting
AkshitGarg | 4 years ago | on: Facebook hacker beat my 2FA, bricked my Oculus, and hit the company credit card
AkshitGarg | 4 years ago | on: Show HN: Simple Image encrypt/decrypt using Python
AkshitGarg | 4 years ago | on: Launch HN: SigmaOS (YC S21) – A MacOS web browser designed for faster work
AkshitGarg | 4 years ago | on: MeiliSearch: A Minimalist Full-Text Search Engine
[0]: https://www.elastic.co/pricing/faq/licensing [1]: https://news.ycombinator.com/item?id=28110610
AkshitGarg | 4 years ago | on: Ask HN: Is Vagrant Dead?
AkshitGarg | 4 years ago | on: Git password authentication is shutting down
AkshitGarg | 4 years ago | on: Why WebAssembly is innovative even outside the browser
AkshitGarg | 4 years ago | on: Ask HN: How did web development become so bizarrely complex?
Can't relate more to this. I sometimes find it difficult to accept that some of my peers in the college thought that fetch is the only way to submit a form. Those were the same people who fetched json to render a static blog post
AkshitGarg | 4 years ago | on: Launch HN: Atmana (YC S21) – An app to help cut down on compulsive porn usage
AkshitGarg | 4 years ago | on: Old Vidme embeds turn into porn after domain purchase
AkshitGarg | 4 years ago | on: Elixir protocols vs. Clojure multimethods
[1] https://lfe.io/
AkshitGarg | 4 years ago | on: Google is capping Meet’s group video calls to an hour for free accounts
It is difficult to scale a pure p2p model to multiple participants. Each participant would need to create multiple WebRTC streams, one for each participant. So if some call has 10 participants, each one of them would need to broadcast 9 streams and receive 9 streams with the assumption that each one of them have their microphone and cameras turned on. This would consume a lot of CPU and bandwidth. There are alternate models where you send your stream to a central server, and that server distributes the stream to other participants. This reduces the CPU and bandwidth required per participant, but requires a central server. This looks like the model google follows. So I don't think keeping such a service unauthenticated would be a good idea.
AkshitGarg | 4 years ago | on: Microsoft is bringing Android apps to Windows 11
AkshitGarg | 4 years ago | on: Brave, the false sensation of privacy
AkshitGarg | 4 years ago | on: Fastly Outage