Slashdot Mirror


User: Storlek

Storlek's activity in the archive.

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

Comments · 211

  1. Re:Why is P2P always to blame? on FTC To Take a Second Look at P2P · · Score: 1

    And then, we will see the rise of pirate websites, just like how there are pirate radio stations now.

    You could go a step further and conceive a world in which not only servers, but even things we take for granted, such as a hard drive or DVD-R disc, would be regulated. Admittedly, this is a highly extreme case, but considering there's already a trend toward making web applications for everything, it wouldn't be too difficult to convince the less technically apt people that they don't need a "real" computer -- that a thin-client system is exactly the same, except much cheaper. It'd essentially destroy peer-to-peer sharing as we know it. And perhaps this would lead to black-market hard drive sales, and a vast underground sneakernet, because history is destined to repeat itself.

  2. I have to ask this... on FTC To Take a Second Look at P2P · · Score: 4, Insightful

    Why are classified documents even on a computer that's connected to the internet in the first place? The government has their own separate networks for that stuff.

  3. Re:For once I prefer the RIAA position! on Sony BMG Says Ripping CDs is Stealing · · Score: 2, Funny

    Wait, the RIAA doesn't object to something that blatantly violates the Lomonosov-Lavoisier law? Those universe-destroying bastards.

  4. Re:Debian keeps getting sillier every day. on Debian Refuses To Push Timezone Update For NZ DST · · Score: 1

    Surely you meant "aptitude" there.

  5. Re:Has he put his money where his mouth is? on Trent Reznor Says "Steal My Music" · · Score: 4, Funny

    If I were him, I'd make a whole CD out of white noise and screaming sounds, maybe with some drums on top for effect.

  6. Re:Size of iostream? on The Future of C++ As Seen By Its Creator · · Score: 1

    no useful program may be smaller than Hello World That is wildly incorrect! 'true' and 'false' are two commonly used counterexamples.
  7. Re:80 Columns? LUXURY! on Are 80 Columns Enough? · · Score: 0, Redundant

    80 columns? That's all anyone needs. "640K should be enough for everybody".
  8. Sounds kind of like... on Matt Groening to be Final Boss in New Simpsons Game · · Score: 1

    eXistenz.

  9. The real question is... on Sun to Make Solaris More Linux Like · · Score: 1

    Are they making CDE less butt-ugly?

  10. Re:Not very long... on Censoring a Number · · Score: 1

    Gravity's Rainbow.

  11. Re:Come on, be realistic on National Projects Aim to Reboot the Internet · · Score: 1

    I can see the banks wanting a private network as well as diplomats, and the military, there is no reason why this couldn't be done. The military already has its own network. Several, in fact.
  12. Re:Give new meaning on Water Logic Gates Built at MIT · · Score: 2, Funny

    So, is it water-cooled?

  13. Re:Licensing, licensing, licensing on The Insanely Great Songs Apple Won't Let You Hear · · Score: 1

    Yep, iTunes gift cards are the way to go.
    Just get a handful of them for whatever country you want, create an account in that country's iTunes store, with any old address, as long as it's in that country. Log in, and you can get whatever music you want, no credit card needed! Or even forego the gift card if you're just looking for free downloads.

    (I think you can get Japanese iTunes gift cards from jlist.com, but the site's acting up right now so I can't confirm this.)

  14. Trackers on Music Sequencing Software for Unix? · · Score: 2, Interesting

    If you're willing to take the time to learn how to use it, a tracker can be amazingly flexible, and you can do quite a lot with one.

    For Linux, there's (among plenty others, these are just the most prominent ones) MilkyTracker, ChibiTracker (which is the successor to Cheese Tracker), and -- don't mind if I spam my own program :) -- Schism Tracker.

  15. Re:Good... on EMI Considers Abandoning DRM on CDs · · Score: 1

    Just curious, why didn't you return the first copy to the store? Most places at least allow exchange for the same title if your copy is defective.

    I pulled a stunt with a DRMed disc once by returning it to the store several times, claiming it wouldn't play (which was the case... on my computer, which is the only CD player I have). It took seven returns before anyone at the store even considered it may be a DRM issue and not a manufacturing defect, but they eventually gave me store credit for another title just to get me to stop bothering them.

  16. Re:Don't use FAT on File Systems Best Suited for Archival Storage? · · Score: 1

    Extfs unfortunately isn't very well supported in a lot of places besides Linux. It's the unfortunate truth. Nor are lots of filesystems, to be honest.

    By "fanboy" I was more referring to my bringing up the Mac in a Windows/Linux-centered discussion, although I suppose I could put in my 2 and suggest using HFS... OS X and Ubuntu have coexisted nicely on my Powerbook for a few months now and I have yet to see any problems with the Linux support for HFS; on the other hand the Mac ext2 driver crashes constantly. I have seen HFS-reading tools for Windows; I haven't researched extensively since I haven't had Windows installed on my own computer since before XP came out, so I can't vouch for their quality, but I also haven't seen any reports of major problems like with ext2 on the Mac. It might be something to look into.

    (Now that's probably closer to fanboyism :)

  17. Re:Don't use FAT on File Systems Best Suited for Archival Storage? · · Score: 1

    Not to sound like an Apple fanboy, ext2/3 just isn't very well supported in Mac OS. Sure, there's an ext2 driver, but it's unstable and buggy at least in 10.4 -- if I'm mounting my ext3 partition, I have to kill Spotlight first, else it'll try to index it, and about half the time I'll end up with a kernel panic. There doesn't seem to be much development on it, either. I'm not sure the developers are even interested in the project anymore.

    It's a fine and stable filesystem in itself, but if it doesn't work on the second most popular commercial OS (using that title liberally of course), I can't keep my data on it.

  18. Re:"integration" or "bundling"? on Apple and Google to Blog the World · · Score: 0

    They also use proprietary connectors, such as ADC(now dead) and mini-DVI. Don't forget those crazy USB ports they started putting on all their computers back in '98. Nobody ever used those things.
  19. Re:It doesn't matter on Mac OS X Versus Windows Vista · · Score: 2, Informative

    It should also be pointed out that in many dialogs, pressing command(apple key) and a letter will press a button. For example, in the shutdown dialog, command-R restarts. Actually, in the shutdown dialog, you don't need the command key. Elsewhere, yes, that is correct.
  20. Re:This one made me cry a little inside on A Tour of the Google Blacklist · · Score: 1

    You don't get points for funny.

  21. Re:Something you might look into on Which Text-Based UI Do You Code With? · · Score: 1

    python has hooks for curses (python is a fairly simple language). It also has a database API and an object relational layer (part of Rails but doesn't require rails). You might take a look at that. You can extend python using C if you need or you can write the C/C++ programs as callable from inside of the python script.

    This is NOT something I've done before (except for using python and Rails and the database api). But it might be something to take a peek at.


    Should've trimmed out "rails" too.

  22. Re:Unix on Usability in the Movies -- Top 10 Bloopers · · Score: 1

    Actually, by the GNU standards you should type info command instead, since manpages are outdated.

  23. Re:Flailing arm interface on Usability in the Movies -- Top 10 Bloopers · · Score: 1

    Tiring for you to work on the system by yourself, maybe, but think of the time saved when such an interface is implemented in conjunction with Wacky Waving Inflatable Arm Flailing Tube Man.

  24. Re:Cant run IE 7 even if i wanted too. on More Details on IE7 Tabs · · Score: 1

    This isnt a 'me' post, there are a *lot* of people and businesses that have no plans to goto XP ( or server 2003 ) in the near future.

    --
    ---- Me Me Me. That is all that matters ----


    Your statement and signature are incongruent.

  25. Re:Tabs in IE7? on More Details on IE7 Tabs · · Score: 1

    Sure, there's lots of functionality on the middle mouse button, at least in *nix. Many applications use middle click to paste the contents of the clipboard. Nautilus uses it to open a folder and close the current window (in spatial mode), and several window managers bind various window operations to a middle click on the titlebar.