All of lore.kernel.org
 help / color / mirror / Atom feed
* FYI: story on LWN.net
@ 2009-06-25 16:38 Pavel Roskin
  2009-06-25 20:24 ` Robert Millan
  2009-06-26  4:08 ` Colin D Bennett
  0 siblings, 2 replies; 5+ messages in thread
From: Pavel Roskin @ 2009-06-25 16:38 UTC (permalink / raw)
  To: The development of GRUB 2

Hello!

LWN.net is featuring GRUB in its last weekly release.  The story will be
open for everyone two weeks from now.  In the meantime, it can be
accessed using this URL:
http://lwn.net/SubscriberLink/338337/e44cc926a53c0fc0/

The story has some interesting comments from people who are outside the
GRUB development but well inside the free software community.  In
particular, the comment about font formats may be interesting to those
working on the graphical interface.

-- 
Regards,
Pavel Roskin



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: FYI: story on LWN.net
  2009-06-25 16:38 FYI: story on LWN.net Pavel Roskin
@ 2009-06-25 20:24 ` Robert Millan
  2009-06-26  4:08 ` Colin D Bennett
  1 sibling, 0 replies; 5+ messages in thread
From: Robert Millan @ 2009-06-25 20:24 UTC (permalink / raw)
  To: The development of GRUB 2

On Thu, Jun 25, 2009 at 12:38:59PM -0400, Pavel Roskin wrote:
> Hello!
> 
> LWN.net is featuring GRUB in its last weekly release.  The story will be
> open for everyone two weeks from now.  In the meantime, it can be
> accessed using this URL:
> http://lwn.net/SubscriberLink/338337/e44cc926a53c0fc0/

Very interesting read.

Well, there were a pair of things that I think were worth clarifiing, but
I notice you've done that already :-)

-- 
Robert Millan

  The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all."



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: FYI: story on LWN.net
  2009-06-25 16:38 FYI: story on LWN.net Pavel Roskin
  2009-06-25 20:24 ` Robert Millan
@ 2009-06-26  4:08 ` Colin D Bennett
  2009-06-26 22:34   ` Pavel Roskin
  1 sibling, 1 reply; 5+ messages in thread
From: Colin D Bennett @ 2009-06-26  4:08 UTC (permalink / raw)
  To: grub-devel; +Cc: Pavel Roskin

Pavel Roskin wrote on Thursday 25 June 2009:
> Hello!
>
> LWN.net is featuring GRUB in its last weekly release.  The story will be
> open for everyone two weeks from now.  In the meantime, it can be
> accessed using this URL:
> http://lwn.net/SubscriberLink/338337/e44cc926a53c0fc0/
>
> The story has some interesting comments from people who are outside the
> GRUB development but well inside the free software community.  In
> particular, the comment about font formats may be interesting to those
> working on the graphical interface.

The article states:
> With respect to the technical qualities of GRUB 2, Rintel is mostly
> impressed about GRUB 2's modular architecture. He calls other features such
> as the graphics subsystem with mouse support capable of rendering
> antialiased Unicode glyphs "hardly things that would convince anyone to
> switch to GRUB 2".

There is no mouse support yet (though it should come in the near future now 
that USB is working) and there is no font antialiasing.

Regards,
Colin



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: FYI: story on LWN.net
  2009-06-26  4:08 ` Colin D Bennett
@ 2009-06-26 22:34   ` Pavel Roskin
  2009-06-26 23:58     ` Robert Millan
  0 siblings, 1 reply; 5+ messages in thread
From: Pavel Roskin @ 2009-06-26 22:34 UTC (permalink / raw)
  To: The development of GRUB 2

On Thu, 2009-06-25 at 21:08 -0700, Colin D Bennett wrote:

> The article states:
> > With respect to the technical qualities of GRUB 2, Rintel is mostly
> > impressed about GRUB 2's modular architecture. He calls other features such
> > as the graphics subsystem with mouse support capable of rendering
> > antialiased Unicode glyphs "hardly things that would convince anyone to
> > switch to GRUB 2".
> 
> There is no mouse support yet (though it should come in the near future now 
> that USB is working) and there is no font antialiasing.

The point is that such features would not have convinced many users to
switch, whether such features exist or not.

-- 
Regards,
Pavel Roskin



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: FYI: story on LWN.net
  2009-06-26 22:34   ` Pavel Roskin
@ 2009-06-26 23:58     ` Robert Millan
  0 siblings, 0 replies; 5+ messages in thread
From: Robert Millan @ 2009-06-26 23:58 UTC (permalink / raw)
  To: The development of GRUB 2

On Fri, Jun 26, 2009 at 06:34:00PM -0400, Pavel Roskin wrote:
> On Thu, 2009-06-25 at 21:08 -0700, Colin D Bennett wrote:
> 
> > The article states:
> > > With respect to the technical qualities of GRUB 2, Rintel is mostly
> > > impressed about GRUB 2's modular architecture. He calls other features such
> > > as the graphics subsystem with mouse support capable of rendering
> > > antialiased Unicode glyphs "hardly things that would convince anyone to
> > > switch to GRUB 2".
> > 
> > There is no mouse support yet (though it should come in the near future now 
> > that USB is working) and there is no font antialiasing.
> 
> The point is that such features would not have convinced many users to
> switch, whether such features exist or not.

And a modular architecture would?  I'm not sure I agree.

Then again, a modular architecture attracts developers, which tends to be more
useful :-)

-- 
Robert Millan

  The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all."



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-06-26 23:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-25 16:38 FYI: story on LWN.net Pavel Roskin
2009-06-25 20:24 ` Robert Millan
2009-06-26  4:08 ` Colin D Bennett
2009-06-26 22:34   ` Pavel Roskin
2009-06-26 23:58     ` Robert Millan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.