Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
brmunk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
brmunk
10y ago
Realm certainly has a schema - anything that made you think it doesn't? It's ACID and Serializable. It also has a query language. But as one of the core design principles is to be as native to the language and platform as possible
2.
▲
by
brmunk
10y ago
It's ACID & Serializable. A write will block all other writes, but multiple reads can occur without overhead or blocking due to MVCC. Reads are consistent within the runloop, but updates to your objects occurs when you start a writ
3.
▲
by
brmunk
10y ago
Being from Realm, I might not be the right one to give you a balanced view, but I can at least try a bit: One huge difference is that Parse is no longer developed by a company after Facebook abandoned it. It's been open sourced and its
4.
▲
by
brmunk
10y ago
Really sorry to hear you had a bad experience! I assume you created an issue for it? If not I would love to hear more about it (bm at realm dot io), so we can get it fixed and hopefully get you back as a happy camper again at some point. Ob
5.
▲
by
brmunk
10y ago
You are absolutely right - the general problem is super hard. But even solving a specific use-case is hard for most developers who haven't done it before. It just takes a ton of time, and you often get some details wrong. And when you
6.
▲
by
brmunk
10y ago
Absolutely right. Only one writer at a time (locally), but writers don't block readers of which you can have multiple due to the MVCC design.
7.
▲
by
brmunk
10y ago
You could try contacting realm.io - the worlds 2'nd most used database.
8.
▲
by
brmunk
10y ago
It's the same C++ core used in the other Realm SDKs that is wrapped in JavaScript. The same API as what has been available in the ReactNative SDK for a while.
9.
▲
by
brmunk
10y ago
Havn't been through all the videos yet! But this looks really promising - great format! Only problem I guess is I feel I have to really watch it - instead of just listening on a podcast while commuting :-)
10.
▲
by
brmunk
10y ago
Xamarin has been highly requested, so we have tried to make it available as quickly as possible as a pre-1.0 version to get the proper input from developers like yourself as to what should be prioritized. Love to keep getting your feedback
11.
▲
by
brmunk
10y ago
Realm itself only adds less than 1 MB extra in your final app :-) On Xamarin.iOS the Realm static libraries for all the iOS platforms and architectures we support are embedded inside the Realm.dll assembly. During build, Xamarin extracts th
12.
▲
by
brmunk
11y ago
Not out of the box at the moment. But it would technically be possible to do. Feel free to post a suggestion to https://github.com/realm/realm-js/issues so we can see the interest.
13.
▲
Building a ToDo App Using Realm and Swift
(appcoda.com)
1 points
by
brmunk
11y ago
|
0 comments
14.
▲
On Swifts birthday – where do we go from here?
(labnol.wordpress.com)
2 points
by
brmunk
11y ago
|
0 comments
15.
▲
by
brmunk
11y ago
With the just released support for annotation processing Kotlin is now working with e.g. Realm.
16.
▲
by
brmunk
11y ago
I'm not sure I can make it justice in a few words :-) But shortly: The core has been developed from the ground up in C++ over the last 3 1/2 years. Realm’s efficiency comes from leveraging bit-packing, caching, vectorization, quer
17.
▲
by
brmunk
11y ago
Yeah we absolutely have a lot of work ahead of us (as mentioned in the post). And the issues you mention are tracked in https://github.com/realm/realm-java/issues . There you can also see that we got a lot more fea
18.
▲
by
brmunk
11y ago
Hi, Brian from Realm here. Surely hard to find much info about the internals yet. We could and should absolutely share more about that in a blog post. And to be honest we have for a long time wanted to do that, but just prioritized to enhan
19.
▲
Libraries: “the cause of, and solution to, all of Android’s Problems.”
(morepaul.com)
1 points
by
brmunk
12y ago
|
0 comments
20.
▲
by
brmunk
12y ago
Absolutely - it's a totally new C++ fast nosql fully ACID database underneath. The database has been in development for the past 3 years, so it's not just a quick hack :-)
21.
▲
by
brmunk
12y ago
Absolutely! That's actually already there. Even with nice expression based query syntax - looks like natural language :-) We havn't released it though since we plan to rewamp it into a more object oriented interface like in ObjC,
22.
▲
by
brmunk
12y ago
Sure - terms are the same. Free for all!
23.
▲
The next billion dollar company in Mobile
(venturebeat.com)
2 points
by
brmunk
12y ago
|
1 comments
24.
▲
by
brmunk
12y ago
Congrats! What's the main attraction compared to your competitors?
25.
▲
Now On Kickstarter, Tickle Makes Learning To Code Fun With Scratch
(techcrunch.com)
3 points
by
brmunk
12y ago
|
0 comments
26.
▲
Please Give Edward Snowden His Medal of Freedom Already
(techcrunch.com)
162 points
by
brmunk
12y ago
|
61 comments
27.
▲
by
brmunk
12y ago
Would love to hear about good hints for using github issues - or where it fails for OSS?
28.
▲
How to use GitHub issues?
(ianbicking.org)
1 points
by
brmunk
12y ago
|
1 comments
29.
▲
by
brmunk
12y ago
Right now there is no specific integration into any BaaS. A Realm database is just a (compact) file that you can send as you see fit. As most BaaS solutions has their own local storage and API it may not always make sense to integrate, exce
30.
▲
by
brmunk
12y ago
We will surely add some guides to address that need (and many others). In the coming time we would love to expand on the documentation and clarification so you can learn Realm as easily as possible. Feel free to ping us with anything needin
More ›