Language:
switch to room list switch to menu My folders
Go to page: 1 3 4 5 6 [7] 8 9 10 11 ... Last
[#] Fri Nov 19 2010 17:30:43 EST from IGnatius T Foobar @ Uncensored

[Reply] [ReplyQuoted] [Headers] [Print]

Dunno about this one, but the "200 lines patch" to which it is supposedly an alternative, is something that was released earlier this week -- a patch to the Linux kernel scheduler that keeps interactive performance of the machine running somewhat smooth even when it is heavily loaded.

[#] Sat Nov 20 2010 16:42:46 EST from Ford II @ Uncensored

[Reply] [ReplyQuoted] [Headers] [Print]

week -- a patch to the Linux kernel scheduler that keeps interactive
performance of the machine running somewhat smooth even when it is
heavily loaded.

that'd be nice.
Windows for all of its faults, you have to do something pretty bad to, to make the mouse stop moving.
It annoys the shit out of me when the mouse pointer doesn't move, even if I can't click anything.
That would be a nice fix.

[#] Sun Nov 21 2010 08:33:38 EST from dothebart @ Uncensored

[Reply] [ReplyQuoted] [Headers] [Print]

it uses the controll groups (like the patch)  to group processes by tty (aka shell they run in)

so if you start a cpu intense application spawned in a bunch of processes, the scheduler will rather calculate the group as one item next to your firefox process (or whatever) then putting each of these processes next to firefox; by that your box will remain as responsive as if you would just run one cpu intnse process.

best sample use: make -j64

-> all your available cpu time will go into compiling, but the box will remain responsive as if it doesn't compile. no dia-show.



[#] Mon Nov 22 2010 09:56:04 EST from dothebart @ Uncensored

[Reply] [ReplyQuoted] [Headers] [Print]

[#] Mon Nov 22 2010 10:13:49 EST from IGnatius T Foobar @ Uncensored

[Reply] [ReplyQuoted] [Headers] [Print]

This part of the deal should scare the hell out of everyone:

"At the same time, Novell announced it would sell certain intellectual property assets to CPTN Holdings LLC, a consortium of technology companies organized by Microsoft Corporation, for $450 million in cash, which cash payment is reflected in the merger consideration to be paid by Attachmate Corporation."

The other shoe has dropped. SCO was a patsy in this game. The long, drawn-out lawsuit proved in a court of law that it was Novell, not SCO, who owned the Unix copyrights.

And now Microsoft owns them.

[#] Mon Nov 22 2010 13:33:42 EST from IGnatius T Foobar @ Uncensored

[Reply] [ReplyQuoted] [Headers] [Print]

Hey, look at that. I just discovered that one of my childhood friends is a Samba developer. He is employed at Novell and was making some noise about the acquisition.

[#] Mon Nov 22 2010 13:43:17 EST from dothebart @ Uncensored

Subject: Re:

[Reply] [ReplyQuoted] [Headers] [Print]

yea, that part of the deal is pretty scary. fail :(



[#] Mon Nov 22 2010 14:04:13 EST from IGnatius T Foobar @ Uncensored

Subject: Re:

[Reply] [ReplyQuoted] [Headers] [Print]

According to the SEC 8K which was just filed [http://goo.gl/YDkO6] the intellectual property in question consists of "882 patents".

[#] Mon Nov 22 2010 19:03:18 EST from Sig @ Uncensored

[Reply] [ReplyQuoted] [Headers] [Print]

Playing with Ubuntu on my desktop now; the netbook edition has been running on my Asus 1005HA for about 5 or 6 weeks now, with only occasional reboots to WinXP (when I need to connect to Outlook Web Access with a CAC for work, usually).

Even with the suprememly mediocre response on my netbook, I was pleased.
It right flies on my desktop, which is a few years old now. If I were just doing producting things on it, I could see it becoming my primary desktop environment.

[#] Tue Nov 23 2010 09:31:40 EST from Ford II @ Uncensored

[Reply] [ReplyQuoted] [Headers] [Print]

question of the day: is android posix compliant?

[#] Tue Nov 23 2010 12:09:03 EST from IGnatius T Foobar @ Uncensored

[Reply] [ReplyQuoted] [Headers] [Print]

Not strictly posix. There are portions of it there but you can't count on the full API being there.

You might want to look at this little slideshow which is a nice description of the Android architecture - http://goo.gl/NWjVg

I wish I had the time to get into writing mobile apps. It looks like fun.

[#] Sat Nov 27 2010 11:55:28 EST from Sig @ Uncensored

[Reply] [ReplyQuoted] [Headers] [Print]

The main difference between now and the last time I started playing heavily with Linux is broadband--I can do so much more damage so much more quickly than I could on dial-up.  Also, my computer is still somewhat modern, which means I can actually try some of the current toys out there.

The nice thing about being so far out of the loop (I think I last used Fedora 3) is that everything is new and shiny to me.  I experiment to a degree I wouldn't dream of on a Windows system.  Anyone playing with gnome-shell?



[#] Mon Nov 29 2010 08:58:49 EST from IGnatius T Foobar @ Uncensored

[Reply] [ReplyQuoted] [Headers] [Print]

It will be interesting to see whether the user community ends up preferring GNOME Shell or Unity as the better desktop interface.

The thing that kind of bothers me about all of the new UI's is that the world has somehow decided that the desktop's navigation controls are now going to be on the left side of the screen instead of on the bottom. I realize that the rationale behind this is to make more effective use of wide-format screens, particularly on netbooks where vertical screen real estate is limited, but some of us still have a few 4x3 monitors in service. Even on my desktop at work where I have a 24" widescreen, I still prefer the controls on the bottom, because I typically keep two or more windows open side by side.

[#] Mon Nov 29 2010 10:12:12 EST from Sig @ Uncensored

Subject: Re:

[Reply] [ReplyQuoted] [Headers] [Print]

I did a crapton of apt-geting (not much developer-related comes with desktop Ubuntu) and eventually was able to compile the current Gnome-Shell from source.  Performance and stability are underwhelming compared to the older version that I was able to get from repositories and theming seems kind of broken at the moment, but it's a work in progress and I don't sweat that much.  Once it got going, I stopped worrying about it, but it did seem to be pokey for a while out of the gate.

I could get used to it, but I actually didn't hate Unity, either.  Maybe it's because I don't have a lot of (recent) experience using other systems, but I expected it to be different and have a learning curve, so I was willing to experiment a little.  Some of the reviews I read were just ridiculous--"This doesn't work how I expect, ergo it sucks and you should stay away from it."



[#] Mon Nov 29 2010 11:53:13 EST from dothebart @ Uncensored

[Reply] [ReplyQuoted] [Headers] [Print]

me uses i3: http://i3.zekjur.net/

scales from tiny netbook screens to big multiscreen desktops verry well. plus: its lightning fast.

usefull feature #1: <meta> F : go away and make the current window flusscreen.

plus; it still can easily switch between virtual desktops while in fullscreen, so you can effectively switch fast between several fullscreen apps.

wanna jump from window #5 to window #42 as quick as possible: this is your WM.

if you sit in front of a wintendo, 8 similar running windows start to suck if you have to switch from one to another.

plus that the wintendo will always open new windows on your primary screen instead of simply taking the one your mouse cursor is on.

can't tell how often I see collegues double-click title bar of window, drag it from left to right screen, double click it again for fullscreen...

I3: opens window in the current frame, if its wrong, move it with <meta><shift>#desktop done!



[#] Mon Nov 29 2010 16:20:30 EST from Ford II @ Uncensored

[Reply] [ReplyQuoted] [Headers] [Print]

It will be interesting to see whether the user community ends up
preferring GNOME Shell or Unity as the better desktop interface.

It will be the one that's the default on what ends up being the most popular distro.

[#] Mon Nov 29 2010 16:23:04 EST from Ford II @ Uncensored

[Reply] [ReplyQuoted] [Headers] [Print]

plus that the wintendo will always open new windows on your primary
screen instead of simply taking the one your mouse cursor is on.

I happen to find this feature rather annoying. If I want to start something new, I want it to show up in front of me and I'll move it away if it's not important. Having new things show up far to my left is a problem since sometimes I don't notice it, if it's small enough.

[#] Mon Nov 29 2010 19:00:47 EST from dothebart @ Uncensored

Subject: Re:

[Reply] [ReplyQuoted] [Headers] [Print]

most probably 'your focus' is supposed to somewhere near to your mouse focus?



[#] Tue Nov 30 2010 22:32:30 EST from IGnatius T Foobar @ Uncensored

[Reply] [ReplyQuoted] [Headers] [Print]


I guess I'm probably once again the last person on earth to try something that everyone already discovered is cool, but ...

I installed NX on my server at home, and ... holy shit this really is the world's fastest remote desktop. I was accessing a desktop on my home server from my desktop at work at a speed which felt like a local connection. It's *really* nice.

At this point it would make sense to set it up in the other direction too, so when I'm working from home I can just remote in to my work desktop.


The thing that got me interested in doing this was the $12 Neoware thin client I bought on eBay which will arrive this week. It's got WinXP on it, but it's basically just a low-power PC and it'll boot from PXE, so I'm going to grab a copy of ThinStation and boot it from the network. NX is one of the remote desktop technologies supported by ThinStation.

Who knows, if it works out nicely I may buy a few more.

[#] Wed Dec 01 2010 12:29:09 EST from Sig @ Uncensored

Subject: Re:

[Reply] [ReplyQuoted] [Headers] [Print]

By all means let us know how it goes.  I used NX briefly in 2003 to talk to my home machine from work; I remember virtually nothing about it, except that it seemed really fast and responsive, more so than my local Windows 2000 machine...  I would seriously consider a solution like that to provide me some useful connectivity in my garage.



Go to page: 1 3 4 5 6 [7] 8 9 10 11 ... Last