Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jaredmcateer
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
jaredmcateer
11y ago
Crucible essentially does this as well, when you create a review it will suggest reviewers based on commit history to the file. Sometimes handy, sometimes the bane of my coworkers life since he created the repo and migrated the 12 year old
2.
▲
by
jaredmcateer
11y ago
Oh that's super helpful I didn't rtfm enough, thanks for the tip.
3.
▲
by
jaredmcateer
11y ago
Gabe Newell has a similar net worth to Notch, maybe as one self made gaming billionaire to another he could give him some tips on handling it.
4.
▲
by
jaredmcateer
11y ago
A brain aneurysm can also do this, my friends mother in law died of one in her sleep while her husband slept next to her.
5.
▲
by
jaredmcateer
11y ago
It's an overstatement that other tools make as well, FZF & Ctrlp also claim to be fuzzy matches but really just deal with character omission (and optionally regex matching)
6.
▲
by
jaredmcateer
11y ago
Note that as of ES6 there is the template string literals using backticks so it looks like JS is at parity with your example. 'He said hello.' 'He said "hello".' "Don't say hello."
7.
▲
by
jaredmcateer
11y ago
We enforce double quotes for html attributes, mainly because we enforce single quotes for PHP so when you're writing mixed HTML/PHP in the view scripts we don't need to escape any of them. Single quotes for javascript would a
8.
▲
by
jaredmcateer
11y ago
Who is dissing Voat? minimaxir was just pointing out what happened.
9.
▲
by
jaredmcateer
11y ago
The keynote claimed they took two identical Nexuses side by side with Lollipop and M loaded it up with a bunch of common apps. The standby battery time with M was around double.
10.
▲
by
jaredmcateer
11y ago
Have they figured out how they are doing LTS yet? Last I saw there still wasn't agreement.
11.
▲
by
jaredmcateer
11y ago
I'm really hoping for a Nexus 5 2015. It's the best phone, for me, I've encountered including this generation of phones. Otherwise I'm probably going to have to get a Moto G 2nd gen if they come out with the LTE edition.
12.
▲
by
jaredmcateer
11y ago
On most android phones that thing is part of the display that contextually hides itself, and doesn't take up extra physical space
13.
▲
by
jaredmcateer
11y ago
Open issues is a pretty bad metric, especially considering the other major open source browsers would make PhantomJS look downright perfect. Chrome: https://code.google.com/p/chromium/issues/list 73,025 open
14.
▲
by
jaredmcateer
12y ago
They are making the free upgrade from Windows 7 and up globally, but this article seems to imply they are going to make an exception for China and make the upgrade free for all Windows users.
15.
▲
by
jaredmcateer
12y ago
Not for me, I don't get extra time to fiddle around shaving milliseconds, my environment is so slow it's all I can do to get working software out the door in the timelines I'm given. I have solutions to improve the speed of m
16.
▲
by
jaredmcateer
12y ago
It's really simple, you need to convince the people holding the purse strings it's worth their money to spend inordinate amount of time on a problem affecting a small portion of their desired demographic. Getting Devs to work on a
17.
▲
by
jaredmcateer
12y ago
Not boys, not men either though, but guys. Guys and girls tends to be the informal nomenclature for men and women. Why not guys and gals? Gal sounds so antiquated yet guy does not.
18.
▲
by
jaredmcateer
12y ago
You absolutely have to split jade documents and use includes/blocks though, any decent sized page, even if it's static becomes unmanageable very quickly.
19.
▲
by
jaredmcateer
12y ago
Only if you have caching disabled. If you use a CDN, the library is likely already on the users computer. That said their 25k loc code base is 123kb (45kb gzipped)
20.
▲
by
jaredmcateer
12y ago
To counter your anecdote, my parents never really censored what I viewed as a kid either. Aliens was (and is) one of my favourites as a kid. My babysitter used to "force" me to watch horror movies, she and my parents thought it wa
21.
▲
by
jaredmcateer
12y ago
What about to my Mint pc?
22.
▲
by
jaredmcateer
12y ago
I used to sit in the review queue and try to save questions from being marked as duplicate because it sounded similar to another question but was fundamentally different if the other reviewers just took the time to comprehend what was bei
23.
▲
by
jaredmcateer
12y ago
Lol can't wait for the next iteration 'use strickest;' then what? 'use strickester;'?
24.
▲
by
jaredmcateer
12y ago
That's not the same thing that is being discussed here. What's being discussed is that you click, for example, a youtube link in your web browser and android opens up the youtube app to view the video. Android will give you the ch
25.
▲
by
jaredmcateer
12y ago
It may be still too early to tell but it seems there is enough interest to keep it alive. It's been almost a year since the project started and it has over 120 contributors, over 2500 commits and doesn't seem very top loaded on th
26.
▲
by
jaredmcateer
12y ago
That analogy is a bit flawed, both NodeJs and PHP advertise their stable production ready versions on the homepage. Node doesn't advertise v0.11+ anywhere that could be misconstrued as production ready, neither does PHP advertise NG as
27.
▲
by
jaredmcateer
12y ago
The main advantage is that HHVM is available now, PHPNG won't be stable until later this year at best. For my code base HHVM isn't compatible so we're eagerly awaiting the stable release of NG but damned if we didn't try
28.
▲
by
jaredmcateer
12y ago
RTFA is a common internet acronym that generally means "Read the fucking article", jerf was just making it more polite by replacing "fucking" with "fine".
29.
▲
by
jaredmcateer
12y ago
This is the direction we're moving on my company, we have group building a restful API, and then we have the front end team that are essentially their first client of the API. So far it's been an extremely positive experience, in
30.
▲
by
jaredmcateer
12y ago
Anyone that has used the multi-user collaborative editing should not be surprised that at the very least your keystrokes are regularly being transmitted to Google for playback on other people's computers. It's not so much of a lea
More ›