Viewing profile — perspectivep
perspectivep
HN member- Joined
- Mon, Jul 18, 2016, 3:31 PM UTC
- HN karma
- 54
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About perspectivep
No profile information was provided.
Recent public activity
-
comment
Comment #12181293
Say you're making $60k with $40k in expenses. Saving $20k. You move and now make $120k and your expenses double to $80k. You're saving $40k; twice as much. But in reality, not all …
-
comment
Comment #12181202
Washington has no state income tax.
-
comment
Comment #12181172
The proof is in the pudding. My savings are growing at an astronomically higher rate than it was in the Midwest. I used to tell myself the same thing before I moved.
-
comment
Comment #12181101
> So if you make $60,000 in a small midwestern town, that's the same as making $120k in Seattle or the Bay Area. Not true at all. I made almost that exact jump when moving from the…
-
comment
Comment #12180998
I'm running the Anniversary Update. Maybe things got better. It also sounds like you might need to rebuild your search index and make sure all the folders you want to be searchable…
-
comment
Comment #12180922
You're upset that search got rebranded to Cortana? It can definitely search your entire PC. I just typed the name of a script I have sitting on my D: drive and pressed enter and it…
-
comment
Comment #12180309
> The lack of respect is infuriating. That's why I hate things like hackathons. We need people to think of us as engineers rather than tinkerers, and the labels we accept aren't he…
-
comment
Comment #12175100
UWP advantages: Way better security model Unified error handling Clean install/uninstall (no rot) Much faster and more capable version of XAML running on top of DirectComposition w…
-
comment
Comment #12173524
Which is why UWP has a capabilities-based sandbox.
-
comment
Comment #12172715
Once you connect your box to the Internet, installing malware affects everyone.
-
comment
Comment #12172508
Apparently Microsoft isn't allowed to evolve Windows with objectively better API's. Have fun with your GetLastError, fifteen parameter functions, and poorly documented flags. But h…
-
comment
Comment #12172482
You can install UWP apps from other sources. Side-loading is enabled by default since November.
-
comment
Comment #12149836
We do. Unit tests, integration tests, manual smoke tests, code reviews of every commit, design reviews, self hosting... Sometimes your test matrix is too big. But I agree: sometime…
-
comment
Comment #12149812
Even if you get better at estimating tasks, it's extremely hard to account for bugs that aren't discovered until later. I usually have a pretty accurate estimate for small tasks bu…
-
comment
Comment #12143720
And you have to remember to log the error at every level of the stack, otherwise you're left with an error code that has no context.
-
comment
Comment #12143708
The solution is to just make RAII wrappers for that stuff.
- comment
- comment
-
comment
Comment #12128771
It's still not great. The train is slow, has way too many stops between Seattle and the airport, and sits too long at each stop. Many of the long distance busses are overcrowded du…
-
comment
Comment #12128700
Except they're not. Full paths, hidden files, and file extensions are also now check boxes on the default File Explorer ribbon, along with a button for copy full path. Plus, all th…
-
comment
Comment #12128678
All of the Windows shell supports UI automation, so if you run into corner cases like this that aren't scriptable, you can just use PowerShell to automate the clicks.
-
comment
Comment #12121560
Visual Studio has had that for awhile now. http://msdn.microsoft.com/en-us/library/dn160178.aspx
-
comment
Comment #12119676
They make it easier to diagnose crashes by providing more context than just an error code without extra effort (like a call stack). Fail fast is another option but that takes contr…
-
comment
Comment #12115642
The problems are that ClearType doesn't look good with rotated screens (tablets), semi-transparent backgrounds, or animations. Edge actually has ClearType on by default in the upco…