Slashdot Mirror


User: mbogosian

mbogosian's activity in the archive.

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

Comments · 348

  1. Re:who? on Microsoft Anti-Trust Rulings Due Tomorrow · · Score: 2

    What does IBM have to do with the Microsoft antitrust trial? :)

    I don't know, I thought he was talking about GE....

  2. Re:If there was justice...... on WorldCom Wins $25M Bonus Judgement · · Score: 2

    They'd be forced to liquidate the company and split the proceeds equally with all the employees that got screwed over.

    I don't think the employees would want that...it would come to something like -1*10^4 dollars per employee.

    I think they should split the company up and take the resulting debt out of the personal assets of the company officers, and then put those offices in jail.

    While they're at it, they should jail the execs at fax.com too for operating illegally just so they can stretch their paychecks out as far as possible and then declare bankruptcy and walk.

  3. They probably found it with my car keys... on WorldCom Wins $25M Bonus Judgement · · Score: 4, Funny

    After filing for bankruptcy, the company admitted finding another $3.8 billion in accounting errors....

    So that's where that other 3.8 billion went! And I thought for sure it got lost when they moved last time. It's nice to see that turn up; I was going to call the moving company and complain....

  4. Re:Don't give them bank details on Abiword's PayPal Donation Fund Robbed · · Score: 4, Interesting

    This is why I don't give PayPal my banking details no matter how much they try to bluff them out of me.

    Schwab has deposit-only account/routing numbers for all their accounts (they're the ones given out for direct deposit, currently under Account -> Transfers & Payments -> Direct Deposit). If money is attempted to be removed using the same numbers, an "account not found" error is given (saving the fees from both ends associated with the "account overdrawn" error). This works with PayPal, because they verify your account by depositing small amounts of money into it (which will work).

    Granted, you have to have quite a bit of dough for it to make sense to use Schwab for checking, but it would be interesting to know if any other banks provide this kind of service. Of course, it would be more useful if one could pressure all banks to provide this. Then again, I guess the ultimate solution would be to have the same consumer protections that apply to credit cards also apply to one's account/routing numbers.

  5. Re:How about this: on Delivering Software, Electronically? · · Score: 2

    Of course, if you really wanted to, you could always do:

    $ apt-get upgrade PACKAGE

    Or:

    $ rpmfind --upgrade PACKAGE

    (These are jokes. They are neither insightful nor informative.)

  6. How about this: on Delivering Software, Electronically? · · Score: 2

    I'm trying to find the best way to implement a large-scale Electronic Software Delivery (ESD) service for my software company.

    How about the following:

    $ wget http://MIRROR.sourceforge.net/sourceforge/PROJECT/ SOFTWARE-VERSION.ARCH.rpm \
    > && su -c 'rpm -Uhv SOFTWARE-VERSION.ARCH.rpm'

    Or alternatively:

    $ wget http://MIRROR.sourceforge.net/sourceforge/PROJECT/ SOFTWARE-VERSION.tar.bz \
    > && tar xjf SOFTWARE-VERSION.tar.bz2 \
    > && cd SOFTWARE-VERSION \
    > && ./configure ... \
    > && make \
    > && make check \
    > && su -c 'make install'
    ;-)

  7. Re:Regroup to fight terrorists.... on Berman Retreats, But Only To Regroup · · Score: 2

    I wrote a short rant about it in June

    I couldn't have said it better myself. If I had mod points, I'd use them all here.

  8. Re:CD-R? on Ebay vs. Musician · · Score: 2

    There is a defference in the physical media, which is what the poster was referring to. A CD-R copy of a CD may be identical bit for bit, but the actual disc in not the same.

    There's also a difference in the license. CD-Rs require different up-front patent royalties.

  9. Re:Yay Evil Monopoly Of Doom! on Tim Bray on Microsoft Office · · Score: 2

    If everything about this really is kosher, though, then everybody give a great big "Thank You!" to MS!

    Let's see, if I remember correctly from high school logic...

    A: everything about this really is kosher
    B: everbody give a great big "Thank You!" to MS!
    Given: A is FALSE

    A -> B val
    F -> T T
    F -> F F

    So as long as we thank them anyway, we still have a true statement. It's our only course of action, so here goes:

    "Thank you sir, may I have another?"

  10. Re:Future on Calling Cell Phones Could Cost More · · Score: 2

    You could even take it further by integrating it into other services like .Net

    Aparently, one can improve anything by integration with ".Net": phone service, single sign-on, crab juice....

  11. No details as usual... on Calling Cell Phones Could Cost More · · Score: 2

    No phone company would provide details on where people could be affected.

    They should have said: the only customers who will be affected are those who call wireless phones from their land lines. If you don't call a wireless phone from your home phone, you have nothing to worry about. You can always tell a wireless phone number from a land phone number because the former has 7 or 10 digits (depending on the inclusion of the area code), wherease a wireless number has 7 or 10 digits (depending on the inclusion of the area code).

  12. Re:Future on Calling Cell Phones Could Cost More · · Score: 2

    I know this will probably never happen, but what would be the upsides/benefits to a universal number- ie a number that goes to your cell and your home phone and maybe even your work phone.

    No longer would you have to worry about all the telemarketing calls you might have missed while at work during the day!

  13. Re:This is not a rhetorical question. on RandR Support on XFree86 4.3 · · Score: 2

    It brings new life to tired, old, porn?

    On my Heads-Up Display?!

  14. Re:smallest elf execution on Smallest Possible ELF Executable? · · Score: 5, Funny

    I'm confused. Is this a troll or not?

    No. Trolls are completely different creatures from hobbits and elves.

  15. Re:smallest elf execution on Smallest Possible ELF Executable? · · Score: 5, Funny

    Frodo Baggins, the smallest elf, was just executed!

    Unfortunately, the article was incorrect then. Frodo is a hobbit. Furthermore, he is far from the smallest hobbit.

    However, he was executed. By two elves. By way of trampling.

    Does that mean we can assume that ELF binaries run on Hobbits?

    (Sorry, I couldn't resist.)

  16. Re:umm.... yeah? on Smallest Possible ELF Executable? · · Score: 2, Troll

    Assembled, it came to something like 35 bytes. In C++, it took over 10K.

    Obviously you weren't using the ELF format then:

    There is no getting around the fact that the 45th byte in the file, which specifies the number of entries in the program header table, needs to be non-zero, needs to be present, and needs to be in the 45th position from the start of the ELF header.

    Maybe ELF is just too inefficient. :)

  17. justification on Smallest Possible ELF Executable? · · Score: 5, Funny

    every single byte in this executable file can be accounted for and justified

    The author's sanity, however, cannot.

  18. Re:Way to go /. !!!! on Microsoft may Sanction the 'Switcher' PR-Rep · · Score: 2

    keen-eyed regulars to the Slashdot tech news and discussion

    Huh...I guess this is proof positive that masturbation doesn't cause blindness....

  19. Re:Sanctions? on Microsoft may Sanction the 'Switcher' PR-Rep · · Score: 2

    ooooh! Castigated!! That's bad, right?

    Among other things, castigate means to chastise by blows. I don't think this is what "Ball"mer had in mind, but you never know...

  20. Re:Palmtop? on Sony Releases Smallest VAIO Yet · · Score: 4, Funny

    Looks like they've sucessfully breed a palmpilot/laptop hybrid.

    Until they breed the price, I'm going to have to hesitate in calling it a success.

    It looks cool, though.

  21. Re:I want small and cheap on Sony Releases Smallest VAIO Yet · · Score: 2

    Price: $1700.00

    I don't know how true this will be, but it's certainly on par with previous picturebook models (the MSRP of which ranges between $2,100 to $2,400 which translates to about $1,800 on the street).

    Now if you told me it had a micro-thin DVD player in it, I'd own one tomorrow, but it doesn't.

  22. Re:NDA be damned! on Microsoft Settlement Compliance Criticized · · Score: 3, Insightful

    It's better to continue reverse engineering things the legal way until the documents are made public.

    So why not fight fire with fire? Microsoft has been perjuring itself under oath and illegally maintaining its illegal monopoly (yes both the act and the monopoly are illegal) for quite some time. Hell, who wouldn't be willing read and memorize their protocol specifications and swear under oath that they were reverse engineered, even if it was against Microsoft's (IMO illegal) license agreement.

  23. Re:No, don't do that under any circumstances! on Questions for a Lecture on Microsoft's Palladium? · · Score: 3, Offtopic

    Am I, as the owner of the computer, going to have final say in what can and what can't run on my computer?

    How about: I'm a freelance developer, and I use Cygwin to do most of my development. I have invested over ten years in learning these tools, and as a result, I am incredibly efficient with them. For those of you who don't know, Cygwin is an OpenSource extension to Windows that runs common UNIX programs like Emacs & GCC. Will I be able to run Cygwin in a Palladium environment, or will I be forced to run only Microsoft-approved development tools with corresponding EULAs?

  24. Re:well well well on More on DVD-Audio and SACD · · Score: 2

    One disc convinced me to get a full-blown player ($150-$200 -- I got the Toshiba SD4700).

    Are you sure you don't work for Toshiba? :)

  25. Re:Hmmm... on Moonlight|3D 0.5.5 Released · · Score: 2

    I might just reboot into linux when I get home...

    What do you mean reboot?