Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
chrismbarr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
chrismbarr
7y ago
Literally just finished a huge re-write of an angular 4 app to latest Angualr 7 today, to revise the UI and improve everything. As I was about to merge it in I see this... time to upgrade!
2.
▲
by
chrismbarr
7y ago
I also re-read this several times trying to make sense of it. I kept looking for a early 1900's date somewhere I must have missed...
3.
▲
by
chrismbarr
9y ago
If you want to use Amazon Key (what this article is about) then I think the only lock you can use is this specific one. Any other keyless lock system won't work from Amazon deliveries like this (at least as far as I can tell)
4.
▲
by
chrismbarr
9y ago
I haven't used Sublime in years now, but that was one huge feature I think about and miss often when in VSCode. I'm glad VSCode does have the current implementation of multiple cursors, and the way Sublime did it differently is s
5.
▲
by
chrismbarr
9y ago
I'm on an iPhone 6, before 3D touch was introduced. Usually a long press is equivalent, but not here apparently. I just cannot get to this setting.
6.
▲
by
chrismbarr
9y ago
This assumes there are Linux users that actually want to use the Edge browser though
7.
▲
by
chrismbarr
9y ago
I believe this is an issue with car audio/USB players, not iPhones in particular. I might be mistaken though.
8.
▲
by
chrismbarr
9y ago
I recently deleted all my iTunes music since I listen to everything on Spotify or my podcast app (Downcast) now. I also updated to the iOS 11 public beta. Around the same time my car stopped playing anything via the USB cable, the car just
9.
▲
by
chrismbarr
10y ago
You can invert the screen colors. System Preferences > Keyboard > Shortcuts, look under "Accessibility" for "invert colors" You can also assign this to a hotkey to quickly toggle it on/off.
10.
▲
by
chrismbarr
10y ago
Why is this at the top of HN right now? It's still in alpha. It's a good alpha and I've been using it on some projects, but I think some people might be mislead that this is the final release with the "4.0" in the
11.
▲
by
chrismbarr
10y ago
If you're going to install a 2nd OS on your Mac for gaming purposes (where you want as much performance as possible) you might as well just dual boot it with BootCamp. I've not used this before, but it sounds like it's fast,
12.
▲
by
chrismbarr
10y ago
Good tip, thanks! i just found the Hype Machine "profile" on spotify and now I'm following their playlists.
13.
▲
by
chrismbarr
10y ago
I remember seeing my dad drive his brand new BMW 5 series with a beautiful widescreen display in the dash. The screen has a little shelf under it, so it was the perfect place to set his iPhone with the directions he actually wanted to foll
14.
▲
by
chrismbarr
10y ago
This guy is asking the important questions here.
15.
▲
by
chrismbarr
10y ago
Except now those people who would normally be drivers now get zero dollars from Uber. I do agree with you that this is the way for the future and I'm all behind it, however doing this does cut out jobs (eventually) for a lot of driver
16.
▲
by
chrismbarr
10y ago
It's true and i do agree with this sentiment, but when I use it for projects I use the SCSS source files so that i have the ability to simply comment out the `@include`'s in the main file for the features I won't be needing.
17.
▲
by
chrismbarr
10y ago
Both this and Textures look really slick, I love them both!
18.
▲
by
chrismbarr
10y ago
Attributes can be added to make screen readers ignore certain html elements like icons for exactly this reason. <i class="fa fa-pizza" aria-hidden="true"></i>
19.
▲
by
chrismbarr
10y ago
Maybe initially, but that `any` type really defeats the purpose of having types in the first place. Where I work we have several 100% TS apps and we've banned the `any` type except for very rare exceptions. It's always better to
20.
▲
by
chrismbarr
10y ago
Yes! We have several 100% TypeScript applications and we've found TSLint to be invaluable for maintaining code quality - http://palantir.github.io/tslint/ You can ban the `any` type along with lots of other rules
21.
▲
by
chrismbarr
10y ago
ok, sure, it's configurable. But that box is checked by default.
22.
▲
by
chrismbarr
10y ago
One thing to note: When the developer tools are opened Chrome will temporarily disable the cache. When the video loops it would normally just reach into cache and re-play the file that was already downloaded. However, with devtools open it
23.
▲
by
chrismbarr
10y ago
As a non New Yorker that price for the square footage is astronomical to me! I live in a small rural town in Georgia and I pay $890 a month to rent a 1618 sq foot house (+ a large front porch). The house is over 100 years old and it for s
24.
▲
by
chrismbarr
10y ago
Not for me! I was literally in the middle of working on a Slack integration. At least now I know I wasn't crazy when it seemed like only half the requests I made generated a bot message.
25.
▲
by
chrismbarr
10y ago
You are correct, it seems to be missing a word. I am a native English speaker and I missed that the first time I read it!
26.
▲
by
chrismbarr
10y ago
A friend of mine made a tool that did exactly this, but with Haikus instead. He had a dictionary of syllables, and then just iterated through the syllables (following the rules of a haiku). You can type in a haiku and find its index, or j
27.
▲
by
chrismbarr
10y ago
Too bad you can't ONLY show the missed/made shots, only both.
28.
▲
by
chrismbarr
11y ago
"Alexa, order 12 gallons of milk"
29.
▲
by
chrismbarr
11y ago
Sounds funny, but you are sadly correct. Some junior (or even an experienced) dev just took the shortest route to delete the file that was always listed first on their computer. `deleteFile(files[0]);`
30.
▲
by
chrismbarr
11y ago
For someone like me who knows next to nothing about this, that video was extremely well produced and it explained everything i was wondering about.
More ›