Slashdot Mirror


User: ipoverscsi

ipoverscsi's activity in the archive.

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

Comments · 50

  1. Maybe there is an agenda on Solving the Mystery of Declining Female CS Enrollment · · Score: 1

    *tin foil hat*

    Hmm...

    1. 1) There is a shortage of programmers in the US, so we need H1B Visas
    2. 2) Those employed using H1Bs will accept lower salary.
    3. 3) Women make 78% of what men do in the same field.

    Conclusion: If you can't get the H1B visa legislation passed, why not push for people who already accept lower wages to take on programming jobs?

  2. I'm having trouble seeing the problem on Training Materials for NSA Spying Tool "XKeyScore" Revealed · · Score: 1

    When I first got onto the Internet in the early 1990's, there were three things that were made quite clear to me when given my account:

    1. Don't put anything onto the Internet you wouldn't want seen on the front page of the New York Times; it will be available for all to see and it will never be deleted;
    2. The Internet is a public space and there is no expectation of privacy in public; and
    3. The packets that make up your communications are not letters but postcards -- anyone on the way between you and the destination can read everything.

    The NSA claims they are simply collecting Call Detail Records (CDRs) and packet headers, although likely more is being collected. But seeing CDRs and IP headers is no different than watching me when I'm walking around the street. Seeing the packets to my Google session is no different than knowing that I walked from my house to the nearest pizza shack. Everybody and anybody could see me do it, but it doesn't mean my privacy was violated -- I did all of these actions in public!

    People should not be surprised or upset that this information is available to be collected because that is the cost of using the Internet. You are intentionally sharing information with third-parties in the interest of obtaining a service. Even the snooping of email in GMail or Yahoo should not be surprising because you shared that information with a third-party (the service provider) and the provider has different legal requirements than if you simply shared that information directly and exclusively with your interlocutor.

    If you are upset about the Internet being public, then you should stop wasting your breath complaining about how what you thought was private is actually public and instead start advocating for the wide-spread use of encryption algorithms and always-on SSL. You should start advocating for the ability to run servers (mail and web) on residential connections so you don't have to share "private" information with third-party providers. You should advocate for rolling out IPv6 instead of being lazy and claiming that unencrypted NAT-ed IPv4 is good enough security.

    And when your done advocating, lead by example and use these technologies yourself.

    Just because you think something is private and secure doesn't mean that it is.

  3. Re:Economy isn't a fixed concept on A Humanoid Robot Named "Baxter" Could Revive US Manufacturing · · Score: 1

    OFF TOPIC:

    I not calling you out personally, but damn it! am I tired of hearing people suggest corporate taxes as a way of funding governments, like this somehow saves the average citizen from that burden.

    Taxes are paid from the revenues of the company. Revenues come mostly from sales, though a small part may come from interest-bearing investments. The cost of paying corporate taxes must therefore go into the very price of the product you're buying. So, the average citizen ends up paying that corporate tax each time they buy the product.

    "Oh, but lets make it illegal for companies to pass that cost onto the consumer!" Brilliant! Assuming this is even possible, the result would be a lowered profit margin. And where do those profits go? For a private company they go to the owner -- a citizen. For a public company they go to the shareholders. Lowered profits means lowered dividends and less of a return on your investments. Congratulations, you just raided your pension fund and 401K.

    While it might feel good to say that we should just tax the rich and evil corporations, whenever you raise the corporate taxes you're just hurting yourself.

  4. Square Foot Gardening on Ask Slashdot: How To Feed Africa? · · Score: 1

    Square foot gardening might be a viable option.

    http://www.squarefootgardening.com/

    It turns out that the instructions on most seed packets are designed for planting in rows suitable for mechanical processing. The seeds can be planted much more closely together when a human hand is doing the tending. And, when you plant closely together there is little room for weeds, so weeding is a once-a-month activity.

    You can make a raised bed planter 4' by 4' in size and only 7" deep, fill it with a mixture of 1/3 compost (manure), 1/3 peat moss and 1/3 vermiculite and you have a planter that is capable of feeding one person for an entire growing season. Once the mixture has been made, you only need to occasionally add compost and the mixture is good for five years.

    Mel Bartholomew, the inventor of Square Foot Gardening, is a process engineer, and he has spent the last 20 years optimizing the heck out of this growing method. He's traveled the world working with organizations and governments to help people grown their own food.

  5. Re:Not replacing, just adding on top on Algorithmic Trading Rapidly Replacing Need For Humans · · Score: 4, Insightful

    The purpose of the stock market is to provide price discovery. If you had perfect information at all times you would know the price of a good and the stock market would be pointless. But because perfect information is impossible, the stock market crowd-sources the gathering of information so that the true price can be discovered.

    Determining the price of a good is something only a human can do. Price is a value quantified, and determining value requires sifting and filtering of information and the application of significant amounts of gut instinct. Computers cannot set prices since they don't have any concept of value -- they have neither needs not wants.

    Computer assisted trading -- trades where people set stops and buy limits -- is okay because the human has done the work to determine the valid price ranges a priori; the computer simply executes the bid on behalf of the user.

    High Frequency Trading, however, should be illegal since it does not involve human value judgements at all. It simply allows a computer to front-run actual humans and siphon off people attempting to perform a useful act -- that is, price discovery.

  6. Re:No Exceptions?! on Go, Google's New Open Source Programming Language · · Score: 1

    One of the key problems with Exceptions is that they tend to violate security models.

    It is probably not common knowledge that C++ exceptions on the Windows platform are implemented using Structured Exceptions, an exception mechanism built into the Operating System that works even in C. I suggest reading up on Structured Exceptions if you are not already familiar with them.

    Let's say you have implemented a Windows Service in C++, and that at some point you change your thread's security token. Changing a thread security token is usually done to perform an action on behalf of a client using the client's credentials. Unfortunately, the Structured Exception system has no idea that you have changed the security token of your thread. If an action performed on behalf of the user while using the user's token throws an exception that is not caught within the scope of the function that altered the thread security token, well, congratulations! you've just violated your security model. Why? Because the exception handler that does catch the exception is in a parent scope and is now executing with the user's security token and not the original security token of the process. At best this means your exception handler may fail to work, and worst it can lead to a privilege escalation.

    And, no, using catch(...) is not a valid way of solving this security problem.

  7. Computer cause global warming! on Using the Sea To Cool Your Data Center · · Score: 2, Funny

    I'm not too sure about the anthropogenic global warming, but I'm starting to come around to it. Earlier my contention was that global warming scientists are causing global warming, but I'm beginning to think that maybe -- just maybe -- computers in general might be the cause. I mean, if computers are having to pump cold water from the ocean depths to cool computers, that's gotta be dumping a lot of heat back into the ocean, right? Right...?

  8. Script, Block and Type on Is Typing Ruining Your Ability To Spell? · · Score: 1

    Typing is much faster than writing, but I find that typing all day does not affect my ability to spell when writing by hand. In fact, because hand-writing is more permanent (there is no backspace), I find its slower pace actually improves the way I write, for I have to spend more time thinking rather than just typing and correcting.

    No doubt others will be in a similar position when I say that my script writing (cursive) looks terrible, but that is merely a lack of practice. Bad script is not a modern invention, however: while at a naval museum in Virginia, I could not decipher the captain's log book for all of his chicken-scratchings.

    My block printing is readable, albeit very small --- I write in an eight-point font.

    My biggest lament about computers and the Internet is that they have reduced the already small working-set of words to what may truly be the lowest common denominator. There are many fine words in the English language that I would love to use regularly but cannot because people don't know their definitions or dismiss me as an arrogant SOB for using big words. The flip side is that when people can't spell "definitely" (definatley) or "lose" (loose), I immediately stop reading and disregard their comments regardless of quality or pertinence.

  9. Re:I have my doubts. on Games Fail To Portray Gender and Ethnic Diversity · · Score: 1

    I wish I had mod points. I would mod that funny plus a million.

  10. Re:I don't blame them. on Windows 7 Clean Install Only In Europe · · Score: 1

    This is seriously off-topic.

    I've always had trouble with that line of reasoning, and it has lead to a number of situations where Microsoft has had to disappoint users while simultaneously having to kowtow to competitors.

    Microsoft developed the COM model to make reusing binary components easier from within other applications. The HTML rendering component (mshtml.dll) was included in Windows not only to provide support for Internet activities (iexplore.exe, which is simply a top-level window to host the HTML component), but also to provide developers with a useful component for rendering HTML, then an emerging method for formatting test. Not being familiar with the details of the anti-trust case, my next point is merely conjecture: as long as Microsoft did not knowingly prevent the installation of other browsers, I still don't see how distributing the iexplore.exe executable could be considered abuse of a monopoly position. Besides, the interfaces supported by the HTML COM component were documented, so it was even conceivable that someone could create a drop-in replacement for the one provided by Microsoft.

    While the monopoly abuse can has long been decided, the ramifications are still being felt. Microsoft has always has a huge focus on developers (see Ballmer's: DEVELOPERS! DEVELOPERS! DEVELOPERS! speech on YouTube). My understanding -- and this could be wrong, it's a hazy recollection -- was that Microsoft would have liked long ago to release a free compiler for Windows but was prevented from doing so due to the possibility of being anti-competitive. Yes, they have the Visual Studio Express Edition now, but it could have been released years ago. In addition, each new release of Visual Studio Professional brings with it hopes for improved GUI components, hopes that are dashed each time. Why? MS can't release component packs because they would be anti-competitive with other component providers. Ten years ago Borland C++ Builder had so many built-in components (Delphi Visual Component Library) that it made developing apps a breeze. Visual Studio, by comparison, gives you bear skins and stone knives. So, for the sake of competition, I have to not only buy Visual Studio for thousands of dollars, but then I have to go and spend more money on third-party components just to make an application that follows the Windows UI guidelines.

    It seems distinctly unfair that a company that wants to provide things its customers want is unable to.

  11. Depends on what you're looking for on Are Code Reviews Worth It? · · Score: 4, Interesting

    Design reviews are useful to catch problems early on, particularly the selection of poor algorithms or data structures. However, in the the software shops I've worked nobody does any documentation, which makes it particularly difficult to do a design review. So, as you can imagine, I haven't got much experience with this area.

    Code reviews, on the other hand, are more about auditing code to make sure that people are following the coding standards and policies. After all, if you've got coding standards, how are you supposed to tell if anybody is following them without reviewing the code? Once your coding standards have been institutionalized -- that is, most people have internalized them and following them -- then what's the point of a code review?

    So your best bet, then, is to reserve code reviews for junior developers until the coding standards are internalized; and use design reviews for the architects.

  12. Multi-threaded or Parallel? on New Languages Vs. Old For Parallel Programming · · Score: 5, Insightful

    I have not read the article (par for the course here) but I think there is probably some confusion among the commenters regarding the difference between multi-threading programs and parallel algorithms. Database servers, asynchronous I/O, background tasks and web servers are all examples of multi-threaded applications, where each thread can run independently of every other thread with locks protecting access to shared objects. This is different from (and probably simpler than) parallel programs. Map-reduce is a great example of a parallel distributed algorithm, but it is only one parallel computing model: Multiple Instruction / Multiple Data (MIMD). Single Instruction / Multiple Data (SIMD) algorithms implemented on super-computers like Cray (more of a vector machine, but it's close enough to SIMD) and MasPar systems require different and far more complex algorithms. In addition, purpose-built supercomputers may have additional restrictions on their memory accesses, such as whether multiple CPUs can concurrently read or write from memory.

    Of course, the Cray and Maspar systems are purpose-built machines, and, much like special-build processors have fallen in performance to general purpose CPUs, Cray and Maspar systems have fallen into disuse and virtual obscurity; therefore, one might argue that SIMD-type systems and their associated algorithms should be discounted. But, there is a large class of problems -- particularly sorting algorithms -- well suited to SIMD algorithms, so perhaps we shouldn't be so quick to dismiss them.

    There is a book called An Introduction to Parallel Algorithms by Joseph JaJa (http://www.amazon.com/Introduction-Parallel-Algorithms-Joseph-JaJa/dp/0201548569) that shows some of the complexities of developing truly parallel algorithms.

    (Disclaimer: I own a copy of that book but otherwise have no financial interests in it.)

  13. Re:Focuses on Interfaces to Ease the Pain on Microsoft Releases New Concurrent Programming Language · · Score: 5, Informative

    Off topic, but here goes.

    The package must be shipped as a Windows Installer simply because it's got .NET objects in it. These objects must be installed in the Global Assembly Cache (GAC), which means they must be versioned and reference counted. It is possible (though unlikely) that the installer doesn't even create any registry entries.

    Now, .NET was supposed to give us "xcopy installs", so it's possible that MS could ship a ZIP SDK pacakge; but then you'd be responsible for lugging around all of your dependencies from install to install of your own software. Plus, then MS would have to manage two different installation packages, and we all know how easy it is to keep different versions of the same thing in sync.

  14. Re:And thus begans the eternal debate on Barack Obama Sworn In As 44th President of the US · · Score: 1

    > The wording of this amendment is intentionally vague. If it was overly strict, the constitution would quickly become irrelevant as the times changed.

    Ye gods man! Have you never heard of contract law?

    The Constitution is a contract between the people of the US and the Federal Government. It was intentionally written so that the common man could understand it. Indeed, many of the phrases, such as "general welfare", were well accepted and understood common-law phrases. If every contract you signed could be interpreted "according to the times", how is it that any contract could be enforced?

    The US Constitution includes within it the mechanism whereby it may be altered -- it's called amendments. Amendments are supposed to be difficult to pass because they affect the whole country as opposed to some portion thereof. Just because it is hard to modify the Constitution, though, does not mean that it should simply be reinterpreted to suit ones needs. THAT is tyranny.

  15. Re:Time for vector processing again on IEEE Says Multicore is Bad News For Supercomputers · · Score: 2, Insightful

    Faster computation doesn't help communication-limited tasks. Faster communication doesn't help computation-limited tasks.

    Computation is communication. It's communication between the CPU and memory.

    The problem with multicore is that, as you add more cores, the increased bus contention causes the cores to stall making so they cannot compute. This is why many real supercomputers have memory local to each CPU. Cache memory can help, but just adding more cache per core yields diminishing returns. SMP will only get you so far in the supercomputer world. You have to go NUMA for performance, which means custom code and algorithms.

  16. Quantum Loop Gravity on Do We Live In a Giant Cosmic Bubble? · · Score: 1

    One of the competing hypotheses for a Theory of Everything is quantum loop gravity. It postulates that space is not continuous but discrete, composed of planck-scale atoms. In a recent Scientific American article, (it might be http://www.sciam.com/article.cfm?id=big-bang-or-big-bounce but I'm having trouble getting the site to respond) one of the curious effects of atomic space is that light of different wavelengths travels through space at different speeds. So it is conceivable that, if this model happens to be correct, that everything far enough away to be affected by atomic space would appear to be red-shifted, thus appear to be moving away from us at the same speed in all directions, simply because red light traveled in a more straight path than the blue light. This would be akin to light refracting off of water molecules in the air causing the sky to be blue (blue light is scattered) whereas the red colors of longer wavelength ignore the water and come straight at us.

  17. Re:There is no such thing on Google's Floating Datahaven · · Score: 1
    Is it wrong that I read that line as

    [W]ithout a government capable of objecting you're basically SQL

    ?

  18. Layoffs by Attrition on Nearly 50,000 IT Jobs Lost In Past Year · · Score: 5, Interesting

    Layoffs by Attrition. That's what I like to call it when management reduces staff and increases workload on the remaining employees. They're not laying off personnel -- they're quitting! I guess this looks better to the investors because they're reducing costs yet not reporting layoffs. Of course, the result is that you end up with an understaffed and incompetent organization because the best and the brightest end up leaving first. After all, the good ones can readily find gainful employment in other companies that know how to treat their staff better.

  19. Re:Color Scheme Sampler on Best Color Scheme For Coding, Easiest On the Eyes? · · Score: 1

    Personally, I am a big fan of torte for VIM.

    When using a text editor for coding, I find dark backgrounds with medium brightness text to be the best. I've already got overhead fluorescent lights shining down on me all day, I don't need to be blinded by giant panels of glowing white, too.

  20. Re:So? on Deathbed Confession Says Aliens Were at Roswell · · Score: 1

    I agree. It would do us a substantial amount of good. Nothing brings people together like a common enemy.

  21. Don't report it on Informing a Company of a Security Discovery? · · Score: 1

    I wouldn't bother reporting it. Let's fact it -- the company simply does not want to know about it. By reporting the bug, you have now brought attention to the fact that their network/web server is vulnerable. Not only must they then take the site/network offline while they patch things (costing them sales, etc), but then they must assume they have been compromised and 'clean' all potentially infected hosts and files. Companies will see the cost of this cleanup as eating into their profits and would rather blame you than fix the problem.

    I think maybe it is time to require an engineering license for software development. This, I would hope, would weed out the stupid programmers and force proper engineering practices such as code reviews, lessons learned, etc. And if companies didn't want to pay for it (the typical excuse) then they just wouldn't get any software.

  22. Re:my school on Students Protest Turnitin.com · · Score: 1

    Sigh. Perhaps I'm just getting old.

    Children were not guaranteed rights prior to the passage of the Fourteenth Amendment to the Consitution and were often considered the property of their parents, inasmuch as a dog was the property of its owner. If a dog bit someone, the owner was responsible; if a child bit someone, the parent was responsible. It was not until children reached the age of 18 that they were considered legal citizens, for at that time they were allowed the vote and eligible to pay taxes.

    Seeing that public schools were around long before the ratification of the Constitution, a significant amount of time has elapsed to allow the formation of certain precedents regarding childrend's rights within the school system. Many of these precendents are still in effect today, though new laws have been passed and old laws reinterpreted to extend to children (think of the children!). It is not inconceivable that a minor, whose rights are already limited by law, would, by precedent, be forced relinquish copyrights (if any) to assignments at school. Such vacation of rights is not uncommon even for posts on some internet sites.

    Copyright arguments against this program seem tenuous at best. Plus, anything that could possibly raise the standard to which we hold our future voters (and possibly elected leaders) is a good thing. However, if you feel the law needs to change, hire a lawer and author a bill. Otherwise, shut the hell up and quit complaining about it -- you're wasting what precious air we have left.

  23. Political Forum Idea on Running a Non-Partisan Political Forum? · · Score: 1

    I, too, have often thought about creating a forum where well-reasoned ideas could be expressed and debated. However, actually allowing for democratic participation usually results in the debate turing to jingoism and argumentum ad hominem. I have formulated a plan in an attempt to overcome these problems, but failed to implement it due to the amount of time required. I will describe that plan forthwith so that you might consider it as a possible answer to your inquiry.

    The subject for the debate is posted on your website. Three days are allowed for people to submit position papers and arguments, preferrably with references backing up their assertions. The best four or five papers are published and the authors are invited to debate their points (with or without a moderator) for the next two days. Following the two day debate, the general public is allowed to post to the discussion. The discussion by the general public can either be unmoderated (ideally democratic) or a moderated (egalitarian). I believe a Slashdot-type moderation system could be appropriate.

    Depending on available resources, there is no reason you could not post one or more debate topics each day -- a rolling series of debates, as it were. But, as should be self-evident, the effort required to read the position papers and select the conferees could be substantial.

  24. Fight fire with out-of-phase fire on Combating Harassing Use of Mosquito Noise Device? · · Score: 1

    Buy yourself a Mosquito and shift the phase to cancel out his. It might not protect the entire neighborhood, but at least you'll have some peace and quite in your own home.

  25. Re:pushing envelopes on Using Agile Methodologies To Make Games? · · Score: 1

    There are already fully autonomous systems that control power plants. They're called "Control Systems". But we don't let them run the plant without human oversight because power generation is unpredictable. Storms can down power distribution lines and cause generators to trip, so the software would have to know that it can't immediately restart the generators. Combustion Turbines (as opposed to steam turbines) destroy themselves under even normal operating conditions (and I'm not talking about when a blade liberates and destroys downstream rows). The problem is that you can't shutdown when a blade's thermal coating reaches 20% because you are contractually obligated to generate power for the next two months. It's cheaper to cook the blades and replace them at the next scheduled outage than it is to violate your contract.

    There are just too many "touchy-feely" siutations in operating power plants to allow software to make the decisions. That is why control systems always have an override.

    Meta-programming is already happening now. Just look at C++ templates.

    And game frameworks? That's a bit if-fy. FPS games demand performance, and performance is hard to wring out of frameworks without significant customization of the code base. You could consider some game engines (e.g. Quake 3) as "frameworks" but they are designed with a specific set of conditions in mind. So, while you can write a racing game using the Quake 3 engine, you're basically stripping it down to the renderer and network code and limited in what you can accomplish without access to the source code.

    Agile development seems like a bad idea for games, particularly something like Half-Life. You need to have the storyline worked out so the artists know what to work on. Sure the artists are constrained by the engine, but everybody's got a set of rules to work by. That doesn't mean that the engine can't be updated with new features and tricks, particularly if the code base isn't a heaping bowl of spagetti.