Viewing profile — sauerbraten
sauerbraten
HN member- Joined
- Sun, Apr 15, 2012, 10:02 PM UTC
- HN karma
- 109
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About sauerbraten
Recent public activity
-
comment
Comment #32776968
Not sure if the site was updated, but there are multiple comments here about sales tax missing for the US price. The site clearly states it added that tax for Canada and the US, an…
-
comment
Comment #24997554
Funny, I use https://addons.mozilla.org/en-US/firefox/addon/mobile-wikipe... because I generally prefer the mobile site, even on desktop. (Same with Twitter by the way.)
-
comment
Comment #24765349
Okay I get what you mean now, I looked at it from a legality POV. I agree with you that plagiarism might not be illegal but still unethical. Why do you not just pick a license that…
-
comment
Comment #24765139
Is it really plagiarism if you explicitly allow them to use and even sell your code, though? Also, plagiarism implies they don't give you credit and instead put their own name on i…
-
comment
Comment #24262937
I checked out the example code for arrays ( https://github.com/betty200744/ultimate-go/blob/3de8a053d9f7... ) and noticed that OP seems to misunderstand a few things about Go array…
-
comment
Comment #22674050
I don't know much about this, but I assume the advances in renewables and carbon neutral ships is driven mostly by regulation aimed to reduce pollution. Can we really give the crui…
-
comment
Comment #22457397
*BND, from Bundesnachrichtendienst
-
comment
Comment #22235588
isspace is defined as a macro at the top of the file, and it's definitely not locale sensitive ;)
-
comment
Comment #22034843
I have my doubts about the timestamps on these first posts. How did Kevin get from Pier 38, where Mike supposedly photographed him at exactly noon, to Todos Santos at ~2:30pm, when…
-
comment
Comment #19779454
The code in the screenshot is valid Go (switching on strings, no parentheses around the if condition, incrementing a map value using ++) and could even be the output of go fmt (wit…
-
comment
Comment #15902155
Don Jon, for those wondering. (At least I think that's the one sjg007 is talking about.)
-
comment
Comment #14160288
> So where is the option for an XPS with Linux, any flavor (or even Freedos or no OS) pre-installed? The XPS 13 is available as a developer edition with Ubuntu instead of Windows p…
-
comment
Comment #13200383
Your BahnCard 100 is only for DB trains, and their partners like regional transport associations. Not sure why you suspect it to be valid for a competitor's service. And I doubt Lo…
-
comment
Comment #12815794
Here you go: http://www.dell.com/us/business/p/xps-13-9360-laptop/pd?3x_n... You have to use the normal XPS 13 page and choose Ubuntu from the OS filter.
-
comment
Comment #12308829
The user(s) you might not want are the parents, not the disabled child. Proper care for the child represents their quite unique problem that they want you to solve so they can use …
- story
- story
-
comment
Comment #7370306
Correction: an API account can see all users that registered through the API with that account's key. Still, WTF!?
-
comment
Comment #7370305
Correction: an API account can see all users that registered through the API with that account's key. Still, WTF!?
-
comment
Comment #7311564
Just to clear one thing up: the fake warning message doesn't say the security is "compromised", but rather "limited" or "constrained": http://pda.leo.org/ende/index_de.html#/search…
-
comment
Comment #7202074
What a coincidence, I see you use JSON config files: I wrote a tiny package to parse commented JSON files not long ago, maybe it would be a good fit for Goatee? https://github.com/…
-
comment
Comment #7000140
When !E(y,z), then also !E(z,y) (because symmetry). Also, E(y,x). Thus !E(x,z), because E(y,x) and E(x,z) would imply E(y,z), which is false.
- story
-
comment
Comment #6132585
I thought this would look for words in your text that make for a good hashtag, e.g. converting "you only live once" to "#yolo", and make hashtags from nouns but not verbs and commo…
-
comment
Comment #5758583
Not really. Memory would only be leaked if there really was an error and rawResp was still nil. Since this usually doesn't happen (at least it never happened to me), you probably w…