Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jonreem
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
jonreem
5y ago
outside of trivial transfer transactions there are much more complicated things you can do with smart contracts such as decentralized lending and decentralized exchange of assets these are more like arbitrary atomic changes to on chain stat
2.
▲
by
jonreem
5y ago
these are transactions with extremely high value and often extremely urgent and not possible to merge together - e.g. the both liquidate the same unhealthy loan position (could be worth ~$10m+) the whole point is it's not remotely easy
3.
▲
by
jonreem
5y ago
Settle positions between two mutually non cooperating parties. Your github solution doesn't consider that many non cooperating parties may want to do conflicting things on chain and you need a trustless way to resolve those conflicts.
4.
▲
by
jonreem
5y ago
Nobody clicks the space bar 8 times, they use the tab key and have their editor insert the correct number of space characters instead.
5.
▲
by
jonreem
6y ago
The time-value still comes into play in the form of eth transaction fee. If you're flash loaning to take advantage of an open arbitrage opportunity there will be other parties trying to take advantage of it, so you will pay more to ge
6.
▲
by
jonreem
7y ago
Personally, I've developed a strong preference for putting this type of information as close to the affected code as possible. Immediately next to the affected code is the only place these types of comments have a prayer of being kept
7.
▲
by
jonreem
7y ago
People who bother to complain are those who actually care about your thing. People who do not care simply leave without ever telling you why. Your complainers are often your most dedicated and invested users.
8.
▲
by
jonreem
7y ago
Thunk is not a proper solution to the problem - it's a totally open escape hatch! You lose ALL the nice guarantees and behavior of redux when "action" no longer means "immutable, serializable event" and starts meani
9.
▲
by
jonreem
7y ago
We don’t appreciate impersonation on HN.
10.
▲
by
jonreem
7y ago
It wasn't my example, but it's just disproving the notion that FP somehow means you need to write big if statements to dispatch your functions. Traits are not functional-language specific except in that they are often used in FP t
11.
▲
by
jonreem
7y ago
One of the many difference is that there is no inheritance, and implementations of traits can be added for types long after they are defined. Traits in rust are not like java interfaces.
12.
▲
by
jonreem
8y ago
Also see `webpack` as a successful example of code-as-configuration in the wild.
13.
▲
by
jonreem
8y ago
This approach necessitates an ever growing number of increasingly specific APIs, or an ever growing set of flags and options which will inevitably approximate a poorly implemented version of GraphQL.
14.
▲
by
jonreem
8y ago
How efficient...
15.
▲
by
jonreem
8y ago
Hey, that’s my library! I’m glad to see a similar macro getting added upstream, so you no longer need to install libraries like this one for easy print debugging.
16.
▲
by
jonreem
8y ago
“You can please some of the people all of the time, you can please all of the people some of the time, but you can’t please all of the people all of the time”
17.
▲
Three Simple Rules for Putting Secrets into Git
(engineering.udacity.com)
5 points
by
jonreem
8y ago
|
0 comments
18.
▲
by
jonreem
8y ago
Not signing in and curating your subreddit subscriptions all but guarantees you will only be exposed to the most populist content on the site and will never see any of the deep, niche, and interesting stuff on it.
19.
▲
by
jonreem
8y ago
Trucks often drive mostly or only on major thoroughfares and often on extremely long and tedious routes. A self driving truck that could drive 50 hour stretches without getting tired or making mistakes would be a huge improvement in efficie
20.
▲
by
jonreem
8y ago
In your analysis you shouldn’t forget that advertisers don’t consider all eyeballs equal either, and are willing to pay far more for ads shown to high income users. The difference in effect might not be as large as you’re making it out to b
21.
▲
by
jonreem
8y ago
It's not like you can just skip writing those checks even if the browser indicator was more visible, people will still spam click and you still need to handle it correctly.
22.
▲
by
jonreem
8y ago
For javascript you can use typescript, which brings the joy of a modern type system to es6 and allows you to migrate file by file.
23.
▲
by
jonreem
8y ago
Under this logic I think so, it would be the same problem.
24.
▲
by
jonreem
8y ago
async/await is powered by promises
25.
▲
by
jonreem
8y ago
Try joining smaller communities. Being in a server with 10-20 regulars is very different from being in one with 200, forget 2000.
26.
▲
by
jonreem
8y ago
Join a discord server for a relatively niche interest that you have and not only will you meet many others with similarly deep interest in a water cooler format but you will be able to work on your hobby much more effectively with a close c
27.
▲
by
jonreem
8y ago
Current copyright law is the law in large part due to Disney’s political influence.
28.
▲
by
jonreem
8y ago
If you simply follow the basic compassionate principle that you should lock up as few people as necessary for as short a time as necessary to maintain the law then the answers are obvious for both cases: If someone committed an act which wa
29.
▲
by
jonreem
8y ago
I believe it is morally wrong to keep people imprisoned for actions that are now legal, especially given the viciousness of our penal system. This is a great injustice of our time.
30.
▲
by
jonreem
8y ago
Who in the world thought this was a good idea!? I can hardly think of a less secure way to ask security questions. You should name and shame; there’s a minimum bar everyone should uphold and this is far below it.
More ›