Hi Hacker News. I'm one of the founders of the Noms project and Attic Labs, the company behind it. Happy to answer any questions. In the meantime, as long as I've got your attention, here's a few new stuffs we've been working on since last time Noms was discussed here in August: - A prototype query language, and a demo of how to create indexes in Noms: https://www.youtube.com/watch?v=fv6_T5yaWns - Support for merging…
Noms – A versioned, forkable, syncable database
61–70 of 107 posts
Re: Noms – A versioned, forkable, syncable database
#62How is it that you have 2 reference implementations, written in 2 different cross platform environments, yet there is no support for Windows? Why would I use this if I can't use it everywhere?
Most devs dont use windows these days.
Re: Noms – A versioned, forkable, syncable database
#63Hi Hacker News. I'm one of the founders of the Noms project and Attic Labs, the company behind it. Happy to answer any questions. In the meantime, as long as I've got your attention, here's a few new stuffs we've been working on since last time Noms was discussed here in August: - A prototype query language, and a demo of how to create indexes in Noms: https://www.youtube.com/watch?v=fv6_T5yaWns - Support for merging…
There's quite a dramatic claim on the website, "merge [...] changes efficiently and correctly days, weeks, or years later." How does that work? For example if you have two records saying userid 3's name is "ann" and userid 3's name is "jane", I don't see how you could merge those without extra information or human input.
For extra fun try doing this with geographic data and try merging geometry changes correctly.
Re: Noms – A versioned, forkable, syncable database
#64Earlier quoted context omitted.
> "So my comment should be correct in a year or two, hopefully." Look again at that graph: http://stackoverflow.com/research/developer-survey-2016#tech... OS X is treated as a single category, but Windows is split over multiple versions. When you add up all the Windows versions, OS X isn't close to 50% market share. Also, I'd question why it should be 'hopefully' correct. Other than better support for Unix command li…
OS X is treated as a single category, but Windows is split over multiple versions. When you add up all the Windows versions, OS X isn't close to 50% market share. What was claimed is that most developers don't use Windows, not that they use macOS. If over 50% of developer use either macOS or Linux, then the claim is true.
Also, that doesn't answer my other question. Other than better support for Unix command line tools, what makes OS X (or Linux) a better platform for devs than Windows 10?
Re: Noms – A versioned, forkable, syncable database
#65Earlier quoted context omitted.
OS X is treated as a single category, but Windows is split over multiple versions. When you add up all the Windows versions, OS X isn't close to 50% market share. What was claimed is that most developers don't use Windows, not that they use macOS. If over 50% of developer use either macOS or Linux, then the claim is true.
26.2% + 21.7% = 47.9%. So based on that survey the statement that most devs don't use Windows anymore is incorrect. Also, that doesn't answer my other question. Other than better support for Unix command line tools, what makes OS X (or Linux) a better platform for devs than Windows 10?
Yes, but the post you replied to said "in a year or two".
Also, that doesn't answer my other question.
That's because I don't have an answer, it wasn't me who said "hopefully" :) As long as Linux is considered a first-class platform, I don't really care who's on top.
Re: Noms – A versioned, forkable, syncable database
#66Hi Hacker News. I'm one of the founders of the Noms project and Attic Labs, the company behind it. Happy to answer any questions. In the meantime, as long as I've got your attention, here's a few new stuffs we've been working on since last time Noms was discussed here in August: - A prototype query language, and a demo of how to create indexes in Noms: https://www.youtube.com/watch?v=fv6_T5yaWns - Support for merging…
Re: Noms – A versioned, forkable, syncable database
#67Weird choice for the uri: http://localhost:8000::dbname Why not http://localhost:8000/dbname ?
https://tools.ietf.org/html/rfc3986 (see "3.3. Path").
Re: Noms – A versioned, forkable, syncable database
#68Earlier quoted context omitted.
OS X is treated as a single category, but Windows is split over multiple versions. When you add up all the Windows versions, OS X isn't close to 50% market share. What was claimed is that most developers don't use Windows, not that they use macOS. If over 50% of developer use either macOS or Linux, then the claim is true.
26.2% + 21.7% = 47.9%. So based on that survey the statement that most devs don't use Windows anymore is incorrect. Also, that doesn't answer my other question. Other than better support for Unix command line tools, what makes OS X (or Linux) a better platform for devs than Windows 10?
I said close to 50/50 so it's not false either, if you take in account the fact that there is probably some margin of error anyway.
> Other than better support for Unix command line tools, what makes OS X (or Linux) a better platform for devs than Windows 10
Maybe it depends what kind of developer you are/who you talk to, but most devs I interact with tend to live in the command line (and need proper package management as well) - things that Win10 does not do too well yet.
Re: Noms – A versioned, forkable, syncable database
#69Earlier quoted context omitted.
Last time I checked it's close to 50/50, with Windows progressively losing share among devs: http://www.geekwire.com/2016/mac-overtakes-linux-as-develope... So my comment should be correct in a year or two, hopefully.
You shouldn't assume the SO developer survey is a good sample of the whole profession.
Re: Noms – A versioned, forkable, syncable database
#70Hi Hacker News. I'm one of the founders of the Noms project and Attic Labs, the company behind it. Happy to answer any questions. In the meantime, as long as I've got your attention, here's a few new stuffs we've been working on since last time Noms was discussed here in August: - A prototype query language, and a demo of how to create indexes in Noms: https://www.youtube.com/watch?v=fv6_T5yaWns - Support for merging…
What about ACID? How far do you plan to divert from it?