Viewing profile — SjuulJanssen
SjuulJanssen
HN member- Joined
- Tue, Jun 28, 2011, 12:59 PM UTC
- HN karma
- 55
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About SjuulJanssen
No profile information was provided.
Recent public activity
-
comment
Comment #17678288
Some issues: - I make stupid mistakes in Python constantly. I misname a variable or a function or I pass in the wrong arguments: Try mypy - If the task is IO bound: Threads are the…
-
comment
Comment #17406416
arent the cheaper ones just cold storage solutions?
-
comment
Comment #16809043
yes and it took me a while to fix things. I still need to maintain my python2 code
-
comment
Comment #16636817
A bit further down in the replies reustle mentions: `It's a shame /etc/hosts doesn't support wildcards`
-
comment
Comment #16211721
I rather think it's a decimal error. The distance to the sun is 15.813 μly away from earth. https://www.wikiwand.com/en/List_of_brightest_stars#/Main_ta...
-
comment
Comment #15460170
Natural languages are not designed. Pun intended. Afaik languages are more or less cannonised after people have already started speaking the language. If there is a large enough gr…
-
comment
Comment #15291134
In my experience python in alpine is is sometimes 2x slower. How does ruby perform under Alpine?
-
comment
Comment #14671606
I just checked Google container engine. It's not available yet in the update list for GCE
-
comment
Comment #13940109
Anyone else who clicked on the link and expected airplanes?
-
comment
Comment #12571843
I totally thought the movie was a fake
-
comment
Comment #10412445
I think a more true comparison would be if the author used a reactor/async based solution in his python code
-
comment
Comment #10327678
It's still a vm. It uses the browser to "ssh" into the machine. They've got that functionality fol all other vm's as well. Now they offer this "ssh as a service"
-
comment
Comment #9498821
Google Cloud platform didn't have most of your problems
-
comment
Comment #9498772
Why would I want to manage instances?
-
comment
Comment #5516931
SqlServer issues I've encountered or found on the interwebs: * Microsoft SQL Server 2005 (the release version and service packs) and earlier versions of SQL Server are not supporte…
- story
-
comment
Comment #4606639
It depends on whether the page uses rel="next"
-
comment
Comment #4606103
Autopatchwork rocks! https://chrome.google.com/webstore/detail/autopatchwork/aeol...
-
comment
Comment #4341263
"A recommended use of assertions is to follow the following pattern:" if (!c_assert(p >= 0) == true) { return ERROR; } Why not: if (!c_assert(p >= 0)) { return ERROR; }
-
comment
Comment #4300360
In comparison the pricing of my local provider: http://www.onsbrabantnet.nl/internet-weert
-
comment
Comment #4275867
I disagree, as long as there is knowledge to be gained it's helpful to all of us. If a community loves the questions why delete them? I especially like reading this kind of posts b…
-
comment
Comment #4271663
Nice drama title. Of course the drama tanks when the reader finds out that it's for a job where people write for a living. That's like asking a programmer to do some coding in the …
-
comment
Comment #4166081
This is what you're talking about. http://obeleh.thruhere.net/ Wait for it to load. It's connecting to the database ;) NOTE Still in development ;) What I've done is I wanted to ha…
-
comment
Comment #4145819
"Also, when dealing with something as important as that, you ought to know better than to base our technology on top of PHP." Upon reading the conversation I was amazed he didn't g…
-
comment
Comment #4041873
I'm happy that privacy is still on the political agenda