Slashdot Mirror


User: ttucker

ttucker's activity in the archive.

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

Comments · 771

  1. Re:No, it fails compilation. on The Reason For Java's Staying Power: It's Easy To Read · · Score: 1

    Whooosh... the code example is in C/C++, not Java.

  2. Re:"Easy to read" is non-sense on The Reason For Java's Staying Power: It's Easy To Read · · Score: 2

    It is supposed to fail, but instead does something terrible. I guess the whole C++ is more sensible than Java thing is called into question by counterexample.

  3. Re:"Easy to read" is non-sense on The Reason For Java's Staying Power: It's Easy To Read · · Score: 1

    int things[10];

    things[11] = 47;

    What is that supposed to do?

  4. Re:Lesson Here on Long Uptime Makes Boeing 787 Lose Electrical Power · · Score: 1

    A non lazy programmer shouldn't subtract two timestamps from each other to get a duration but uses a (self written) function that can handle overflows.

    I am not sure who you are even talking to. My response was in response to a smart ass comment made by a user named fisted, where he basically said that someone was a moron for suggesting counters that will run for orders of magnitude longer (ie. tens of thousands of millennia) are a pretty OK idea.

    Nobody mentioned calculating duration besides you (in a perfectly sensible way, I might add). This is a smart answer to the question that it is an answer to, but a really kind of silly answer to a question that it is not an answer to.

  5. Re:Lesson Here on Long Uptime Makes Boeing 787 Lose Electrical Power · · Score: 1

    And you have to adjust a lot of variables to become long. All temp vars that hold a timestamp. If you miss a single one, your screwed.

    Yes, the program would have to be implemented without error, to not have an error... that is a tautology. Pragmatically, use a statically typed language, and do not change anything, use the correct type while implementing the program the first time.

    What would a non-lazy programmer use instead? An arbitrary precision int or something? Can you think of any downsides to that approach?

  6. Re:Lesson Here on Long Uptime Makes Boeing 787 Lose Electrical Power · · Score: 1

    63 bits for a nanosecond counter gives 292 years.

    My post was not about nanoseconds, it was about milliseconds.

  7. Re:Lesson Here on Long Uptime Makes Boeing 787 Lose Electrical Power · · Score: 1

    The correct answer is: write the stuff in a language that is safe in the first place.

  8. Re:Lesson Here on Long Uptime Makes Boeing 787 Lose Electrical Power · · Score: 1

    A 64 bit signed long counter will merrily count milliseconds for 29,238 millennia.

  9. Re:Lesson Here on Long Uptime Makes Boeing 787 Lose Electrical Power · · Score: 1

    If you did the math, you don't need excess space. If you need excess space, you're just shifting the day of failure into the future. Yes, perhaps far enough, but still.

    What math would you do to determine exactly how high a counter should count?

    Would using a 64-bit long on a millisecond counter be lazy programming?

  10. Re:IPv6 and Rust: overhyped and unwanted! on Why the Journey To IPv6 Is Still the Road Less Traveled · · Score: 1

    I note that you did not specify which Xeon chips you actually have, which kind of suggests a set of E5450 or something similar. FiOS does not charge you enough for a continually saturated link, whether it is 25 or 500mbps, so you are still contending with some hard and secret GB limit (starts to make the $/GB model seem more appealing). Game servers tend to be pretty light, and most could run on very modest AWS hardware. Beyond that, EC2 costs nothing when the machines are powered down, and they provide a robust API & access control that would easily allow your friends to boot/stop the machines on demand. That setup is how my friends game, and you really should at least consider it when the service life of your server machine finally ends.

  11. Re:IPv6 and Rust: overhyped and unwanted! on Why the Journey To IPv6 Is Still the Road Less Traveled · · Score: 1

    the 0.0001% of Nerd Customers ought not to stand for inability to run servers.

    FTFY. For those 0.0001%, there is AWS.

    Wah wah, for some reason it needs to run on under powered hardware in an uncontrolled environment over an asymmetrical residential connection, because, for reasons!

  12. Re:IPv6 and Rust: overhyped and unwanted! on Why the Journey To IPv6 Is Still the Road Less Traveled · · Score: 1

    Probably closer to 99.999%

  13. Re:Why not? on William Shatner Proposes $30 Billion Water Pipeline To California · · Score: 1

    Tiered residental water pricing is fairly normal where I live as well (like $0.50-$20/CCF), is it not in CA?

  14. Re:Why not? on William Shatner Proposes $30 Billion Water Pipeline To California · · Score: 1

    Water ain't free, and Cali farmers think it should be.

    There's your problem.

    There is something that we agree upon vigorously. Not letting all users of water bid on available water is a subsidy.

    I was reading interesting stuff about using forward osmosis to recover energy from desalination effluent, or even as a pre-treatment step before final desalination.

  15. Re:Why not? on William Shatner Proposes $30 Billion Water Pipeline To California · · Score: 1

    Yes, but there are different types of desalination plants. Modern tech has hybrid micropore with solar/wind assist for pumping, and uses the old technique of glass windows to collect clean water. Do a search for solar desalination in any reputable energy journal.

    Note that I said energy, to which you responded with several sources of alternative energy that might be employed. At the end of the day, the hypothetical pipeline might be driven by wind or solar energy as well. The wind or solar energy generated at the desalination plant could alternatively be sold, and so has monetary value that must be used to desalinate water.

  16. Re:Why not? on William Shatner Proposes $30 Billion Water Pipeline To California · · Score: 1

    Desalination also uses energy.

  17. Re: Why not? on William Shatner Proposes $30 Billion Water Pipeline To California · · Score: 1

    Soil and climate and water determines that and,...

    There, I fixed that for you.

  18. Re:So... on SCOTUS: GPS Trackers Are a Form of Search and Seizure · · Score: 1

    Let's stick with an analysis of the text in question, the post to which mine replied.

    The text begins with, "There are two types of civil forfeiture", indicating an intention to describe two and only two types of scenario. Following this are two paragraphs clearly defining two types of persons from whom property is seized. First the text describes guilty people who totally deserve it, "There's the kind where they arrest you, take your stuff because it's evidence, or involved in a crime, and then, because it's involved in a crime, after you're convicted, they keep it." After this, the other situation where civil forfeiture occurs, "There's the kind where they arrest you, take your stuff because it's evidence, or involved in a crime, and then, because it's involved in a crime, after you're convicted, they keep it."

    Characterizing the debate in this way makes it easy to dismiss the actual problems. In the latter case, the cops are implied to be corrupt, and in the former case the criminals deserve it. Sadly the issue is much more complex than this. Questions like, "who should benefit from the sales of seized property?", and, "since almost any physical object can be used in the furtherance of a crime, should a guilty person have all of their property seized?"

    It is perplexing when you say, "Ignoring the outrageous cases that do occasionally happen is no less erroneous than what you accused us of", because this usage of us implies that I intended to say anything to you, Jane Q Public... a terrible mistake, which I already know well to avoid.

  19. Re:So... on SCOTUS: GPS Trackers Are a Form of Search and Seizure · · Score: 1
    As I said earlier:

    Really it is mostly something between the first and second case, where a person is found innocent of a crime, but their stuff has a second forfeiture trial where the burden of proof is on the accused to show that it could not have been used in a crime. The stuff has a lower standard of justice, and the people that take it have an incentive to lie.... The math is simple.

    Whining about an absurdly uncommon occurrence, while ignoring the people who are being robbed every day, does a disservice to the debate. Framing the debate as the guilty and the never charged, is terrible to the point of being a straw man, which makes your anti-civil-forfeiture position confusing.

  20. Re:So... on SCOTUS: GPS Trackers Are a Form of Search and Seizure · · Score: 1

    There are two types of civil forfeiture:

    There's the kind where they arrest you, take your stuff because it's evidence, or involved in a crime, and then, because it's involved in a crime, after you're convicted, they keep it. This is entirely reasonable in most cases and is not the kind that most people who talk about Civil Forfeiture are actually talking about. For one thing, you're actually convicted before they get it for keeps.

    Then there's the kind where a cop pulls you over, finds ten grand in an envelope under your seat, takes it because you -might- be using it to buy drugs (or you just sold a bunch), not that there's any evidence indicating that, files suit -against the money-, and keeps it. Or the kind where your kid sold pot from your house and they take your house the same way. This is the kind of civil forfeiture that people complain about when they talk about it. This is utter bullshit.

    You are dangerously misinformed on this issue. The latter case mostly does not exist. The former, mostly nobody disagrees with. One of the major problems with the system is not so much that the stuff is sold, but that it usually goes directly to the budget or even pension of the police department that does the seizure. Giving police officers fiscal incentive to subvert justice is bad, period, even in the hand holding nice case. Really it is mostly something between the first and second case, where a person is found innocent of a crime, but their stuff has a second forfeiture trial where the burden of proof is on the accused to show that it could not have been used in a crime. The stuff has a lower standard of justice, and the people that take it have an incentive to lie.... The math is simple.

  21. Physical access. on Ask Slashdot: Dealing With User Resignation From an IT Perspective? · · Score: 1

    Without physical access control, setting folders to read only and stuff is mostly security theater. Either trust the guy or kick him to the curb.

  22. Re:people are going to be saying on Germanwings Plane Crash Was No Accident · · Score: 1

    Any petty bickering on the issue should probably at least briefly cite the opinion and dissent of the US Supreme Court from District of Columbia vs Heller. The document has excellent arguments for both positions, and establishes some of the most current case law on the matter. It also shows what knowledge and consideration real adults use to settle constitutional matters.

  23. Re:Animal House on A Software Project Full of "Male Anatomy" Jokes Causes Controversy · · Score: 1

    although, if you are a socially feeble individual, the topic might appear deep and complex. but it appears this way to some only because they possess immature social faculties. teenage boys. adults with social disorders

    Switching from the straw man fallacy to the ad hominem fallacy, classy.

    nobody wants to hear dick jokes except socially immature douchebags

    Odds are, somebody thinks you are a douche bag too. Do we need a campaign to rid Slashdot message boards of punctuation disrespecting, fallacy flinging, intellectually immature douche bag, bibliophobes?

  24. Re:Animal House on A Software Project Full of "Male Anatomy" Jokes Causes Controversy · · Score: 1

    do you not understand this common internet convention or are you not familiar with the concept of sarcasm?

    Sarcasm is a frequent veil on the straw man fallacy, but in reality you are portraying the original argument in a reduced way which appears so stupid that it is obviously incorrect, which is the textbook definition of said fallacy.

  25. Re:Animal House on A Software Project Full of "Male Anatomy" Jokes Causes Controversy · · Score: 2

    a strawman is an off-topic unrelated issue

    Actually, a straw man fallacy consists of portraying an opposing argument in an incorrect manner, usually missing important details or appearing overly general, and then implying that the original argument has been fully disproved.

    just the other day i went up to a group of females and started telling dick jokes

    This is actually an example of a straw man fallacy, because however unsavory you find it to be that Firethorn thinks people might actually enjoy penis jokes, he did not advocate that there is never an inappropriate context. Your statement contrives what is probably one of the clearest examples of when a penis joke would be considered harassment (unsolicited to a group of strangers, of any gender really) and without considering any other example, dismisses the entire argument.

    You were probably attempting to use sarcasm or hyperbole--and you probably frequently suppress divergent opinions--without ever actually knowing the name of the rhetorical tactic that you employ... the straw man fallacy.