Live data from Hacker News

Donald Trump’s Contract with the American Voter [pdf]

assets.donaldjtrump.com

871–880 of 1001 posts

Re: Donald Trump’s Contract with the American Voter [pdf]

#871
post #773
post #599

I'm confused about this regulation thing. Many people hate regulations because they think of it as limiting for businesses. But I think, you couldn't work as a business if there were no regulations. An example, Nevada voted to open its electricity market this week. Everybody should be able to choose the provider they want. But to do this, there need to be regulations in place. Independent companies need to know how t…

> If you let such a market without any regulation, there won't be a market, because the grid owner won't let anyone use its grid. What?

anyone meaning mostly competitors. If you want to distribute electricity, you need a way to reach your customers. Since it is unrealistic to build your own grid.

And if there are no regulations about it, the grid owner doesn't have to give you access to its grid. So you can't supply your electricity. So the customers can't exercise their right to choose.

Re: Donald Trump’s Contract with the American Voter [pdf]

#873
post #360

Fully-funds the construction of a wall on our southern border with the full understanding that the country of Mexico will be reimbursing the United States for the full cost of such wall; establishes a two-year mandatory minimum federal prison sentence for illegally re-entering the U.S. after a previous deportation, and a five-year mandatory minimum federal prison sentence for illegally re-entering for those with felo…

Ban Western Union "send money back to family in Mexico" payments until Mexico agrees to pay for the wall: https://assets.donaldjtrump.com/Pay_for_the_Wall.pdf

Do they also ban sending money to any other country where the guy in other country will send the money to Mexico?

Re: Donald Trump’s Contract with the American Voter [pdf]

#874
post #751

Earlier quoted context omitted.

This is not unlike how an opposing party will criticize a bill based on its number of typed pages. The thump of a couple of inches of paper on a podium makes for great and reductive theater. It's likewise naïve to consider the number of regulations to be a direct barometer of the goodness or badness of regulation in general. Next we'll see the refactoring of existing regulations into smaller or larger components to a…

How do you guys deal with re-factoring code? Imagine a codebase that has been largely additive for 100 years. While the "+1 minus two guideline" has plenty of shortcomings in the long term, there is lots of low hanging fruit now, and it's an important mindset shift. Guys, don't just add LOC. Refactor, clean it up and make it better. Remove blocks we don't use anymore.

I think we programmers are ahead here - the general public needs sometime to think this over. The "+1 - 2" rule looks like a good start for opening the discussion.

Re: Donald Trump’s Contract with the American Voter [pdf]

#876
post #583

Earlier quoted context omitted.

Bad idea that sounds like a good idea until you discover that it actually leads to greater special interest influence because nobody in Congress knows how to do anything so lobbyists just do it for them. http://prospect.org/article/populist-road-hell-term-limits-c...

A reasonable term limit has to be in place. A person who has been in the Senate since 1986, like John McCain, should have been out of there if term limits were in place. Thirty years is a long time to be elected, re-elected and re-elected and ...

I wonder one thing.

How are you going to pickup who to run as a president, since usually most presidents candidates (except Trump, obviously) comes from senators and congress?

Where would candidates like Bernie Sanders be if he is not in congress for so long?

Re: Donald Trump’s Contract with the American Voter [pdf]

#877
post #168

Earlier quoted context omitted.

> The Dunning–Kruger effect is a cognitive bias in which low-ability individuals suffer from illusory superiority High brow smack (condescension) like that and "basket of deplorables" are what America revolted against. If the liberal left was truly smart, why did they allow the president to run up more national debt than all presidents prior...combined?

Has it become that radical to suggest that smart, well-educated people may in fact see further into the consequences of things (particularly in their areas of expertise, but probably also peripherally), see more cognitive bias, have better critical-thinking skills, remember more mistakes from history, and all around make better long-term decisions? Why is that even offensive to anyone? Just because of someone's perso…

Very well put.

For all the reasons people do/claim to vote for Trump because of, the "he says what's on his mind, he's anti-PC" always stood out the most, when things like this come up.

* Bringing facts to the conversation isn't acceptable.

* Calling Trump out for the things he actually says and does isn't acceptable.

* Insulting Trump by calling him an insecure man-child isn't acceptable, because he'll sue.

Trump was a buffoon 2, 10 and 20 years ago, and he is a buffoon now. That he somehow magically got elected doesn't actually change that, and it amazes me what we're all willing to forget, and how fast.

Merit doesn't actually matter anymore. We'll rather elect a misogynistic, racist, incompetent, inexperienced ill-tempered man than the qualified, boring, moderate woman.

Sorry for hijacking and possibly ruining your eloquent post, but all this honestly baffles me.

Re: Donald Trump’s Contract with the American Voter [pdf]

#879

Earlier quoted context omitted.

How do you guys deal with re-factoring code? Imagine a codebase that has been largely additive for 100 years. While the "+1 minus two guideline" has plenty of shortcomings in the long term, there is lots of low hanging fruit now, and it's an important mindset shift. Guys, don't just add LOC. Refactor, clean it up and make it better. Remove blocks we don't use anymore.

Government is strongly limited by time. There's a hard ceiling on the amount of things that can be proposed, debated, and voted on within a term. Consequently, if there are things in the statute that are no longer used it's often better to simply ignore them than to spend precious time in the house arguing about removing them. It might only take 5 minutes to call the house to order, have someone stand up and say "We…

Sounds like a garbage-collection problem. Some algorithms are more efficient than others.

Re: Donald Trump’s Contract with the American Voter [pdf]

#880

Earlier quoted context omitted.

Funny, that "if one created, two removed" was a law imposed by a Principal Software Architect to me and my team regarding apps and apis as part of a rationalization program. "If you create this new API, make sure to remove at least two". I have to say, after two years there, that helped a lot to reduce redundancy and complexity. But well, apps and api are not the same of public policies... who knows.

At some point you have to stop cutting. You can't go thus forever.

The US code is 22 million words. [1] is a good visualization of it. I'd wager there are tons of redundancies that could be refactored. That being said, I'd also wager that careful refactoring is not on DJT's mind. More slash-and-burn the parts he doesn't like.

[1] https://twitter.com/harlanyu/status/165184504527462400/photo...

Post reply on HN