Slashdot Mirror


User: prefect42

prefect42's activity in the archive.

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

Comments · 494

  1. Re:UPnP on Apple's Bonjour Available for Windows · · Score: 5, Interesting

    I throw 20 people and their laptops into a room. With zeroconf they all automatically notice each other, sort out what IPs they're each going to use, offer their printers to each other (as defined by policy), and magically become a network of machines.

    In dumb speak, it just works. DHCP is much better for an organised network, this is much better for an ad-hoc one.

  2. Re:out of hand on ATI Announces 512MB Graphics Card · · Score: 1

    If only that were true. A GeForce2 GTS will thrash a GeForce4MX. They are however highly available PCI graphics cards.

  3. Re:What I do... on Organizing MP3s and Other File Collections? · · Score: 1

    I believe scp root@server:'"~/music/The Crystal Method - Vegas/"'* ./

    does what you want

  4. Re:Torrent distribution on Azureus Decentralizes Bittorrent · · Score: 1

    Bastards aren't they for installing gcj. In a manner that means you can actually try and use it. And documentation on how to install java from sun. The gits even use the alternatives system so you can flick between your multiple jre/jdks at leisure. Bastards. I just don't know what they were thinking.

  5. Re:Sure it's an option on Handling Viruses in an Uncontrolled Network? · · Score: 1

    No port blocking? Even assuming they're JIPS enabled by default which I'd be surprised by, I'd like to see you try port 25...

    Also, whatever you think, student halls have been a decent sized problem that's taken a lot of network probing and monitoring to keep hold of. There have been some substantial botnets formed from student machines.

  6. Re:Sure it's an option on Handling Viruses in an Uncontrolled Network? · · Score: 1

    The web page in itself isn't exactly radical is it? All it means is that an unregistered MAC gets a local IP, throw in a DNS server that resolves all addresses to a single IP, a web server that gives you the login page, and throws the results back at the DHCP server to update the records.

    Job's a goodun if you're not fussed about people spoofing MAC addresses, but then you've not really got a decent option other than a VPN for all to avoid that.

  7. Re:It's not cold fusion on Nuclear Fusion Discovered · · Score: 2, Informative

    The definition I've seen of Cold Fusion is "the name for any nuclear fusion reaction that may occur well below the temperature required for thermonuclear reactions (millions of degrees Celsius)"

    Sonoluminescence was one of the holy grails of cold fusion that had a rough ride, yet that proposed that the collapsing bubble *did* accelerate the deuterium, and I've yet to be convinced by any that don't claim to accelerate the particles in some way.

  8. Re:One Giant Step Backward on How Many Desktop PCs Can One Server Replace? · · Score: 1

    I thought there was a standard one involving lots of USB keyboards and mice. I use it here on a machine with four keyboard/mouse/screen combos.

    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "evdev"
    Option "Device" "/dev/input/event0"
    Option "AutoRepeat" "500 50"
    Option "XkbLayout" "us"
    EndSection

    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "evdev"
    Option "Device" "/dev/input/event1"
    Option "AutoRepeat" "500 50"
    Option "XkbLayout" "us"
    EndSection

    Then just setup your ServerLayouts/Screens as you want.

  9. Re:Just works.... they way they tell you it should on Microsoft's New Mantra - It Just Works · · Score: 3, Interesting

    I think the OS *should* support hard linking though. If I really want to organise my files that way, so be it. Same way I'd rather windows defaulted to symbolic linking rather than shortcuts.

  10. Re:Yes it could cause problems. on Bluetooth on an Airplane? · · Score: 1

    Were you being a pedantic linguist, you would be right, but a 'near miss' is a standard term in aviation.

  11. Re:Semi-qualified opinion on Bluetooth on an Airplane? · · Score: 1

    A recent report showed that there were audible artefacts heard in the pilots headset as a result of mobile phones. I figure this was the normal beepity-beep type noises people are familiar with picking up on radios and the like.

    The conclusion I read was that while this wasn't exactly massive, if it happened during critical phases such as landing, it had the potential to increase pilot workload by garbling a transmission. Any increase in stress/workload during critical phases is ill advised.

  12. Re:Yes it could cause problems. on Bluetooth on an Airplane? · · Score: 1

    A near miss isn't a collision, it's a miss, that was close. Not even necessarily as close as you might think, it just means that the minimum separation distances have not been maintained.

  13. Re:Critics Reaction... on The End of Mathematical Proofs by Humans? · · Score: 1

    "Oh yeah and 2+2=4 and that IS proven"

    Unless it's not of course. It could quite reasonably be considered to be 10 or 11. There are some basic assumptions that people tend to make, that aren't necessarily true.

  14. Didn't make it to air? on British TV Station Offers Downloads · · Score: 1

    I don't quite get what they're saying. Fifth Gear is a very real, very on air motor show, with the half of the Top Gear crew who left when it all changed. Looking at the list of clips I've even seen half of them on TV.

  15. Re:Also: on Pushing The 512MB Barrier On Video Cards · · Score: 1

    The extra colour depth is /relatively/ unimportant. HDRI is significantly using radiosity to calculate the lighting values, which is dog slow and hideously complicated as light can be transferred from surface to surface around the scene. Think of it as an alternative to raytacing (with nice soft shadows and the like with no tricks), not an alternative to Phong/Gouraud and friends.

  16. Re:Uh... on Arkeia Network Backup Agent Remote Access · · Score: 1

    Which is why it was poor that it was the only security measure; I wasn't defending their 'solution', but it's at least a barrier of sorts...

  17. Re:Uh... on Arkeia Network Backup Agent Remote Access · · Score: 2, Insightful

    Have you never used a firewall? Think filtered not blocked. Configure it such that it'll only allow packets from the backup server to that port. Bingo, job's a goodun.

  18. Re:Not a bug; it's a feature? on Arkeia Network Backup Agent Remote Access · · Score: 1

    You're assuming that you have an institutional firewall, but nothing on individual machines. It's not unreasonable to suggest it could be sane to run system firewalls that restrict port access. It's still not sensible having that as the only security on the port though.

  19. Re:British Court system is FAST! on Serial Burglar Caught on Webcam · · Score: 4, Informative

    Yeah come on. If you mean the Tony Martin case it wasn't a rifle it was a shotgun, he is thought to have lied about where he shot the burglar (claiming it was inside on the stairs, but more likely was outside I think), and had in fact shot the kid in the back while he was running away.

    British law allows reasonable force, which doesn't specifically exclude killing him. Almost all the cases brought to court by the police, and thus the CPS have been thrown out. Recent advice to the police is the stop taking these cases to court unless it's clear that an offence has been committed.

  20. Use apt/yum with livna on ATi Drivers for Linux that Work? · · Score: 1

    Livna produce rpms to make your life easy. At the moment I can see FC2 RPMS and I presume FC3 RPMS will appear in good time. They've been surprisingly slow at populating the FC3 tree.

  21. Support from IT management on Dealing with Network Politics and Insecure Users? · · Score: 1

    If you're getting unreasonable demands then someone needs to back up your reasonable position. You can't do things like let the security lapse to prove a point. If you need a certain level of access control, then maintain it.

    If you receive undue complaints from Professors, it's not your duty to bow to them, but make sure they're known by your (IT) seniors. If you *are* the IT senior, then you've got to deal with the problem by explaining your position. Agree to as many meetings as they want, but don't back down unless you decide they've got a point.

    But do accept that they might have a point. You can degrade a system's usablity by making it secure. I know some people would say that there's no such thing as over secure, but...

  22. Re:server vs workstation on Boot Process Visualization · · Score: 1

    Troll? Cron and apache are good examples of things that need to be started independently from the user. What if you don't login at all? Do you really not want cron/apache running?

  23. Re:Since you are focusing on reading and not editi on Easy Way for Sharing OpenOffice.org Documents? · · Score: 1

    Seeing as you're educated in making presentations in PDF format, I wonder if you could expand on them making poor slideshows. You can embed all sorts of media, you can have page transitions, links to other pages. Just look at tools like prosper (http://prosper.sourceforge.net/), which make very servicable slideshows with very little effort.

  24. Re:Multihead X and mplayer on 3D Display Hardware/Software Solution? · · Score: 1

    If we've only got to do 3 it's easy. Buy one card. Matrox Parhelia isn't bad for this sort of thing, or they do a range of quad display cards that lack even that much 3D horsepower.

  25. Re:Take a lesson on Valve Takes the Offensive on Warez Users? · · Score: 1

    If only that were true, it would be a good point. As an owner of a 1.0 Half life CD, I can tell you it installs just fine without an update, since I didn't have an internet connection when I bought it.