Viewing profile — AlexSolution
AlexSolution
HN member- Joined
- Thu, Apr 18, 2013, 3:46 PM UTC
- HN karma
- 44
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About AlexSolution
No profile information was provided.
Recent public activity
-
comment
Comment #21231978
Using a Lisp with Parinfer makes the parens automagic without taking away the benefits they provide. https://shaunlebron.github.io/parinfer/ https://www.youtube.com/watch?v=K0Tsa3s…
-
comment
Comment #20917381
https://ncase.me/loopy/ is a great aid in systems thinking and was inspired by the Thinking In Systems book.
-
comment
Comment #20518252
https://github.com/mwouts/jupytext looks like something you might enjoy. I'm not affiliated with the project in any way.
-
comment
Comment #17425650
It's actually the reverse of fractional reserve banking. Any Dai that is created must be over-collateralized by 150%. It's not capital efficient, but that's a different argument th…
-
comment
Comment #16870355
Pause functions are actually considered a matter of best practice. It's a way of mitigating the contract's risk. Now, who gets control of the pause function is an entirely separate…
-
comment
Comment #16870298
I don't think this functionality is anything new, it's just a design pattern. As for safety, you're absolutely right. Best practices dictate that when calling other contracts, you …
-
comment
Comment #16869066
All state transitions are forever visible in the blockchain. Since addresses can be set dynamically in Ethereum, it's possible to update the contract addresses which make up the bu…
-
comment
Comment #16242742
Their contracts are up. If you can find a way to exploit one of the bugs, you can profit massively.
-
comment
Comment #16242347
MakerDAO uses collateralized smart contracts to provide stability to their Dai token. Right now, only ETH can be used as collateral, but in Q2 they are starting multi-collateral su…
-
comment
Comment #10155177
Feature request: bitcoin integration
-
comment
Comment #8736826
Checking in from Platform 302.
-
comment
Comment #7386984
I've tried several of these, and I really think jetzt https://github.com/ds300/jetzt is the best one. It has a progress bar, keyboard shortcuts, and I particularly like the way it …
-
comment
Comment #7371302
I found http://regexcrossword.com/ to be a good learning tool. Here's one if you really want to test your skills: http://i.imgur.com/qLh2gcK.jpg
-
comment
Comment #7141099
I prefer hybrid line numbering. This way, you can see the true number of the line you are on, while all the other lines on the screen are numbered relative to your position. http:/…
-
comment
Comment #6819640
Could you please elaborate on this? I understand neither your comment, nor the part that you quoted from the site.
-
comment
Comment #6298163
Love this site. Hoping people contribute a few more lessons to it in the near future.
-
comment
Comment #5571266
Any advantage to this plugin over mapping one key to ':tabopen' and another to ':tabclose %'? I have this in my .vimrc and it seems to get the same results: nmap :tabedit % nmap :t…