Slashdot Mirror


User: geniusj

geniusj's activity in the archive.

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

Comments · 506

  1. DJB's take . . . on BIND Still Susceptible To DNS Cache Poisoning · · Score: 5, Informative

    For those that haven't seen it, djb threw up some information regarding this problem and various options a few years ago.

    http://cr.yp.to/djbdns/forgery.html

  2. Re:Limit the bandwidth, compare notes on BIND Still Susceptible To DNS Cache Poisoning · · Score: 1

    There's a surprising number of providers that don't do egress source filtering. I definitely wouldn't rely on other peoples' security.

  3. Re:that's never been the case on Non-Compete Clauses Thrown Out In California · · Score: 1

    Not just now in California. It's been that way for a while. The judge just reaffirmed what everyone already knew.

  4. Re:Rather unjustifiable reactions? on Canadians File Class Actions Over Incoming SMS Fees · · Score: 4, Informative

    You're ignoring his main point, that they are under no obligation to pay when they receive this 'bill.' So either way you go, it'll end up in court eventually. As it should.

  5. Re:Rather unjustifiable reactions? on Canadians File Class Actions Over Incoming SMS Fees · · Score: 3, Insightful

    Is slashdot turning into digg? Whether or not you agree with the parent, he/she isn't a troll..

  6. Re:What if you have "cleared" your viewing history on YouTube Must Give All User Histories To Viacom · · Score: 1

    Unfortunately . . . .

    Google only shares personal information with other companies or individuals outside of Google in the following limited circumstances:
    [...]
    We have a good faith belief that access, use, preservation or disclosure of such information is reasonably necessary to (a) satisfy any applicable law, regulation, legal process or enforceable governmental request, (b) enforce applicable Terms of Service, including investigation of potential violations thereof, (c) detect, prevent, or otherwise address fraud, security or technical issues, or (d) protect against imminent harm to the rights, property or safety of Google, its users or the public as required or permitted by law.

  7. Re:Overreactions on Geohashing Meets an Angry Rancher With Firearms · · Score: 3, Informative

    ^D? Wrong control code..

  8. Re:CVSup on FreeBSD Begins Switch to Subversion · · Score: 1

    It does the latter. Also look at freebsd-update written by the same guy and also included in the base system.

  9. Re:Oh, OODB in a dynamic language⦠on MagLev, Ruby VM on Gemstone OODB, Wows RailsConf · · Score: 1

    except fast.. apparently

  10. Re:LOL on MPAA is Awarded $110 Million In TorrentSpy Case · · Score: 4, Informative

    This really shouldn't be all that crippling for the individuals involved. It appears that it was a corporation. The corporation is therefore liable, not the individuals involved. Corp goes bankrupt, liquidates, and everyone goes on with their lives. It's not a financial death sentence for the officers, etc.

  11. Re:Duh - we all do. on Who Pays for Rebuilding the Internet? · · Score: 1

    It is generally possible to negotiate much better rates for high-bandwidth downstream companies than upstream. This means that ISPs, if they've negotiated properly, should be getting cheaper rates/mbit than a someone with the same bandwidth commitment upstream.

  12. Re:At least you can get FiOS... on Verizon, Fiber Or Die? · · Score: 1

    Details?! Is it specific to certain developments that sign on? The site is seems of devoid of that kind of information.

  13. Re:New HOT, faster Postgres on PostgreSQL 8.3 Released · · Score: 1

    The only time PostgreSQL will be slower, generally, is in a situation where you have frequent connections/disconnections. Connection pooling greatly benefits pgsql. However, now there's pgBouncer which alleviates this.

    In general, as far as query planning and such, it will outperform MySQL.

  14. Re:Cross Database Joins?? on PostgreSQL 8.3 Released · · Score: 4, Interesting

    You should consider using schemas as opposed to entirely separate databases.

  15. Re:Won't work on macs on Netflix To Lift Streaming Limits · · Score: 1

    Dell XPS 410 (gaming) is eerily silent. I didn't expect it, it was quite a shock. It uses a BTX motherboard and large fans, which are probably the reasons for it, but it is quieter than my PowerMac G4, my new iMac and my macbook pro. Pretty crazy.

  16. Re:Prairie Oysters! on Is Apple Killing Linux on the Desktop? · · Score: 1

    OS X and BSD should absolutely not be counted as Linux installations, because they're not Linux (nor are they even close)! I would imagine that including those as part of Linux installs would be quite insulting to the many people who have worked on all of those projects, including the Linux kernel.

  17. Re:my rebuttal on Is Apple Killing Linux on the Desktop? · · Score: 1

    From a developer perspective, MacPorts is a very nice system. Creating a port for MacPorts is much easier than doing so for FreeBSD, an RPM for RedHat, or a deb I've found. They've done a great job at removing some of the tedium from creating packages.

    BTW - MacPorts also has a cool feature that will make a .pkg or .mpkg (the graphical installers) for any port you wish. Nice for redistribution. It'll package dependencies too.

  18. Re:This isn't exactly groundbreaking... on Cisco To Develop Third-Party APIs For IOS · · Score: 1

    FTOS is NetBSD-based, but it doesn't allow shell access like JunOS does. At least, not that I've seen. Juniper and Force10 both make fantastic equipment in their respective segments. The Juniper CLI, though, I think is the best around. For example, I wish they all used 'less' as their pager :-)

  19. Hybrid drives . . . on Alienware Puts 64GB Solid-State Drives In Desktops · · Score: 1

    Hybrid drives sound like a much easier solution for most people. Let's say we had a hybrid drive with 4GB of solid-state storage (can't be that far off, can it?), the benefit here is that the drivers or hardware handles the tiering of your storage/data for you. If you're looking for performance and you have much more than 64GB of data, for example, the hybrid drive I think will do better than the solid-state/separate hard drive combo in the long run. I know I'd much rather have an LRU cache handled for me rather than me trying to create something similar by trying to manually place data on the correct storage tier.

    The other option, of course, is to have a filesystem that does this for you. Give it your fast storage and your slow storage with costs assigned to each and have it manage your storage like a cache. This is what would make the 64GB storage+large hard drive a superior option in my mind mind. There are filesystems that already do this (Sun has one, for example), but I think it may be time for Microsoft and/or Apple to implement something like that for the home user as well.

  20. Re:thinking about something new? think again on Thinking about Rails? Think Again · · Score: 1

    Python's syntax is prettier to most people, but its library is more inconsistent. Ruby has the most consistent standard library that I know. I've been using it since 2000.

  21. Re:Hypervisor on Attacking Multicore CPUs · · Score: 1

    I'll also add that a rootkit isn't traditionally an exploit at all. It's usually a backdoor or series of backdoors (sometimes as well as tools/kernel mods to hide itself) that allow an attacker further or continued access to a system that he has exploited in some other way. So it's not what you use to get in the first time, but the times following.

  22. Re:Hypervisor on Attacking Multicore CPUs · · Score: 1

    That's like saying: "Oh, this is just a race condition, nothing new here . . ." These are incredibly broad classes of exploits. And what he's talking about, while a race condition, is almost its own class of exploit because of how broad its scope is.

  23. Re:Don't knock Tunnels and Trolls! on New Technologies Attack the One-World Problem · · Score: 1

    For what it's worth, Dungeon Runners (a semi-free MMO) is like this and can be somewhat amusing for a few minutes :P

  24. Re:You idiots: on Skype Linux Reads Password and Firefox Profile · · Score: 1

    /etc/passwd can be read by any user

  25. Re:your a queer on Skype Linux Reads Password and Firefox Profile · · Score: 3, Insightful

    He mentioned the libc calls already. Those calls will use whatever method is appropriate for obtaining user information. On a default installation, this will be reading /etc/passwd.