Slashdot Mirror


User: larry+bagina

larry+bagina's activity in the archive.

Stories
0
Comments
6,755
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,755

  1. Re:Yeah, but... on BeOS Ready for a Comeback as Zeta OS · · Score: 1

    BeOS was only free to developers prior to release 4 (the first x86 version). If you wanted to actually develop anything you needed to buy a copy of codewarrier since the linker would only link 64k worth of code. I think with R4 they stopped giving it away free but they started including the uncrippled linker.

  2. Re:Say what now? on BeOS Ready for a Comeback as Zeta OS · · Score: 1
    Meta data is stuff that is adjunct to the file. Stuff like file name, file type, file size, etc.

    Normal file systems have fixed fields for the meta data. BeOS, however, had very flexible meta data. You could define extra meta data which could be indexed (in the file system database) for fast searches. So an mp3 might have "artist", "bpm", "album", "genre" etc. meta data. Emails might have "sender", "subject", "recipient", meta data. This flexibility made searching fast and easy.

    Anyhow, In windows/dos/unix, the extension (.txt) is generally used to determine the file type. BeOS had a "mimestring" metadata ("text/html"), so the name and filetype were totally independant (as it should be). Pre OS-X, MacOS/HFS files had creator type/file type codes to identify the filetype and keep it distinct from the name. In OS X, Apple has started distancing themselves from using the creator type/filetype code and instead uses the extension to guess the filetype.

  3. Re:Oh boy oh boy oh boy! on Kernel 2.4.26 Out · · Score: 1
    slashdot renders fine in IE. Rendering is fucked up for firefox and lynx though.

    View the page source sometime. It'll make you think you travelled back to 1998.

  4. Re:The webserver shoulda been running apache... on Five Fundamental Problems with Open Source? · · Score: 2, Funny
    actually, that is actual output from the tcsh shell. I started under bash, but help actually did provide some help, so I had to switch shells :)

    Of course, there's also this classic snippet:

    Let's look at a typical novice's session with the mighty ed:

    golem$ ed

    ?
    help
    ?
    ?
    ?
    quit
    ?
    exit
    ?
    bye
    ?
    hello?
    ?
    eat flaming death
    ?
    ^C
    ?
    ^C
    ?
    ^D
    ?

    ---
    Note the consistent user interface and error reportage. Ed is
    generous enough to flag errors, yet prudent enough not to overwhelm
    the novice with verbosity.
  5. Re:How much does murder cost? on James Gosling On The Sun/Microsoft Settlement · · Score: 1
    how often does any company?

    Lawsuits (and lawyers) are very expensive. Even if you're confident in your case, the judge or jury can do unpredictible things.

    Who exactly do you think MS is buying off?

    Scenario 1: Sun or intertrust files a lawsuit against Microsoft. Microsoft looks at the facts and decides to just pay them them $100 million.

    Scenario 2: Sun or intertrust files a lawsuit against Microsoft. Microsoft defends against it and goes to court and loses. The judge orders Microsft to pay $100 million.

    What's the difference?

  6. Re:Would you have sex with Commander Riker on Lawrence Lessig Elected to FSF Board of Directors · · Score: 1

    I'd just hate to be the chump janitor that has to clean the holodeck!

  7. Re:er ... on Five Fundamental Problems with Open Source? · · Score: 1
    You can't buy a new Macintosh that doesn't include open source software.

    You can't buy a new Wintel computer that doesn't include open source software.

    What sort of new computer are you thinking of?

  8. Re:The webserver shoulda been running apache... on Five Fundamental Problems with Open Source? · · Score: 2, Funny

    sure.
    >
    > help
    help: Command not found.
    > dir
    dir: Command not found.
    > win
    win: Command not found.
    > windows
    windows: Command not found.
    > help
    help: Command not found.
    > fuck
    fuck: Command not found.

  9. good news! on FSF Migrating From Savannah to Gforge · · Score: 5, Interesting
    No offense to the OSDN/Slashdot guys, but sourceforge has started to suck dick lately. Constant downtime, searches that don't work, CVS running a week late, and now PBS-style appeals for money on the front page.

    If you just need a good (and free) public CVS server, what other options are there besides sf and gforge?

  10. Re:possibly not on Will Linux For Windows Change The World? · · Score: 0, Troll
    it's like being bisexual.

    Assume you're a gay linux user (that shouldn't be too hard to imagine). Now imagine you're interested in pussy, but you know most girls are repelled by the foul stench emenating from your body. So you and your lug biddies have sex with each other every other night. But on Friday nights you go out crusing and maybe you'll pick up a prostitute, or Courtney Love will be in town, and you can fuck a woman.

    Hope that helps.

  11. Re:He wants HOW much? on Funding An Individual BSD Developer · · Score: 1

    2/3rd of donated money doesn't fund you or BSD development, it funds the Danish gov't. While it may be nice that they provide all those nice social services, the thought leaves a bitter taste in my mouth.

  12. Re:Stay on-grid while generating power on Off Grid Via Slow Moving River? · · Score: 1

    Back in the 1980s, IIRC, there were some tax credits to encourage solar panels, but they were eventually killed. Al Gore also suggested it as a tax credit during the 2000 election.

  13. huh? on Sun Sacks UltraSparc V and 3300 Employees · · Score: -1, Offtopic
    I just got this message from kerio firewall... what the fuck is slashdot/osdn trying to do?

    Someone from images-aud.slashdot.org [66.35.250.67], port 80 wants to connect to port 1084 owned by 'Firefox' on your computer

  14. Re:America... on The Heavyweight Sea Snail · · Score: 3, Interesting
    Where I live, there are people trying to build wind farms. No grants, gov't subsidies, etc, they did the math and think they can make a profit in the free market.

    However, a vocal minority of people complain that they look too ugly, are too big, ruin the view, etc, and have been able to use lawsuits and regulatory processes to prevent them from being built. As you might expect, they're also trying to convince the state legislature to pass strict regulations governing where and how they can be built.

    I know this isn't an isolated incident. There was a plan to build a windfarm in the atlantic ocean outside of massachussettes. "Not in my backyard."

  15. Get ready for environmentalists to complain on The Heavyweight Sea Snail · · Score: 2, Insightful


    I predict environmentalists will shit a brick because it might disrupt a few sea animals. Just like environmentalists hate wind power since some bird aren't intelligent enough to fly around the windmills.


    Considering the cost of the alternatives (coal, natural gas, oil, etc) isn't even on their radar.

  16. Re:Sure, Why Not? on Code Copying Survey for Developers · · Score: 1

    I had one pre-interview where they asked half a dozen C-programming related questions. Simple stuff (write a recursive factorial subroutine, what is the assert macro and when should it be used, stuff like that). I guess it weeded out people that read the first 2 chapters of C for dummies or something, but most of the people the company hired had masters degrees or better.

  17. Re:Sure, Why Not? on Code Copying Survey for Developers · · Score: 1

    Yet another reason open source rules.

  18. Re:Loop on Code Copying Survey for Developers · · Score: 2, Informative
    recursion? in lambda calculus yes, but early computers sucked for recursion. With a modern ISA, you usually have a nice stack with push and pop instructions. when you call a subroutine, the current instruction pointer is stored on the stack and automatically popped back when you exit the subroutine.

    Compare that to an early instruction set (like MIX in TAOCP 1-3). Subroutines are faked with self-modifying code (which makes recursion impossible):

    move R15,#return_here
    goto subroutine
    return_here
    ...
    subroutine
    store R15 exit_sub+1 ; R15 = return address
    ...
    exit_sub goto 0000 ; place holder
    If subroutine recurses on itself, you lose the return address. I'm not an export on early ISAs, but many of the ones I've seen had to do stuff like that.
  19. Re:Advice from a marathoner on Running for Geeks · · Score: 1
    Call me a racist if you want, but Canada has a black population of 2%. And a hispanic population that's even less than that. The US has a black population of 13% and 20% or so hispanic. If you compare the Canadian violent crime/drug crime rate to "whiter" states (utah, minnesota, wyoming, vermont, new hampshire, montana, etc) , you'll find them comparable.

    Crime, drugs, and poor minorities go hand in hand like CmdrTaco and a 12 year old boy at a NAMBLA convention.

  20. Re:Hmmm on No EZ Fix For The IRS · · Score: 1
    it would be a good thing. But who has the ability to abolish the IRS? Members of congress. Who benefits most from the IRS? Members of congress.

    See the major obstacle?

  21. Re:Hmmm on No EZ Fix For The IRS · · Score: 1

    More importantly, abolishing the IRS takes away one of congresses most influential tools. Think of the campaign contributions from people and corporations that would prefer a deduction for this or a credit for that.

  22. Re:Hmmm on No EZ Fix For The IRS · · Score: 1
    If not, then I can easily hide lots of income by borrowing against a marketable asset. Oh, and how do you determine if that is happening anyway?

    So? You borrow money, you pay it back with interest. Why does it matter if someone does that? Millions of people borrow money to buy cars, houses, even TVs from Best Buy. It doesn't gain you anything as far as tax purposes are concerned.

  23. Re:I've said it before... on Apple Developer Profile Changing? · · Score: 1, Troll

    They had a superior OS back in 1984, if only by default.

  24. Re:Good IBM now split Damit on IBM Snags Leading Indian Outsourcing Firm · · Score: 1
    Very Unlikely. They're a component of the DOW industrial average. 55% of their stock is owned by institutional investors. 1% by insiders. The other 44% by individuals.


    They have a market cap of 158 billion. That's how much it would cost to buy back all of their shares and go privat -- and they would probably need a premium of at least 10% over market price.


    Meanwhile, net income for 2003 was 7.5 billion. It would take 21 years to buy back all their stock if that's all they used their profit for, if the stock price somehow managed to stay at it's current level.

  25. Re:Why would someone do this on New Tool Cracks Apple's FairPlay DRM · · Score: 2, Informative
    If you wanted to there isn't a single song on iTunes you couldn't get over a p2p network.

    Bullshit. iTMS has some exclusive tracks and a large selection of classical music. p2p is great for popular stuff, but once you drop off the top 100 the critical mass isn't there.