HN user

siavash

997 karma

@siavashg on most places

Posts19
Comments19
View on HN
www.ncbi.nlm.nih.gov 2y ago

Human Cerebral Organoids

siavash
4pts0
www.django-unicorn.com 2y ago

Unicorn – A full-stack web framework for Django

siavash
133pts86
pubmed.ncbi.nlm.nih.gov 3y ago

Reprogramming to recover youthful epigenetic information and restore vision

siavash
1pts0
www.theguardian.com 6y ago

Apple contractors 'regularly hear confidential details' on Siri recordings

siavash
25pts4
www.telegraph.co.uk 7y ago

Teaching children coding is a waste of time, OECD chief says

siavash
2pts2
www.sciencemag.org 7y ago

New way to turn carbon dioxide into coal

siavash
10pts3
henrikzillmer.com 11y ago

The difference between Rocket Internet and Y Combinator

siavash
1pts0
medium.com 12y ago

No Cookies for You

siavash
4pts0
news.ycombinator.com 12y ago

Ask HN: How do you manage passwords in teams?

siavash
60pts67
www.wired.co.uk 12y ago

Europe's hottest startup capitals: Stockholm

siavash
17pts5
pandodaily.com 13y ago

Why tiny Stockholm has the most stunning startup ecosystem since Tel Aviv

siavash
105pts97
tech.dropbox.com 14y ago

Dropbox Plop: Low-overhead profiling for Python

siavash
1pts0
www.zdnet.com 14y ago

Your next boss might be a developer

siavash
1pts0
gistlicious.com 14y ago

Show HN: Gistlicious, hot or not for code

siavash
54pts26
minimal.be 14y ago

WebGL: 80,000 particles

siavash
275pts82
lunchspire.com 14y ago

Show HN: Lunchspire, lunch dating for hackers, made in 6h

siavash
39pts24
siavashg.posterous.com 15y ago

This code comment changed my life

siavash
2pts1
siavashg.posterous.com 15y ago

Just open sourced the Apache QR module of lilqr.com and went with Python instead

siavash
32pts8
lilqr.com 15y ago

Show HN: My weekend project, QR-codes for everybody

siavash
203pts65

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...

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?

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

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>

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!

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.

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.