What do you hate on the current OS that runs on your pc?

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
NickJohnson
Member
Member
Posts: 1249
Joined: Tue Mar 24, 2009 8:11 pm
Location: Sunnyvale, California

Re: What do you hate on the current OS that runs on your pc?

Post by NickJohnson »

ponyboy wrote:The fact that over 1 gig of my 2 gigs is system cache, and the vast amount of useless processes take half the CPU time. (XP pro SP3)
I'm pretty sure that's supposed to happen. The system should use as much free memory as it can for caches, otherwise it just goes to waste. My Linux box is currently using 1.3 GB of my 3 GB for cache and .45 GB for buffers. Only about 300 MB are actually unused.
Rudster816
Member
Member
Posts: 141
Joined: Thu Jun 17, 2010 2:36 am

Re: What do you hate on the current OS that runs on your pc?

Post by Rudster816 »

ponyboy wrote:The fact that over 1 gig of my 2 gigs is system cache, and the vast amount of useless processes take half the CPU time. (XP pro SP3)
If the process's are useless, why don't you just kill them? Oh yeah, thats right, they're actually used for lots of things.

SuperFetch is one of my favorite features of Win7. It's not very good judging from the couple of times I've poked around as to which files are cached, but oh well, it makes use of all my idle RAM.

After being forced to restart last night, out of 12GB of RAM:
12,276 MB Total
3,862 MB Cached
7,968 MB Available
4,304 MB Free

After a couple of days of doing stupid stuff, the amount free typically levels out at about 70MB.
LindusSystem
Member
Member
Posts: 63
Joined: Sat Apr 28, 2012 9:41 am
Location: Earth -> Asia

Re: What do you hate on the current OS that runs on your pc?

Post by LindusSystem »

The original author of the post is missing since his first post.
Anyone has a idea of making a ntfs bootsector?if yes PM me , plz.
User avatar
pauldinhqd
Member
Member
Posts: 37
Joined: Tue Jul 12, 2011 9:14 am
Location: Hanoi
Contact:

Re: What do you hate on the current OS that runs on your pc?

Post by pauldinhqd »

LindusSystem wrote:The original author of the post is missing since his first post.
That is an interesting fact! :-"
AMD Sempron 140
nVidia GTS 450
Transcend DDR2 2x1
LG Flatron L1742SE
User avatar
miker00lz
Member
Member
Posts: 144
Joined: Wed Dec 08, 2010 3:16 am
Location: St. Louis, MO USA

Re: What do you hate on the current OS that runs on your pc?

Post by miker00lz »

i use windows 7 about 95% of the time or more, and i generally love it. i think it's a little bloated (any modern OS is), but it's not that bad considering modern hardware. the built-in unzipping is rather slow, too. otherwise, i'm very happy with it.

if i'm not using windows, i'm using debian. my big complaint for linux is that it feels too much like a "hacker's OS" as in almost any system modification or software configuration requires at least minor, and sometimes major dicking around a command terminal. i can do it just fine, and i've been familiar with linux/unix for 8 or 9 years now.

it's just a pain in the @$$, and i like the windows approach to the user experience a lot more. that said, if i'm setting up any sort of server machine, i will always use linux.
sandras
Member
Member
Posts: 146
Joined: Thu Nov 03, 2011 9:30 am

Re: What do you hate on the current OS that runs on your pc?

Post by sandras »

