Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
seguer
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
Show HN: Server configuration made easy
(manageacloud.com)
9 points
by
seguer
12y ago
|
1 comments
2.
▲
by
seguer
12y ago
If you've got a completely static site and it's being served out of a CDN, the underlying hosting shouldn't really be an issue. The majority of users/web requests aren't going to be hitting your hosting; they'l
3.
▲
by
seguer
12y ago
You're correct on 3; I actually did this in a large system I wrote and worked on at my last job. It wasn't quite dynamic (it required an engineer to set new values for how many workers you wanted..) but we could do this via a GUI.
4.
▲
by
seguer
12y ago
What makes this a problem? The initial request to Polyglot is also "push". The rest of the web works on "push" too; pull in this case would only help if you don't care that a request could take a long time (seconds)
5.
▲
by
seguer
12y ago
If the goal is the ability to have certain routes processable by different languages/systems you could achieve this with reverse proxying (from eg. nginx) [1]. That way you can leverage any existing language frameworks and run them as
6.
▲
by
seguer
12y ago
I had to do the same thing from NameTerrific but got my migration code from the top-level. The worst part is that I was "in contact" with the owner via Twitter, and he assured me that he would totally look into things at some poin
7.
▲
by
seguer
12y ago
Mainly because the checksum is a very good source of truth. Not every file you get is named correctly, or the same as originally intended. Regardless of the checking method, will there be an API to add episodes to a personal list, regardles
8.
▲
by
seguer
12y ago
What does this have over AniDB? I'm seeing MyAnimeList mentioned in the comments, but not AniDB? Do you guys have an API checking file hashes/fingerprints against episodes to add to your list etc? That's one of the biggest dr
9.
▲
by
seguer
12y ago
Answering the question specifically: Yes. Same as if you were in say, construction, and you were expecting crane operators to bring their own cranes. A dentist their own drill. A chemist their own centrifuge. In terms of the debate: Eventua
10.
▲
by
seguer
12y ago
I'm dubious as to the worth of these as a specific kitchen utensil; most how-to videos I've seen include a jumper as the sole "equipment" required. Maybe two rubber bands on either side to help prevent movement would mak
11.
▲
Digital Ocean plans Australian DC
(digitalocean.uservoice.com)
2 points
by
seguer
12y ago
|
0 comments
12.
▲
TwitchPlaysPokemon triumph over Blue and Pokemon Red
(i.imgur.com)
1 points
by
seguer
13y ago
|
0 comments
13.
▲
by
seguer
13y ago
A neat little trick I learned here on HN is to add ?share=1 to the end of the URL to bypass that. http://www.quora.com/Node-js/Why-did-Koding-switch-from-Node...
14.
▲
by
seguer
13y ago
If they want to travel more, they can work to get the extra income required to do so above/beyond the basic income. Which would act as an incentive for them to work.
15.
▲
Stuart Sayers (Yahoo7) moves to Amazon
(bandt.com.au)
2 points
by
seguer
13y ago
|
0 comments
16.
▲
by
seguer
13y ago
Isn't it "web log"?
17.
▲
by
seguer
13y ago
This is what I used to do until I forced myself back into an engineering position (at another company).
18.
▲
by
seguer
13y ago
Seems like another web-developer/-designer mixup :(
19.
▲
by
seguer
14y ago
I don't recall ever reading that just because you have tests, you should no longer understand the processes by which your code functions. Was this something that they've seen happen, or experienced personally?
20.
▲
by
seguer
14y ago
In contrast to direct database access, the HTTP implementation of the abstraction layer performed significantly worse. This will have also been part of the abstraction library having to parse/run the logic as well (nginx + PHP). From memory
21.
▲
by
seguer
14y ago
I was headed down a similar path myself, but luckily I was writing a completely new library that would abstract a lot of key-value stores. Before we used it in production, I performance tested it - HTTP is really slow. The end result was a