Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
stephen_mcd
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
stephen_mcd
9y ago
Cool! I built CurioDB a while back with the same idea, but using Akka as the underlying framework. Persistent Redis with distributed transactions, embedded Lua and a websocket front-end: https://github.com/stephenmcd/cu
2.
▲
by
stephen_mcd
10y ago
You're not wrong, Walter.
3.
▲
Comparing Wagtail, Django CMS and Mezzanine
(youtube.com)
1 points
by
stephen_mcd
10y ago
|
0 comments
4.
▲
Official Node.js Client for Google Maps Web Services Released
(github.com)
3 points
by
stephen_mcd
10y ago
|
0 comments
5.
▲
by
stephen_mcd
10y ago
CurioDB too: http://curiodb.jupo.org
6.
▲
by
stephen_mcd
11y ago
If each key/value in the DB is treated as distributed (as per the actor model), a lot of the limitations Redis faces in a distributed environment are solved. I wrote a lot more about it here: http://blog.jupo.org/2015&#
7.
▲
by
stephen_mcd
11y ago
I really love the idea of explaining the actor model as tons of tiny little servers compared to a single monolithic server. I tried to make the same comparison recently when I talked about adding distributed transactions to CurioDB (Redis c
8.
▲
Adding Distributed Transactions to CurioDB (Redis clone)
(blog.jupo.org)
1 points
by
stephen_mcd
11y ago
|
0 comments
9.
▲
From student to startup – how a PhD can boost budding businesses
(theconversation.com)
4 points
by
stephen_mcd
11y ago
|
1 comments
10.
▲
by
stephen_mcd
11y ago
Great project. I recently used LuaJ to embed Lua scripting inside CurioDB: https://github.com/stephenmcd/curiodb - it's a distributed Redis clone built with Scala/Akka. In terms of matching features with Redi
11.
▲
by
stephen_mcd
11y ago
Yep, one actor per KV means some kind of distributed coordination would be needed - that doesn't exist yet.
12.
▲
by
stephen_mcd
11y ago
That'd be good!
13.
▲
by
stephen_mcd
11y ago
Hey Jon, long time no see. :-) Yes I imagine the thinking there is similar in your project, eg: Redis/CurioDB :: Node/SocketCluster ( https://github.com/SocketCluster/socketcluster ).
14.
▲
by
stephen_mcd
11y ago
Glad you like it! Hardware requirements would depend on your usage of course, it's like asking about the length of a piece of string. :-) Honestly though, the code probably needs a lot more eyeballs on it before it's production re
15.
▲
Show HN: CurioDB – A distributed/persistent Redis clone built with Scala/Akka
(github.com)
62 points
by
stephen_mcd
11y ago
|
9 comments
16.
▲
Show HN: CurioDB – A distributed/persistent Redis clone built with Scala/Akka
(github.com)
5 points
by
stephen_mcd
11y ago
|
0 comments
17.
▲
by
stephen_mcd
11y ago
Funny is a +1 on Slashdot, while on HN it'd be a -1.
18.
▲
Introducing Mezzanine's Core Development Team
(blog.jupo.org)
3 points
by
stephen_mcd
11y ago
|
0 comments
19.
▲
by
stephen_mcd
11y ago
The rotated A in the Aerospike logo reminds me of a system that's fallen over, and now you can't unsee it: http://www.aerospike.com/
20.
▲
by
stephen_mcd
12y ago
You can easily render a tree many levels deep in O(n) time using a single DB query as an adjacency list with a lookup dictionary: http://blog.jupo.org/2010/01/26/linear-traversal-of-adjacenc... No need for mp
21.
▲
Auto-tagging added to Drum (Django powered HN/Reddit clone)
(groups.google.com)
1 points
by
stephen_mcd
12y ago
|
0 comments
22.
▲
by
stephen_mcd
12y ago
Perhaps it was more a case of accuracy for what we were looking at at the time then :-) It's something we run out of band on a subset of our data, so it's never been performance critical.
23.
▲
by
stephen_mcd
12y ago
Great article. I went through a similar process about a year ago for https://kouio.com (RSS reader). In its case I needed to coalesce closely matching RSS feeds purely for storage and performance. After trialling edit distance a
24.
▲
by
stephen_mcd
12y ago
https://twitter.com/stephen_mcd - hit me up, lots of open source
25.
▲
by
stephen_mcd
12y ago
I use the web version of kouio on android every day, it's tailored directly to mobile devices: https://kouio.com/blog/kouio-your-mobile-rss-reader You can also push articles out to a whole ton of services at once,
26.
▲
by
stephen_mcd
12y ago
Yeah I only found those recently and it kinda blew my mind - great way to keep an eye on the kinds of blockers people have with a particular technology.
27.
▲
by
stephen_mcd
12y ago
Well that list above are all things I kinda class as "personal notifications", so I put all those into a folder - in kouio you can view a single folder at a time, or expand it and see the unread counts against each feed (pretty su
28.
▲
by
stephen_mcd
12y ago
Very well put! My RSS reader ( http://kouio.com after Google's shut down) has always been my complete command centre: - Google Alerts - LinkedIn updates - Every issue/comment/star on my Github projects - The exact
29.
▲
Mezzanine 3.1 for Workgroups
(blog.jupo.org)
1 points
by
stephen_mcd
12y ago
|
0 comments
30.
▲
by
stephen_mcd
13y ago
Check out https://kouio.com if you're looking for something visually clean and simple.
More ›