Hacker Newsnew | past | comments | ask | show | jobs | submit | worldhello's commentslogin

also, bumptechnologies.com is using linode as DNS. Doesn't linode only offer DNS to domains hosted there?


Correct, both our website and our matching infrastructure is hosted at Linode.


Although it seems fun, there are real laws against doing that...


If it's not true.


"Yes judge, I truly did photoshop images of him getting..... by a donkey."


This does seem like a totally biased opinion. An Indian paper quoting studies regarding racial discrimination when apparently Indians are getting abused is bound to be partial.


I noticed in the article that PokerStars ensured screenshots were being blocked? How is this possible?


Great observation. I assume you mean because of the Screen Shot button on the bot software. I had to do that because when I tried taking screen shots of the few CAPTCHAs I saw, I wasn't able to paste it into MS Paint, so I built my own screen shot procedure. Not sure how they did it.


Why not use clearsilver(http://www.clearsilver.net/) to wrote frontend code? They do have a few large projects using clearsilver.


google checkout is not available outside the us and europe i think, same with amazon


Exactly. The others aren't even trying to expand to outside of the US, as far as any outsider can tell. It's frustrating to no end being a startup outside the US and having to rely on Paypal or a very slim selection of even crummier merchant providers here (Canada). I've had so many problems with the few providers that do offer service here that I grudgingly stick with Paypal now.

Amazon, come on guys, support Canada already! Help us out!


Maybe (really hoping) Drizzle will be better for the web. For enterprise, Postgres


"In fact, that's a distinct advantage of mod_php. Everything is loaded and in memory when the request comes in. Throw APC on top of that and your code is also already compiled."

I would love it if someone cleared a very basic doubt of mine : If php is compiled, then what is the advantage of other programming languages? Wouldn't it be the same as anything else (except maybe considering the size of the language)? Is it just the optimization of the compiler then? And if so, would PHP compare the same to other loosely typed languages?


If PHP is compiled, then it still has almost the same benefits and drawbacks compared to all the other languages, except for one: once it's compiled, PHP runs faster than it does when interpreted. Simple.

IIRC the compiler for PHP uses a scheme compiler as a backend.


So then APC + PHP == (compiled python) == (compiled ruby) == C ? Sorry am not a python or ruby person so don't know how compiled code works out there.


Let's say you write a Python program that outputs Javascript. It could be considered a "compiler". Or let's say that you write your own language, which outputs to other 3 or 4... there's also compiling involved. A compiler doesn't need to output assembler. Even if every compiler did that, features of the language would result in different execution code.

For example, PHP's variables can be a string of any size, or a number, or an object, and you can change its type while the program is running. The compiler doesn't optimize the code execution as easy as, say, in Java. You can not allocated the minimum amount of memory that will store the variable values, for example.


Wouldn't it be better to just use WikiBooks?


i much prefer sqlyog for mysql. it allows scheduled backups as well as restoring of huge dumps. i think both of these are available in the community edition.


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: