wallyhs's comments

wallyhs | 9 years ago | on: Peter Thiel To Join Trump Transition Team

I didn't think that you personally were accusing people. I hope I didn't give that impression. I probably could have written "we" instead of "you."

Someone trying to explain how Islam doesn't encourage terrorism is on the defensive. The accusation has already been made. But the accusation doesn't make sense if the religion has no life of its own and exists only in the medium of individuals.

It's tough to defend against an accusation that doesn't make sense. If we can't point out what is bad, what is there to defend? The whole thing has a guilty-until-proven-innocent feeling to it. If the prosecutor can't make a sound case, there should be no need for a defense in the first place.

Anecdotally, the people I know who claim that Islam encourages terrorism don't know much about it. What they do know is shallow and cherry-picked, and any decent explanation immediately goes into the "it's different, so it's bad" bucket. It must be very difficult to demonstrate anything to these people.

wallyhs | 9 years ago | on: Peter Thiel To Join Trump Transition Team

So you conclude that Islam encourages terrorism because, when you accuse someone of being a terrorist, they don't respond openly and enthusiastically? You've decided that a religion is guilty and want individuals to show proof of innocence?

wallyhs | 10 years ago | on: Everything I Needed to Know About Good UX I Learned While Working in Restaurants

We use an iPad based SASS POS, and editing the menu is a pain. Every time I start to edit something, I have to wait 60 seconds while it pulls in the list of every item on the menu. If I want to edit five specific menu items, I don't want to wait for the entire list of items to load five times. Updating prices or costs on our menu literally takes three of us an entire day to pull off. We've been meaning to clean out some discontinued items from the menu, but... that would take three of us an entire day to do.

We do retail alcohol in addition to restaurant food, so we have a lot of items on our menu. I don't like how the menu is organized, but it would be too slow and painful to reorganize at this point.

I would kill for an API so that I could make mass numbers of menu edits by script. I would require some sort of a testing environment for that, though.

wallyhs | 10 years ago | on: ‘Rewilding’ process could soon return wolves to Scotland

> When it comes to reintroducing wolves, everyone agrees the risk to humans is low.

The contention is between wildlife activists and ranchers. Wolves tend to feed on livestock. You can imagine how upset a rancher gets when his assets disappear in the middle of the night.

wallyhs | 10 years ago | on: ‘Rewilding’ process could soon return wolves to Scotland

I wish I knew what this bear was thinking:

http://www.mtexpress.com/news/environment/bear-grabs-sleepin...

"A Boise hunter sustained minor wounds when a black bear grabbed him by the head while he was sleeping in the open along the Middle Fork of the Salmon River last week."

"He said that before the men went to sleep on the night of the attack, they had stowed all their food in a box on their raft."

"Jon Rachael, state wildlife manager for the Idaho Department of Fish and Game, said unprovoked attacks by black bears are rare, and it’s impossible to say what motivated this one. He guessed that either the bear had become conditioned to people by finding food around them or perhaps was just curious, and grabbed Vouch’s head to see what it was."

wallyhs | 10 years ago | on: My favorite interview question

The salary isn't the point:

> I immediately exclude discussion of company, title, and salary, because these are the things people think they want but can't really affect my decision.

> So by stating that these three things, company, title, and salary, are already taken care of, it frees candidates to think about what really matters to them.

wallyhs | 10 years ago | on: America in flames

Say I build a house in a town near a forest in Idaho. Now, there are 20,000,000 acres of national forest in Idaho of which 200,000 are currently burning. So only 1% of the forest is burning and mostly in remote locations in which there are no roads. Even if one of the fires happens to be near me, I am not too worried: I have a metal roof and a fuel-free buffer zone around the house. Additionally, the local fire department has my back.

This is a one-time event for me, because the same forest won't burn again in my lifetime. The chance of my house being destroyed by a wildfire in any ten-year period is practically zero.

Note that high deserts also burn, and the wind moves those fires along at a frightening pace. Forest and desert are pretty much the only choices in places like Idaho or Montana.

wallyhs | 10 years ago | on: Time in Go

You can remember it as 1 2 3 4 5 6 7: First month, second day, 3pm and four minutes and five seconds in the year '06, offset -7.

wallyhs | 10 years ago | on: MSBuild is going cross-platform with .NET Core

FWIW, you can install MSBuild without Visual Studio. It's part of the Windows SDK. If your target system is not supported, you have to run it on a supported system and choose the "Download for installation on a separate computer" option. Then copy the resulting msi and cab files to the server and run them. See http://stackoverflow.com/questions/12944502/build-asp-net-4-...

However, after I did this, I had to find build targets that Visual Studio installed and copy them from my workstation into the same directory on the server (i.e. C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications).

wallyhs | 10 years ago | on: Boiling frog, or when did we lose it with /etc?

Sure, but what if my only Windows system won't boot? I am sure that I can access the registry from a Linux system somehow, but it's not as easy as invoking less or vim. That is especially true if the Linux system doesn't have a GUI. I don't need a GUI to read a text file.

wallyhs | 10 years ago | on: Boiling frog, or when did we lose it with /etc?

I agree that you have to weigh the advantages, but we are talking about a special type of database. Most configuration data is read-only during normal operation. It's not as if anyone stores customer data in /etc or the Windows registry.

wallyhs | 10 years ago | on: Boiling frog, or when did we lose it with /etc?

Here is a reason: You can view the configuration files and logs of a damaged system by mounting its disk in another system and using any old text editor. There is no need to install special tools.
page 1