Viewing profile — YorkianTones
YorkianTones
HN member- Joined
- Mon, Aug 04, 2014, 2:31 PM UTC
- HN karma
- 134
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About YorkianTones
No profile information was provided.
Recent public activity
-
comment
Comment #33114901
Are staff engineers needed? The role seems like a relatively new invention. Senior and midlevel IC engineers do the heavy lifting, principals set strategy and define architecture, …
-
comment
Comment #23668779
Where? Washington state has no state income tax either.
-
comment
Comment #23567129
love this, thank you for sharing the advice
-
comment
Comment #18774285
This. Documentation (comment blocks in code, as well as all other forms of documentation) tends to become outdated because it is not maintained in sync with every code change. Solu…
-
comment
Comment #18764131
See also https://github.com/convoyinc/ts2gql
-
comment
Comment #18121965
While it would be in Amazon's interest to get the federal minimum wage increased after setting their internal minimum wage at $15/hr, why is this negative? Aligning business intere…
-
comment
Comment #16947948
I think the demand side for single family housing will increase in Seattle over the near future. There has been a recent boom in tech company positions and equity (especially Amazo…
- story
-
comment
Comment #16592414
I think capitalism is much simpler: capital begets capital. Those who have capital will accumulate more capital, almost infinitely, until the capital/income ratio reaches an equili…
-
comment
Comment #15181394
According to this article, the study found those who watch 5 or more hours of TV a day while sitting were 65% more likely to lose mobility in the period tested than those who watch…
-
comment
Comment #14286255
Who gets $300k comp offers? Principal engineers?
- story
-
comment
Comment #12846234
Have you tried ambient techno? Boards of Canada Tycho Ulrich Schnauss Fisk Industries
-
comment
Comment #10674800
"Edith looks up from a game of solitaire and casually mentions that she actually thinks the murder was committed by the accomplice, who was never found and is not on trial. But sin…
-
comment
Comment #10661249
Applause to the Zuck for the public commitment to invest 99% of his fortune in charitable causes. Providing cheap, reliable internet to underserved areas of the planet seems like a…
-
comment
Comment #10464881
Windows has had this capability for at least 8 years with "time travel tracing" (or iDNA tracing), which produces a dump file that can be traversed back and forward in WinDBG or Vi…
-
comment
Comment #10244769
Consolidation of resources and broadness of ecosystem produces synergistic effects that advance tech. Google benefits in its pursuit of self-driving cars and drone delivery from ex…
-
comment
Comment #9930540
As much as startups can "disrupt" by creating new businesses, big tech companies can also create entirely new products or businesses and when they attempt to do so they often succe…
-
comment
Comment #9823716
If you use contractions like don\'t inside of a string then you need to escape the apostrophe if you\'re using single quotes, which is annoying and can make the string a bit harder…
-
comment
Comment #9547060
https://dev.windows.com/en-US/uwp-bridges/ Sounds like a serious effort to allow you to develop native iOS apps in VS instead of xcode. You're right the motivation is heavily to mi…
-
comment
Comment #9545837
Microsoft Research is strongly expected to have an impact on the business side of things. It just so happens that Microsoft is willing to incubate projects like Midori* that have l…
-
comment
Comment #9525306
L-Theanine one of those other drugs found in green/black/white tea, and it produces a calming effect. The Japanese even put it in bubble gum.
-
comment
Comment #9525255
Coffee also creates an energy sine wave for me, the amplitude of which is too intense. I go for matcha green tea powder in my morning shake - the effects last longer since your bod…
-
comment
Comment #9521398
Aren't all Windows Update packages optional? This is what I see when I look at Windows update on 8.1 (I think 7 had similar options): http://imgur.com/MxRVZ94 As someone else menti…
-
comment
Comment #9484517
Bash scripts run in Powershell. We have hundreds of bash scripts for infrastructure build/deploy/etc. and they are cross-platform. On windows we execute them in Powershell. Powersh…