HN user

critic

609 karma

I like money

Posts21
Comments169
View on HN
www.cafepress.com 17y ago

What I think about RMS's hatred of closed source

critic
2pts3
xach.livejournal.com 17y ago

Faking votes on Hacker News

critic
66pts58
paulgraham.com 17y ago

The Submarine

critic
2pts0
www.happs.org 17y ago

You want to be less hapless? You may need happs

critic
2pts0
www.qtsoftware.com 17y ago

LGPL License Option Added to Qt

critic
2pts0
www.youtube.com 17y ago

David Allen: Getting Things Done (45 min Youtube Video)

critic
1pts1
news.ycombinator.com 17y ago

Ask HN: anyone using Haskell to build web sites?

critic
11pts0
news.ycombinator.com 17y ago

Ask HN: computing in 2014 : your predictions?

critic
2pts10
en.wikipedia.org 17y ago

Emacs + Vim + Haskell = Yi

critic
40pts8
www.reddit.com 17y ago

Share your haskell experience (reddit.haskell)

critic
2pts0
linuxhaters.blogspot.com 17y ago

Platform of Web

critic
1pts0
www.ted.com 17y ago

Making a computer that works like a brain (16 min flash video)

critic
2pts1
www.ted.com 17y ago

The amazing intelligence of crows [video]

critic
59pts12
shootout.alioth.debian.org 17y ago

Lua vs Ruby benchmarks (similarly "high-level" languages, insanely different performance)

critic
39pts72
linuxhaters.blogspot.com 17y ago

Feel The Source (my personal favorite LH rant)

critic
3pts0
linuxhaters.blogspot.com 17y ago

Wobbly Compiz

critic
12pts25
linuxhaters.blogspot.com 17y ago

Linuxhater's blog is back

critic
7pts1
news.ycombinator.com 17y ago

Ask HN: how much karma do I need before I can downmod stories?

critic
2pts6
www.pcauthority.com.au 17y ago

Best and worst Macs of all time

critic
6pts4
uncyclopedia.wikia.com 17y ago

Hilarious Ubuntu/Linux experience parody

critic
18pts13
news.ycombinator.com 17y ago

Ask HN: Do you criticize?

critic
38pts83
The Javascript Trap 17 years ago

Nonsense.

> Lesser GPL permits use of the library in proprietary programs

That means "in some cases", not "in all cases". Logical fallacy on your part.

> ordinary GPL for a library makes it available only for free programs

Here, GPL'ers contradict themselves (for both senses of "free"). GPL code can, technically, be non-gratis. And GPL code can be used in non-GPL programs (you just can't distribute them easily).

The Javascript Trap 17 years ago

> but if it weren't for this guy you

We'd be using OS X and FreeBSD instead of Linux. Who's laughing now?

The Javascript Trap 17 years ago

Somebody, please save RMS, write an Emacs mode that inserts spaces into JavaScript and converts single char names into made up longer ones! For extra bonus, insert comments that talk about how if you are not using GNU, you are a slave! A slave, I tell ya!

The Javascript Trap 17 years ago

> It's not clear at all why you think you should be entitled to that code

I never said I was. In the GNU utopia, Linux killed MS and all libraries are GPL.

My options are:

1. Spend years writing apps that help cure cancer, GPL them and starve. (not exactly hypothetical)

2. Develop some Web apps that are not bound by GPL. Make money.

What do you think I will choose in your GNU communist utopia?

The Javascript Trap 17 years ago

By accompanying your object code with GPL/LGPL, you are promising your customers that your code is GPL/LGPL, i.e. you will be bound to open your code.

The fact that your understanding of the license is different shows just how sneaky and obfuscated LGPL is.

The Javascript Trap 17 years ago

But your planting of a tree doesn't automatically prevent the farmer you bought the apple from from making any money.

If I have to release my code under GPL, I can't make money charging thousands for it (low volume type of app). If I can't make money from it, I won't spend years developing it. Not having the app would make it harder for some pharma scientist somewhere to cure cancer. Everyone loses. Communism doesn't work.

The Javascript Trap 17 years ago

No. Whose object code? Is it talking about my object code or the library's?

Ten lines per function, per header, per library, per program?

Edit: I think you didn't understand LGPL yourself either. I think in the quoted lines, "object code" refers to your code, and accompanying them with a copy of GPL refers to having to release your code under GPL. Or do you think you only have to say you release it under GPL and not actually release it?

The Javascript Trap 17 years ago

If, as you say, LGPL, is clear to you, what do you think "object code" refers to in the (b) clause you just quoted? How are the "ten lines" counted in the paragraph above (you didn't quote): separately or total? etc. etc.

The Javascript Trap 17 years ago

This sounds like a web developer arguing that all software should be free, except web apps.

In my opinion, all software should be free, when all groceries are free.

The Javascript Trap 17 years ago

That's what they want you to believe. Try reading the license.

You have to know how many lines from the header file you are "distributing" (in the GNU lingo). If you are using C++ templates, you are probably screwed. You have to make sure you link dynamically (or else). LGPL seems to require advertising the library. And if you want do static linking, talk to a lawyer. Linus and RMS disagree on what constitutes "derived work", btw.

Edit: I'd like to know what motivated people to upmod parent, when it's factually incorrect and can cost developers dearly if they take the message at face value.

The Javascript Trap 17 years ago

RMS is complaining about Obfuscript. Speaking of obfuscation, I hope someone would deobfuscate LGPL for me.

> There are plenty of examples of successful companies that have used this model

Do you mean they used their blog as the main marketing effort? I'd like to hear more about those.

It seems if the users are looking at your blog, they've found you already. Or perhaps those companies created thousands of other blogs that were only used for search engine optimization (linking back to their money blog)? That I can understand.

Rails won 17 years ago

> for some reason the business guys needed rails developers

Not anymore?

You can quit, or you can tell your bosses that you are overqualified for the job and ask for a raise and promotion. Then you can quit. The latter can be seen as an experiment and a life lesson. If you are quitting anyway, you have nothing to lose there.

Are you sure it's tipping? How come the sales staff in some supermarkets in the US are nice, even when they don't work on commission and tips?

Perhaps it's a combination of many factors: tips, commission, weather, culture, religion and guns that makes Americans nice (For the record, I'm not religious)

    Now that this information is public none of us 
    will give out our usernames to external websites, 
    thus ending the problem.
Correct me if I'm wrong, as I'm NOT a web guru, but I think there are three ways to get the user names, and it's enough if this only works in some cases:

(1) Brute force (look at who's currently active on the site)

(2) Look at browser history (HN users have to constantly look at their own profile to check for replies, and the URL contains their user name)

(3) Send whatever request the browser sends to HN normally, and gets the user name embedded in the page.

Again, I don't know enough about browsers/JS/HTTP/HN to know if any of the above would work. I'm just saying I'm not sure that explicitly giving out your user name is required for this.

Edit: typos