Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
crandles
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
crandles
11y ago
"There's an all day meeting we need you in for. It's not relevant to you, and we expect you to work on other things while you are in, but we feel like its beneficial for you to be here."
2.
▲
by
crandles
12y ago
Option 4. Remote work. That would solve for packed offices, packed parking lots, overpriced real estate, long commutes, and more.
3.
▲
by
crandles
13y ago
This is from one of my college professors, nice to see it make it on HN, and it looks like there's a bit more material since I used it in class. I found it helpful in explaining basic concepts (more-so than the bland textbook that I ha
4.
▲
by
crandles
13y ago
I believe window.requestAnimationFrame is preferred over setInterval, and doesn't get limited as such. https://developer.mozilla.org/en-US/docs/Web/API/window.requ...
5.
▲
Baseline - Dev box with batteries included
(github.com)
1 points
by
crandles
13y ago
|
0 comments
6.
▲
by
crandles
13y ago
I couldn't tell that the dots were colored differently at all.
7.
▲
by
crandles
13y ago
Just about anything would be better than 100% root access and "employed measures to make sure that we never have unattended access to your servers", and there's no reason you can't offer two solutions.
8.
▲
by
crandles
13y ago
"We require that you deploy our public key to your root account’s authorized_keys file so that we can provision users on your behalf." That feels like a big requirement. What is the gain of using your UI/service over using puppet in-house a
9.
▲
by
crandles
14y ago
Funny, I see "Leaving Twitter (nathanmarz.com)". That's pretty descriptive.
10.
▲
by
crandles
14y ago
I think it would be beneficial for Chrome (Android as well) to allow for an app to have a dynamic set of permissions. Instead of requiring all web access just so an app can perform an action on any page (when you decide for it to) - what if
11.
▲
by
crandles
14y ago
Rosetta Code is a great resource ( http://rosettacode.org/wiki/Rosetta_Code ). Examples from many languages are provided per a given topic (e.g. http://rosettacode.org/wiki/Sieve_of_Eratosthenes )
12.
▲
by
crandles
14y ago
Yeah, that was some time ago, and I've had comments since then so its a little odd. Thanks for the help.
13.
▲
by
crandles
14y ago
Its a no brainer for companies that are distributed anyways. I work at a bigCo, spread across the country. Many of the people that I work/interact with daily are in different timezones. Suddenly driving to the office isn't a big deal. Doesn
14.
▲
by
crandles
14y ago
trying to figure out that myself. i mostly lurk, and have only ever commented a few times. not feeling very welcomed atm!
15.
▲
by
crandles
14y ago
If its just a matter of styling, then there is a movement to make styling these sort of components as accessible as anything else on the web. Its still in spec, but you should take a look at the Shadow DOM. Not the most familiar with it, bu
16.
▲
by
crandles
14y ago
As a feature, I think it has a lot of merit. Advertisers will love it, as it actually improves on TV ads (which you can fast forward through easily). If you're already using some kind of ad-block, there's nothing stopping you/your ad block
17.
▲
by
crandles
14y ago
I still have the CR-48 google shipped out for beta testers a few years back. Its uprising what it can do, considering the low-end hardware its composed of. For web browsing it is great. And if you do a lot of work from ssh, you'll be fine.
18.
▲
by
crandles
14y ago
Datatables with the jEditable plugin. Datatables - http://datatables.net/ jEditable - http://www.appelsiini.net/projects/jeditable How to integrate - http://datatables.net/release-datatables/examples/api/editable.html
19.
▲
Deferred Action Process for Young People Who Are Low Enforcement Priorities
(dhs.gov)
1 points
by
crandles
14y ago
|
0 comments
20.
▲
by
crandles
15y ago
once you start typing wiki, and the autocomplete comes up, you can press tab, and it will search using the wiki search. you're able to add custom search engines (as pointed out by other users), but chrome also picks up on many of these itse
21.
▲
by
crandles
15y ago
I didn't even notice the colored numbers until I read the comments. For myself, the colors are easy enough to distinguish (as separate colors), as the red looks brighter than the green. If I didn't already know the colors were red and green
22.
▲
by
crandles
15y ago
Very interesting project. I notice the site itself is written in Elm; it would be great if we could see the source code for the site, any chance of adding some of it to the examples section?