Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
intranation
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
intranation
13y ago
Openresty and Lua are great, but Go is a more generally applicable language for building web services. So when taken in that context Go makes more sense if we look at it as a learning exercise as well as a new part of the stack.
2.
▲
by
intranation
13y ago
We did have some configuration - it was stored in Varnish and Nginx. The time cost of shipping new redirects when content is moved or new routing configuration for new tools coming online is non-negligible, particularly as we're in the
3.
▲
by
intranation
13y ago
Not sure what that has to do with semantics. Are you saying that NAV etc. aren't valid semantics on applications?
4.
▲
by
intranation
13y ago
PATH, exec-path etc. are mangled because of the way OSX loads environment variables. Here's an Emacs package that fixes that: https://github.com/purcell/exec-path-from-shell
5.
▲
by
intranation
13y ago
This is a great move for me, and I hope ultimately for Ben. This way I'm empowered to fix my own issues, and pay someone else to run it for me.
6.
▲
by
intranation
14y ago
It didn't test well: http://digital.cabinetoffice.gov.uk/2012/10/03/why-weve-chan...
7.
▲
Tmux 1.7 released
(sourceforge.net)
3 points
by
intranation
14y ago
|
0 comments
8.
▲
by
intranation
14y ago
It's opt-in, otherwise most packages would break. To enable it per-file use a file-local variable: ;;; -*- lexical-binding: t -*-
9.
▲
by
intranation
14y ago
Not sure about radio, but black and white TVs are cheaper (£49 vs £145.50). http://www.tvlicensing.co.uk/about/media-centre/news/black-a...
10.
▲
Opera confirms support for WebKit vendor prefixes
(netmagazine.com)
47 points
by
intranation
14y ago
|
48 comments
11.
▲
by
intranation
14y ago
I think the learning programming thing falls under "personal creative projects", and I am with you 100%.
12.
▲
by
intranation
15y ago
Dashes map more cleanly to existing CSS syntax, eg nth-child, background-color, etc. Much like camelCase looks more like Javascript than my_variable.
13.
▲
by
intranation
15y ago
It might force the developers to commit more in the granular Git way, but it doesn't force bug reporters and discussions to be more mindful. Looking at my timeline, and following Backbone.js and Handlebars, about half my feed on any given d
14.
▲
by
intranation
15y ago
WebSockets don't have much startup time at all really. If you're using Socket.io or another Flash-based abstraction you can expect long lead/start up times due to the Flash policy file, but plain old WebSockets should be as fast as any othe
15.
▲
by
intranation
15y ago
Emacs gets a new release frequently. 24.0 is about to come out (it's in pretest), and 23.4 was just released. Also, since it's a Lisp machine, it doesn't necessarily need to have IDE features added - you can just write your own extension in
16.
▲
by
intranation
15y ago
Multi-threading is asked for because when you run a complex thing in a single buffer (i.e editing something over Tramp mode, compilation, magit doing Git operations etc.) it can block the editor. Hence, multi-threading is a potential soluti
17.
▲
by
intranation
15y ago
I was specifically addressing the notion that gambling is risky or "low profile" (which I assume to be a synonym for shady) with regards to the "appetite for risk" reason stated by RBS in their letter.
18.
▲
by
intranation
15y ago
Disclaimer: I'm a Smarkets employee. Well it's not entirely clear that it's just related to gambling - Betfair, the UK's largest betting exchange, do all their merchant transactions (customer deposits and withdrawals) through RBS as well -
19.
▲
by
intranation
15y ago
`i` is for "italic", and that quote means that you should be using `font-style` instead of an HTML element to make your text italic.
20.
▲
by
intranation
15y ago
Because it's not an app in the regular sense, it's an email filtering and tagging web service. You'd be paying for their servers crunching your emails over the time you were subscribed to them. Edit: From their FAQ: Mail Pilot is more t
21.
▲
by
intranation
15y ago
We use Erlang to run our (several million messages a day) WebSockets implementation. It's been fine, way more stable and less resource intensive than the equivalent Tornado server.
22.
▲
by
intranation
15y ago
Not sure about having an editor in a browser, but if you want a (mostly) decent IRC client in the browser you could try: https://irccloud.com/ I have 3 invites if anyone wants to email me (my email is on my profile).
23.
▲
by
intranation
15y ago
If they're using Node (and I assume they are, based on the fact that it's a Node.js podcast), I don't really understand why they wouldn't render the HTML server side (I may be showing my age by asking this) instead of relying on the client
24.
▲
by
intranation
15y ago
It's not another JS template engine - it's a pure JS implementation of Mustache that's apparently significantly faster than Mustache.js. They also support compiling of templates for deployment purposes, which is nice.
25.
▲
by
intranation
15y ago
Chromium and Chrome are identical except for one compile flag (which means you can at least check it yourself): http://news.ycombinator.com/item?id=3034755
26.
▲
by
intranation
15y ago
Working with Javascript off != accessibility. Most screenreaders (the common face of accessibility technology) run on top of regular browsers, so your JS experience needs to be accessible too if you are legally mandated to (or even better i
27.
▲
by
intranation
15y ago
There's some HN discussion about the new release: http://news.ycombinator.com/item?id=2059909 http://news.ycombinator.com/item?id=1181589 And another link I found helpful: http://batsov.com/Emacs/2011/08/19/a-peek-at-emacs24.html But
28.
▲
by
intranation
15y ago
The Emacs book was written in 2004 and is about Emacs 21.3. Current Emacs is 23.3, with 24.0 in pre-test. I know things are relatively stable in Emacs world, but a fair bit has changed just from 23.x to 24.0.
29.
▲
by
intranation
15y ago
Not 25 devs (although that doesn't necessarily change the salary question) - if you want to go "full GitHub" and use the issue tracker for everything, you want all your staff to have access.
30.
▲
by
intranation
15y ago
I hope they're going to offer pro rata on seat volumes between multiples of 20. If I have just 25 users it's $10,000 (assuming their pricing widget is completely accurate).
More ›