HN user

xytop

503 karma
Posts13
Comments78
View on HN

Your net salary would be about 2900 euro monthly. Then you'd need to pay for an appartment, it would be at least 400-500 euro. Then you have to eat and sometimes buy new clothes since it's a cold country :) This would cost you maybe another 500 euro. So you could save about 2000 euro each month.

It's not DO. It's scaleway C1 arm server, even cheaper.

Golang produces native code with very good runtime with green threads which makes it very easy to do async programming and write efficient network code. But language won't save you from inefficient algorithms and dumb code of course.

I love the idea of just serving a production HTTP API from a single go file.

You may have mistaken by single Go file in my service but it is actually a lot of code included spread across several libraries. In order to write this service I had to write my own open graph library, oembed library, html parsing library etc..

!!! PHP MySQL extension doesn't support placeholders so everyone has to escape params before mysql_query and then put escaped params inside query string. Of course if there's used mysqli or PDO then need to use placeholders but in other case - there is actually no choice for developer. So I'd rather not call most of those - "vulnerabilities".

Playing with Syntax 10 years ago

I'm not Lisp guy.. Please tell me what's that new syntax means in that context?

I see it as just new functions, not language extension.

Rackspace!!1 ha ha ha ha ha.. (neurotic laugh..) They took our whole infrastructure down for a day just because their highly paid Linux support team changed all root passwords and screwed firewalls and added unneed balancers so that servers weren't able to communicate with each other.. We didn't even request anything (as I remember).. Just bought their support and this shit happened. That was a nightmare

I wont argue regarding gas, don't know much about it, but this situation somehow solved as far as Im aware; it never pops up on official discussions.

As about immigration - you can trust me, those are not abstract words as I know about this not from press but from my living. Prices on appartments are high due to lots of people from moldova buy appartments here.. and this is due to low utility fees (water, gas, electricity) comparing to right coast.. Of course most of people in region try to immigrate to Europe and Russia, but still there is a bunch of them immigrating to Transnistria, amount may seem small but for our region it's enough to keep appartment prices high enough

Guys, I live there all my life, in Tiraspol, and I don't agree with you.

Here's no gangsters, no communism. Of course it is not as developed as Chisinau, but far better place to live than the rest of Moldova and Ukraine.

Pensions are much higher than in Moldova, lots of people from Chisinau when they get old buy here appartment and move over.

Questions are welcome. Can make proofs if needed

That's analog of http://embed.ly/docs/api/embed API.

I've done it in few days. Server can handle 1000s of requests. Does smart things like de-shortening urls, and fetching image sizes based on first 1024 bytes.

It doesn't need to download full URL content in order to get oembed info. For HTML pages it fetches just first 50KB of data, for binary streams - just 4KB (although 1KB should be enough too for most of data).

Also, guys, poll! Guess what hardware is powering the server? :) You'll be surprised. I'll answer in few hours in the thread!