You are downplaying the role of bundling effects especially for a company like Cloudflare.
HN user
leorio
leoriobrahm@gmail.com
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?
found this on reddit for this post:
"I applaud this. And it reminds me of the up-goer five. https://xkcd.com/1133/"
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].
[1] https://taskwarrior.org/ [2] https://github.com/scottkosty/vit [3] https://github.com/tools-life/taskwiki
Off topic: curious.. you submitted this post twice recently. why on top now?
exactly what I was looking for. thanks!
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 anything like this I can use? Are websites not doing this because of spam and other issues?
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.
Gold is always on option :)
is this Australian? seems like it's endemic to United States FL.
https://explorer.natureserve.org/Taxon/ELEMENT_GLOBAL.2.8725...
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 the suite of tools and how well they work together for bootstrapping (auth, firestore, storage, analytics etc). No single feature by itself is useful to me.
I would definitely switch if this atleast had (auth + db + file storage + functions).
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 open mind because you can never copy the entire business since there is only so much you can see. Atleast you get some direction to start and you know that you are not trapped in building something people don't want.
Since you mentioned making your skillset strong(technical?), either way you win by just starting something.
You can watch it playing out on Steemit. Cross promoters and bots have taken over the platform.
I'm working on blocksnacks.com - Newsletter and website to track public opinions on Bitcoin.
no complexities in particular, but with next I just don't have to think about it.
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.
For something like paintings, scarcity is supply induced.
for all the sceptics here, a good intro to bitcoin and money[1]
https://medium.com/@vijayboyapati/the-bullish-case-for-bitco...
scarcity is determined by demand not supply.
the only reason I use Nextjs is to avoid going through setting up the router, I found Gatsby complex to learn in 10 mins.
experiments with "quadratic funding"[1].
what would you say are the benefits of using LiveView over react?