|
View:
New views
20 Messages
—
Rating Filter:
Alert me
|
| < Prev | 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - 35 - 36 - 37 - 38 - 39 - 40 - 41 - 42 - 43 - 44 - 45 - 46 | Next > |
|
|
|
|
|
Re: Real men don't attack straw menOn Mon, 07 Jan 2008 06:31:11 -0500, "Richard Stallman" <rms@...>
said: > This has been discussed many times > and it shouldn't take long for you or your minions to find out that > we do not > care about the source of firmware which doesn't load into OpenBSD. > > The people who do searches for me are helpful volunteers. I can ask > them to look for something, but I try not to impose on them if there > is an easier way. For a question about OpenBSD policies, it is better > for me to ask this list for the answer, than to ask someone else to > hunt for the answer. > > Thanks for stating the policy. > > If I understand that correctly, it means that OpenBSD does distribute > binary-only firmware, which isn't free. This would be a second reason > why I should not endorse OpenBSD. The systems I endorse try to > exclude such firmware. Then the systems you endorse (which? does anyone know?) won't work on any modern hardware. God, you are a stupid effing moron. Pleeeeeeeeease STFU and go away. |
|
|
Re: Real men don't attack straw menOn Mon, 07 Jan 2008 06:31:16 -0500, "Richard Stallman" <rms@...>
said: > > But what about the different case where the company permits > > redistribution of the binary firmware, but does not release source > > code. Would OpenBSD distribute the firmware in that case? > > Of course and going by your description it is nothing but hardware at > that point > > No, that description refers to a different case. > > so there is no ethics violation (whatever that means since > you refuse to explain it). It is just like micro code and a circuit. > > I think firmware is equivalent to a circuit if it is inside the > hardware and users don't install software there. > > Here we are talking about firmware which users always do install. > (That is the reason why anyone would consider distributing it with an > operating system.) So that is not equivalent to a circuit. Please Richard, educate yourself about firmware and stop making yourself look like a complete moron. BTW, STFU and go away. |
|
|
|
|
|
Re: Real men don't attack straw menOn Mon, 07 Jan 2008 12:16:04 -0500, "Richard Stallman" <rms@...>
said: > Quick question, do we really need an endorsement from Richard > Stallman and the > FSF for OpenBSD? > > If OpenBSD does not need my endorsement, then OpenBSD developers > should not need to argue with me that I owe them an endorsement. They don't need or want your endorsement. They just want an apology for misrepresenting them. Which you have failed to do. All you do is twist words to make it look like you did nothing wrong. STFU and go away. |
|
|
|
|
|
|
|
|
Re: Real men don't attack straw menOn Mon, 07 Jan 2008 12:14:59 -0500, "Richard Stallman" <rms@...>
said: > IMO, a big part of the problem here is that when you say "recommend" > in > this context what you actually mean appears (based on the discussion > here) to be something that most people would express as "not > deliberately erect barriers against". > > The evidence of this discussion shows that's not a good description > for what I am saying. Many of the people on this list were told that > I want OpenBSD to "erect barriers against" installing non-free > programs. And their words show that they think this means designing > the system so that installing non-free programs is impossible. (I > have not suggested such a thing.) > > My usage of the "recommend" fits in normal usage. If you include > program FOO in a list of programs that could be installed, implicitly > that recommends installing FOO as an option for people to consider. > > Perhaps "implicitly recommend" would be a clearer description of this > particular case. But it's not implicit at all. Do you know the meaning of that word? What the fuck did they teach you at MIT? Please STFU and go away. |
|
|
|
|
|
|
|
|
Re: Real men don't attack straw menOn 01/07/08 18:16, Richard Stallman wrote:
> When I want research, I ask people to do it. That is efficient, and > we have not seen any errors in it. And what about the research that should have made gNewSense up to your standards? The intention of good research is enough to prevent any errors in it I presume? Once you understand Richard Stallman you are truly in open source heaven! You want to write good code? No understanding or experience needed, just intend to do it! At least Richard will believe you and spread the word about it. +++chefren |
|
|
Re: Real men don't attack straw menMarco Peereboom wrote:
>> I don't think so. We check for this before we buy hardware. > > I'd bet money that you have hardware that requires driver assist. I doubt it; if he needs to use a device that doesn't meet his criteria for "free" (like a cell phone), he just has someone else carry it around for him. That absolves him from all responsibility without any inconvenience. |
|
|
|
|
|
|
|
|
Re: Real men don't attack straw menOn Jan 8, 2008 6:47 PM, Andris <adelfino@...> wrote:
> But you _do_ recommend _Linux_ even when "Torvalds' version of Linux > is not free software"! And let me put this perfectly clear to you: > Linus Torvalds develops _Linux_. Period. GNU/Linux means GNU > (http://gnu.org/ packages, free software) and Linux > (http://kernel.org/, non-free software). GNU promotes itself with a > non-free software kernel, they don't even change one letter of it. > Because _Linux_, is popular. Yeah, RMS likes to bitch about calling Linux GNU/Linux but it should really be BSD/GNU/Linux. How about that Richard? Wijnand |
|
|
Re: Real men don't attack straw menOn 1/9/08 1:49 AM, Steve Shockley wrote:
> Marco Peereboom wrote: >>> I don't think so. We check for this before we buy hardware. >> >> I'd bet money that you have hardware that requires driver assist. > > I doubt it; if he needs to use a device that doesn't meet his criteria > for "free" (like a cell phone), he just has someone else carry it around > for him. That absolves him from all responsibility without any > inconvenience. Most chips require bits to be stored in registers (addresses) to get them do what they need to do. In the 80's manufacturers started with delivering chips that hadn't all registers in the address space of the processor and subsequent writes to the same address were necessary after a reset condition to get the chip working (this spared physical address lines and thus expensive pins on the chip). Even if a blob needs to be stored on a chip it's often by sending subsequent writes to the same address. Sometimes this goes the other way around, with DMA, the chip reads a block of outside adresses (flash memory or memory filled by the main processor). Sometimes a memory besides the chip is attached with a serial connection (i2c etc, saves pins!). I have certainly not mentioned all way's to get required setup data to chips. But in general: After start the CPU reads the first bytes of the bios and starts setting up at least all chips on the motherboard with data from the bios etc etc etc... +++chefren |
|
|
|
|
|
Re: Real men don't attack straw men2008/1/9, Paul de Weerd <weerd@...>:
> On Tue, Jan 08, 2008 at 02:06:56PM -0500, Richard Stallman wrote: > | Yet, this firmware can be upgraded and OpenBSD will > | automatically do this if it detects older firmware on your NIC. You > | can choose another operating system that does not upgrade the firmware > | and the hardware may work fine for your use case. Should the firmware > | be free software ? It's inside the hardware and on your other > | operating system you are not installing software on it. > | > | That is a borderline case. One possible resolution is that it is ok > | to use this hardware, but updating the firmware is a bad thing. > > This can not seriously be what you really believe. The non-free > firmware that comes pre-installed on the hardware is OK, but updating > it yourself is not ? If you wanted to use this newer version of the > firmware, you would buy another piece of the same hardware with the > newer version installed ? > > In that case, buying a Windows computer would be Ok, as long as you don't update the version of Windows software that is on it... when you want a newer version of Windows, just get a new computer. That's what the average consumer does by the way, they don't 'usually install their own OS on the computer', and that they simply buy a new computer with Vista preinstalled... so much for badvista... -- Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 |
|
|
|
|
|
Re: Real men don't attack straw menSunnz ha scritto:
> 2008/1/12, Richard Stallman <rms@...>: > >> In that case, buying a Windows computer would be Ok, as long as you >> don't update the version of Windows software that is on it... when you >> want a newer version of Windows, just get a new computer. >> >> It is normal for users to install software on a PC. >> Perhaps many users never install anything and use only the >> software that was delivered. But it is not abnormal to install >> software. >> >> >> >> > > But it is abnormal to install firmware? Please explain, what's normal > and what's not? > > For the masses it is quite abnormal to install Linux, let alone > gNewsense... does it that mean ethics isn't important for such OS's? > > Oh, you said somewhere along the lines of updating firmware... > > | That is a borderline case. One possible resolution is that it is ok > | to use this hardware, but updating the firmware is a bad thing. > > So say you buy a WinPC, and it is perfectly fine to use this hardware > as is, provided you don't update Windows? > > Change at least the topic...After all, everyone have personal concept of this situation... Mr. Stallman, please, shut up. Some people give us proofs that you looks like an hypocrite. Isn't real? It's only a de Raadt fantasy or better a openbsd-misc reader fantasy? Are you a liar? You trust every word you say in your interviews? I dont think so... You're a politic Mr stallman, for my point of view... I really hope in your better world, but, sometimes, from your mouth, like everyone, going out bullshit. Kind regards, Francesco Vollero PS= Sorry for my english, i'm italian at all... |
| < Prev | 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - 35 - 36 - 37 - 38 - 39 - 40 - 41 - 42 - 43 - 44 - 45 - 46 | Next > |
| Free embeddable forum powered by Nabble | Forum Help |