Slashdot Mirror


User: the_brobdingnagian

the_brobdingnagian's activity in the archive.

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

Comments · 118

  1. Re:Just say "no" to dumbasses on Saying No To Promotions Away From Tech? · · Score: 1

    Your life can only suck as much as you're willing to allow it to.

    - by pushf popf (741049) on Tuesday December 08, @11:07PM

  2. Re:Who would use this? on Intel Connects PCs To Devices Using Light · · Score: 1

    You would have a p-wave traveling over the rope. Guessing from the equation[1] for the speed of a p-wave, the speed of your signal will be pretty low. You would probably be measuring ping times in hours instead of milliseconds.

    [1] http://en.wikipedia.org/wiki/P-wave

  3. Scare them away on Keeping a PC Personal At School? · · Score: 1

    Use some kind of user interface that's different from what they know.

    I use OpenBSD, xdm, scrotwm (tiling window manager) and lots of xterms. This is the way I like to work with the added bonus that nobody wants to use your machine. But it's a great way to get attention.

  4. Re:Processing / "Visualizing Data" on Beginning Python Visualization · · Score: 1, Interesting

    A processing like environment in Python would be awsome!

  5. Re:I tried to access the floppy drive on What Did You Do First With Linux? · · Score: 1

    Messing up the X config was one of the best things I did in Linux. I just switched to cli-only for the next few months. This is how I forced myself past the "high learning curve" and I enjoy it ever since. I think it was slackware linux when I was fifteen or sixteen. I was completely Windows-free well before I was out of high school.

  6. Re:Linux on Intel Cache Poisoning Is Dangerously Easy On Linux · · Score: 1

    I can't find a authoritative answer on the VM issue, but I had the same feeling when I read this news.

    Assuming you can use this (or similar) attack to escape a VM, you don't even need to root a box. Just rent a virtual box and you have instant root access to all virtual machines on the box. This shows that you really can't trust a VM as a security tool. A VM is great as a testing tool or as a way to rent really cheap "servers", but if you want security use a separate box.

  7. Re:First thoughts on A Secure OS For the Dalai Lama? · · Score: 1

    I use OpenBSD daily on my laptop and servers. They do a lot of great stuff. But OpenSSL is not one of those things.

  8. Re:telnet towel.blinkenlights.nl on Best Easter Eggs and Other Software Surprises · · Score: 1

    As a "Netherlander" I find this offensive.

    Now, what was I doing on /. again?

  9. Re:Whatever on Texas Vote May Challenge Teaching of Evolution · · Score: 1

    ....looked up the name of your wife...

    That's another fundamental logic failure: This is Slashdot; I can't have a wife! Besides I'm way too young to be thinking about marrying someone.

    You are starting to creep me out.

  10. Re:Whatever on Texas Vote May Challenge Teaching of Evolution · · Score: 1

    You said it clearly. Given these axioms. People who question evolution simply have different set of axioms.

    Noticed the "Math:" in front of the part about axioms? I was trying to make a distinction between math and the other sciences like biology. People who don't like evolution should think of a better theory. This has nothing to do with axioms.

    So in a way you can't prove that 2+2=4 because if there is an axiom that says that 2+2=5 then your proof is invalid because it contradict the axiom.

    That's why I said you build your proof on axioms. You can't just add or change axioms and hope all your proofs remain valid, you'll be lucky if your set of axioms remains consistent.

  11. Re:Whatever on Texas Vote May Challenge Teaching of Evolution · · Score: 1

    Translation: Given the axioms of Euclidean geometry we can prove that the sum of the angles of a triangle is 180 degrees.

    Good point. Including the axioms in your statement feels like a cheap escape to me. But I can't really find good arguments to support this feeling.

    Maybe I should have defined "absolute truth" as "True in all situations and under all axioms", but this doesn't really fix my argument in a satisfying way.

  12. Re:Whatever on Texas Vote May Challenge Teaching of Evolution · · Score: 1

    That's just mean....

    Can you explain to me why I am wrong? Maybe I could learn something from it. At least do it for the children I teach, they could benefit from my new insights.

  13. Re:Whatever on Texas Vote May Challenge Teaching of Evolution · · Score: 3, Insightful

    Math: given these axioms we can prove "2+2=4".
    Physics/biology/etc: We think nature follows these rules and as long as we don't see evidence to falsify these rules we assume they are correct. Else you need to search for a new rule that does match all your observations.
    Would you say that "the sum of the angles of a triangle is 180 degrees" is an absolute truth? How about in non-Euclydian geometry?

  14. Re:Achilles says "No." on IBM Develops Technology To Talk To Web · · Score: 1

    You think 10 minutes for reactivation is fast? Most of my OS installs are done in about 10 minutes and Windows needs 10 minutes just to ask for permission to install. I can't understand why so much people find this acceptable.

  15. Re:Lol on Living Free With Linux, Round 2 · · Score: 1

    Backups! Even on Windows, you can make little mistakes and overwrite or remove your precious files.

  16. Re:You're best bet on Which Distro For an Eee PC? · · Score: 1

    I run OpenBSD on my Eee PC 1000H and it runs fine. Except for the webcam, all hardware works out of the box.

  17. Re:X-Hallejulla! on AMD Releases Open-Source R600/700 3D Code · · Score: 3, Insightful

    I get the impression that the most vocal group asks for "Linux drivers", even less ask for "open source Linux drivers". Just a few ask for documentation. I'm glad they released the documentation. There are more OS's than Linux and maintaining an undocumented driver will probably be a hell.

  18. Re:Numerical Recipies on Your Favorite Tech / Eng. / CS Books? · · Score: 1

    The text in the book is indeed a good read. I'm not that positive about the example code in the C version. For example: they start all their arrays with 1 instead of 0 and use some kind of "array()" function instead of "malloc()". Somehow the code looked like it was C by FORTRAN programmers, the style seemed a bit off. That said: you shouldn't copy and paste the code from the book. Instead try to understand the algorithm and re-implement it yourself.

  19. Re:solaris and.....ubuntu? on Taking a Look at Nexenta's Blend of Solaris and Ubuntu · · Score: 2, Interesting
    You might want to read the third article you link.

    there is a major difference between binary blobs and firmware images; the blobs are loaded as code into the OS kernel, but the firmware runs directly on the device on crappy embedded micro CPUs.

    OpenBSD does contain binary firmware files. But don't take my word for it (or the article's) and check the contents of /etc/firmware/.

  20. Re:I never knew that command on (Useful) Stupid Unix Tricks? · · Score: 1

    I even had an argument with one of my friends. I kept answering his questions with: "bash(1)" or "ssh(1)" or whatever he needed documentation about. He kept telling me how useless and confusing manpages where, but I couldn't understand why and kept referring him to manpages. After a while he even started to get annoyed with me and I decided to investigate why. It turned out he was using Linux and I was using OpenBSD. The manpages I was refering him to really did suck on Linux. It took a while before I convinced him a well writen manpage can actuaally be usefull.

  21. Re:A site geared towards Linux user, to learn Open on OpenBSD 4.4 Released · · Score: 1

    As far as I know, OpenBSD tries to be fully POSIX compliant. Not just to document the points where they are not compliant. And OpenBSD is the last project I would critisize with respect to documentation.

  22. Re:good start on FSF-Sponsored gNewSense 2.1 Released · · Score: 1

    Thanks for your clear explanation and keep up the good work.
    I was trying to criticize RMS for criticizing others who "include" non-Free software while recommending GNewSense which included (includes?) non-Free software too.
    Although I don't use GNewSense, I do run a blob free OS.

  23. Re:How usable is it though? on FSF-Sponsored gNewSense 2.1 Released · · Score: 0, Offtopic

    I am unhappy with the various distributions of BSD, because all of them include, in their installation systems, the ports system, they all include some non-free programs.

    -- RMS
    Source: http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk132.ogg

  24. Re:good start on FSF-Sponsored gNewSense 2.1 Released · · Score: 1

    I don't know if you are serious, or if you are joking. I hope you are aiming for +5 funny, because I think you are, but your the point you are arguing is very close to RMS's opinion* about the evils of helping people installing less-Free software on a Free OS. Given his strong opinion on the topic of non-Free software, I can't really understand this sentence: "Since the last release, more non-free binary blobs have been removed, ....". Does that mean GNewSense included and still includes non-Free blob's? * At least, that's what I think his point was.

  25. Re:It's summer, and Slashdot is trolling on UK P2P Fight Brewing · · Score: 2, Insightful

    I trade my linux binaries via P2P (fine - then you should have no problem of rightsholders doing file-hash-based enforcement)

    I still oppose to the filtering and thus monitoring of my downloads. Especially if I'm downloading legal stuff.

    I learned about band X from P2p (fine - in which case if it makese economic sense for a company or band to release thusly, they will.. it's their decision to make)

    Doesn't make it legal maybe, but can make it morally acceptable to me. Why would it be illegal if you are not hurting anyone?