Readit News logoReadit News
boduh commented on Dbxfs – A Dropbox-backed file system   github.com/rianhunter/dbx... · Posted by u/lowe
newhouseb · 7 years ago
The author should think about applying to Dropbox ;)
boduh · 7 years ago
Isn't the author a Dropbox employee? Not sure if he's still at Dropbox but I believe he's one of the first employees.
boduh commented on Ask HN: Does anyone use Nim language in production?    · Posted by u/sharmi
dom96 · 8 years ago
Very fast. I can bootstrap the compiler in under a minute. Compilation times are further reduced while developing thanks to incremental compilation.
boduh · 8 years ago
Sounds great! What about debugging? I understand that Nim compiles to C/C++ so I am curious if I can use Xcode on a Mac and Visual Studio on Windows to debug the generated C/C++ code.
boduh commented on Ask HN: Does anyone use Nim language in production?    · Posted by u/sharmi
boduh · 8 years ago
For those using Nim: how is the compile speed?
boduh commented on Curl is C   daniel.haxx.se/blog/2017/... · Posted by u/mhasbini
floatboth · 8 years ago
Have you tried doing string manipulation in C? ;)
boduh · 8 years ago
+1
boduh commented on Ask HN: What do you consider the most annoying thing about computers today?    · Posted by u/boduh
seere · 9 years ago
Typing input
boduh · 9 years ago
Is this on Mac or Windows? Tried this on a Mac? https://support.apple.com/en-us/HT202584
boduh commented on Nylas Mail is now free   blog.nylas.com/nylas-mail... · Posted by u/jalada
boduh · 9 years ago
One bug I found is that open tracking does not seem to be working.

Maybe a way to submit feedback right from the app would be useful.

boduh commented on Dropbox Could Have One of 2017’s Most Interesting IPOs   technologyreview.com/s/60... · Posted by u/t23
curiousDog · 9 years ago
Dropbox is one of those products that is just a pleasure to use (like Stripe). Sync works seamlessly. I've tried all other alternatives and gotten back to being a paid customer of Dropbox. I think it also boils down to most of your employees being passionate, smart folks from MIT, CMU and the like. Good luck to them with the IPO.
boduh · 9 years ago
The product works well for consumer use cases. However, when it comes to business use their technology isn't there yet. The upcoming Project Infinite will however be a step forward.
boduh commented on Free Client for OneDrive on Linux   skilion.github.io/onedriv... · Posted by u/sndean
spangry · 9 years ago
rclone is great. Thanks to its use of multi-threading you can download and upload pretty much at line speeds. It would be even better if it provided file-delta type operations, but maybe this is a limitation of OneDrive itself.

I really should put some time aside to write a script I've been thinking about:

1) Poll [somefolder] every 10 seconds (or whatever). Or watch with inotify.

2) On change, wait [5 seconds] and if change remains the same...

3) `borg create [oneDriveRepo]::[somefolder]` (does a delta backup with deduplication and lz4 compression, can be FUSE-mounted, and can be encrypted).

4) rclone -> [oneDriveRepo] -> onedrive.

And the reverse in the other direction I guess.

boduh · 9 years ago
This is a limitation of OneDrive indeed as it doesn't support delta sync.

u/boduh

KarmaCake day53April 27, 2012View Original