Slashdot Mirror


User: Skapare

Skapare's activity in the archive.

Stories
0
Comments
6,883
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,883

  1. espam on MIT Lecturer Defends His Standing As Email Inventor · · Score: 1

    I first used an email like system in 1980 on an IBM mainframe. I was referred to as mail, but not "email". I think at best he might be able to say he was the first to coin the silly term "email". I see no more reason to use the "e" as we don't refer to the network as "electronic". No doubt others might already be using words like "iMail" (Steve, is that you?) or "cmail" or "nmail".

    Who cares, though. It all became worthless as soon as spam (all lower case) was invented a few days afterwards.

  2. capitulation on State Legislatures Attempt To Limit TSA Searches · · Score: 1

    It's good to know that at least SOME legislators somewhere believe there is an issue with (what I call) a government capitulating to the desires of the terrorists to ruin our society.

  3. Re:battery vs cell on Why Tesla Cars Aren't Bricked By Failing Batteries · · Score: 3, Informative

    Once the bank of cells does go below the detection level, it is still possible for them to still discharge further, depending on the condition. But they should wire the battery pack management system in such a way that it can be powered itself by other means than just the battery pack it manages. When the charge connection is plugged in, it should be made so that a low level of power is provided to bring the management system up without it being powered from the pack. At this point, it should be able to test the battery pack condition to determine if it can be charged back up safely or not. If Tesla didn't think of it, their bad.

  4. Re:What should be done, instead ... on Disconnection of Millions of DNSChanger-Infected PCs Delayed · · Score: 1

    Maybe little brats like you should read what was written. I said nothing whatsoever about expecting these dumb people to harden their computers. Of course it is almost impossible. I do in fact know that. And that is exactly why I stated what I did. And that is the lesson these dumb people need to learn. They need to learn that their choice of getting a computer that the vendor has not already hardened is what is causing problems not only for them, but also for everyone else. If the buyer side of the market wanted a hardened computer, the seller side of the market would provide one. We need to be putting intense pressure on the buyer side of the market to do no less. Then vendors like Microsoft would find their market share seriously declining unless they respond to the market demands that need to be happening.

    .

    It is NOT my role to go after Microsoft. It is not Microsoft that has directly caused me harm. It is the people that choose (way too often just by default) to use weakly coded crapware Microsoft makes that are the problem. These people need to be able to choose between taking the issue up with Microsoft and to their chairman or their chair man and demanding things be fixed ... or got to get another OS.

  5. Re:Why do we have to do anything? on Disconnection of Millions of DNSChanger-Infected PCs Delayed · · Score: 1

    Serving valid DNS data to allow access to sites like virus checkers/removers, and the OS providers (I have a very good idea which one that is), makes it easier for home and small business users to get their computers cleaned up. However, they SHOULD make OTHER sites just go to a page that tells them their computer is infected with a virus that interferes with the computer's ability to locate web sites on the internet. It will be a LONG time getting them all cleaned up otherwise.

  6. What should be done, instead ... on Disconnection of Millions of DNSChanger-Infected PCs Delayed · · Score: 1

    ... is track down the owners of these computers and charge them ALL with the misdemeanor aiding and abetting cybercrimes. Let's put the blame where it belongs ... on dumb people who allow their computers to be infected. In this case, since there was no damage by these owners to others, it can be a misdemeanor. But if it did involve damage to others, then it should be a felony charge.

  7. Re:No legal standing to declare passport invalid on Damaged US Passport Chip Strands Travelers · · Score: 1

    If the chip doesn't work at all, how is scanning it going to get a "valid" status from the government database? If your interpretation prevails, then the system fails because all anyone would need to do to game the system is to kill the chip. Instead, we need more reliable chips and a better access to a fallback verification system (for which the chip should be merely a means to expedite validation).

  8. Re:Wishfull thinking on Apache 2.4 Takes Direct Aim At Nginx · · Score: 2

    And how would you do it w/o one thread or process per client? Multiplexing?

    We actually need multiple web server models. Processes are needed for multi-user environments for security reasons. But that impacts performance for single-user environments. OTOH, Apache does process based stuff all wrong, too (they do execve() for CGI and that is where the performance dies).

  9. Re:Apache Never Again on Apache 2.4 Takes Direct Aim At Nginx · · Score: 1

    Anonymous Coward switching to NginX would prove software can improve. The question is, does it need to be done by rethinking and starting over from scratch.

  10. Fixes I'd rather have on Apache 2.4 Takes Direct Aim At Nginx · · Score: 3, Interesting

    I'd rather have better control features, such as completely redoing the vhost matching method.

  11. Re:I don't know about you... on A Rant Against Splash Screens · · Score: 1

    The issue is why it is that loading programs take much longer than it takes for a simple program to just read as much data from a file that is essential for the big program to get to a point where it can present the user experience. I think what the author of the blog really means is that the program should just do the minimum needed to get the real starting screen up first, make user input functional, and then load the rest in the background, starting with the subscreens program sections the user typically uses first.

  12. Re:The Added Infrastructure on A Rant Against Splash Screens · · Score: 2

    What actually is happening between when the splash screen comes up, and when the user can start to use the application? Since there is no user input, yet, it would have to be basically the same thing happening each time it starts. So why not just save the memory image of all that the first time, and just map it in every time after that? Of course that means thinking about your programming environment in a different way, and very likely doing some major modifications of that, so that things like building all kinds of data structures to hold all kinds of discrete info like icon images, can be just mapped in from prior builds rather than reading hundreds of individual files each time the program starts. See, the problem here is that people are still thinking in terms of starting up a program in a nearly empty virtual memory space. Instead, have all this information preconstructed in a blob. If the blob is missing, or marked invalid, then do rebuild it. But if it is OK, then just map it into memory and move on. This blob will, of course, need to be built in a way that allows it to work no matter what virtual memory address it is loaded at. Unfortunately, a lot of programmers these days don't even know what a memory address is, and think virtual memory is some means to eliminate needing to know that.

  13. Re:Thank you on UK Government To Demand Data On Every Call, Email, and Tweet · · Score: 1

    They were not fighting the Germans. They were fighting the Nazis. It just happened to be Germans who were the largest group under Nazi control at the time. The Nazis, had they been allowed to stay in power, would be a LOT WORSE than what the UK, USA, and some other countries are currently doing to rip off people's rights. Not that it is impossible for UK and USA to get as bad as the Nazis as this certainly could happen, and is the current direction of movement. But this proposal, while a big step in the direction of Nazism, is not there, yet. This kind of thing needs to be stopped as far from being Nazism as possible. Just replace "Germans" with "Nazis" and that will fix what you posted.

  14. Re:My response to the manager or HR person.... on Ask Slashdot: Companies That Force Employees To Join Social Networks? · · Score: 1, Interesting

    Employers cannot tell me what to do in my private life with my own name (besides telling me not to do illegal things or things that do involve the company). My job function would never be that kind of thing. Maybe some kinds of jobs would need it (TV news personality, HR investigator, etc ... but I don't do those kinds of jobs). I did set up a Skype account for teleconferencing, but that was in the company name, not my own (the company owns it, not me). But my company has no rights to my identity. Firing me over this means I have to pick which one of my 5 lawyers friends is going to make a boatload.

  15. Re:I work for a company at the other end... on Ask Slashdot: Companies That Force Employees To Join Social Networks? · · Score: 1

    I always wondered where Anonymous Coward works.

  16. open documents on Heartland Institute Threatens To Sue Anyone Who Comments On Leaked Documents · · Score: 1, Insightful

    Any HONEST and HONORABLE institution should have nothing to hide. With all their working documents publicly available, this kind of thing would not happen. I have to conclude that Heartland does not meet this ideal.

  17. And in other news on Universities Agree To Email Monitoring For Copyright Agency · · Score: 5, Insightful

    Use of encryption, and international email services on HTTPS, has started to rise in Canada.

  18. Re:This [nonsense] would not fly in the US of A... on Universities Agree To Email Monitoring For Copyright Agency · · Score: 2

    Just tweet the links, instead.

  19. Re:and then there is the other side on AMD: What Went Wrong? · · Score: 2

    Yes and no. The over-complexity of the x86 architecture is a factor that makes hitting this limit easier. If they had put all the effort into ARM or another RISC architecture that they did put into x86, the end result would be a leaner faster CPU. For 64-bit, we do have PPC64 as an architecture choice. Or if Intel had switched over to ARM long ago, we might already have ARM64 by now. Anyway, a RISC architecture like ARM could go further than x86. I don't know if it could make it to 15 GHz. But I do believe it could get to 8 GHz on the much smaller dies needed for ONE core of ARM vs ONE core of x86. There is digital circuitry doing above 4 GHz for years.

    I have not looked at how the CPUs are being wired and made for years. But what I did see back when I did look (around the time the i386 was rumored) worried me. In those days, the circuit lines were unbalanced on the chip. That is, signal flow was strictly monopolar over grounding. Inductance would force current to flow in the substrate to equalize the fields. What is needed is balanced bipolar signal flow, much like you have with ethernet (but the twisting is not essential) to reduce those effects (by confining the EMF to a smaller space and reducing inductive effects). That and, of course, time to propagate (so the chips do need to be made smaller).

    I suspect the real technology that will give CPUs an eventual boost is nanowaveguides in vacuum. But they'll have to figure it out.

  20. Re:Supporting Hardware on AMD: What Went Wrong? · · Score: 1

    You didn't try any Supermicro boards?

  21. Re:Just buy a used printer off craigslist on FOIA Request Shows Which Printer Companies Cooperated With US Government · · Score: 1

    Buy one that has run out of yellow ink.

  22. Re:Can anyone ... on FOIA Request Shows Which Printer Companies Cooperated With US Government · · Score: 1

    The codes are printed where the printer knows no yellow is. But printing a solid yellow background will help ... by running the printer out of yellow ink.

  23. WHo needs yellow, anyway on FOIA Request Shows Which Printer Companies Cooperated With US Government · · Score: 1

    Kill the yellow channel on the color inks. If your printer uses separate black ink, just leave the color out. If all else fails, print a lot of pages of all-yellow on the same set of several sheets until the yellow ink runs out.

  24. Sweden, FTW! on Is the Government Scaring Web Businesses Out of the US? · · Score: 1

    Or other Scandinavian countries.

  25. Re:Shouldn't be legal to use in the first place. on Former Goldman Programmer's Conviction Overturned · · Score: 1

    Damn. I wish I had mods points today. I blew them all yesterday. Even if I did, I would only be able to do +1. Shucks.