Linux 3.13 Kernel To Bring Major Feature Improvements 190
An anonymous reader writes "There's many improvements due in the Linux 3.13 kernel that just entered development. On the matter of new hardware support, there's open-source driver support for Intel Broadwell and AMD Radeon R9 290 'Hawaii' graphics. NFTables will eventually replace IPTables; the multi-queue block layer is supposed to make disk access much faster on Linux; HDMI audio has improved; Stereo/3D HDMI support is found for Intel hardware; file-system improvements are on the way, along with support for limiting the power consumption of individual PC components."
So many improvements (Score:4, Funny)
So many improvements! Which proves that right now Linux must really suck. It's a good thing then, that Windows, FreeBSD, AIX, Solaris, etc etc can be counted on to suck far worse.
Re:So many improvements (Score:5, Interesting)
Mehhh. I used to update my kernel as quickly as possible when they promised major improvements. It always turns out that a "major improvement" is actually an "incremental improvement". I lost the excitement over kernel upgrades some time ago. I still upgrade from time to time, but my attention is more focused on security than any supposed "improvements". I don't want to be the odd guy who is caught with some vulnerability that was fixed eight versions ago. Two versions, maybe - but eight? Nope, no way! That would be just to embarrassing.
Security fix backports (Score:5, Insightful)
I still upgrade from time to time, but my attention is more focused on security than any supposed "improvements". I don't want to be the odd guy who is caught with some vulnerability that was fixed eight versions ago.
Some Linux distributors, instead of providing a new kernel that may break old applications or devices, instead backport security fixes to an old kernel.
Re: (Score:2, Informative)
I still upgrade from time to time, but my attention is more focused on security than any supposed "improvements". I don't want to be the odd guy who is caught with some vulnerability that was fixed eight versions ago.
Some Linux distributors, instead of providing a new kernel that may break old applications or devices, instead backport security fixes to an old kernel.
The Ubuntu LTS+HWE model is interesting; you can basically install the kernel from Ubuntu 12.10, 13.04, or 13.10 on your 12.04 LTS system.
Re: (Score:2)
a kernel update should never, ever break the user space. period.
HAL, for example (Score:2)
Re: (Score:2)
Some Linux distributors, instead of providing a new kernel that may break old applications or devices, instead backport security fixes to an old kernel.
Why does Linus allow kernel updates that break applications and drivers?
Because he has decided that those updates improve the kernel somehow. That's his job: to improve the kernel.
If some applications get broken when the kernel is improved, it's the application developer's job to fix them.
This is as it should be. Any other model ties the hands of the kernel developers and then they can't do their job.
Re: (Score:3)
when I used normal video hardware, I could upgrade kernels all I wanted.
with stupid fucking nvidia (binary blobs) I am stuck at their mercy. 3.11 was a hard one for nvidia (nothing worked out of the box and needed work-arounds) and of course NV was slow as hell to do their own update.
its a laptop so I can't swap out the video card. I hate nvidia and their closed source driver. nouveau is not working for me as I need multiple displays (external dvi pairs) and so I'm stuck with the nv binary driver.
when th
Re: (Score:3, Insightful)
Sounds awesome - and you're not even running any applications yet. Some people just don't have that amount of time to piss away, though.
Re: (Score:3)
That's just for binary crap drivers. Most people don't need them, and just use the open source ones. 0 time spent dealing with them with any upgrade.
Re: (Score:2, Troll)
...or you just wait awhile.
It's not Windows. You don't have to be running the very latest version just to avoid being owned and infected. The same goes for any operating system that's not from Microsoft.
Re: (Score:2)
I keep seeing these quotes from Linux fanbois about those difficult and counter-intuitive wizards on Windows, but I've never encountered any issue of significance when installing drivers on Windows, and most stuff really does work out of the box (also generally true on modern Ubuntu and halfway modern hardware, but wasn't true even a few years ago). I mean, I'm sure there are some pieces of hardware that misbehave or create issues on any OS, but I really have a tough time believing clicking next through wiz
Re: (Score:2)
I had the same problem with the Nvidia drivers but 3.12 was such a large difference on my other systems that I spent the time and patched the Nvidia drivers myself using patches I found using a Google search "Nvidia Linux 3.1.2".
You should be able to do the same but if you get stuck, feel free to contact me for help.
Re: (Score:2)
As you build your own kernels instead of using distro-provided binaries, what's the reason to not skip a release you don't like? 3.11 breaks VirtualBox, it works fine both with 3.10 and 3.12-rc (and now with 3.12.0). A regression that lasts is bad, one that has been fixed in a later version means just "please upgrade".
bcache is a HUGE improvement for some workloads (Score:5, Interesting)
Bcache, merged in 3.11, improves IO up to 100X. Not 100%, 100X, or 10,000%. It may well be worth an upgrade if you're running a distro 2.3x and have random IO on multi TB storage.
Re: (Score:2)
Bcache, merged in 3.11, improves IO up to 100X. Not 100%, 100X, or 10,000%. It may well be worth an upgrade if you're running a distro 2.3x and have random IO on multi TB storage.
The multi-queue block layer [phoronix.com] which is merged in kernel 3.13 gives a 3.5x to 10x increase in IOPS. This change is mostly targeted for SSDs, but gives similar improvements on HDs as well. However, it's not clear whether this improvement is relative to 3.11 or not.
Re: (Score:2)
100X == 100X
100X == 10,000%
100X != 100%
I must have missed the point raymorris was trying to make...
Re: (Score:2)
Bcache (merged in 3.10, btw) has one very big drawback for me. To prevent writing to the backing partition (your 'multi TB storage') outside of bcache you have to convert your those partitions to some bcache format that writes a custom superblock. As far as I can tell this conversion is one-way only and the tool to do it in-place (as opposed to format-and-restore-from-backup) is not supported by the bcache folks, although I may be wrong here.
This is precisely why I have not even tried to implement it, even just to see if it's good. This requirement is a complete non-starter, and I have never heard any technical reason why it is a necessity. Indeed, if the idea is to cache blocks, then you should be able to cache any kind of blocks. If that is unworkable within this architecture, the project should be thrown away and reinitiated by someone with some standards. Forcing a new format on users that won't be back-compatible with older kernels and dis
Re: (Score:3, Informative)
Perhaps someday dm-cache will make it into mainline.
dm-cache is in mainline since 3.9. Now please test it and let me know if I should bother trying it!
https://www.kernel.org/doc/Documentation/device-mapper/cache.txt [kernel.org]
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=c6b4fcbad044e6fffcc75bba160e720eb8d67d17 [kernel.org]
Re: (Score:2)
dm-cache is in mainline since 3.9. Now please test it and let me know if I should bother trying it!
Well, crap. Now I have to copy my SSD's contents to my HDD... I'll get back to you, I guess. If it's even in my kernel, or if I can even get it to compile in.
dm-cache benchmarks better, is less sexy, but ... (Score:2)
The benchmarks I've read, which were reviewed by the kernel mailing list, indicated that dm-cache has the best performance in many cases. My gut feeling is that I'd rather use bcache, but I don't know why.
The current benchmarks have one huge failing, though. They test random IO by doing truly random IO all over the disk. Real random writes, in real workloads, is concentrated mostly in a relatively small number of blocks, such as the database and log files. That's important because the caching systems put
Re: (Score:2)
EnchanceIO is an alternate ssd caching solution for linux. It's a kernel module that can be setup against any existing FS and can be attached/removed even whilst the FS is mounted. Supports writeback/writethrough and a bunch of cache replacement algorithms.
Well, I used teh google and found out that it's a commercial product but that it's also open source [github.com]. Actually, it's Free Software, apparently GPLv2 [github.com].
So what I get from this is that this is basically dm-cache as a module. Yes? Hmm, either I need to install more deps, or this isn't going to work on 3.11
Re: (Score:2)
Hmm, perms problem. Wacky. This is the only cachine solution I have actually figured out so far. Apparently it is really straightforward and actually can cache your root volume, but only write-through. That's fine, that's what disk buffers are for.
workloads like mysql with a TB disk (Score:2)
I said "for some workloads" twice. Specifically those "localized" workloads would include a web server with a MySQL database, a mail store, or other frequently accessed files - a very, very common workload. The database and other frequently accessed files end up on SSD while the large, sequentially accessed files such as videos stream from spindles.
I also said "up to" - in some cases it might not be 100 times as fast, but "only" ten times as fast.
For some common types of workload, bcache (or dmca
Re: (Score:2)
That is some of the most absurd thinking I have ever heard. The fact that things improve and get better does not mean that things are bad as they are now. These new features are additions to an already great product. Linux as it is is already better than Windows, so the new features will make it better still. Notice as well, that each Windows realese always comes with a long list of improvements from the last version. The whole purpose of having new versions is to improve things and add new capability. Had
Re: (Score:2)
Note: My 2nd desktop is Linux 3.5 + GTX Titan + 16 GB @ 2560x1440 and love it for development.
You are missing one thing:
*BSD's pf focuses on getting it right instead of Linux always re-inventing some half-assed packet filtering every few years. I find *BSD to focus on stability and Linux to focus on flavor-of-the-month re-implementation of features. i.e. Leading Edge vs Bleeding Edge.
My Win7 box has been reduced to just gaming (aka Steam) but I prefer OSX or Linux for development and CUDA research.
Re: (Score:2)
Exactly, Linux seems to get the green light whenever it comes out, any attempt to point out any disadvantage especially with such systems such as windows would mark you as a troll. However you can bash windows all day, and keep getting mod points.
I Like Linux, it is a good OS. But it isn't perfect, and if they spent less time on evangelicalism and more on being rational and seeing the issues and improving them, then we could get a really good OS.
I have had and reported a lot problems with Linux in the pas
Re: (Score:3, Insightful)
Re: (Score:2)
There are, but they aren't compatible with all the wacky macros that companies have built on top of MS Office.
Re: (Score:2)
those companies also dropped excel macros for android apps, so that problem is being solved!
Re:So many improvements (Score:5, Funny)
Slashdot may, at first glance, appear to be the intelligent and knowledgeable 0.01%, but it is really the idiotic 99.999999999999%
So, you're saying slashdot is everyone?
(You'd need 10^14 people -- more than 100,000 times the population of the planet -- in order for the 0.000000000001% to equal one person.)
Re: (Score:2)
all of those require windows.
At the moment yes, nothing is set in stone here, it's not like it's impossible for these software's to be ported if the demand comes.
Re: (Score:2)
At the moment yes, nothing is set in stone here, it's not like it's impossible for these software's to be ported if the demand comes.
It's a chicken and egg problem - developers won't port unless the demand is there, and the demand won't rise till a lot of people move to Linux, which they won't because they don't have their software for Linux.
I think the whole debate is meaningless - maybe developers will start releasing their work in the form of virtual machines, or users might run virtual machines for their software. A linux base, with a Windows virtual machine (licensing issues with Macs OS on non-mac hardware) for Adobe Photoshop. PCs
Re: (Score:2)
I can only answer for myself and the reason that we develop for more than one platform is so that when/if the change happens then we will not be left behind (and fly by the competition when they have to stall all development for a few years in order to create a port). It was common sense to only support IE4 back in the day also, not so fun for those guys when people started to switch to Firefox et al.
Re: (Score:2)
I can only answer for myself and the reason that we develop for more than one platform is so that when/if the change happens then we will not be left behind (and fly by the competition when they have to stall all development for a few years in order to create a port). It was common sense to only support IE4 back in the day also, not so fun for those guys when people started to switch to Firefox et al.
Fair enough, and the question is then how confident is your organization in diversification (or more importantly in projecting future trends), and the cost of being wrong. There are countless stories of companies that spent a lot of money developing for multiple platforms, and then being burned when it became clear that diversification was pointless. If, for example, Google released Chrome a short time after firefox started becoming popular, would your strategy have worked.
On the whole, I wonder whether com
Re: (Score:2)
The cost for us has been marginal, in fact we switched to completely develop everything on Linux and cross compile with GCC when building the WIndows version even though the majority of our customers are WIndows users.
To further your idea with the VMs, the increased usage of the "cloud" have increased our users requests for Linux versions of our software so I think that you are on the correct track!
Re: (Score:2)
> also almost all structural, architectural, and engineering applications on the planet. all of those require windows.
Like you've actually used any of them ever? You could probably count the relevant user population here on your fingers.
So that brings into question the qualifications for anyone to even comment on this issue as well as the general relevance.
It's like Photoshop but you don't even know what names to drop.
Plus this is a far more geeky than average population of users. Yet you seem unable to
Intel support is stellar this time. (Score:5, Interesting)
The temperatures in hell are dropping but I am not going to hold my breath as Windows still holds the retailers and manufacturers by the balls to say the least. However with both Intel and AMD actively supporting the Linux kernel this quickly for their most important product lines perhaps a manufacturer like Samsung or Lenovo might actually try to market a real full blown Linux based device for a change instead of just dabbling in Android consumer craptronic devices.
Re: (Score:2)
I'm not sure what you require for high specs, but System76 has some decent 'gaming class' laptops that might fit the bill. Their Bonobo 17" maxed out a pretty decent machine, though quite heavy for a laptop.
Re: (Score:2)
[...] the old IBM T42 non-pae clunker that I am writing this on is still very usable
Out of curiosity, which distro do you run on that machine? I'm asking this question because distros that do not have PAE as a requirements are rare birds, so to speak.
Re: (Score:2)
I'm using Manjaro partially because of that, by the way.
Re: (Score:2)
My thoughts exactly, as I type this on a slightly more modern T60p, after my I dropped my T40 and sheared off the hinge last year.
To be honest, I'd be happy if Lenovo would simply sell a laptop without an OS if that's easier for them.
D
Re: (Score:2)
Considering that the 14NM Broadwell chips are not scheduled to ship till the second quarter of 2014. With support for power saving per component coming along it looks like using the Linux kernel on laptops will also be much more inviting. It is all well and good that the advances in the kernel hardware support are keeping pace with what Microsoft is doing. I am still eagerly awaiting a great high end powerhouse Linux laptop. As it is the old IBM T42 non-pae clunker that I am writing this on is still very usable but if a company ever finally does ship an OS agnostic laptop with high specs I will jump at the chance.
The temperatures in hell are dropping but I am not going to hold my breath as Windows still holds the retailers and manufacturers by the balls to say the least. However with both Intel and AMD actively supporting the Linux kernel this quickly for their most important product lines perhaps a manufacturer like Samsung or Lenovo might actually try to market a real full blown Linux based device for a change instead of just dabbling in Android consumer craptronic devices.
Do you want manufacturers and vendors onside? What does it take? It takes some free code and the right to add $100.00US per system. The manufacturer and the retailer need that to cover returns, repairs, some Geek staff and profits.
Would I pay $100.00 for a fully pre-installed system that works (graphics, sound, network, security, and user software selection), as an off-the shelf package? I guess I would! When I look at the time I spend on a downloads, on testing patches, and rebuilding my test Linux, I
FTFY... (Score:2)
The biggest issue for a Lenovo or Samsung isn't Linux hardware support, it's the nightmare of customer support on Gnome3 + Cinnamon + KDE + XFCE + LXDE + Unity...
Also, I'll say that I actually like Unity except for the one feature (which everyone else seems to hate also)... replacing the 'start' menu with a search window. People often want quick access to apps that they don't run every day and thus can't remember the names, so having a bunch of accessory, control panel and utility icons crowd into the list when I start typing what I thought was the app name really REALLY sucks. Listing apps hierarchically under a handful of categories is what works; the user should
Right... (Score:5, Funny)
This is just a cash grab by the Linux developers.
blast! video card improvements! (Score:2)
sure i'll tear out my video card, fork over cash and put in a better supported one but which is best supported now?! they improved the Intel, AMD and NVidia video card drivers! dammit, cant they just improve one video card driver at a time?!
will these first world problems never end?!
Ad: Innovation Alliance (Score:2)
NOUVEAU's most important updates yet. (Score:2)
Next, fix the desktop (Score:2)
The kernel is now done. It has been done for years. Of course new hardware comes and needs to be supported. But everything in that department is rolling quite nicely. The kernel guys know what they are doing. The Linux kernel is stable and if a problem pops up, it gets fixed.
So these days the kernel is a nice black box which I don't have to worry about. Now, fix the desktop. That's where the interesting stuff is happening. Fix the terrible performance problems and lack of configurability of Unity. Make a ri [thewindowsplanet.com]
Re: (Score:2)
Not only is the kernel never done, but the GUI is worked on by completely different people. I don't know the name of your logical fallacy, but I like to call it the GNOME and KDE fallacy in nerdland. If all those people just worked on one DE, it would be great right? No, it would suck horribly. Too many cooks with their own ideas. But you're even farther off the mark because you want people who like to write kernel code to write application code. That's like asking a cabinet maker to build you a house... or
Re: (Score:2)
Re: (Score:2)
I would say "Get off that 'buntu junk and onto any real Linux distro"... but then I'd get modded Troll.
Honestly, it seems like every time there's a Linux story on /. these days, half the posts are complaints specific to Ubuntu.
If you don't want to fight your system/desktop, use a different one. I suggest CentOS with Window Maker DE for you guys. (I use OpenSUSE/KDE4 myself, just so you know.)
You use Linux because Linux means you've the freedom to choose, right?
SO QUIT BITCHING,
AND START SWITCHING!
Re: (Score:2)
Or just use Xubuntu......
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
And Window Maker for units with older/minimal graphics hardware.
BTW, as someone who bitched incessantly about the train wreck that was the initial release of KDE4, I must say the devs turned it around very nicely. I would now happily recommend it to anyone who wants released from the fetters of the Gnome desktop or wishes to avoid further interaction with the new and improved train wreck that Unity is shaping up to be.
Personally, if I even used Ubuntu and I'd not done so already, I'd be been running away fr
BTRFS stable when (Score:5, Insightful)
When is BTRFS finally going to be declared stable and become default on major distros? Its features were needed years ago. The Copy on Write features are killer features that have been needed on Linux for years, such as to implement a filesystem level versioning, system restore an restore point feature and improved snapshot features. Ext4 is only a stop-gap and Ext is really starting to show its age.
Re: (Score:2)
When is BTRFS finally going to be declared stable and become default on major distros? Its features were needed years ago. The Copy on Write features are killer features that have been needed on Linux for years, such as to implement a filesystem level versioning, system restore an restore point feature and improved snapshot features. Ext4 is only a stop-gap and Ext is really starting to show its age.
SUSE13.1 is saying that BTRFS is suitable for home use. They see no problems in a desktop or non-banking industry environment. Ditto for Mint16, and Fedora20. Btrfs is here to enjoy. But... for most work that I do, ext4 provides faster I/O. I timed it so I know so.
Re: (Score:2)
Requiring a component that isn't just found on your distribution's LiveCD is a recipe for nightmares later if something goes wrong. Your suggestion is wholly inappropriate for anyone who might ever have to work on their computer.
Re:BTRFS stable when (Score:4, Interesting)
ZoL all the way. I know longer care if the BTRFS glacier _ever_ arrives.
I was hesitant, thinking ZoL was toy status, but I bit the bullet, installed and took the learning curve. It seems fully mature to me. I had confused ZoL with the ZFS Fuse toy, but ithey are completely separate things. ZoL is a high performance, reliable and mature "real" kernel mode file system.
Creating an 18TB double parity RAID-Z2 storage pool takes only a handful of seconds and is completely ready to go. There is no traditional long "build" stage. In general all "mkfs" operations are essentially instantaneous.
For me on CentOS6 it was a simple repo addition and "yum install". It hooks into DKMS for when I do future kernel upgrades.
Re: (Score:2)
That "glacier" works just fine since many years ago. Don't confuse "in active development" with "unstable". When it comes to data safety, btrfs runs circles around any other filesystem.
Re: (Score:2)
Re: (Score:2)
Unstable means you better not rely on it. If it could be relied on, RHEL7 would be rolling out BTRFS as a full first line option, or as default - but they are not. Unstable means RHEL6 can't read a BTRFS volume formatted under Fedora18. Come on, it has been 5 years since BTRFS 1.0, and it is still "experimental".
Stable means you can exchange volumes between any linux system over the last 5 years or so without a problem. I can do that with ext4.
Re: (Score:2)
Btrfs features that break backwards compat are not enabled by default. Same with ext4.
Re: (Score:2)
A database that can't handle power loss in the middle of a write would break on other filesystems as well, so btrfs is no worse. Except that, if you're ok with filesystem-specific code, you can use a btrfs transaction, which allows consistency without multiple fsyncs.
Re: (Score:2)
Thats a total non issue, you turn off COW on those devices, or anywhere its not wanted. Duh? I would fully expect that COW should be an optional feature, in fact, it probably wouldnt be used until you turn it on by creating a restore point, snapshot, ot something such as that.
Re: (Score:2)
Re: (Score:2)
Looks like it got pushed back a bit further..
Last year an HP visionary predicted that smartphones and tablets would start utilizing ReRAM-based storage sometimes in 2014 - 2015. However, with current plans to start commercial manufacturing of ReRAM in late 2013 it looks like the first mass products featuring the technologyare only going to emerge in 2015 - 2016.
Re: (Score:2)
Whoops, sorry, meant ReRAM. Same difference :p No wear leveling and DRAM like speeds and non-volatile. Assumg you're curious about ReRAM and not the MRAM that i originally said http://www.xbitlabs.com/news/memory/display/20130625232112_SK_Hynix_Further_Delays_Commercial_Production_of_ReRAM.html [xbitlabs.com]
Looks like it got pushed back a bit further.. /cry
Last year an HP visionary predicted that smartphones and tablets would start utilizing ReRAM-based storage sometimes in 2014 - 2015. However, with current plans to start commercial manufacturing of ReRAM in late 2013 it looks like the first mass products featuring the technologyare only going to emerge in 2015 - 2016.
Two questions that I would like to have answered follows "Is reRAM more power consumptive during operation?" Are we therefore looking at RF radiation noise appearing as white noise?"
In my early IT years, we bought magnetic cores, 28 guage wire and we wired up and tested our own core memories. We needed some bit values to be remembered if there was a power failure. The environment was hostile to moving memory. (Circa 1070 is when I did this stuff). Finally, we bought magnetic latching relays, which tur
Re: (Score:2)
you know, everytime you write anything on a SSD, you are really doing a copy-on-write on firmware level... the wrote block is really fully read and copied with the changes to a new block, So the btrfs copy-on-write is not doing anything worst
Re: (Score:2)
Supposedly OpenSUSE was going to set BTRFS as default during installation.
I'd really interested in knowing where you think you heard this.
Define "much faster" (Score:2)
the multi-queue block layer is supposed to make disk access much faster on Linux
What do you mean by "much faster"? Have we been chugging along in the slow lane all these years?
Re: (Score:2)
until now, you only had one IO queue, taken care by a single CPU (even if your machine had hundred of cpus). For slow HD, it didn't matter much, as the bottleneck was usually the HD (unless you had huge array of disks). with SSD you can hit the cpu limit, trying to process all those request. with this patch, you get one queue per cpu, so you increase a lot the parallelism of IO on high speed IO devices.
For home users, it probably will not do much difference, as they don't usually have big IO setups, but for
TRIM support? (Score:2)
Linux always has major improvements (Score:2)
The problem is with the definition of major. There are almost never minor improvements to the kernel, using conventional ideas of major and minor. Ergo, these terms need updating or removing. They serve no useful function in the context of the Linux kernel.
Timetable (Score:2)
Re: (Score:2, Insightful)
"That's only going to work for so long until the next generation hits adulthood."
Do you really think so? The "next generation" is in high school right now, taking "computer science" courses, that consist of teaching Microsoft Office. What the next generation actually needs, is to learn to question authority. If they can learn that lesson, then maybe they can break the corporate lock-in tradition that the current generation seems so happy with.
Time will tell, of course. If Microsoft, Apple, and the major
Re:Nice (Score:5, Insightful)
What the next generation actually needs, is to learn to question authority
Apparently somebody's never met a teenager before. :P
Re:Nice (Score:5, Interesting)
Teenagers don't question authority, by and large. They yell, throw tantrums, stomp their feet, and make a lot of noise, and then once that angst is out of their system, they promptly tend to get to doing whatever it is that the authorities have told them they should do to "get ahead".
In any case, it's not about authority here...the real issue is that to most teenagers, or most people in general, a computer is merely an entertainment device, rather than a powerful tool that can be tailored to one's own needs. It doesn't matter how easy the latest user-friendly scripting language gets, "programming" remains something they envision as involving binary and machine code, purely there for autistic folks and aliens.
What we really need is to integrate programming of SOME kind into the general curriculum of our schoolchildren. And for Christ's sake, leave enough holes open on the local school network for kids to have fun learning to poke holes in the restrictive environment you've set them up in. The classes teach them HOW to do things, and the rebelliousness of getting around the restrictions gets them interested in doing them (and then the combination of heavy handed laws and bug bounty programs bring them back into societal correctness once they enter adulthood...hopefully).
The absolute LAST thing kids need is a user friendly interface. Save those for grandma, give the kid a raspberry pi, a book on Python, and then put them up behind a firewall that blocks most anything their friends will be wasting their time with. Not because you want to keep the kid OFF of such sites, but to make them at least learn a thing or two from time to time in their attempts to waste time in an otherwise purely wasteful manner.
Re: (Score:2)
Teenagers don't question authority, by and large. They yell, throw tantrums, stomp their feet, and make a lot of noise, and then once that angst is out of their system, they promptly tend to get to doing whatever it is that the authorities have told them they should do to "get ahead".
Exactly. Teenages only rebel in small ways; they don't really think about things from a big-picture point-of-view. I remember going to middle school and high school in an upper-middle-class suburban area: all the kids at my s
Re: (Score:2, Interesting)
Nah just need to remove the absurd penalty involved if you get caught hacking the school network, at least as long as you don't use your exploits for any sort of personal gain. I had a lot of fun playing with the school network. Despite never once taking advantage to having full reign over the system I was thrown out of school for a year when I got caught. The effect it had on my life after school was enough to turn me away from hacking. In the 10 years since that was added to my record I have had a total o
Re: (Score:3)
Nobody wants to hire a kid who thinks he can hack and then gets caught. It shows you can't be trusted at any job where you might need to touch a computer, phone or money. Worse still, it shows you lack skills.
People want to hire the guys who performed the hacks and got away with it, not the ones who overestimated themselves and failed.
Re: (Score:2)
My youngest son started become a teenager when he was 6, he is almost 15 now and usually more mature than a lot of people 20+.
Re: (Score:3)
I'm not sure what's going on in the school district you're in, but I've been in some Chicago Public Schools recently and they're teaching the kids a lot more than just "Microsoft Office".
I brought home one of the puzzles that some of the kids made on a 3D printer using some CAD program. It had nothing to do with Office. There were Linux machines scattered around the room and lots of the kids had iPhones or Android phones (not part of school, but don't think they're not learning how to work those platform
Re: (Score:2)
My youngest son graduated high school three years ago, in southwest Arkansas. I taught the boy more about computers than the school system did - then the little smart ass learned at least five times as much as I taught him, on his own. He is putting himself through college, and informs me that the majority of the courses, majority of the teachers, and majority of the students are clueless boobs who can't do much more than the Microsoft-centric high schools taught them.
I'm sure that mileage does vary, depe
Re: (Score:2)
In the local school district, they use some office application I have never heard of before. This doesn't seem to harm the kids in any way. They aren't unable to cope with other brands of spreadsheet or word processor afterwards (like the Lemmings will claim).
This is kind of the way it should be for school in general. Teaching concepts and whatnot.
If you can't handle different brands of word processor, you're going to be totally f*cked when your brand of choice makes a major UI change in the future.
Re: (Score:2)
That's for sure. I learned on Nota Bene. Now nothing throws me.
Re: (Score:2)
i have enough win boxes i need to tweak on a daily basis just to get them to act like a computer.
now some newb decides he's gonna turn my iptables into roadkill?
U MAD BRO?
Re: (Score:2)
No. There will be a translation layer that looks like iptables you can use.
Re: (Score:2)
Re: (Score:2)
Yes. It's great when people do the right thing!
Re:i'm watching a stream of some fag play Knack... (Score:5, Insightful)
The PS4 is just a low-end gaming PC with a Sony sticker on the front. Of course the games are going to look like something a PC could play a few years ago.
Re: SteamOS Will 'Really Help' Linux On the Deskto (Score:3, Insightful)
If your programmers cannot figure out which libraries to use and/or link everything statically, might I suggest that instead if crying fragmentation they look for a different profession.
Re: (Score:2)
...says the troll that's probably touched Direct3D never.
Re: (Score:2)
I still play my Loki games despite every clueless git trying to make pronouncements about things they don't have any experience with (game programming or app programming in general).
Re: (Score:2)
It was posted 9:34AM Saturday, Indian time.
Just sayin'...
4.0 is not for now (Score:2)
Linus said that he wants to have a 4.0 in about a year, not for now... and that he wants a clean, more bug fixed version (to see if distros use it as a long term stable version, instead of something like 2.6.32 or 3.2.x
Re: (Score:2)
Sorry, but you need a correction:
Debian rarely introduces regressions when (dist)upgrading the stable tree,
There are not-infrequent regressions when upgrading testing. I expect sid is worse. Serious regressions are much less common, but I used to figure that at least once during a cycle of testing the machine would get so borked that I'd need to switch to using stable for a week or so. OTOH, that didn't happen during the last cycle, and hasn't so far this time. But smaller regressions happen on nearly a
Re: (Score:2)
> already switched to osx years ago.
Bought some Macs. Was not really impressed.
Glad I can buy a much wider range of PCs for far less money if I am not married to a single highly proprietary operating system.
The worst part about running MacOS is being stuck with Apple hardare.