Viewing profile — seguer
seguer
HN member- Joined
- Thu, Mar 07, 2013, 12:27 PM UTC
- HN karma
- 22
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About seguer
No profile information was provided.
Recent public activity
- story
-
comment
Comment #8127903
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 b…
-
comment
Comment #8034162
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 wor…
-
comment
Comment #8034075
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 reque…
-
comment
Comment #8033932
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 lev…
-
comment
Comment #7936903
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 t…
-
comment
Comment #7910334
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 t…
-
comment
Comment #7907733
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 t…
-
comment
Comment #7646889
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 c…
-
comment
Comment #7646797
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…
- story
- story
- story
-
comment
Comment #7009009
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...
-
comment
Comment #6817226
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.
- story
-
comment
Comment #6661193
Isn't it "web log"?
-
comment
Comment #6267452
This is what I used to do until I forced myself back into an engineering position (at another company).
-
comment
Comment #5547045
Seems like another web-developer/-designer mixup :(
-
comment
Comment #5385074
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 happe…
-
comment
Comment #5340615
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 havi…
-
comment
Comment #5337259
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 perfor…