Slashdot Mirror


User: am+2k

am+2k's activity in the archive.

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

Comments · 1,219

  1. Re:Considering the mindset of the era on Spectral Imaging Reveals Jefferson Nixed 'Subjects' for 'Citizens' · · Score: 1

    I am eager to hear about your own conclusions instead of your ad-hominem attacks without substance.

  2. Re:Considering the mindset of the era on Spectral Imaging Reveals Jefferson Nixed 'Subjects' for 'Citizens' · · Score: 1

    Well, what do we know about US politics?

    • There's an invite-only group of very rich people meeting every now and then in the (not-quite-)secret and deciding about international politics called the Bilderberg Group.
    • Corporate "donations" are the main income of both parties, and most large corporations donate to both parties (red flag right there).
    • Many politicians are heavily invested in some of those companies (see GWB and Haliburton for example), thus creating a conflict-of-interest nobody seems to care about.
    • Policies don't seem to change, even though a major switch from Republicans to Democrats happened in recent years. A similar switch happened in the UK recently, and there laws get repealed left and right, and they're even setting up a way for people to vote on what laws should be removed. In Germany, a recent government switch caused the new internet site blacklist law to be effectively repealed. In the US, Obama continues to invest heavily in GWB's war he said he'd move out of just before the elections.

    These are all known facts. There doesn't need to be a deep-set conspiracy to point to the conclusion I gave. US policy is decided by very rich people and large corporations, both of which don't change when the elected officials change.

  3. Re:Considering the mindset of the era on Spectral Imaging Reveals Jefferson Nixed 'Subjects' for 'Citizens' · · Score: 4, Interesting

    All the abuses of King George III on America are very similar to the abuses we suffer under our recent presidents and congresses.

    That's because the government structure is very similar. Back then, you had a king appointed by nobody that did whatever he wanted. Nowadays, you have two puppets up for a pseudo-election, while the real legislative power is directed by people most citizens don't even know about (see Bilderberg Group for example). Since they're operating in the dark and are not elected, they also can do whatever they want.

    Maybe that sounds a little bit tinfoil-hattish, but that's the most straight-forward way I could think of to explain the US government's behavior in the last decade.

  4. Re:A house built on sand cannot stand. on IE9 Flaunts Hardware-Accelerated Canvas · · Score: 3, Interesting

    Just last week, we learned that once you have a stack of enough semi-transparent layers (combination of PNGs with alpha channels coupled with DIVs with various opacity CSS settings), IE fails to render the top-most layers. This doesn't happen after 20-30 layers. This happens after 5-7 layers.

    You're right that this is a bug. However, please also consider that your workaround has an additional bonus: Even when it works, drawing so many layers on top of each other ("overdraw" in computer graphics lingo) is a great performance strain. You might not notice it on your superfast gaming PC, but please also consider slower devices like netbooks, mobile phones and tablets. The iPad would probably render it correctly, but I guess at a single frame per second, maybe even less.

  5. Re:Who studies C.S.? on In UK, Computer Science Graduates the Least Employable · · Score: 2, Insightful

    All the computer science uber-gods were mathematicians, physicists and engineers by training anyway.

    From personal experience (FYI I'm one of those CS guys) I can tell you that those are the worst programmers you can find. They do know their stuff and are able to implement it so that it runs, but the code is absolutely unmaintainable.

    I just inherited a 1661 line C file written by a mathematician implementing a very sophisticated calculation. It doesn't use any proper indentation and variable names that are character combinations that only make sense to the author (like "trsAcc", "wtrPOI" and "fmew"). It works fine, but he asked me to throw it all away, rewrite it from scratch with a proper API and readable code. Well, that's what I'm here for. It took me a while to salvage the algorithm from the old file though (had to translate it line by line to proper mathematical formulas).

  6. Re:An actual patent on MS Design Lets You Put Batteries In Any Way You Want · · Score: 1

    Yes, I'm all for Microsoft dropping this stupid software business stuff and fully invest into battery container research!

  7. Re:Apple is abandoning GCC... on EU Plans To Make Apple, Adobe and Others Open Up · · Score: 2, Informative

    They're in the process of switching to LLVM, so keeping up to date on gcc isn't really necessary any more.

  8. Re:In surprising move ... on Knuth Plans 'Earthshaking Announcement' Wednesday · · Score: 2, Interesting

    I'm not aware of any way. Back when karma was still written as a number, I knew mine, and just kept count after the switch to the unspecific words.

    If anyone is interested, the reason they switched was because people complained about the following scenario:

    • Karma is at 49.
    • Post something with score 1.
    • Posting gets modded up 4 times (=> score 5)
    • Karma is capped at 50, and remains there.
    • Posting gets modded down twice (=> score 3)
    • Karma gets reduced, is now at 48, lower than the initial score, even though the posting's score is still above the initial value.

    This most likely still happens, but you can't see it any more.

  9. Re:In surprising move ... on Knuth Plans 'Earthshaking Announcement' Wednesday · · Score: 1

    If someone with such a low UID (well, not really *that* low, but still that account has to be more than 10 years old) hasn't hit the karma cap yet, there's something seriously wrong.

  10. Re:I think I know why it's external. on Seagate Releases 3TB External Drive for $250 · · Score: 1

    Well, taking your estimate, that's still in my lifetime (assuming that I don't meet an untimely demise).

    Concerning usage scenarios, I can think of some. For example, I'm working on fluid simulations where you can easily generate a GB of data per second even today. Those will become pretty popular once the hardware limitations (RAM and processing power) aren't that much of a concern any more, and this technique scales up endlessly.

    One additional use case would be using CT-like scans for movies. Then you could watch it in any angle you'd like. That's also a huge dataset.

  11. Re:I think I know why it's external. on Seagate Releases 3TB External Drive for $250 · · Score: 1

    I'm sure that 2TB also seemed "near infinite" when that standard was defined...

  12. Re:That explains the pay difference... on Women Dropping Out of IT · · Score: 3, Informative

    There's a huge difference between having the option and whether the number of men actually doing it is statistically significant.

    I don't have any statistics, but in my culture here in central Europe, it's pretty much unthinkable that the man stays at home raising the child while the mother is out earning the money. That's not even considered by anybody (except in hypothetical discussions), even though the laws are there.

    And no, that's not sexist, that's just perceiving and analyzing the culture.

  13. Re:Misleading summary on Developers Expect iOS and MacOS To Merge · · Score: 1

    Apple's spec page disagrees (for the 3G model), but what do they know?

  14. Re:Not going to happend, uses same OS's already on Developers Expect iOS and MacOS To Merge · · Score: 2, Informative

    If you'd read the article, you'd know that they were talking about merging UIKit into AppKit, not the OS as a whole (bad summary there, though).

    A lot of stuff in UIKit is done the way it'd be done in AppKit were it created today. For example, in UIKit every view is automatically OpenGL-backed (via Core Animation). In AppKit, you have to enable that on a per-view basis, because it can cause problems (for example, WebViews always stay blank that way). Further, the Obj-C 32bit runtime on Mac OS X is the old one from the NeXTSTEP days. In 64bit and on iOS (which is 32bit), they're using a completely rewritten and not backwards-compatible one that allows many nice things like automatically generated instance variables, better exception handling and a few more things since iOS4 that are covered under their NDA (they're explained in the WWDC videos).

  15. Re:Misleading summary on Developers Expect iOS and MacOS To Merge · · Score: 1

    Now, the iPad is *not* a suitable desktop replacement [...] there's no really useful document processing

    There's Pages. That should be enough for all of the basic needs. You'll probably have to hook up a real keyboard though.

    no ability to hook up their TomTom

    TomTom offers a fully-featured iPhone app, so no need to hook anything up.

    no easy printing

    Sure there is one way. ;)

  16. Re:OK - The WTF is Wave? - Open Challenge: on Google Wave Out of Beta · · Score: 1

    Let me try:

    It's a real-time communication system that combines the good parts of IRC, Mail, Wikis and IM.

  17. Re:How do I get others to use it? on Google Wave Out of Beta · · Score: 1

    I deal with some people who would rather wait a week to have a 30min phone call than have a short conversation over the course of a day via email between three people. Not for lack of trying, some people simply seem incapable and stuck in their old ways.

    In my experience, that's actually something else. Some people simply are unable to express themselves in writing. They rather prefer to babble on via the phone for hours instead of stopping to reflect on what they're trying to say and write it down in a single easy to understand sentence.

    It's not the technology itself. I have a co-worker who is like that, and we're even having these conversations via VoIP right there in a chat program. After such a conversation (the record duration was around 2.5h I think), I'm usually so tired that I can't do any more work, so lose the rest of the day. I've resigned to not picking up the phone when he calls due to that.

  18. Re:Courier flasbacks anyone? on Toshiba Demos Dual-Touchscreen Netbook · · Score: 2, Insightful

    And minus the software, which is kinda the most important thing (of the Courier and touch devices in general).

  19. Re:The sad thing is... on Thailand Shuts Down 43,000 More Websites · · Score: 2

    The only Thai PM to complete his term was Thaksin Shintrawa (sp) and he was ousted for corruption in his second term by a military coup

    So their political system actually works better than the ones in the so-called first-world nations?

    • In the US, corruption is actually legal and ok ("donations", and see GWB and Halliburton).
    • In Italy, the whistleblower Gaspare Spatuzza who outed Berlusconi's connections to the Cosa Nostra is now a dead man due to the political powers.
    • ACTA is a treaty against the very people the politicians are supposed to represent.
    • The media industry is buying several laws in many countries (like the USA, Australia, GB) that could ultimately end the Internet as we know it.

    This list could go on and on and on... Removing a politician by the military due to corruption is actually how it's supposed to work. Corrupt politicians aren't the problem, they're the symptom of a broken political system.

  20. Re:The Wiser... on Nintendo 3DS Early Impressions · · Score: 1

    []remove the one advantage the other two have.

    That's going to be easy, since the two are just copying the Wii right now.

  21. Re:Couldn't they make the Move less goofy? on PS Move Launch Date and Price Announced, Portal 2 For the PS3 · · Score: 1

    Surely Sony could've integrated the glowing part into the controller itself? Perhaps like a lighted end cap or something? Sony's got the design skills to make it look all high-tech and cool, but the best they can do to an ergonomic controller is to stick a ball onto it?

    I think it has to be round by design. The idea is that the camera has to capture the round ball to know where it is (X/Y position in the image and its size defining the position on all three axes). Additionally, the more it sticks out, the less it will be obstructed (by the player's hand for example).

  22. Re:Council is leading the witness... on Researchers Create Social Engineering IRC Bot · · Score: 1

    Entrapment is illegal.

    No, it's only illegal for the police. They just have to outsource this task to a private company, which supplies them with the chat logs afterwards, and they're fine.

  23. Re:figures on ITER Fusion Reactor Enters Existential Crisis · · Score: 1

    the wind doesn't blow every day

    I see you're not living in the same place I am :)

  24. Re:Laptops turning into leaf blowers going bye bye on Adobe Goes To Flash 10.1, Forgoes Security Fix For 10 · · Score: 1

    Flash mixes MovieClips with vector and timeline content, all with z-axis alpha-blended content. It must transfer video into RGB in order to mix it with the bitmap data from vector sources, bitmap sources and from the font renderer.

    Besides the fact that you could do all that via OpenGL nowadays, it'd be easy to detect a simple situation (no overlays etc) and provide an optimized code path for those situations. Just like in Windows XP, where you could boost your 3D performance by going fullscreen.

  25. Re:Bye bye input managers on Safari 5 Released · · Score: 1

    Input Managers can just mess around willy-nilly in your application (in any Cocoa application), how do you suppose that this could be "supported"?