Slashdot Mirror


User: statusbar

statusbar's activity in the archive.

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

Comments · 1,227

  1. Re:Use Qt.... on Harsh Words From Google On Linux Development · · Score: 1

    moc exists only because older c++ compilers could not compile anything like boost's "signals2" library. Now every c++ compiler available supports templates enough to make moc redundant and silly. And in fact signals2 is more featureful than moc's signals and slots implementation.

    --jeffk++

  2. Re:They also claim Windows supports Posix on Office 2007SP2 ODF Interoperability Very Bad · · Score: 1

    Your simple program called fork() and it compiled on Visual Studio 2005???

    --jeffk++

  3. Re:LEPs where are you? on NYU Researchers Create Cheap, Flexible Pressure-Based Interface · · Score: 1

    Not only that, but I've designed products using a touch pad just like this back in 1989! It was a two-dimensional touch pad with a 68hc11 microcontroller in it which outputted MIDI to a synthesizer. The location of your touch determined the pitch and sound and the velocity of your touch determined the amplitude and the pressure afterwards determined the low frequency oscillator modulation. See a funny video of me playing it at http://www.turnercom.com/compositions-etc/Kit-100.html

    --jeffk++

  4. Re:Oh great, there goes slashdot on Wikileaks Pages Added To Australian Internet Blacklist · · Score: 1

    FWIW, I am the author of the Internet Filter and have just blogged about all this.

    Since I have added the denmark list to the internetfilter.com list, and the internetfilter.com list is transparent and publicly available, I have posted the new items on internetfilter.com.

    --jeffk

  5. Re:Useful in a few situations on Microsoft Office 2007 In Linux With WINE · · Score: 2, Insightful

    most likely these 'spreadsheets' are referred to by their creators as "databases".

    --jeffk

  6. Re:You are subject to laws of where you live on Apple's Terms No Longer Allow ITMS Purchases Outside of US · · Score: 4, Funny

    Maybe they could hold a book burning party

    --jeffk++

  7. Re:Killing kernel.org server isn't very nice... on Hope For Fixing Longstanding Linux I/O Wait Bug · · Score: 4, Funny


    I'm sure kernel.org appreciates these links. Now instead of fixing the bug they're putting out fires in the data center...great job slashdot.

    Well, maybe the kernel developers or bugzilla developers could use the practice in making a reliable scalable system out of the systems that they design.

    --jeffk++

  8. Re:Short lifespan? I don't think so. on Real-World Benchmarks of Ext4 · · Score: 3, Insightful

    I wonder if ext4 performs better with SSD's? Or if ext4 doesn't need an occasional fsck like ext3 does?

    --jeffk++

  9. Re:More Importantly on Web Browser Programming Blurring the Lines of MVC · · Score: 2
  10. Re:Not a problem on Managing Personal Electronics and Software In the Workplace · · Score: 0

    One reason they should care is when you start watching porn or something seen as offensive to someone else that you work with who is accidently exposed to what you are watching.

    This exposes the company to potential lawsuits for sexual harassment/discrimination/unsafe workplace etc.

    --jeffk++

  11. Re:Well, yeah on Apple Rejects iPhone App As Competitive To iTunes · · Score: 1

    I said 'supporting', not 'using'. This means help troubleshoot it, fix it, update it, make the code better. Hey even the hardware design is open source.

    --jeffk++

  12. Re:Physical storage vs. virtual storage? on Cloud Computing May Draw Government Action · · Score: 1

    Ah, but the problem is that I need a compute cloud which reads lots of data, decrypts it, transforms it mathematically in parallel, and then re-encrypts it. Even with public key encryption, we still need the nodes in the compute cloud to be able to decrypt the data. So same problem, the key can be exposed and therefore the data is too.

    --jeffk++

  13. Re:Well, yeah on Apple Rejects iPhone App As Competitive To iTunes · · Score: 4, Insightful

    It is time for us to start supporting OpenMoko instead of complaining about apple's policies!

    --jeffk++

  14. Re:Physical storage vs. virtual storage? on Cloud Computing May Draw Government Action · · Score: 1

    You asked:

    Is there something that stops you from encrypting information before putting it on the cloud?

    Well, yes... The usual point of the cloud is not just storage... it is computations. I use amazon S3 for encrypted and unencrypted storage, but the Elastic Compute Cloud virtual machines need to be able to decrypt it when necessary. So if the cloud is doing work on the data it needs it to be decrypted.

    --jeffk++

  15. Re:Oh Noes! on AT&T Slaps Family With a $19,370 Cell Phone Bill · · Score: 1

    One time I was driving to Vancouver on Highway 1, completely in Canada, and when the highway got closer to the border I would get a text message on my cell phone saying 'welcome to the U.S. Roaming charges will apply through AT&T" and I wasn't even close to a border crossing!

    If I didn't notice it and was doing a data download, I would have been charged big bucks and would probably have no recourse.

    --jeffk++

  16. Re:Cameras at every toll booth on California's Wireless Road Tolls Easily Hackable · · Score: 1

    Or... in some cases where your car is being towed by a speeding tow truck:

    Traffic Enfarcement

    Since it is your license plate that the camera picks up, you get the speeding ticket.

    --jeffk++

  17. Re:dumb people lose money, not freedom on Jail 'Greedy' Scam Victims, Says Nigerian Diplomat · · Score: 5, Insightful

    A fool and his money are best parted, because the last thing you want in this world are fools with economic power.

    --jeffk++

  18. Re:Boost epitomizes everything that is wrong with on Boost 1.36 Released · · Score: 1

    actually that is a good question. Why is mingw version stuck in 3.4 when I'm running 4.2 on mac and 4.3 on debian lenny?

    does anyone know?

    --jeffk++

  19. Re:Ouch on British Government Considers Tenfold Increase To Copyright Penalty · · Score: 3, Interesting

    This law could also be used to generate more money for developers by suing people or companies violating the copyright of GPL'd software when they don't comply with the GPL requirements...

    --jeffk++

  20. Re:I'll judge them in 3 days. on YouTube Yanks Free Tibet Video After IOC Pressure · · Score: 2, Informative

    For me it was when they not only included beach volleyball but included maximum bikini size for the women playing beach volleyball....

    The Olympics haven't had much to do with athletes for a long time. It is just big business.. Except for the athletes...

    --jeffk++

  21. Re:Letter of the Law on Patry Copyright Blog Closed · · Score: 1

    absolutely true...

    --Jeffk++

  22. Re:This is why they will never be taken seriously on FSF's "Defective By Design" Targets Apple Genius Bars · · Score: 1

    How old are you mr. speedtux?

    I run more linux servers and contribute more to GPL products than you do!

    Are you actually involved in the FSF?!!!??/

    I hope not.

    --jeffk++

  23. Re:The complexity seems worst at first. on Modern LaTeX Replacement? · · Score: 1

    Can you recommend any good references or books or tutorials for the beginner? How did you learn?

    --jeffk++

  24. Re:Redmine on Best Integrated Issue-Tracker For Subversion? · · Score: 1

    Wow! Thanks for the info on Redmine!

    I'm currently using Trac with the multirepos branch, svn and Mercurial. This works well with multiple projects but the install was not so slick.

    --jeffk++

  25. Re:This is why they will never be taken seriously on FSF's "Defective By Design" Targets Apple Genius Bars · · Score: 1

    Apple's products have nothing to do with civil rights.

    I support FSF promoting positive change. This is not the way to go about things.

    It is unfortunate that the fsf is succumbing to such negative activist group-think.

    And i have the freedom to oppose them, and support individual GPL projects directly instead.

    If the FSF continues these kinds of wastes of energy, that is their choice, but they will become irrelevant themselves.

    --jeffk++