Slashdot Mirror


User: kfractal

kfractal's activity in the archive.

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

Comments · 20

  1. Re:Transparency is supported. Pronounciation? on Bellard Creates New Image Format To Replace JPEG · · Score: 1

    so is it impossible to extend png to include more aggressive (but still lossless) compression?

    i'm getting tired of the tower of babel.

  2. Real programmers use assembly on Ask Slashdot: "Real" Computer Scientists vs. Modern Curriculum? · · Score: 2, Interesting

    egads. i know a few gods. none of them write assembly or opcodes. they may write their own microcode compiler for the processor they're designing to solve what ails them, though :)

    seriously, these are a few things i know most grad-student CS guys have never been exposed to but which should be taught:
    . source code revision control systems
    . debugging techniques (vs. broken hardware, not software)
    . platform integration (e.g. where do i store preferences!?!?, etc)
    . multi-programming in event-loop schemes
    . techniques for gaining understanding of a large body of code, relatively quickly
    . Makefiles/code build environs
    . packaging
    . testing, with large systems/moving parts.

    i do device drivers so i don't often come across people who'd rather code in java. but the rest are widely applicable, i think.

  3. I'm ok w/C++ and STL. on C++ and the STL 12 Years Later: What Do You Think Now? · · Score: 0

    I can get things done with it which were a complete pain before STL started to work w/o too much thought.

    I don't write Perl scripts any longer. But, I never really try to use things like exception handling, inheritance, multiple or otherwise (unless seriously shallow), non-trivial const correctness, operator overloading, etc. There are weeds in there you're not likely to recover from brushing against.

    Long story short: now great for simple, "get it done" jobs which were sending me to scripts before. If I were writing a modern library (e.g. Qt or the like) I'd stay way away from it.

     

  4. some things are hard... but on The Ways Programming Is Hard · · Score: 0

    slashdotting is apparently still easy :)

  5. History lesson on Should Undergraduates Be Taught Fortran? · · Score: 0

    Yes, teach it to them for historical purposes. So they see how awful it is and no one makes that same mistake again :P

  6. Re:My Review on Review: Wrath of the Lich King · · Score: 0

    I'll second the "immersion" angle... I'm a sucker for a story line but Burning Crusade just didn't do it for me. This one has me hooked. The wrathgate quest line and almost suprise cut-scene was fabulous.

  7. Re:Astonishing development on Apple Officially Releases Beta Dual Boot Loader · · Score: 0

    Well, I for one was about to purchase a Dell or Alienware desktop for games. Now I'll likely wait around until the Intel-based Mac desktops show up instead. Just when are they coming anyway?

  8. If Star Wars Galaxies... on New Star Wars TV Series Confirmed · · Score: 0

    won't die, then neither will this.

  9. Which one? on SGI Warns That Bankruptcy Might Be Year-End Option · · Score: 0

    I'll take the bug, you can have the goofy stylized "sgi" one.

  10. Re:I'm not a physicist, but... on Using Barges to Fight Global Warming · · Score: 0

    I always wondered if scads of little, white floating balls trapped with an oil slick clean-up mechanism would do the trick.

  11. so who gets to patent T-Rex DNA? on Scientists Find Soft Tissue in T-Rex Fossil · · Score: 3, Insightful

    just curious.

  12. Re:Um...WTFN? on IE7 Details Emerge · · Score: 1

    Why would they want to be standards compliant? That's nuts.

  13. Kerry, pen. Bush, most definitely w/cheat sheet.. on Did Kerry Use a Cheat Sheet? · · Score: 1
  14. egads on Build Your Own Model B-52 · · Score: 1

    i remember thinking ducted fans were nuts...
    200,000 rpm and 500c exhaust!

    fun fun

  15. Regression testing... on Rewrites Considered Harmful? · · Score: 1

    without it rewrites are dangerous. Well, just about any coding is :)

  16. bacca! bacca! bacca! on Star Wars Galaxies - Release Date Announced · · Score: 1

    who's on bacca?
    hey what are you gonna do with that bacca?
    man that's the shizbacca!

    lather, rinse, rebacca.

  17. infrastructure and licenses on Software "Open Monopoly" · · Score: 1

    if i were in a position to influence the "infrastructure" of an emerging service industry... i would ensure that said infrastructure was riddled with techniques not usable without license from me.

  18. Re:Government news blackout? on World Trade Towers and Pentagon Attacked · · Score: 1

    is this ddos attack confirmed? who's reporting it?

  19. Re:Ballmer hasn't seen 2001 on MS To Work To Make .NET Run OSes Beyond Windows · · Score: 1

    actually, i thought it was hardware abstraction layer...

  20. segue... into open source on Open-Sourcing Discontinued Hardware · · Score: 1

    > If you wanted 'community support' then you should have bought hardware/software that had been made 'by the community'.

    i'm not the most incredibly open source literate person on the planet... for sure :) but i don't think i've ever heard of an open source hardware project. has there been one (many)? and how successful have they been if so?

    personally i'd love to see someone (ahem) dream up verilog and chip/board specs for a floating point (scalable, of course) graphics system...

    i'll pretend i'm dreaming until it happens.