Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
codeslinger
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
codeslinger
9mo ago
Disclaimer: ex-AWS here. This article ends up making a compelling case for DynamoDB. It has the properties he describes wanting. Many, many systems inside of Amazon are built with DDB as the primary datastore. I don't know of any OSS c
2.
▲
by
codeslinger
3y ago
Kamailio is what is called a Session Border Controller. Its primary purpose is to provide protection and some lightweight filtering for the media servers/PBXs behind it. Once you want "advanced" features like voicemail, parki
3.
▲
by
codeslinger
3y ago
I always thought "intelligence" was defined as the capacity to learn. Websters' first definition of "intelligence": > capacity for learning, reasoning, understanding, and similar forms of mental activity; aptitud
4.
▲
by
codeslinger
4y ago
> Write a love song from Luke to Leia. ...It proceeds to produce a poem, not a song, and without any references to Star Wars that would indicate that it "knows" who either of them are... This post is very long on hype and very
5.
▲
by
codeslinger
13y ago
Link is busted: http://mlbase.org
6.
▲
by
codeslinger
14y ago
You may have a problem in your math. A mean of 4.3us with a stdev of 10.9us should mean that your 99% should be over 26us, unless it's super smooth with a few huge outliers. Also, are you sure you didn't mean ms and not us? Seems more likel
7.
▲
by
codeslinger
14y ago
Anthony Eden has a project for this from a while back: http://activewarehouse.rubyforge.org/ Not sure how well its maintained at this point but it looks like a pretty good mapping of the concepts to me.
8.
▲
by
codeslinger
15y ago
Noir is not bad. I've been using it for a side project. Its no Rails, but its the best option I've found for Clojure at this point. http://webnoir.com/
9.
▲
by
codeslinger
15y ago
IANAL, but: It would appear to me that the author doesn't understand the GPL very well. If my code is BSD licensed and yours is GPL, I can submit pieces of my code to your project but if I take pieces of your code into my project, my projec
10.
▲
by
codeslinger
15y ago
The article says they are using Office Communicator, part of the Office suite, so I'd imagine they are going full-bore on that. Wonder if they are using SharePoint for the wiki, too.
11.
▲
by
codeslinger
15y ago
"DSP" is a term for an service that connects to multiple ad inventory sources (ad exchanges, ad networks, etc) and allows an advertiser to upload their creative media and targeting criteria once and then be able to buy on all the different
12.
▲
Sass in Scheme, Take 2
(gist.github.com)
6 points
by
codeslinger
15y ago
|
0 comments
13.
▲
by
codeslinger
16y ago
Become a lawyer. We don't need any more unskilled labor running around.
14.
▲
by
codeslinger
16y ago
Why have SSDs killed this question? Seems like you could tweak the amount of data on disk and/or the size of the values and/or the requests/second requirement and keep using it. Also, there are no 1TB SSDs available at this point, so you'd
15.
▲
by
codeslinger
16y ago
Anybody have free access to this?
16.
▲
New service cleans up whiteboard pics with an email
(snapclean.me)
107 points
by
codeslinger
16y ago
|
81 comments
17.
▲
by
codeslinger
16y ago
There are plenty: * Monetate * Infuse Media * Venmo * Vuzit * MyYearbook * Relay Network * PackLate * ClickEquations * Portico And these are just the ones I could think of before I got bored with this question ;-) Also, First Round doesn't
18.
▲
by
codeslinger
16y ago
I have all the books currently out now on Scala and I think "Programming Scala" by Wampler and Payne is the best one for learning the language: http://www.amazon.com/Programming-Scala-Scalability-Function... Steer clear of the Artima book
19.
▲
by
codeslinger
16y ago
You might be interested to know that this method has been employed by Cloudmark for many years in their collaborative spam filtering network: http://portal.acm.org/citation.cfm?id=1105677 However, it works so well for them because the con
20.
▲
by
codeslinger
16y ago
Except for email, that sounds a lot like Friendfeed ;-)
21.
▲
by
codeslinger
16y ago
You know, I think they might have been thinking along the lines of a "distributed Facebook"-type thing when this came out. Anyone looking to replace Facebook should probably learn the lessons of Wave's failure before embarking on their own
22.
▲
by
codeslinger
16y ago
I was thinking along the same lines, actually, in terms of a "distributed Facebook"'s similarity to Lotus Notes. However, one of the big niceties of SaaS services is that you don't bear the cost of storing and transforming all the photos, v
23.
▲
by
codeslinger
16y ago
The big thing in replacing Facebook isn't "distributed" or "central", its "what could make people switch?" Facebook came to prominence because of the elitist factor associated with top schools, the "poke" concept and its lack of "cesspool-e
24.
▲
by
codeslinger
16y ago
I couldn't agree more. XML sounded like such a great idea for this back in '99. Attempted implementation will disabuse you of that feeling very quickly ;-)
25.
▲
by
codeslinger
16y ago
Wave is probably too complicated for the average Netizen. I've personally only found it useful as a sort of real-time chat. Haven't checked my inbox in months at this point.
26.
▲
by
codeslinger
16y ago
If you could trust a central service to be good, we wouldn't be talking about replacing Facebook, IMO.
27.
▲
by
codeslinger
16y ago
I don't want to sound like an ass or ungrateful or anything, but the FSF needs to wise up. People won't switch until the alternative is a lot better than what they currently have. Why would a normal person care about the file format of an
28.
▲
by
codeslinger
16y ago
Some interesting points from the whitepaper regarding the above: "VoltDB provides data access via stored procedures in order to minimize round trips between the client and the server. Stored procedures are written in Java - each procedure i
29.
▲
by
codeslinger
16y ago
Just as I mentioned in today's thread on FathomDB, I'd be interested in what kind of workload scales linearly to 50 cores. I'm guessing its not very join heavy. H-Store's main advance, IIRC, was that it pushed many points of RDBMS engine op
30.
▲
by
codeslinger
16y ago
I'm quite interested in how you're handling joins in a manner that is scalable. What tradeoffs did you have to make? Do you support full join semantics, or are some types of joins not supported? Its not that much of a stretch to scale out a
More ›