I use Tiny Core Linux. My complaint is that it's so inconsistent. First there's everything's a file. Yes, devices are represented by files, but what about ioctl, sockets? I say, either everything's a file or smth else, or everything has it's own interface. Then there's hundreds of (bloated) libraries. The wm and some programs use FLTK (static), Skype (static, but that's my fault, i installed it : ) and something else (dynamic) in the system use qt, others use gtk. So there's library inconsistency, but that brings interface inconsistency. Also, vlc expects ALSA, but plays with installed OSS too, but always warns me, that smth is wrong with ALSA. I could probably remove that warning, but that would require some work under TCL.

Also, in general, I think it's bloated. And too many legacy cruft. "Why does a virual console need baud rate?".
User avatar
miker00lz
Member
Member
Posts: 144
Joined: Wed Dec 08, 2010 3:16 am
Location: St. Louis, MO USA

Re: What do you hate on the current OS that runs on your pc?

Post by miker00lz »

Sandras wrote:I use Tiny Core Linux. My complaint is that it's so inconsistent. First there's everything's a file. Yes, devices are represented by files, but what about ioctl, sockets? I say, either everything's a file or smth else, or everything has it's own interface. Then there's hundreds of (bloated) libraries. The wm and some programs use FLTK (static), Skype (static, but that's my fault, i installed it : ) and something else (dynamic) in the system use qt, others use gtk. So there's library inconsistency, but that brings interface inconsistency. Also, vlc expects ALSA, but plays with installed OSS too, but always warns me, that smth is wrong with ALSA. I could probably remove that warning, but that would require some work under TCL.

Also, in general, I think it's bloated. And too many legacy cruft. "Why does a virual console need baud rate?".
imo, they should keep most of the legacy support. there are some odd cases where this stuff is still important, and all you have to do if you don't want it is re-compile the kernel with a custom configuration.
User avatar
Griwes
Member
Member
Posts: 374
Joined: Sat Jul 30, 2011 10:07 am
Libera.chat IRC: Griwes
Location: Wrocław/Racibórz, Poland
Contact:

Re: What do you hate on the current OS that runs on your pc?

Post by Griwes »

miker00lz wrote:
Sandras wrote:I use Tiny Core Linux. My complaint is that it's so inconsistent. First there's everything's a file. Yes, devices are represented by files, but what about ioctl, sockets? I say, either everything's a file or smth else, or everything has it's own interface. Then there's hundreds of (bloated) libraries. The wm and some programs use FLTK (static), Skype (static, but that's my fault, i installed it : ) and something else (dynamic) in the system use qt, others use gtk. So there's library inconsistency, but that brings interface inconsistency. Also, vlc expects ALSA, but plays with installed OSS too, but always warns me, that smth is wrong with ALSA. I could probably remove that warning, but that would require some work under TCL.

Also, in general, I think it's bloated. And too many legacy cruft. "Why does a virual console need baud rate?".
imo, they should keep most of the legacy support. there are some odd cases where this stuff is still important, and all you have to do if you don't want it is re-compile the kernel with a custom configuration.
That's the main problem of x86 - "keep this old and deprecated feature, somebody might be still using it" -> "eh, why don't they move to new features instead of using old ones?" -> "omg, just keep that legacy stuff there, in case someone is still using ancient-enough-to-be-already-several-times-rewritten software - we don't care that new programs will still use those legacy features; does anybody out there care?".

Wrong way of thinking.
Reaver Project :: Repository :: Ohloh project page
<klange> This is a horror story about what happens when you need a hammer and all you have is the skulls of the damned.
<drake1> as long as the lock is read and modified by atomic operations
User avatar
bluemoon
Member
Member
Posts: 1761
Joined: Wed Dec 01, 2010 3:41 am
Location: Hong Kong

Re: What do you hate on the current OS that runs on your pc?

Post by bluemoon »

i wonder if modern x86 are actually two or more isolated cpu, corresponds to ancient real mode and (IA32+32e).
the cpu boots with "real mode" circuit, upon switch to pmode the circuit never reach the "real mode part" again (until switch back).

So they can support legacy in terms of bundling old circuits.


ps. I totally lack knowledge in CPU design, it's just my wonder.
User avatar
miker00lz
Member
Member
Posts: 144
Joined: Wed Dec 08, 2010 3:16 am
Location: St. Louis, MO USA

Re: What do you hate on the current OS that runs on your pc?

Post by miker00lz »

Griwes wrote:That's the main problem of x86 - "keep this old and deprecated feature, somebody might be still using it" -> "eh, why don't they move to new features instead of using old ones?" -> "omg, just keep that legacy stuff there, in case someone is still using ancient-enough-to-be-already-several-times-rewritten software - we don't care that new programs will still use those legacy features; does anybody out there care?".

Wrong way of thinking.
There are many legitimate reasons to retain support for things like serial terminals. Further, one of the best things about Linux is it's extremely wide support for all sorts of hardware. Like I said before, nobody is forcing you to compile a kernel with legacy support code. It is entirely optional.

Saying something is the "wrong" way of thinking just because you personally don't have a use for these is a bit ignorant.
sandras
Member
Member
Posts: 146
Joined: Thu Nov 03, 2011 9:30 am

Re: What do you hate on the current OS that runs on your pc?

Post by sandras »

I'm talking about virtual terminals (last time I called them consoles), not serial terminals. I think that makes a difference. Correct me if I'm wrong - serial ports do have to have some sort of baud rate set, for virtual terminals don't need them. Why does a window need baud rate?

Code: Select all

tc@box:~$ tty
/dev/pts/1
tc@box:~$ stty
speed 38400 baud; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = M-^?; eol2 = M-^?;
swtch = M-^?; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W;
lnext = ^V; flush = ^O; min = 1; time = 0;
ixany iutf8
tc@box:~$ 
sandras
Member
Member
Posts: 146
Joined: Thu Nov 03, 2011 9:30 am

Re: What do you hate on the current OS that runs on your pc?

Post by sandras »

berkus wrote:So think of a virtual console on a serial link....
Hm. I'm not quite sure I understand. I thought that if you want to communicate through serial port, you'd just use /dev/ttyS*.
platatomi
Posts: 5
Joined: Sun May 06, 2012 3:53 pm

Re: What do you hate on the current OS that runs on your pc?

Post by platatomi »

I run Mac OS X Lion and Ubuntu 12.04 natively, and use XP in VMware for programming.

As far as what I hate, the Ubuntu Unity desktop takes tha cake. Not really because its ugly (the ubuntu themes are always hideous) and awkward to use, but because unlike previous versions, you have almost no customization options. Really flies in the face of the linux philosophy.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re: What do you hate on the current OS that runs on your pc?

Post by Solar »

Uh yeah, Gnome 3 / Unity... what a can of worms.
Solar wrote:As a Linux user, the thing I hate about my current OS is the inconsistency in user interface. That starts with very simple things on the command line (-h? --help? -v? --version?), touches things like .deb vs. .rpm vs. ./configure && make install, and doesn't end at stuff like the Gnome 3 update ( #-o ). Masses might be able to program, but they sure can't design to save their lives.
For those who didn't follow that particular thread... the Gnome / Ubuntu dudes basically changed everything. Just for example, you no longer have that menu / taskbar in the bottom, you have one in the bottom (holding the app menu) and one at the top (holding the taskbar, plugins, and the logout / power down options). I haven't quite figured out what the rest of the bottom bar is actually for, but on a wide but small screen (like on most laptops), the two-bar design hurts ergonomics massively. And the worst thing is that you just cannot configure the interface. Not even the "favourite" apps in the app menu can be changed in any apparent way.

I usually make do with defaults, because I am frequently switching between machines and can't be bothered to keep configs in sync (or cope with different configs on each machine). But this time I made an exception and switched all my boxes to MATE (somewhat like a Gnome 2 look-and-feel emulation on the Gnome 3 backend).

The worst thing is, virtually everybody is complaining about Gnome 3 / Unity, and the maintainers just shrug and either say "you'll get used to it" or "it will become better, eventually". Makes you want to choke somebody...
Every good solution is obvious once you've found it.
User avatar
Griwes
Member
Member
Posts: 374
Joined: Sat Jul 30, 2011 10:07 am
Libera.chat IRC: Griwes
Location: Wrocław/Racibórz, Poland
Contact:

Re: What do you hate on the current OS that runs on your pc?

Post by Griwes »

Solar wrote:The worst thing is, virtually everybody is complaining about Gnome 3 / Unity, and the maintainers just shrug and either say "you'll get used to it" or "it will become better, eventually". Makes you want to choke somebody...
Or makes you just use KDE ;D
Reaver Project :: Repository :: Ohloh project page
<klange> This is a horror story about what happens when you need a hammer and all you have is the skulls of the damned.
<drake1> as long as the lock is read and modified by atomic operations
Post Reply