Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
graceofs
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
The Boss Doesn’t Want Your Resume
(wsj.com)
45 points
by
graceofs
11y ago
|
55 comments
2.
▲
Facebook's K-12 education project
(newsroom.fb.com)
1 points
by
graceofs
11y ago
|
0 comments
3.
▲
by
graceofs
11y ago
Thanks! We plan to publish a feature comparison table soon. A couple more differences: 1. We have strong end-to-end integrity checks and encryption on by default. 2. Amazon EFS's performance is dependent on the filesystem size: larger
4.
▲
by
graceofs
11y ago
s3fs-fuse is a one-to-one mapping and doesn't do things like atomic rename of directories, mutual exclusion of open exclusive, append to file requires rewriting the whole file and no hard links. This breaks the expectations of many lin
5.
▲
by
graceofs
11y ago
Hi Ben, thanks for your feedback. We will add more technical details and clarify the differences between objectivefs and s3fs-fuse. ObjectiveFS is a log structured filesystem that we implemented completely from scratch. It is a POSIX filesy
6.
▲
by
graceofs
11y ago
It's a complete POSIX filesystem, and we implement a log-structured filesystem on top of S3. So, you can use it with your regular programs expecting POSIX semantics. Mounting S3 lets you view the objects in a bucket, but it doesn'
7.
▲
by
graceofs
11y ago
Thanks for letting me know. We are getting a lot of traffic, and working on fixing it. UPDATE: the website should be faster now.
8.
▲
by
graceofs
11y ago
Congrats, Yuri!
9.
▲
Solar-Powered Plane Lands in Hawaii After Flight from Japan
(nytimes.com)
2 points
by
graceofs
11y ago
|
0 comments
10.
▲
Hewlett-Packard Officially Files to Split
(wsj.com)
2 points
by
graceofs
11y ago
|
0 comments
11.
▲
How to Share Files Between EC2 Instances
(objectivefs.com)
3 points
by
graceofs
11y ago
|
0 comments
12.
▲
Bigger, Cheaper, Faster Data in the Cloud
(bits.blogs.nytimes.com)
1 points
by
graceofs
11y ago
|
0 comments
13.
▲
Automakers Tackle the Massive Security Challenges of Connected Vehicles
(blogs.wsj.com)
9 points
by
graceofs
11y ago
|
2 comments
14.
▲
by
graceofs
11y ago
Thanks for your insightful comment. We are currently competing with NFS, GlusterFS & other distributed file systems. Our software is much easier to use, requires no storage cluster maintenance and has no single point of failure. I like
15.
▲
Automakers Tackle the Massive Security Challenges of Connected Vehicles
(blogs.wsj.com)
1 points
by
graceofs
11y ago
|
0 comments
16.
▲
Web performance: Cache efficiency exercise
(code.facebook.com)
39 points
by
graceofs
11y ago
|
7 comments
17.
▲
by
graceofs
11y ago
Hi Sam and Kevin, We built ObjectiveFS, it's like Dropbox, but for servers. We have users running our shared file system in production, and are getting great feedback. Our current challenges are user growth and upcoming competition fro
18.
▲
Time, Clocks and the Ordering of Events in a Distributed System [pdf]
(research.microsoft.com)
1 points
by
graceofs
11y ago
|
0 comments
19.
▲
IBM and Box Team Up to Target Global Data-Storage Market
(nytimes.com)
1 points
by
graceofs
11y ago
|
0 comments
20.
▲
by
graceofs
11y ago
We couldn't find a solution either, so we built a posix filesystem with S3 backend backend that is easy to run and scale. If you want to give ObjectiveFS ( https://objectivefs.com ) a try, I'll be happy to hear your feed
21.
▲
by
graceofs
11y ago
If you need something like EFS today, there is ObjectiveFS ( https://ObjectiveFS.com ), a posix cloud file system with S3 backend. Disclaimer: I am a co-founder :-)