Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
trbvm2
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
trbvm2
10y ago
"you have to pull people off or climb over them" Or make a wider ladder?
2.
▲
by
trbvm2
10y ago
Usually A/B testing one would think
3.
▲
by
trbvm2
10y ago
Where any decision stands on a range between good and bad is a subjective judgement.
4.
▲
by
trbvm2
10y ago
In my opinion, UBI is basically communism as a positive side-effect of kick ass capitalism. I tend to think of it in the Star Trek variety. Not so much radical as a natural result of being really good at personal productivity. It's not
5.
▲
by
trbvm2
10y ago
If we are all of the same mind on this then it seems like we should start brainstorming ways to make it stop.
6.
▲
by
trbvm2
10y ago
I tried to write the long answer and it turned out as a wall of text composed of parenthetical caveats. Then I tried to right the short answer and it turned out as a medium length yet confusing answer. The truth of the matter is that people
7.
▲
by
trbvm2
10y ago
Booster for crypto-currency
8.
▲
by
trbvm2
10y ago
They did name the network leader Zod
9.
▲
by
trbvm2
10y ago
I agreed with you at first but reading through Urbit's docs and the vox article linked in thread clarified the relationship between the system design and the author's political ideology. Many of the design choices did not make se
10.
▲
by
trbvm2
10y ago
If everyone is given money for a specific product and suppliers are universally aware of exactly how much people can spend on that product then, yes, that can happen. However, under UBI, I think suppliers of goods and services would still b
11.
▲
by
trbvm2
10y ago
I'm merely trying to discourage the ambiguous "they" labeling. I think the author is, indeed, a bit to on about the "you should help yourself" mentality. Some people can't or won't even if money is offered
12.
▲
by
trbvm2
10y ago
All solvable problems though, no? If no one has to wash dishes in order to survive then you will have to offer a quite decent wage to get people to wash dishes else pay someone to finally make the washing of dishes completely automated. Sup
13.
▲
by
trbvm2
10y ago
Right-wingers are mostly absent from this conversation. The question at hand is "can we give people enough to amount to a comprehensive solution and thereby save administrative costs"? I don't think any libertarian minded in
14.
▲
by
trbvm2
10y ago
Sorry to basically just negate your post but I do believe that you missed answering the last question in explaining details. The poster asked, how would the provision of basic income further turn healthcare supply in the US to a negative su
15.
▲
by
trbvm2
10y ago
Just keep in mind that we will likely never reach the ideal balance between the voice of the people and megaphone of money. The impact of lobbyists and money is a necessary consideration in any discussion of political solutions to problems
16.
▲
by
trbvm2
10y ago
It looks like we went in to a fairly deep reply chain but never got back up to here. Presenting, perhaps, a different take: basic income can cover insurance which does account for the 0-1mil total distribution via actuarial science.
17.
▲
by
trbvm2
10y ago
"people just need information which isn't being readily provided" The breakdown of the nutritional value of every food stuff is literally right in front of the consumer's face. I'm not sure information availability
18.
▲
by
trbvm2
10y ago
By the definition of exploit. http://www.dictionary.com/browse/exploit "to utilize, especially for profit; turn to practical account"
19.
▲
by
trbvm2
10y ago
I find answers such as "my brain is getting slower as I age" distasteful and unsatisfying. One can not do anything with an answer like that. On the other hand, a somewhat careful review of the process can lead in useful insights.
20.
▲
by
trbvm2
10y ago
This is an expected result of a storage system that has finite capacity being tasked with storing a lifetime of useful information. Research on this topic points to the notion that the brain is pretty actively trying to ignore things and to
21.
▲
by
trbvm2
11y ago
As it happens, the ability to reproduce and the ability to respond to stimuli in any manner are generally accepted qualities that distinguish life from non-life. http://www.biology-online.org/dictionary/Life http:
22.
▲
by
trbvm2
11y ago
You say there is no point in hiding information if it will be known eventually but "eventually" is a key point. Almost all information, especially personally identifiable information has a temporal component to it. For example, th
23.
▲
by
trbvm2
11y ago
Seems like there never were security issues. At least, none that were talked about widely. I think that should be expected for a single player game. Almost all games are hack-able in some way of course but hacking a single player game is m
24.
▲
by
trbvm2
11y ago
On the other hand, that is 22.7 million dollars in lost revenue for the company/companies running Washington's prisons. When viewed from that perspective, the move to recapture those released early makes a bit more sense intuitive
25.
▲
by
trbvm2
11y ago
I agree on the first. I'm only advocating for keeping the constructor as the DI entry point. A DI framework can then be used for the convenience they provide in wiring things up at main. Regarding the second: I think circular dependenc
26.
▲
by
trbvm2
11y ago
The latter. DI frameworks are a convenience item, they should probably not have a big effect on the way the code is written. You get most of the benefits of DI just from not new'ing up things within your classes. The main advantage of
27.
▲
by
trbvm2
11y ago
Dependency Injection (frameworks) -1 Use constructors. This makes perfectly testable classes and is vastly simpler than encouraging more XML as code. Any proper dependency injection framework should work quite well with regular constructors