Viewing profile — stefansundin
stefansundin
HN member- Joined
- Sat, Feb 11, 2017, 9:58 PM UTC
- HN karma
- 11
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About stefansundin
Recent public activity
-
story
Does removing attribution constitute a GPLv3 violation?
This has happened to me a number of times. People fork a GitHub project of mine only to remove the attribution where my name appears. I find it to be rude. Example: https://github.…
-
comment
Comment #28361831
I would love if this could also convert between timezones. My servers use UTC, so it would be nice if it could print the converted time as well.
-
comment
Comment #23587102
Yes! Unfortunately it is no longer mainstream since the monetization opportunities are fewer. But a lot of tech-savvy people prefer it for many reasons: 1. You get a personalized v…
-
comment
Comment #23586875
> Though it should be “then you will be able”. Fixed. Thanks! :)
-
comment
Comment #23586828
> What if we don’t have control over the frequency of requests (e.g. using a service like Feedly)? Do those happen often enough that we’d need to host the app ourselves? I know the…
-
comment
Comment #23586802
I will look into this. Thanks!
-
comment
Comment #23586783
RSSBox used to have Facebook support (but only for public pages, no personal content), but when Facebook started cordoning off their API two years ago, I had to turn it off since I…
-
comment
Comment #23586738
You are correct in that it is somewhat starved of resources. The free Heroku instance that I host is running on the free Heroku dyno (512 MB RAM). I do not have a good caching solu…
-
comment
Comment #23586665
Not at the moment, unfortunately.
-
comment
Comment #23586648
Instagram used to have an open API, but that is closed down now. The app is currently using some private-ish endpoints, but they are ratelimited. I need to add caching. More people…
-
comment
Comment #23586582
Sorry, recently the ratelimit has been exhausted almost all of the time. I need to add caching to solve this problem but have not gotten to it yet.
-
comment
Comment #14305714
Sorry about the rate limit issue everyone. I tweeted the ipinfo guys and it seems like they're willing to give me a limit increase, but they haven't yet. You can give them a nudge …
-
comment
Comment #14293740
There's a bash function in the README: function traceroute-mapper { xdg-open " http://stefansundin.github.io/traceroute-mapper/?trace=$(tra... -q1 $* | sed ':a;N;$!ba;s/\n/%0A/g')"…
-
comment
Comment #14293731
Kinda.. You can download the HTML file and host it on localhost, but it still relies on ipinfo.io. If you can figure out how to use e.g. the MaxMind GeoIP database in javascript, t…
-
comment
Comment #14293680
Hi Dave. Because of overzealous filters, unfortunately. The "EasyPrivacy" seems to block the whole ipinfo.io domain if it's included as a third-party request.