Slashdot Mirror


User: pe1rxq

pe1rxq's activity in the archive.

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

Comments · 1,071

  1. I have been experimenting with 2400b on UHF for almost a year now. Especially since it allowes mixed voice and data.

  2. Re:US Post Office always secure. on Senator Wants Nationwide, All-Mail Voting To Counter Election Hacks (arstechnica.com) · · Score: 2, Insightful

    Mail voting is incredibly weak and incredibly stupid.
    There is no way to verify that the person voting is the correct person and he is not forced in any way.
    Your paper trail is completly useless if you cannot prove it has a proper origin.

    Voting in secrecy in a nice voting booth using a simple straightforward ballot is a beautifull system. It is simple enough that you can not only explain it to a ten year old, the ten year old can actually go see for him self and verify proper procedures are followed.
    Yet again and again people try to fuck it up with mail or electronic voting schemes.

  3. Re:I want my division by zero errors to be errors on Ask Slashdot: What's the Harm In a Default Setting For Div By Zero? · · Score: 1

    No, just NO.

    Getting inf or -inf out of floating point actually makes sense: It is not just exactly zero but a whole range of very small numbers which give similar results and are treated as 'limits as x approaches 0'.

    Integer numbers and arithmetic are exact and although INT_MAX might be large these days it is still not anywhere near infinity and just does not make any sense at all.
    And having signed and unsigned behave differently also does not make any sense at all.
    Your compile time option might as well be named '-foutput-random-instructions'

  4. Re: 23 down, 77 to go on Religious Affiliation Shrinking In the US · · Score: 3, Funny

    50 million? You are not even close! Billions of billions of babies die each year due to masturbation! Even more than the population of earth!

    Seriously... read up on some biology, there is a big difference between the various stages of a fetus

  5. Re:Gamechanger on Tesla Announces Home Battery System · · Score: 1

    I don't know how many panels you need, but your price sounds ridiculous.
    I spend less then a tenth of that and have enough panels for about 2/3 of my electriciy consumption. They are also well on their way to pay for themselves in about 6 years. (currently in year 2).

  6. Re:Back end on GCC 5.1 Released · · Score: 1

    Unless your build environment is really broken (or you have a seriously a-typicall code base) compile time should not matter nearly as much as the resulting code. Don't forget that the resulting code has a big impact on the test phase of your cycle.

    Normally during the edit phase you only touch part of a codebase, and proper dependency tracking should result in only a small part of it being rebuild and linked.
    Proper dependency handling is not a job of the compiler.
    LInking is also not the job of the compiler. (And untill lld is mature enough llvm and gcc use the same one anyway, and even then it still has to prove itself)

  7. Re:Back end on GCC 5.1 Released · · Score: 1

    I am more interested in what it produces. Is the produced code fast and correct?

  8. Re:People? on GCC 5.1 Released · · Score: 0

    Sorry to hear your world is so small.
    You should get out more ;)

  9. Re:Don't they mean hears electrons? on MIT's New Tabletop Particle Detector Sees Individual Electrons · · Score: 1

    Are your eyes also used for listening?

  10. Re:How about basic security? on Why the Journey To IPv6 Is Still the Road Less Traveled · · Score: 1

    Wait, you stopped reading after five words?

  11. Re:How about basic security? on Why the Journey To IPv6 Is Still the Road Less Traveled · · Score: 3, Informative

    Filtering out nmap to places you don't want it to go is EXACTLY what a firewall is for.
    And your IPX comparison is also flawed. You don't need to use your MAC address, that is just one way of generating an IPv6 address. And being able to address a packet to any node on the internet directly is exactly how the internet was suposed to work. (Note that a firewall may still prevent such packet from ariving unwanted).

  12. Re:The answer has been clear on Why the Journey To IPv6 Is Still the Road Less Traveled · · Score: 2

    Which overhead do you mean exactly?
    The increased address size is not really a problem, route aggregation actually makes routing ipv6 easier than ipv4.
    Packet size increases a bit (20 bytes) but calling that 'too much' is simply unfair.

  13. Re:How about basic security? on Why the Journey To IPv6 Is Still the Road Less Traveled · · Score: 1

    2: Attackers can view your entire IP space. A simple nmap scan, then choosing what zero days to use... instant pwn-ership.

    Bullshit. Just use a firewall the proper way and stop using crap.
    If your machines are that vulnerable you are already screwed. Hiding behind NAT and thinking you are safe is a joke.

  14. Re:Cool to hear I guess on GCC 5.0 To Support OpenMP 4.0, Intel Cilk Plus, C++14 · · Score: 2

    Where and how exactly?

    I know llvm integrates better with IDEs, but I couldn't care less.
    As far as I have seen they produce comparible code. Last time I checked gcc code outperformed llvm code most of the time, but they were very close.

  15. Re:Dangerous Vulnerability Fixed In Wget on Dangerous Vulnerability Fixed In Wget · · Score: 1

    The two terms are not mutualy exclusive

  16. Re:He tried patenting it... on Independent Researchers Test Rossi's Alleged Cold Fusion Device For 32 Days · · Score: 1

    Or he found a way to sneak in energy without the researchers knowing it.
    The problem is that there is still no credible known mechanism for producing or storing it inside the box.

    The opinion "Doesn't work" is still valid, but after this one should atleast acknowledge that it is at the very least an ingenious hoax....

  17. Re:Great idea at the concept stage. on UCLA, CIsco & More Launch Consortium To Replace TCP/IP · · Score: 1

    And what magic do you propose to use in order to expand the FIXED length address fields in the IPv4 header?

  18. Re: What?? on WhatsApp Is Well On Its Way To A Billion Users · · Score: 1

    You might want to checkout QuickMSG (Disclaimer: I wrote it and this is a shameless plug). http://quickmsg.vreeken.net/
    It is open source, decentralized, secure, and not tied to a phone number since it uses email as a transport medium.
    Right now I only have an android app and a command line version for linux (I can only do so much at a time), but the protocol is completly open. Basicly PGPmime with a messaging format on top.

  19. Re:Brain damaged project on GNU C Library Alternative Musl Libc Hits 1.0 Milestone · · Score: 3, Insightful

    Have you ever looked at static linking in detail?
    A .a file is basicly a collection of .o files. The linker only links those that are needed.
    So they have a single .a file instead of two or more .a files. This allows them to prevent difficult interdepencies between those .a files.
    The end result might still be a very small subset of the complete library.

  20. Re:RMS needs to get over the GPL on LLVM & GCC Compiler Developers To Begin Collaborating · · Score: 1

    You are trying to sell the wrong thing.
    Software is not scarce, the only way to sell it like it is scarce is by artificially making it so. That is what closed source software (or like you mentioned patents) do.

    Making mony with GPL licensed code is not that hard, (many others are doing it), but you have to sell the thing that is truly scarce: Your time and knowledge.
    Have them pay you to make it or improve it, or sell support.

  21. Re:RMS needs to get over the GPL on LLVM & GCC Compiler Developers To Begin Collaborating · · Score: 1

    I don't know which platforms you use, but I am guessing they suck in general.
    For all platforms I use gcc is just fine.

  22. Re:The GPL is like the Slashdot Beta: Unwanted! on LLVM & GCC Compiler Developers To Begin Collaborating · · Score: 0, Troll

    By your logic the BSD license encourages tyranny when compared to the public domain.

    So far you have only proven that you can add and subtract the number 1.

  23. Re:GTK is trash on Intel Dev: GTK's Biggest Problem, and What Qt Does Better · · Score: 4, Insightful

    Unfortunatly it took them years to formalize that.
    Trolltech turned out to be ok, but untill you have the licenses actually reflect that you just can't be sure and it would be foolish to blindly trust them.

  24. Re:python sucks on Why Do Projects Continue To Support Old Python Releases? · · Score: 1

    If only the one piece of software was just one executable....
    Even then it was conversion work I as a user should not have to do.

  25. Re:python sucks on Why Do Projects Continue To Support Old Python Releases? · · Score: 2, Insightful

    Bullshit.
    All programs had '/usr/bin/python' set as their interpreter.
    Some developpers asumed it would be python 2.5, the others assumed it would point to 3.0.

    Why is it my fault (the user of a package) that python developpers make a mess of their versioning system?
    They made a new and incompatible language and gave the interpreter the exact same name and you think I am not qualified??????