Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
brickcap
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
Routing in openresty
(staticshin.com)
1 points
by
brickcap
10y ago
|
0 comments
2.
▲
by
brickcap
10y ago
Our two part plan for corporate banking innovation:- - The low hanging fruits in corporate banking services ( https://docs.google.com/document/d/11SRXfuC0-L5iGlHypnviI9H5... ) - A scalable banking proxy ( https:
3.
▲
Building mutual authentication systems with openresty
(staticshin.com)
2 points
by
brickcap
10y ago
|
0 comments
4.
▲
by
brickcap
10y ago
We've compiled a list of questions that Banking partners,investors and startup mentors and other people have asked us in the past. If nothing else the document is a good overview of how the concept has evolved during the last couple of
5.
▲
by
brickcap
10y ago
Added a new option "-w" that allows you to watch the project directory for changes in .lua and nginx configuration files and automatically restart nginx process to make those changes available.
6.
▲
by
brickcap
10y ago
Thanks for the great explanation about acquisition costs. I think we can use it :)
7.
▲
by
brickcap
10y ago
Point taken, though I disagree with your assertions that credit cards don't have much to do with classical banking and that they are not about promotion. It's also true that banking services are entirely different from facebook.
8.
▲
by
brickcap
10y ago
The website is out of sync with our ideas. We need to update it. Apologies for any confusion caused. If you don't see any new idea then can you at least see a concept that has been proven already by revolut. If so can you see a possibi
9.
▲
by
brickcap
10y ago
>the UK mortgage industry is technologically stone age! Very interesting. Would love to have more details! May I also ask if Virgin money has services that integrate with their other business, like say virgin airlines, as well?
10.
▲
by
brickcap
10y ago
Great critiques! Please understand that when you write a pitch the tone has to be a bit assertive. It wasn't meant to be insulting but rather invigorating. However I apologize for any offence if might have caused. We didn't mean
11.
▲
by
brickcap
10y ago
The idea of posting it on hacker news is to make sure that if we can't do it someone else (better) can. There is a market. There is big money to be made. Banks are more receptive of startups than they've ever been. It'd be a
12.
▲
by
brickcap
10y ago
You misunderstand me.... You can think of revolut as a front end for barclays client pool account. This is a very simplistic explanation but what I'm trying to emphasize here is that the money revolut manages is effectively with Barcla
13.
▲
by
brickcap
10y ago
Yes! and virgin has a bank as well. This is a very lucrative market.
14.
▲
by
brickcap
10y ago
It should be on bank statements and on the card. What I was trying to say though was that the fact that Barclays has a system like Revolut is a problem for other banks that don't have a system like that. So our solution is still valuab
15.
▲
by
brickcap
10y ago
Ha! didn't know. Any way Revolut works in partnership with barclays. There are other banks to whom the service will be valuable. Out of curiosity by just do you mean today?
16.
▲
by
brickcap
10y ago
You are right about the countries wanting to protect their own banks. We're not suggesting a "savings account" in the sense that you keep your money in a foreign bank. This is more like an efficient "bank proxy". Do
17.
▲
by
brickcap
10y ago
Yes both Revolut and centtrip have marketed their products to only consumers (travelers) where as the concept of multicurrency accounts is very useful to business as well. Not just individuals. The customer acquisition strategy is like Revo
18.
▲
Blue oceans for banks
(docs.google.com)
50 points
by
brickcap
10y ago
|
44 comments
19.
▲
Spawning barebones openresty applications using ancient witchcraft
(github.com)
1 points
by
brickcap
10y ago
|
1 comments
20.
▲
Globally accessible banking services to replicate success of visa and mastercard
(linkedin.com)
1 points
by
brickcap
10y ago
|
0 comments
21.
▲
Client side and proxy_ssl certificates in Nginx
(staticshin.com)
1 points
by
brickcap
10y ago
|
0 comments
22.
▲
A user expansion strategy for banks
(linkedin.com)
2 points
by
brickcap
10y ago
|
0 comments
23.
▲
Please understand the importance of staring at bananas
(medium.com)
3 points
by
brickcap
10y ago
|
0 comments
24.
▲
Global micro transactions
(linkedin.com)
1 points
by
brickcap
10y ago
|
0 comments
25.
▲
by
brickcap
10y ago
Yes it seems so. But there are forked repositories that are being maintained. They are 1. Skeleton framework ( https://github.com/skeleton-framework/skeleton-framework ) and 2.Skeleton Plus ( https://github.com
26.
▲
by
brickcap
10y ago
Has anyone tried some of the newer css frameworks? Lots of them are listed on cssdb [1]. I especially like skeleton [2]. [1] http://cssdb.co/ [2] http://getskeleton.com/
27.
▲
by
brickcap
11y ago
The documents that are stored in couchdb are versioned as long as you don't replicate/ don't compress the database. You can query for all the _revs of a document. You can make api calls to give you an older _rev of the doc
28.
▲
by
brickcap
11y ago
Indexes are cached on disk. As the new data comes in that satisfies the query function,that you have written,it will automatically be appended to the index that has already been built up to that point. The query results are retuned with Eta
29.
▲
by
brickcap
11y ago
>I want to have just indexes to do the queries I need to do with insane speed couchdb seems to fit this requirement really well. You explicitly create indexes on the fields that you want to query. The index creation part is slow but once
30.
▲
by
brickcap
11y ago
Have you looked at couchdb? It has an http api and you can "watch" the modifications made to the database using a "_changes" feed that has options for longpoll, eventsource and a "continuous poll". Web socket
More ›