Slashdot Mirror


User: Wolfier

Wolfier's activity in the archive.

Stories
0
Comments
1,502
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,502

  1. Re:Do people still write new C++ code? on Effective C++, Third Edition · · Score: 1

    Indeed, the reason I use C++ is performance.

    However, I'm not aiming for HIGH, but PREDICTABLE performance.

    You take a look at a loop and you'll roughly know how long it's going to take to run for C++ without GC.

    Until Java or C# supports true destructors (i.e. I should be able to tell the GC that I want to delete this object whenever I want, not the GC want), a lot of people, myself included, will not use it for systems programming.

  2. Cell phone ban on planes on Wi-Fi Coming on U.S. Domestic Flights · · Score: 1

    Has little to do with annoyance.

    It has to do with the phone being close to too many base stations, loading them up with traffic.

  3. Re:Laptops are transitional products on Laptops Outsell Desktops · · Score: 1

    The Powerbook duo was HUGE.

    By "PDA", I mean...PDA-sized portable device, which should be at most as big as a Blackberry...

  4. Laptops are transitional products on Laptops Outsell Desktops · · Score: 2, Interesting

    I'm still waiting for a PDA that when plugged into a docking station, will become a full-fledged PC.

    Someone MUST have done it right. Come on, it's 2005.

  5. Re:New trend? on Japan Striving For Energy Efficiency · · Score: 1

    Indeed. The Bush administration has formed one of the most ridiculous government regarding the respect to scientists.

    Twisting scientific results to fit their political, Christian fundamentalist propaganda.

    Example: Selectively provide funding only to researches that they like (stem cell research, abstinence, global warming), and numerous others...

    I now perceive the US government as the most successful "Cargo Cult" ever existed.

  6. Too many frigging choices. on Intel Head Recommends Apple · · Score: 1

    Disclaimer: I'm a happy user of Slackware for years.

    Still, I'm going to say I don't expect Linux to take over the Desktop anytime soon. The problem? Choice. Choice is good, but excess of anything is bad - even choice.

    If the only distribution were MEPIS, I agree Linux is a viable option - even with hundreds of desktop-oriented distributions, it might still be possible if everyone and his dog is not reinventing the wheel by writing their "minimalist" editor and all distributions choosing a different default.

    Linux is a nightmare to support. On Windows, you're almost 100% sure your user will have a clean, easy-to-work-with editor, aka Notepad. On Linux, you'll have to ask - open a text editor...do you have Gvim? Nope? How about Nedit? Nope? Xemacs? Nope? How about xedit - yeah, that's it...with its archic and ugly interface. You get the idea. Too many choices WITHOUT A DEFAULT is a problem.

    Also, higher assumptions are difficult to make when you develop software (apart from POSIX, you almost cannot assume anything) - which version of libc do you use? On Windows it does not matter - for example, msvcrt.dll just seems to be better at being backwards compatible than glibc - just rename the library and it'll most likely work. With glibc, it'll most likely complain - I know it is in theory a better safeguard - but I don't want to care if all I want to do is to run a browser.

    Linux will be viable for the Desktop on the day all distributions agree on a set of defaults for GUI apps, which unfortunately LSB does not cover.

    And for some reason I don't think that day is coming soon.

  7. google scan is good... on Publishers Protest Google Library Project · · Score: 1

    but can you bring it to the washroom?

  8. Re:This is big news on Xbox 360 Gets Backwards Compatible, Final Fantasy · · Score: 1

    Deathblow of what? Even without backwards compatibility and FF, the PS3 can still hold its own against the XBox 360.

  9. Section 202 ?? on Congress to Revisit the Patriot Act · · Score: 1

    Section 202 -- Gives federal officials the authority to intercept wire, oral, and electronic communications relating to computer fraud and abuse offenses.

    Seems that national security interests are already covered by Section 201. Section 202 smells like something totally irrelevant to counterterrorism at all.

    Think about it - depending on how they interpret "computer abuse", Section 201 is practially a ticket to arbitrary wiretap.

  10. The reason is simple on Hilary Rosen Gripes About iPod, iTMS · · Score: 1

    One way to success, is to commoditize your complement.

    If the RIAA senses that more of their future income might come from online sales than from the record stores, it only makes sense to make the online stores a commodity.

  11. Re:How stupid are you? Or are you a troll? on Google Founders Cut Salaries to $1 · · Score: 1

    I believe they're showing that they're not working for the money but for the passion in their work.

    It's like saying, "Competitors - I'm now working not for the money but for the sheer joy of it - it implies I must do a better job than you, so PHEAR!!"

  12. Re:Nothing to see. on CherryOS Goes Open Source · · Score: 4, Insightful

    If this is true, then the agreement sucks.

    At the very least, it must include an admission of guilt and a formal apology, or some form of other punitive measures.

    It seems they can *totally* get away with it now, and nobody will even know they did something wrong.

    Don't let it happen.

  13. Don't let it get away so easily on CherryOS Goes Open Source · · Score: 4, Insightful

    It smells more like a half-assed effort to calm down legal threats than anything.

    The moment you see their words "popular demand" you know they're STILL trying to lie and get away with something.

  14. Run X nested on Hack turns GIMP into Photoshop Look-alike · · Score: 1

    I run a script that uses xnest to run Gimp in a its own X. The result looks much like an "MDI-like" environment, very clean, very little distraction.

  15. Use an alternative network on BitTorrent Inherently Illegal? · · Score: 1

    After all, it's their network, it's their rules.

    Look for an alternate network, or sign up for DSL with the phone line.

    If you don't have a choice because they are the exclusive provider, fight for alternate network access.

    Lack of an alternative is the root of liberal use of censorship in school networks.

  16. Memory leak on Mozilla Firefox 1.02 Released · · Score: 4, Insightful

    Have they fixed the memory leaks in 1.0 yet?
    Having an idle browser leaking 300 MB of memory per day is like a self-inflicted DOS attack.

  17. Be realistic on Free/Open Source Software Hardware Requirements? · · Score: 1

    I've seen a lot of posts asking for "complete documentation" of a piece of hardware.

    Basically, you're just asking for the hardware maker to back away.

    Hardware makers often make use of 3rd-party technologies. Making documentation open might sound easy, but is legally difficult.

    There are trade secrets to protect (if you don't choose to patent a novel design, you do the best that you can to keep it secret).

    (for those of you who think there shouldn't be a reason for trade secrets and only evil corporations use it - think again - trade secrets also protect small companies from the big fishes, too)

    The solution I can see is a public binary ABI for drivers that is *STABLE* (i.e. not completely revised every other major kernel release).

    I'm a Linux user. In my short-sighted opinion, maintaining binary compatibility is the biggest weakness of all open source operating systems.

    There should be a guideline - that, say, binaries compiled within a major versino of GLIBC should all at least load - with various levels of buginess.

    It's fine if it *recommends* a version. But if it *requires* a version there might be something wrong - I was furious to see a binary that refused to load on a GLIBC 2.3.2 box just because it was compiled to link with GLIBC 2.3.3.

  18. Re:Dropline Gnome on Slackware 10.1 Released · · Score: 1

    How about X?

    No matter what you do, replacing a perfectly-working X is just crazy.

    I went through the painful experience of installing Dropline Gnome in Slack 9, and then ending up having to uninstall it when I swaret to Slack 10 - its X is not compatible with the Dropline X.

    Dropline should be modified to make use of whatever X version Slackware is supplied with.

  19. Re:Hyper-Competitive.... on Closed Digital Cameras - Does Anyone Care? · · Score: 1

    FWIW, I've been using a D70 and a ist DS for some time now and I prefer the Pentax over the Nikon for it's lack of Moire pattern, and a generally more natural image.

    Sharpness in DSLR depends more on the lens than anything else. If image is sharper because of software, it's called "in camera sharpening", something better done with the Gimp.

  20. Internationalization and IME on Gnome 2.10 Sneak Peek · · Score: 1

    There was Gnome 1. Then it was Pango. I thought different Gnome-native IME would be implemented (some already have been) but to this date a lot of people still are waiting for the CJK IME...especially since other input modules don't have good integration and sometimes just don't work well at all.

    Can anyone shine some light on it?

  21. The company founder is stupid on Using GPS to Track Teens · · Score: 2, Insightful

    He said "it is the right and responsibility" to know where they're going and how fast.

    Gimme a break. If you need to know these things about your kids, there's something wrong how you brought them up.

    It's too late to track them.

  22. How much for the CEO? on Buy a Piece of Acclaim · · Score: 2, Funny

    Could make a valuable textbook example of how not to manage a company...

  23. Think horizontally. on First Mod Chip For GameCube · · Score: 1

    Once you can load a program and run it from a memory card, what prevents people from making interfaces that you can read from the GC discs and load huge programs through the memory card port?

    Since the memory card port is likely something standard in a different form factor (e.g. USB, IDE, etc.) making interfaces to large storage devices are not far-fetched at all.

  24. Re:So who's signed it? on Kyoto Treaty to Enter Into Force · · Score: 1

    The treaty that US is interested in:

    Banning stem cell research.

    How enlightened.

  25. Re:I'm still confused on MPAA Looks to Sniff Internet2 Traffic for Sharers · · Score: 1

    And try to be the first one to distribute contents there and find ways to prevent independent artists from using it - after all, independent artists is a bigger potential threat than piracy...