Slashdot Mirror


User: Bootarn

Bootarn's activity in the archive.

Stories
0
Comments
142
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 142

  1. Re:Equivalent of the TSA... on DHS Wants To Hire 1,000 Cybersecurity Experts · · Score: 1

    This makes me wish I had mod points :)

  2. Re:How do you deal with Linux destroying file date on Which Filesystem Do You Use On Portable Media For Linux Systems? · · Score: 1

    You can change it afterwards with tune2fs (for extfs family filesystems).

  3. Re:great news on Con Kolivas Returns, With a Desktop-Oriented Linux Scheduler · · Score: 1

    No, sorry for my fuzziness. I meant run-time pluggability. I didn't mean it to be a general scheduler, just a generic way to call a run-time pluggable scheduler

    I meant for something like a pointer to the scheduling function from the code in the interrupt vector. I used this technique in a kernel I wrote at the university. The main difference between what I described here and my implementation is that the scheduler itself was responsible for the context switch. Not a great idea in terms of maintainability, but it was quite fast.

  4. Re:Linux on the Desktop/Linux on the Server on Con Kolivas Returns, With a Desktop-Oriented Linux Scheduler · · Score: 1

    A "mere mortal" coding in C++ would probably write a scheduler class instead. Having pointers to functions is an excellent idea, since it allows for an instantaneous jump to the requested scheduler function.

  5. Re:great news on Con Kolivas Returns, With a Desktop-Oriented Linux Scheduler · · Score: 1

    You don't even have to change the interrupt vector. You can use it to jump to a general rescheduling routine, which switches process by having the scheduler return the PID or thread ID of what it thinks should be running next. This way the scheduler is very easy to replace, and no modification of the interrupt vector is needed.

  6. Re:Acme mirrors to the rescue on UK Royal Society Claims Geo-Engineering Feasible · · Score: 1

    a giant mirror on the Moon

    I especially like this one. It has that "evil genius" feel about it.

  7. Re:torrents on Red Hat Enterprise Linux 5.4 Released · · Score: 1

    Well, RHEL is a commercial product, so unless your organization feels like being criminal, it's not going to work in a legal context.

    It is, however, a good idea in general.

  8. Re:Purpose on Slackware 13.0 Released · · Score: 1

    except maybe for Debian, it is the ONLY Linux distribution that won't install an X11 server by default.

    Tried Arch Linux? It only installs the kernel and base packages (bash, init scripts, glibc) at it's bare minimum. Default is to also install some compilers (gcc, g++ etc.). X11 is not installed by default. You'd like it. I, as a former Slackware user, did.

  9. I have a R60... on Why Is Linux Notebook Battery Life Still Poor? · · Score: 1

    ...and I'm up to 3.5h of battery life (battery at 90% health) by using the powertop utility (try it!). Another great tip is that if you have an ATI card and are using the open source radeon driver with it, inserting the line

    Option "DynamicClocks" "true"

    into your "device" section in your xorg.conf makes it draw up to 2 watts less power (a lot in this context).

    Good luck!

  10. Re:Our old sys admin on Suitable Naming Conventions For Workstations? · · Score: 0, Redundant

    whoooooosh!

  11. Re:Do the users/sysadmins want to change? on XP Users Are Willing To Give Windows 7 a Chance · · Score: 1

    At my university (Uppsala, Sweden) we have a PC lab which still runs XP in the CS department. I don't see an upgrade to 7 any time soon because they just bought a bunch of Sun servers running Solaris 10. Most people here use thin clients (SunRay 2) to connect to the servers, and very few actually use the XP machines. At the math department, people have their own GNU/Linux installations on their machines.

    We're probably safe security wise, since we've got a firewall protecting the XP machines, and they're not visible from the outside. The Solaris machines, however, are accessible via SSH.

  12. Re:Nice on AMD's OpenCL Allows GPU Code To Run On X86 CPUs · · Score: 2, Insightful

    Damn, you beat me to it!

    The problem now is the lack of applications that enable end users to make benefit from having a powerful GPU. This will be the case until there's a standard API which works across multiple GPU architectures. Having both CUDA and OpenCL is one too many

  13. Read TFA, but... on Embedded Linux Achieves One-Second Boot Time · · Score: 1

    ...the marketspeak made my ears bleed. The word "kernel" was mentioned *once* in the article linked to by the second link.

  14. Web pages... on Typography On the Web Gets Different · · Score: 1, Flamebait

    ...are just a way of sharing information. I think the <video> tag is a great idea, since it moves towards a standardised way to view videos on a page. Even though it's video, it's still information.

    This, however, is not a clever way of "enhancing" web pages. We have the information we need, and we're satisfied. No need to put bells and whistles on it. If it were up to me (which it isn't), there would be no such thing as "web design". Web pages are not a fashion show, they're just means of sharing, displaying and publishing information. Let's keep it that way.

  15. Re:Yup on Judge Rules IP Addresses Not "Personally Identifiable" · · Score: 1

    You're absolutely correct, but it should also be noted that IP addresses change and get recycled. Keeping logs of all IP leases is a difficult task, and failure is bound to happen at some point (DHCP server losing time/date, etc.). My point is that it's always hard to identify a person by a number that can change at any given time.

  16. Re:Seriously Java? on Java Gets New Garbage Collector, But Only If You Buy Support · · Score: 1

    OpenTTD > Transport Tycoon Deluxe ;)

  17. Re:hey Asus on Asus Slaps Linux In the Face · · Score: 2, Insightful

    Hello, friend! I am also quite pissed.

    Let's wait one year from when they purchase their Windows-disabled Eees, when their machines are clogged with spyware and malware and the registry's broken and the little Atom CPU desperately tries to actually do some work whilst constantly swapping things in and out of RAM. Let's wait until then and tell them "It's Better With Windows!(tm)".

    I say f*ck this! I'm not buying another Asus product in my life!

    Damn, it feels good to vent!

  18. Re:RIP on Microsoft's Bulk Deal With New Zealand Collapses · · Score: 1

    From this perspective, the Asus Eee is an interesting machine. It comes bundled with a system (modified Xandros)that you can very much treat as an appliance.

    In fact, "appliance computing", as we may as well call it, is the intended target market for the Eee. You use the Eee as an appliance for surfing, word processing etc. Some people may call this limited, but lets' face it, it's all a Joe Sixpack needs in a small, convenient package.

  19. Re:Great! Science Schmience on BPA Leaches From Polycarbonate Bottles Into Humans · · Score: 1

    I wish I hadn't already used up my mod points, since this is one of the funnier things I've read today.

  20. Re:Games on Why Linux Is Not Yet Ready For the Desktop · · Score: 1

    You have a valid point. It's really hard to get any VPN connection to work under Linux at all, unless you use a GUI frontent.

    Recent versions of the Network Manager applet (The network selection thing in Ubuntu, for those of you who don't know its name) claims to support VPN, albeit I've been unable to make it work even after nine years of using Linux and almost two years of CS studies.

    If Linux is ever going to be widely used in corporate environments, easily configurable VPN support is a must.

  21. It started nine years ago... on What Did You Do First With Linux? · · Score: 1

    When I was twelve I decided to try GNU/Linux. I was running Windows 98 at that time, and I didn't like it when it corrupted my partitions. Quite naturally I chose a distro which could be installed on top of a FAT file system, and I opted for Dragon Linux, which was slackware based. It was quite a mess. I never actually got X running with it, but I got doom running, though (albeit without sound).

  22. Re:But... on Robotic Penguins · · Score: 1

    Oh noes! Ballmer's private army!

    What sweet irony if they were programmed to attack Red Hat HQ.

  23. Re:Takedown? on Bohemian Rhapsody On Old Hardware · · Score: 1

    If this video is removed due to copyright reasons, I'll then officially have lost all hope in mankind.

  24. Problem... on Human Ear Could Be Next Biometric System · · Score: 1

    The article states that these so called OAE:s can be recognized using hyper-sensitive microphones. This is a bit of a problem since phones tend to have microphones of rather poor quality compared to those required.

    Furthermore, since the method requires sensitive microphones, it can't be expected to work at all, since there are a lot of noises around us which can affect the authentication process. Not to mention the signal quality required. I don't see this working over a telephone in a foreseeable future.

  25. Re:Curious to see what others do. on Time Warner To Offer Unlimited Bandwidth For $150 · · Score: 1

    I'm not an American resident, so I'm wondering if what you pay for your connection is considered to be relatively good pricing? In my family, we're paying 359 SEK/month, wich is about $43/month, for 24 Mbit/s DSL with unlimited monthly traffic. We live in Sweden.