Slashdot Mirror


User: kasperd

kasperd's activity in the archive.

Stories
0
Comments
2,459
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,459

  1. Re:Not so useful for me. on Fold 'n' Drop Window Interaction · · Score: 1

    When Gnome tries to make justifiable usability changes, they complain.

    People get used to the way the user interface works. If at some later point the behavioure is changed, people will get confused. Making it configurable is a good idea, which is one of the reasons I personally like KDE. KDE can be configured in so many ways, but they could work a bit on making the configuration options easier to find. If you are really sure you can change the user interface for the better, then the confusion may be acceptable, but don't change it too often.

  2. Re:Not so useful for me. on Fold 'n' Drop Window Interaction · · Score: 1

    I just need to remember which task button represents the window to get to it.

    If you use KDE that won't be a problem since all windows have different title line.

  3. Re:As always... on Rundown on SSH Brute Force Attacks · · Score: 1

    If some package/whatever creates an account and I don't know, it can't be exploited.

    How could it possibly be exploited? As long as the password field is * or !! and there is no authorized_keys file, then you can't login using ssh.

  4. Re:Modularised code will always have this problem. on Zlib Security Flaw Could Cause Widespread Trouble · · Score: 1

    Is speed really so critical in zlib?

    Yes.

    It is used for compression and decompression. Those are tasks that typically takes loads of CPU time. If CPU time was never an issue, we could achieve much better compression ratios. Payloads where the bottleneck is the CPU time used for compression are not rare. And slowing down zlib would certainly make that worse.

    But an interesting point however is that typically compression is a lot slower than decompression. Most the security problems are however found in the decompression code. There is a good reason for this. For compression any content on your input stream, so it is clearly impossible to make an attack based on invalid input. For decompression there may exist a few possibilities for invalid compressed input (but not many as those would clearly lead to a poor compression ratio). And even worse, people rarely test decompression of invalid input streams. Valid input streams OTOH are decompressed all the time.

    This leads to the question could we sacrifice a bit of performance in the decompression code for better security? And could we do so without hurting compression performance?

  5. Re:Step by step on Why New OSes Don't Catch On · · Score: 1

    It's an ISO-standardAlready? That's great. Do you happen to know the name of that ISO-standard? A reference would be a good thing to have once I have to tell people about this.

  6. Re:Ettercap team claim SSH / SSL is easy crackable on OpenSSH Turns Five Years Old · · Score: 3, Informative

    Would it be practical to have a summetric cipher with 4094 bit encryption, or would that make things run a bit slow?

    256 bit AES use 14 rounds with a 128 bit key in each round. Rather than generating the 1792 bit keyschedule from the 256 bit key, you could just use a 1792 bit key. The speed would be the same as 256 bit AES. But don't expect it to be much more secure.

    Most likely the cipher isn't the weakest point anyway. If you want to have 256 bits of entropy in your password you need aproximately 42 random characters.

  7. Re:My CRT on Are CRTs History? · · Score: 1

    the pixels may not be warped, but they are still huge and somewhat blurry

    If the pixels look blurry it probably means the hardware is still interpolating even though the ratio is an integer. My laptop does the same when trying show a 512x384 pixels image on the 1024x768 pixels screen. Why do they do this? It would have looked so much better if every pixel had just been scaled to twice the size (in both directions).

  8. Re:An acceptable alternative. on Your Hard Drive Lies to You · · Score: 2, Informative

    It's not flash (EEPROM), it's battery-backed RAM.

    The suggestion was to use both, which I agree is a good idea, because you get the best from both worlds. Flash have a problem with being overwritten many times, which the suggested design solves by only using it in case of loss of power. Battery backed RAM have a problem with potential data loss if it needs to keep the data for longer time than there is power, which the suggested design solves by writing data to flash as soon as main power is lost. I hope what Samsung will also take care of those problems.

  9. Re:Funny... on Is the x86 Architecture Less Secure? · · Score: 3, Interesting

    Funny how exploits that are "just theoretical" don't stay that way forever...

    I always liked this phrack article about how to exploit an appearently unexploitable bug. After reading this, I would be very cautious about clasifying a bug as unexploitable.

  10. Re:Gamers: Configurable USB Mouse Polling Rate! on What to Expect from Linux 2.6.12 · · Score: 1

    because the monitor is not synchronized with the mouse

    I think this is the most important point in your comment. If the mouse polling was synchronized with the monitor you'd get a better result than by polling at 500Hz, and you'd use less CPU power as well. This is one of the cases where the Amiga hardware was superior to the PC, and still is. I mean about 20 years ago the Amiga got timing of input, video and sound exactly right. How come the PC still doesn't do this right?

  11. Re:What I'd like to see... on What to Expect from Linux 2.6.12 · · Score: 1

    upgrade to a 2.6 kernel and benefit from the better software RAID...

    Is software RAID in 2.6 better than in 2.4? I mean it really works great on my 2.4 based system, in which ways could it become significantly better? First of all performance is really good, a friend of mine spend more money on his RAID controller than I did on my entire computer, still my Linux software RAID runs circles around his hardware RAID. And management of Linux software RAID is actually quite easy.

    I heard that in Linux 2.6 you can partition a software RAID, ok that is a nice thing, but building a RAID from harddisk partitions is at least as flexible. The only improvement I really miss is that in case of bad sectors it would sync a spare before kicking out the faulty disk.

  12. Re:Even more annoying... on Comments are More Important than Code · · Score: 1, Insightful

    Don't forget about students who use assert()'s for validating user input!

    It is not the best way to validate user input, but it is better than no validation.

  13. Re:Even more annoying... on Comments are More Important than Code · · Score: 1

    Better yet - remove 5 lines. remove 20 lines. remove half the lines ... and it better still work!

    No, they'd just remove the comments. Rather require them to rewrite such that the source have the same size, but the comments to code ratio have been doubled. And of course it must still work.

  14. Re:I'm sorry, what? on Can an Open Source Project Be Acquired? · · Score: 1

    all it takes is one developer who isn't interested in closing the sources.

    True. Looking on archived versions of the sourceforge pages, it looks like there were once three developers. Few enough that they might have agreed on closing the sources. But still enough for a disagreement leading to publicing full sources.

  15. Re:I'm sorry, what? on Can an Open Source Project Be Acquired? · · Score: 1

    Interesting story. I started searching for more information on google and archive. And what I found made me start wondering if the source was ever available. Some .tgz files were made available for download from sourceforge, and you can in fact still download them. They do however not contain any source code, just a jar file full of class files. It looks like there was never any possibility to download a tarball with the source code. If the source was ever available, that was only through CVS. And the CVS repository have been wiped pretty thoroughly, even the history of what has happened in the repository is gone. So what was in this CVS repository? Did it contain source code or only jar files? If the source was available I find it strange, that nobody kept a copy. I have not found any evidence the source was ever really available to the public.

  16. Re:Doesn't GPL binary equal access to sources? on Can an Open Source Project Be Acquired? · · Score: 1

    Shouldn't you be able to obtain sources to that binary according to the GPL?

    Not necesarilly. If binary and sources are made available for download in the same place, it is your own responsibility to remember to download both. If you download only the binary and only too late realize, that you wanted the source as well, it is though luck. Besides even if someone did not provide the source as required only the authors of the binary code being distributed can sue him about it.

    As long as the project has only a single author, he can basically do what he wants. (The same applies if all the authors agree).

  17. Re:For non geeks on Providers Ignoring DNS TTL? · · Score: 1

    Actually that's for TCP's time to live.

    Actually not. TTL for packets is implemented in IP, which is the layer under TCP. It would defeat the purpose of the TTL if it only existed in TCP packets and all other IP packets could loop. Besides, the routers that decrement TTL are not required to implement TCP, though I think most routers do as they use it for configuration and routing protocols.

  18. Re:Okay now... on Michael Robertson Says Root is Safe · · Score: 1

    That are all good arguments why running as root is a bad choice. But I'd like to add, that I actually backup /home from my cron.daily. So even if somebody could take over my user account and damage my data, they still wouldn't have permission to damage the backups. My next step will be to upload the backups to a friends computer, where a sgid program will ensure I cannot damage a backup once it has been uploaded. When I get that working a backup will be safe even from root.

  19. Re:Okay now... on Michael Robertson Says Root is Safe · · Score: 1

    The beautiful thing is that there were NFS mounted disks on there... He lost a lot, much of it not even his.

    There are a few thingss in this story that sounds strange. In a normal configuration doing an rm -rf /home as root on an NFS client will not do much harm, because the squash root feature will mean the server really see you as nobody. Are you saying the server had squash root disabled, or he did this on the server? In either case I'd say that demonstrates somebody has been pretty incompetent. The other thing I wonder about is if there really still are systems where root have / as his homedir? On the systems I use root will use /root as homedir, in which case the command you gave would be almost harmless.

  20. Re:Why not... on Unintended Consequences of Using GPL Fonts · · Score: 1

    Remember that the base fonts for a platform are provided by the OS vendor, commercial app vendors don't want to deal with this stuff.

    This just means the font and application are not linked, and thus the application is not subject to the font license. Even those (sometimes very weird) attempts of calling it a derivated work doesn't apply. The application does not have to be used with any specific font. The application just talks X11, and the X server provides the fonts (which it may get from a font server). In fact the X server can be on a different machine with no GPL software at all.

  21. This is a good thing on Major Aussie ISP Disconnecting Trojaned PCs · · Score: 5, Insightful

    More ISPs should handle compromised computers this way. Just leaving them around to harm the internet for the rest of is is irresponsible.

  22. Re:Longhorn on Experimental Transistor Breaks 600 Gigahertz · · Score: 1

    It took 63 seconds from I pressed the power button on my NCD until I had google opened in mozilla (don't have firefox installed). Of this the first 14 seconds was spent in memory testing, I guess I could speed it up by removing half the RAM. Another 10 was spent starting KDE, so maybe I should install XFce. Now I just need to figure out how to get it running Windows, so I can compare.

  23. Using google to find other search engines on Objectively Comparing Competing Search Engines? · · Score: 1

    Some day I asked myself, what other search engines are there besides google? Well, maybe I should try searching for some. But which search terms are the right ones to use? Actually Google Labs have a service, which is good for this purpose. Go to labs.google.com/sets and put in the name of one or more well known search engines. I got a long list of candidates. Some of the names sounds familiar, others I had not heard about before, but I guess google can also help me find them.

  24. Re:Wrong. on BitTorrent May Prove Too Good to Quash · · Score: 1

    I have seen BitTornado try to download pieces in order skiping those few pieces that were not currently available at any peer. I know that is not how the protocol is supposed to work, but that is how BitTornado behaved. And BTW, I do leave my client uploading for as long time as possible after it have finished downloading.

  25. Re:How do we know it;'s legal? on QEMU Accelerator Achieves Near-Native Performance · · Score: 1

    I hope you never use any code which you didn't write yourself.

    Even that is no guarantee the code is legal. Somebody may have patented your algorithm.