Viewing profile — narsil
narsil
HN member- Joined
- Sat, Jan 29, 2011, 7:29 PM UTC
- HN karma
- 591
- Public activity
- 228 items
- HN profile
- View on Hacker News ↗
About narsil
vinod [at] kloudless.com
Recent public activity
-
comment
Comment #22783742
The author has helpfully open-sourced the scripts as well, some of which are quite helpful like this one to convert dates to unix time and back: https://github.com/brandon-rhodes/h…
-
comment
Comment #22783704
It's helpful to filter out links to large content and downloadable assets from being traversed. For example, I assume you wouldn't care about downloading videos, images, and other …
-
comment
Comment #22736039
I am willing to chalk this up to an honest mistake considering "end-to-end" encryption as being from the client's end to the server, although that's not the accepted use of the ter…
-
comment
Comment #22332394
I really hope the UX improves considerably and basic features actually function as expected. Notifications for new messages on OS X were broken for several months last year, for ex…
-
comment
Comment #21904740
I see your point, but if a dependency package needs exact versions for its dependencies, I'd expect it to be specified in its package.json as well. If not, then I don't see why exa…
-
comment
Comment #21897829
Well that's a technicality. There's no reason to base practical realities of Jan 1 2020 being the start of the "2020s" with the fact that Year 0 was missing. I recall a CNN article…
-
comment
Comment #21889009
But since the lockfile can be generated from the package.json, I still don't see a reason that the lockfile needs to be committed by a third-party contributor instead of being gene…
-
comment
Comment #21884764
.. and to also de-duplicate files across users to avoid repeatedly storing the same file.
-
comment
Comment #21884726
> integration with Office (live editing) The protocol is actually available for any cloud storage vendor to work with: https://wopi.readthedocs.io/en/latest/ Landing page: https://…
-
comment
Comment #21880601
We recently began trying out https://github.com/linkedin/oncall
-
comment
Comment #21531357
Check out https://kloudless.com ! (Disclaimer: I'm a co-founder) Here's our open source file picker: https://github.com/kloudless/file-explorer/ (the server-side is closed source a…
-
comment
Comment #21522008
This is how I felt about Algolia's search when I first enabled it for our Vuepress site at https://developers.kloudless.com/guides/enterprise/ (the search bar at the very top). I a…
- story
-
comment
Comment #19268771
Nothing seems to indicate that the cameras are building personal profiles that persist across sessions. That would be hard to do anyway, requiring some kind of recognition technolo…
- story
-
comment
Comment #19066895
Well it's likely the client/server time-zone mismatch was the cause here. It could be that everyone at AirAsia, or even the majority of passengers, saw the right dates, and this ed…
- story
-
comment
Comment #18893885
The lack of version control in Keep has come back to bite me in the past. I've switched to OneNote which provides more control over version history and deleted notes. It's the only…
-
comment
Comment #18537570
We ended up implementing a REST API endpoint for SFTP to provide an easy way for web apps to transfer content without having to speak the FTP protocol: https://kloudless.com/produc…
-
comment
Comment #17482276
I'm not sure I understand the concern with integrity of OAuth 2.0 payloads. Sending the request over HTTPS already ensures that the request is not tampered with, and also guards ag…
- story
-
comment
Comment #16971508
Kloudless | Solutions Engineer | San Francisco area (Berkeley); Taipei, TW | Full-time | $130k-160k + equity (SF) | Series A stage Kloudless’s unified APIs enable engineering teams…
-
comment
Comment #16798030
Are you certain Signal is dependent on a phone? The new Signal desktop client I use seemed to send messages fine over in-flight wifi.
-
comment
Comment #16665423
I believe this is no longer the case and WhatsApp is free to use now. Regardless, the free trial -> paid version is a popular model, even if 1 year is a long "trial"
-
comment
Comment #16512407
Well, there have been attempts to create single standards (e.g. CMIS, in the content management space). A lot of the time, enabling the right workflow for the integration to be use…