Slashdot Mirror


User: seneces

seneces's activity in the archive.

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

Comments · 17

  1. Re:Nice in theory, but.. on Sandy, Utah Tops US Cities For Broadband Speed · · Score: 1

    I lived in Sandy up to last year (and still live nearby), and the best I could get without going to comcast was 3mbit DSL. Comcast offered up to 8mbit, iirc. Definitely nothing above 10 was even available on a residential plan. Has to be a typo.

  2. Re:Speaking as a user on "Side By Side Assemblies" Bring DLL Hell 2.0 · · Score: 2, Informative

    Applications can statically link the CRT with /MT or /MTd instead of the (default) /MD and /MDd. It's pretty common, and i've found that the actual increase to binary size is very small. It often cuts down on distribution size anyway, since that allows /OPT:REF (eliminate unreferenced code) to take effect. It'd be nice if the CRT was available on all systems by default and we didn't have to worry about it, but failing that, static linking is a *necessity* for anything that doesn't use a full installer.

  3. Re:I want real High Quality on SanDisk, Music Publishers Push DRM-free SlotMusic Format · · Score: 2, Interesting

    But pretty much anyone with decent equipment *can* hear the difference between 24bit and 16bit, or 48khz and 96khz. That is a pretty well established fact, and not nearly as controversial as mp3 encoding quality. Audio CDs are generally encoded as 48khz, 16bit, 1411kbps PCM audio - which the majority of modern soundcards (including onboard cards) can outdo in recordings (though obviously they lack in other areas). For comparison, get one of the few albums available in DVD Audio and compare them to the CD - especially at high volumes.

    The downside is that 4 minutes of 2 channel music in 24/96 is 65.5MB in FLAC (bitrate of 2275kbps). Quite a bit heavier than CD quality audio.

    But i'm also one of those people that is very convinced I can hear the difference between most MP3 and lossless, so you might want to take my opinion as slightly biased ;)

  4. Re:Encrypt everything. on ISPs Using "Deep Packet Inspection" On 100,000 Users · · Score: 2, Insightful

    SSL's general uptake is held back by two unfortunately major points. Firstly, it costs money to buy a SSL certificate, and you have to deal with all sorts of shit (or spend more money) if you use subdomains, alternate domains, etc. Something like CACert could fix this issue if it were widely accepted, but of course that would make the entire system less trustworthy..

    Secondly, there is no normally implemented way to do name-based virtual hosting with SSL, and most people don't want to or can't give each domain it's own IP. There is a TLS extension to solve this, but afaik browser and httpd support is minimal or nonexistant currently.

    These are issues the community really needs to be concentrating on, because all too often these days it does not make sense to communicate and let the rest of the world watch.

  5. Re:The size will be the limiting factor not DRM. on The First HD DVD Movie Hits BitTorrent · · Score: 2, Interesting

    Plenty of people, myself among them, keep high-definition movies now. In MPEG-2, they usually end up being 11-14gb each, and that isn't unreasonable with today's harddrives. Once HDDVD gets adopted widely there will probably be drives big enough to make a 20gb movie not too much of an issue for people who want to keep it in its original quality. Plus, once we can burn hddvd/bluray discs, space won't matter.

  6. Re:saints preserve us on Utah Votes 'No' to Darwin's Critics · · Score: 1

    Semenary classes are, thankfully, completely optional, although a lot of utah parents force their children to take them.

  7. Re:Camera robots? Bah on House-Sitting Robot Hits Store Shelves in Japan · · Score: 2, Funny

    "I'm really sorry it shot billy. I guess he was too stupid to remember the code anyway. Want to have another child?" Flawless.

  8. Where to get fix... on Apache Request Smuggling Vulnerability Found · · Score: 5, Insightful

    According to securityfocus, this bug does affect the 2.0.x branch as well as 2.1.x. It says that the 2.1.x version has been released to fix, and that a fix is available in the subversion repository for 2.0.x. I'd suspect that there will be a new version of 2.0.x out soon.

    Securityfocus article is here.

  9. Re:Quick Fix on The Ham and Spam of Weblogs · · Score: 2, Insightful

    Who is going to pay $1 to read about how your boyfriend dumped you last week and you're still crying in bed. Blog comment spam isn't all that hard to get rid of (filter links, filter content, or if you're just worried about search engines, use rel="nofollow").

    Anyone who has a blog that you have to pay to comment on (or to see) isn't going to get much traffic.

  10. Matrix.. on The Diagnostic 'Bugbot' · · Score: 1

    am I the only one who was reminded of the "Bug" in the Matrix?

  11. Re:How to tell if you are a linux fanatic. on Red Hat/Apache Slower Than Windows Server 2003? · · Score: 1

    How to tell if you are stereotyping:
    1. You posted something like that.
    For me, most of those points are untrue. I know linux can crash (I have caused kernel panics before), I burn dvds constantly, I admit plenty of facts, cdrecord and its many frontends are fine.

  12. Ugh on U.S. National Identity Cards All But Law · · Score: 1

    I see http://www.albinoblacksheep.com/flash/pizzacall coming true soon. Goodbye privacy, nice knowing you.

    Someone needs to make a stand against these growing attempts to watch over every part of our lives, before it goes too far.

  13. Re:Dupe on Metafor: Translating Natural Language to Code · · Score: 1

    Many of the dupes link articles about something from different sources. I think the editors should just start looking for dupes before they accept a submission.

  14. Re:How about changing the GPL? on Solving the /etc Situation? · · Score: 1
    (You can have a kernel module which reads the program files and if not in the correct format will tell the user it is wrong and therefore it will not run the binary. This would get users to 1. hack a solution or hopefully 2. complain to the developers to fix the problem.)
    I don't think making all software not run until the user upgrades it to the newest version that supports FancyNewConfigurationScheme v1.3 is the right solution. That isn't likely to make many people happy.

    That said, I think config files are fine how they are. Sure, the formats are different, but few are actually hard to understand (and if they are, its the developers problem). Having most configuration files in /etc/ is enough. Its just a quick look through there for what I need. Perhaps a registry-like (but obviously much better/faster in the way of linux) thing would be good for some parts, but forcing developers to use something is not the right idea.
  15. Re:I some how doubt on Console Players Are Pirates · · Score: 1

    This is exactly how I feel. If I was a gamer, and I really liked a game, i'd go out and buy it (despite my lack of money). But, I rarely play games, and I don't have any that I like all that much, so I don't want to go paying $50 for each of them. If the gaming industry were to make better games, i'm sure more people would want to buy them legally (for things like online play, and to support its development, etc).

  16. Re:What is the point? on Norway Considers New Copyright Laws · · Score: 1

    More than ripping music is. Someone getting high/drunk, and driving, and crashing into someone else is more harmful than converting your cd so it can be stored on your computer.

  17. What is the point? on Norway Considers New Copyright Laws · · Score: 5, Insightful

    It may stop a few people from ripping music, but most will do it anyway. It won't stop piracy. They should spend the time they would be enforcing pointless laws like that thinking up better ways to fix real problems (drugs, etc), not trying to stop people from putting music on their mp3 players or computers.