| bio | website | triin.net |
|---|---|---|
| location | Tartu, Estonia | |
| age | 31 | |
| visits | member for | 2 years, 8 months |
| seen | May 8 at 22:13 | |
| stats | profile views | 13 |
Main areas of interest: HTML, CSS and JavaScript.
Lately I'm stuck in windows.
Goal in life: Reach rep of 2000 in StackOverflow, so I can edit posts of other people :)
|
Feb 12 |
comment |
Why hasn't a faster, “better” language than C come out? @Lundin Absolutely. C is a great language for that domain, and for many others too. I might have exaggerated a bit with the number, as I tend to treat C and C++ as one thing. |
|
Aug 30 |
comment |
Ashamed to admit using jQuery? @detly The fact that you can download jQuery library from a given page doesn't necessarily mean they're distributing it - it's just a coincidence of how web pages work. I might have a modified jQuery sitting in my web server, if you figure out how to download it, is it more like you hacking into my site or me distributing it? There's a lot of gray area in this whole thing. |
|
Aug 30 |
comment |
Ashamed to admit using jQuery? @detly But isn't it usually the case that the JavaScript running on the browser is just part of the whole application. It's quite rare that you can just download the web page and have the whole app working offline inside your machine. You might say it's a client app that's been distributed to the user as a web page. But in that case doesn't a plain HTML page also constitute a client app? Where do you draw the line? |
|
Aug 21 |
awarded | Critic |
|
Aug 21 |
comment |
Ashamed to admit using jQuery? @detly gnu.org/licenses/gpl-faq.html#UnreleasedMods |
|
Oct 15 |
awarded | Teacher |
|
Sep 26 |
answered | git / other VCS - how often to commit? |
|
Jul 17 |
answered | Usefulness of Javadocs with unit testing? |
|
Jan 9 |
comment |
I still can't figure out how to program? I made many attempts of writing games in the beginning. Without basic algorithms-and-data-structures course under my belt I usually failed miserably. I was often banging my head against the impenetrable wall. But I did manage to complete some simple games. And when I did, it was a moment of great satisfaction. So I guess everybody should at least attempt to write a game. It's going to hurt, but it's good for you. |
|
Jan 7 |
awarded | Commentator |
|
Jan 7 |
comment |
Ashamed to admit using jQuery? @mipadi, sure, but MIT license doesn't say what does it mean to distribute the software. I assumed that MIT and GPL are compatible enough that "distributing" means the same thing. |
|
Jan 7 |
answered | How do you keep track of the authors of code? |
|
Jan 7 |
comment |
Ashamed to admit using jQuery? @josh3736 Could you point out a law that says this? GPL for example has a FAQ that specifically says this doesn't qualify as distributing. There is the Affero GPL licence if you want to disallow that kind of use. |
|
Sep 24 |
awarded | Supporter |
|
Sep 24 |
awarded | Autobiographer |
|
Sep 24 |
comment |
What’s your favorite programming language? Why the version number? Is 1.9 so magnificently better than the previous versions? |
|
Dec 27 |
comment |
Why hasn't a faster, “better” language than C come out? @Pavel: I'm sure that 99% of programs currently written in C will be better off with garbage collection than manual memory management - the remaining 1% can still be written in C. |