Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
leorio
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
leorio
6y ago
You are downplaying the role of bundling effects especially for a company like Cloudflare.
2.
▲
Warren Buffett traded Goldman Sachs for gold
(fortune.com)
45 points
by
leorio
6y ago
|
42 comments
3.
▲
by
leorio
6y ago
I'm in the process of learning rust and rocket. Is there any auth library that you used, or implemented it yourself? Also, how long have you been working on this?
4.
▲
by
leorio
6y ago
found this on reddit for this post: "I applaud this. And it reminds me of the up-goer five. https://xkcd.com/1133/"
5.
▲
by
leorio
6y ago
for those looking for another open source task tracker, taskwarrior[1] is a good cli option. You can use VIT[2], curses-based front-end to taskwarrior. I don't use VIT, but taskwarrior integrates nicely with vimwiki using taskwiki[3].
6.
▲
Go is not always faster than JavaScript
(reddit.com)
2 points
by
leorio
6y ago
|
0 comments
7.
▲
by
leorio
6y ago
Off topic: curious.. you submitted this post twice recently. why on top now?
8.
▲
by
leorio
6y ago
exactly what I was looking for. thanks!
9.
▲
by
leorio
6y ago
why isn't there an OAuth system that is purely GPG keys based. For example I could sign some custom message from the server using only my keys, without ever having to deal with emails. This way sign-up is as seamless as login. Is there
10.
▲
by
leorio
6y ago
there are ways to get over other forms of trust, for example: use being pseudoanonymous. There is no way around video, unless you happen to wear a mask.
11.
▲
by
leorio
6y ago
Gold is always on option :)
12.
▲
by
leorio
6y ago
is this Australian? seems like it's endemic to United States FL. https://explorer.natureserve.org/Taxon/ELEMENT_GLOBAL.2.8725...
13.
▲
by
leorio
6y ago
isn't this more like "An open source Firestore alternative" right now. Do you plan to bring other features as well? I'm a big fan of firebase and use it whenever I can. The reason it's appealing it because it's
14.
▲
by
leorio
6y ago
I would probably get downvoted for this.. It's very rare to find those "scratch your own itch problems", the solution to that itch is most likely a google search away. Pick a good product that you use and clone it. Keep an op
15.
▲
My Involvement with Bitcoin.org
(github.com)
1 points
by
leorio
6y ago
|
0 comments
16.
▲
Ask HN: What is your opinion on The Austrian School of Economics?
5 points
by
leorio
6y ago
|
4 comments
17.
▲
by
leorio
6y ago
You can watch it playing out on Steemit. Cross promoters and bots have taken over the platform.
18.
▲
by
leorio
6y ago
I'm working on blocksnacks.com - Newsletter and website to track public opinions on Bitcoin.
19.
▲
by
leorio
6y ago
no complexities in particular, but with next I just don't have to think about it.
20.
▲
by
leorio
6y ago
Scarcity falls into three distinctive categories: demand-induced, supply-induced, and structural. For money, scarcity is demand induced. For cryptocurrency/money the number 21m or 100m does not matter as long as it's divisible. Fo
21.
▲
by
leorio
6y ago
for all the sceptics here, a good intro to bitcoin and money[1] https://medium.com/@vijayboyapati/the-bullish-case-for-bitco...
22.
▲
by
leorio
6y ago
scarcity is determined by demand not supply.
23.
▲
by
leorio
6y ago
the only reason I use Nextjs is to avoid going through setting up the router, I found Gatsby complex to learn in 10 mins.
24.
▲
The code that makes the Bitcoin halvings
(blocksnacks.com)
2 points
by
leorio
6y ago
|
0 comments
25.
▲
Show HN: Track Conversations on the Bitcoin Halving
(blocksnacks.com)
2 points
by
leorio
6y ago
|
0 comments
26.
▲
by
leorio
6y ago
experiments with "quadratic funding"[1]. [1] https://vitalik.ca/general/2019/12/07/quadratic.html
27.
▲
by
leorio
6y ago
what would you say are the benefits of using LiveView over react?