siavash's comments

siavash | 7 years ago | on: Google launches an end-to-end AI platform

Make sure you've read the service terms[1] if you plan on building apps for speakers, cars, TVs or smart watches...

12.1 The following terms apply only to current and future Google Cloud Platform Machine Learning Services specifically listed in the "Google Cloud Platform Machine Learning Services Group" category on the Google Cloud Platform Services Summary page:

Customer will not, and will not allow third parties to: (i) use these Services to create, train, or improve (directly or indirectly) a similar or competing product or service or (ii) integrate these Services with any applications for any embedded devices such as cars, TVs, appliances, or speakers without Google's prior written permission. These Services can only be integrated with applications for the following personal computing devices: smartphones, tablets, laptops, and desktops

[1] https://cloud.google.com/terms/service-terms#12-google-cloud...

siavash | 8 years ago | on: Bringing AMP to Gmail

Things can be both monetized and 'free' and I don't think it necessarily has to be evil simply therefore. What I'm curious about is how they intend/could monetize it?

AMP is afaik an open web format, what's the "get 'em hooked" part here? Is it just a defensive play against Facebook's Instant Articles?

siavash | 8 years ago | on: Ask HN: Who is hiring? (July 2017)

Tictail | Frontend, iOS, ML | Stockholm | Onsite | Full time

I'm a cofounder of Tictail, a startup building a marketplace and e-commerce platform with the vision of enabling anyone anywhere to work with their passion. Today we do so by removing barriers of entry (frontend/backend/Android/iOS) and connecting emerging brands with the right customers (ML). We are today the proud home of tens of thousands of shops and millions of customers globally.

We are looking for engineers with a passion for product to join our small Stockholm team (~35). If this sounds interesting there are some more details at https://tictail.com/careers

Every now and then we also post some thoughts at https://medium.com/tictail

siavash | 14 years ago | on: Twitter's t.co uses meta tags and JS instead of 301 Redirects to Mask Referrers

It seems to depend on the User-Agent:

  < HTTP/1.1 301 Moved Permanently
  < Date: Sun, 21 Aug 2011 02:55:16 GMT
  < Server: hi
  < Location: http://dl.dropbox.com/u/81822/fans.jpg
  < Cache-Control: private,max-age=300
  < Expires: Sun, 21 Aug 2011 03:00:16 GMT
  < Content-Length: 0
  < Connection: close
  < Content-Type: text/html; charset=UTF-8
  < 
  * Closing connection #0
But with a quite common User-Agent:

  curl -v http://t.co/emmQt03 -H "User-Agent:Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/11.04 Chromium/14.0.825.0 Chrome/14.0.825.0 Safari/535.1"
  < HTTP/1.1 200 OK
  < Date: Sun, 21 Aug 2011 02:56:05 GMT
  < Server: hi
  < Content-Type: text/html; charset=utf-8
  < Cache-Control: private,max-age=300
  < Expires: Sun, 21 Aug 2011 03:01:05 GMT
  < Content-Length: 183
  < Vary: Accept-Encoding
  < Connection: close
  < 
  * Closing connection #0
  <noscript><META http-equiv="refresh" content="0;URL=http://dl.dropbox.com/u/81822/fans.jpg></noscript><script>location.replace(http:\/\/dl.dropbox.com\/u\/81822\/fans.jpg)</script>

siavash | 14 years ago | on: Show HN: My weekend project, QR-codes for everybody

Wow, didn't really expect hitting the front page, even less #1. Thanks for all the encouring comments! They're really motivating when you spend your spare time developing an Apache module to generate QR-codes. In 4 hours we have had 32308 generated QR codes and 5656 visitors! I intend to keep the service just as simple, but will likely add lilqr.com/qr+ for some of the more advanced features pointed out here. Once again, thanks!

siavash | 14 years ago | on: Show HN: My weekend project, QR-codes for everybody

Your right, some proxies simply ignore the Cache-Control directive. In some cases even Google Chrome handles this directive poorly, as it will serve a cached version when you use the back/forward-buttons between pages no matter what cache directive you give the image. IE and FF are flawless in this regard.

Feel free to suffix the URL with a random get-varaible, as this wont affect the service more then ensuring that proxies and cache hungry browser are less likely to cache the image.

siavash | 15 years ago | on: Stack Overflow Architecture Update - Now At 95 Million Page Views A Month

We (blocket.se) are hitting almost 1b/mo and I can assure you that it's irrelevant wether the average p/v per second can be handled by some basic hardware or not. During peak hours it's an order of magnitude difference. Worth mentioning though that we are tightly focused in only one country, and probably have larger variations during peak hours than stack overflow does. I'm not sure what our traffic looks like combined with our other local sites.
page 1