Slashdot Mirror


User: beelsebob

beelsebob's activity in the archive.

Stories
0
Comments
4,143
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,143

  1. Re:There goes HIPAA on Facebook Ready To Get Into Healthcare · · Score: 2

    No, "most of the western world" typically actually means "the whole western world, except for exactly one country, which is ass backwards on the issue", most of the time, that country is the USA.

  2. Re:WfW in VM on Lost Opportunity? Windows 10 Has the Same Minimum PC Requirements As Vista · · Score: 1

    More than that - this software only exists because Microsoft continues to support it. If Microsoft simply dropped support, then they would end up in a situation where people actually made sure their code was maintained, and ran on modern systems correctly without hacks.

  3. Re:Why still 32bit builds? on Lost Opportunity? Windows 10 Has the Same Minimum PC Requirements As Vista · · Score: 1

    But the average case application runs more quickly due to the increased number, and size of registers, and increased number of operations that are guaranteed to be available on the CPU.

  4. Re:EUCD is (approximately) DMCA for the UK on UK Copyright Reforms Legalize Back-Ups, Protect Parody · · Score: 1

    In the UK, any more recent law that contradicts an older one is deemed to be correct. In this case, if this law says you can make backups, and the (older) EUCD says you can't, this law wins out.

  5. Re:Idiot on David Cameron Says Brits Should Be Taught Imperial Measures · · Score: 1

    It doesn't –but measuring 100 grammes of cherry tomatoes makes things a lot easier ;).

  6. Re:You must be an engineer on David Cameron Says Brits Should Be Taught Imperial Measures · · Score: 1

    That is so not true that I think you are trolling. If not you must be an engineer because you are worrying about levels of precision that simply rarely matter.

    As mentioned above, 1 "cup" of flour can vary by 30%, simply from the humidity of the air, and the compactness of the flour. Add to that a ~10% variation simply from exactly how level your cup is, and you're at around a 40% variation in how much flour you're putting in a recipe. That's enough to go from a bread that's fucked up because the dough is liquid all the way through to a bread that's fucked up from the flour not incorporating properly.

    Almost all baking requires precision, almost all deserts require precision, and many main courses require at least more precision than "you can be 50% out with the quantities".

  7. Re:Volume versus weight in cooking on David Cameron Says Brits Should Be Taught Imperial Measures · · Score: 1

    Metric is no more accurate than US customary units.

    No, the issue is that the use of it is much more accurate, as expressed above, the americans have a deer love of using the wrong units even within their own system.

      They use volume units for compressible things
      They use volume units for undeformable things
      They use volume units for things with large air gaps between them and inconsistent shapes
    They use the same words for volume and mass units (oz in the US can interchangeably mean ounces or fluid ounces for example)

    In general, trying to follow a US recipe that needs some level of accuracy is basically impossible. If you're trying to bake bread, you'd better have a metric recipe, or you're screwed.

  8. Re:Idiot on David Cameron Says Brits Should Be Taught Imperial Measures · · Score: 4, Insightful

    The reason is, 125ml and 250ml have no practical relationship, while "1 cup" and "1/2 cup" do. So when a recipe calls for 1 cup of anything, you can measure that quickly. If it's half a cup, then you use half a cup, or if you have it calling for 1.5 cups, you use the 1/2cup 3 times.

    Actually, cooking is the one place that US imperial measurement drives me up the fucking wall. 1 cup of something trivially measured by volume isn't so bad, though 100ml is just as easy to measure. The big issue is when you get to "1 cup of flour" or "1 cup of butter" - things that are much more easily measured by mass, or things like "1 cup of cherry tomatoes" where the amount you get will vary based on the size and density of the particular tomatoes you have today.

    Basically, no, the kitchen is exactly the place I want metric measurement - it is if anything the best example around a house of where you need accurate scientific style measurement.

  9. Re:Best outcome on Exxon and Russian Operation Discovers Oil Field Larger Than the Gulf of Mexico · · Score: 1

    We do now know why the Russians and Americans are starting to posture over Eastern Europe though... They know there's the potential for a war, and are positioning themselves for it.

  10. Re:The "old boys' club" on State of Iowa Tells Tesla To Cancel Its Scheduled Test Drives · · Score: 1

    How is a California company selling to an Iowa customer not interstate commerce?

  11. Re:Who cares about succinctness .... on Rosetta Code Study Weighs In On the Programming Language Debate · · Score: 2, Informative

    The problem is that OOP languages rarely have more readable code. Instead, they typically have simply code with more boiler plate.

  12. Re:Who to believe? on Is the Tesla Model 3 Actually Going To Cost $50,000? · · Score: 1

    Given that he explicitly said he wasn't going to build the hyper loop... It seems to be working out pretty much exactly as he said.

  13. Re: 1024-fold on SanDisk Releases 512GB SD Card · · Score: 1

    Last I checked the prime factors of 125829120 were 2, 3 and 5, and it very much was not a power of two because of that ;).

  14. Re:1024-fold on SanDisk Releases 512GB SD Card · · Score: 1

    No, the JEDEC standard actually agrees with the IEC one - it states that for memory you can optionally use the SI prefixes with binary calculations, but that for storage you should use base 10 computations with the SI prefixes.

  15. Re:1024-fold on SanDisk Releases 512GB SD Card · · Score: 3, Informative

    Yes, because your OS incorrectly computes the number of GB. It computes the number of GiB, and then displays GB.

    Notably, if you stick that same terabyte drive in a mac, or many linux boxes, it'll register as 1TB.

  16. Re:Spare sectors on SanDisk Releases 512GB SD Card · · Score: 1

    Why are you talking about memory at all in an article about permanent storage?

  17. Re:1024-fold on SanDisk Releases 512GB SD Card · · Score: 1

    That was pretty silly of you, given that data isn't stored in powers of two. When was the last time you saw a hard disk with an exact power of two capacity?

  18. Re:1024-fold on SanDisk Releases 512GB SD Card · · Score: 2, Insightful

    No, a "traditional" GB is the one that was defined way before computer scientists got their hands on it –1000. The 1024 "definition" is actually simply a bug. Engineers working on early machines had a choice – take a bug that pretty much no one would notice on an early machine (because files over 1kB were very rare, much less ones over 1MB), or take a massive perf hit. It takes a long time to compute the size of 20 files when a division by 1000 takes 300 odd cycles on a 10kHz machine. It doesn't take such a long time when a right shift 10 takes 1 cycle.

    Bottom line, early engineers decided a known bug was better than the enormous perf hit of getting it correct. That doesn't mean that what they did is now correct. It means it remains a bug in some OSes.

  19. Re:1024-fold on SanDisk Releases 512GB SD Card · · Score: 1

    No, that would be MibiBytes and GibiBytes. A GB is 1000 times larger than a MB.

  20. Re:Seriously? on AT&T Says 10Mbps Is Too Fast For "Broadband," 4Mbps Is Enough · · Score: 1

    On the contrary, 4Mb/s is almost certainly not enough (by the time you take into account contention etc) to stream video. Something like netflix will not work over that, and frankly, I expect any definition of broadband to include the ability to use a video streaming service.

  21. Re:Numeric equality in PHP on Ask Slashdot: What Are the Strangest Features of Various Programming Languages? · · Score: 1

    There's no particular reason to not have comparable values of different types

    Sure there is - they have different types, therefore they're not equal. It's a ridiculous, useless operation, because it doesn't actually do anything more than always return false.

    That said, there's good reason to have an "isSimilarTo" function, but that's not at all the same thing as equality.

  22. Re:Anthropometrics on 3 Recent Flights Make Unscheduled Landings, After Disputes Over Knee Room · · Score: 2

    No, ultimately, their job is to carry passengers. That means they need to offer enough space for a passenger to sit in. The airline's only choice is to not shrink the seats any more. This may of course mean price increases for all seats.

  23. Re: What the heck? on DMCA Claim Over GPL Non-Compliance Shuts Off Minecraft Plug-Ins · · Score: 1

    Even if it were the original code. That would mean that the modder is the one violating mojang's copyright, not the reverse.

  24. Re:bringing in more H1Bs will solve this problem on IT Job Hiring Slumps · · Score: 1

    Actually, compiler theory is a great example of a language you can't easily learn in any language. The small lightweight structures it generates, and the referentially transparent transformations that you run those structures through lend it strongly to being done with functional languages, and if not, very close to the metal languages like C. Heavy weight OO languages tend to end up just causing you to write 3 tons of boiler plate, rather than actually learning the theory.

  25. Re:Numeric equality in PHP on Ask Slashdot: What Are the Strangest Features of Various Programming Languages? · · Score: 1

    You shouldn't. You should (in all languages), explicitly convert the type, and then compare things of equal type. For bonus points, you should only use languages that enforce that the arguments to == are of equal type.