Slashdot Mirror


User: XMichael

XMichael's activity in the archive.

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

Comments · 69

  1. so lame on Requiem For A Motherboard · · Score: 3, Insightful

    Geeze, who is the author of this lame article. Should I start writing articles about my trip to the grocery store? I wounder if I could get published, well at least I could get slashdotted...

    *sigh* this articles so lame, it just makes me laugh to hard.

  2. worst article post in a while on Requiem For A Motherboard · · Score: 5, Insightful

    This has to be by far one of the worst things i've seen posted on slashdot. Really, the fact that someone even took the time to write this article amazing me.

    How many ways can I destroy a computer... yahh

    Maybe if there were good gory pictures or something

  3. Never heard of syn cookies or what? on Akamai: How They Fought Recent DDoS Attacks · · Score: -1, Offtopic

    I guess Akamai never heard of Syn Cookies? Yes you need to build them into your kernel, and for whatever reason, there not enabled by default... but seriously, Akamai...

    Security Cameras

  4. comparing apples and oranges on TiVo vs. Windows Media Center Edition · · Score: 1, Informative

    This is really quite a silly review, IMHO

    Perhaps comparing a Tivo to a Pioneer DVR or the one that DirecTV is offering would have been a better topic! (-;

    Windows Media Center, would be better compared against MythTV (or one of the other OS like / software PVR's).

    Personally I think my MythTV box with 121 days of uptime blows both Tivo and Windows Media Center out of the water, but that niether here nor there.

    CCTV Video Cameras

  5. the kids ... the kids ... on Robots in Hospitals · · Score: 2, Insightful

    This will make hosptials even more scary for an 8 year olds. I hope they make special effort to make the robots look cute!

  6. at least there not doing what borland did! on Java 1.5.0 Now Officially Java 5.0 · · Score: 0, Offtopic

    At least there still calling it Java, Borland comes to mind, and makes me laugh.

    Pascal -> Delphi -> Kylix

    Perhaps had they just kept right on calling it Pascal, and incremented versions they would have some "brand awareness" for that language.
    I guess the marketing department decided that a IDE justified a language name change. hehe

    Wireless Cameras

  7. Not perfect, but something on Photos Of Rutan's X-Prize Entry · · Score: 0

    Archive.org has something from 2003, it's not the exactly link posted, but if your interested you can at least see there normal website.

    Arhive.org Rokits.org

    Complete CCTV

  8. Sweet on They Might Be Giants Open Their Own Music Store · · Score: 0

    Man ohh man am I ever excited! Finally a easy way to get tunes, and support the artist; all without leaving my home!

    Ohh wait, who are these guys, ewwwwww, have you tried the "free sample" yuk..

    Gosh I hope my favorite artist Justin Timberlake starts doing this ... that'd be sweet!

    Security Cameras

  9. Re:nothing new-These shoes are made for walking. on China Will Monitor, Censor SMS Messages · · Score: 0

    You are more nieve than my 8 year old daughter.

    Anyone catch the daily show, the episode where 7 senators where at a Sun Yung Moon corination cerimony?

  10. Re:nothing new-These shoes are made for walking. on China Will Monitor, Censor SMS Messages · · Score: 4, Insightful

    I cannot leave the patriot act.

    No differents as far as I'm concerned


    Wireless Cameras

  11. nothing new on China Will Monitor, Censor SMS Messages · · Score: 5, Interesting

    I'm almost tired of hearing stories about this sort of thing. Is it an Amercian "we are better" additude or what? Check out the policy that AT&T has regarding SMS, turns out they log 3 months worth ... ala, the Amercians monitor it too. However, because its written in black and white in the agreement it's no news... ahh yahh.. Wireless Security Cameras

  12. a 4k stack is- on NVidia Releases Linux Drivers Supporting 4K Stacks · · Score: -1, Troll

    Traditionally, the Linux kernel has used 8KB kernel stacks on most architectures. That stack must suffice for any sequence of calls that may result from a system call - plus the needs of any (hard or soft) interrupt handlers that may be invoked at the same time. In practice, stack overflows are pretty much unheard of in stable kernels; the kernel developers have long since learned to avoid large automatic variables, recursive functions, and other things which can use large amounts of stack space.

    There have been patches circulating for some time now which reduce the kernel stack to 4KB. It is generally understood that the switch to smaller stacks will happen at some point; as a result, much work has recently gone into finding code paths in the kernel which are overly stack-hungry. Part of that effort is simply lots of testing; for that reason, recent -mm kernels no longer even offer an 8KB stack option. The hope is that, if enough people try out the smaller stacks and shake out the bugs, 4KB stacks can be merged into 2.6 in the near future.

    The smaller stacks are scary to some people; it is hard to be certain that all of the possible paths through the kernel have actually been tested. 4KB stacks also break binary modules, and the nVidia drivers in particular. So there is a certain amount of pressure to defer this change into 2.7.

    One might well wonder why the kernel hackers are trying to put this sort of change into a stable kernel series. The problem with 8KB stacks is that they require an "order 1" memory allocation: two pages which are contiguous in physical memory. Order 1 allocations can be very hard to satisfy once the system has been running for a while; physical memory can become so fragmented that two adjacent free pages simply do not exist. The kernel will try hard to free up pages to satisfy larger allocations; the result can be a slow, painful, thrashing system.

    Each process on the system has its own kernel stack, which is used whenever the system goes into kernel mode while that process is running. Since each process requires a kernel stack, the creation of a new process requires an order 1 allocation. So the two-page kernel stacks can limit the creation of new processes, even though the system as a whole is not particularly short of resources. Shrinking kernel stacks to a single page eliminates this problem and makes it easy for Linux systems to handle far more processes at any given time.

    Arjan van de Ven also made the interesting claim that the 4KB stacks are actually safer. His reasoning has to do with one other aspect of the 4KB stack patch: it moves interrupt handling onto a separate, dedicated stack. Software interrupts also get their own stack. Since interrupt handling has been moved away from the per-process kernel stack, the amount of space for system call handling remains about the same, and the stack space for interrupts has been increased.

    The final decision on the integration of 4KB stacks has not yet been made; there are, seemingly, a few problems which still need to be tracked down. If things settle out, however, this fairly significant change could yet be merged into 2.6.

    Complete CCTV

  13. all too common issue on Auto Manufacturers Running Out Of Unique IDs · · Score: 2, Interesting

    This is a fairly common issue in other industries as well... In the food packaging industry they use what is called a DSS number; in addition to the generic serial number we've all known to grown and hate. This DSS number is sort of an industry number which allows the manufactures to more accurately tracking where the product what packed / shipped to, etc. The system is at it's witts ends, as these DSS numbers are appended depending on the number of destinations... Turns out when they designed the system food was only being shipped to many 3 or 4 places at the most --- now it's common for food to be shipped to upwards of a dozen places BEFORE it is even shipped to the grocery store.

    all in all, same story, boo hoo, it'll cost them a bunch of money to upgrade

    CCTV Systems

  14. doesn't helix do the same? on World's First Large-Scale Ogg Theora Stream · · Score: 1

    I am pretty sure Helix is 100% open source and does the same damn thing... why no press on that?

    Complete CCTV

  15. Re:iTunes on The March Towards Micropayments · · Score: 1

    This is called reposting. Many gateways and providers do this ... this isn't new, and I think you missed the point. This technology isn't about 1 site being able to do it over and over ... as we've seen preloaded account concepts for years

    This is about being able to pay a single vendor $0.05
    CCTV Solutions

  16. in many ways I fear it on The March Towards Micropayments · · Score: 2, Interesting

    As much as I like it, I also fear it. I fear the end to the vast amount of free resources the internet has to provide. Yes I'd be great to be able to easily tip and contribute to projects and good resources ... but, what will a day of surfing cost when everyone is asking for $0.25 ?

    Lets hope this can cut into the Visa / Mastercard Manopoly???

    Yahh right ... If it catches on to any extent they will be there to dominate it..

    Security Cameras

  17. I guess thats ok... on Cut-Rate Windows 'XP Starter Edition' in Thailand · · Score: 1

    It's certainly better than

    Windows XP Warez Edition .. hah


    Security Cameras

  18. This is so "Dot Com" on Father of DVD Gets Bitter Reward · · Score: 1

    Doesn't this give you a feeling of nostalga for the dotcom era? Working all night, weekends; sweeting code, and then --- the axe...

    Lets admit it people, it wasn't all about "lay offs" there were tons and tons of churn and burns then, and ESPECIALLY now (-;

    Ahh... to be a middle manager... *sign*

    Complete CCTV

  19. I'm happy for the yankees .... on 429,000 Do-Not-Call Complaints · · Score: 3, Interesting

    All I can say is, as a Canadian I've notice a HUGE, yes HUGE increase in the number of unsolicited calls from Americain; phone numbers, companys, and states solicity me!
    I fear that if the FCC is able to effectively 'crack' down on this, we Canadians will get further attention from a dieing industry ...
    Our Canadian counterpart the CRTC will make steps to protect us, but its going to be a shitty couple years while the beaucrats / legalities get worked out about cross country issues..


    CCTV Cameras
    Funny Photos

  20. Re:Excellent review on Response to Gordon Cormack's Study of Spam Detection · · Score: 0

    I tend to get sloppy when forced to type in a box that is 2 inches wide... hehe

  21. Excellent review on Response to Gordon Cormack's Study of Spam Detection · · Score: 5, Informative

    On the origional forum, I was saying something of the similair (except not nearly as well written!! hehe)

    DSPAM, IMHO, provides far better results than this report was leading too. A properly trained Bayes filter, but a somewhat intellegent person provides simply amazing results. I swear I can go weeks on end without a single spam getting through, no false positives -- and between 20 and 100 SPAM in my "spam" box per day!

    DSpam using Bayes algorithm is by far the best filtering method i've used. And I've used alot! (From SpamAssassin to SpamProbe and all the inbetweens). The only setback, DSpam takes a couple weeks to train...


    Priceless Photos

  22. No DSPAM on Spamassassin Beats CRM-114 In Anti-Spam Shootout · · Score: 2, Interesting

    It's unforchunately that DSPAM was left out of this very good quality report. I have personally used SpamAssassin, SpamProbe and DSPAM

    After using each for a couple months at a time, I found DSPAM to be by far the most effective (after it was properly trained)

    DSPAMS claim "DSPAM (as in De-Spam) is an extremely scalable, open-source statistical hybrid anti-spam filter. While most commercial solutions only provide a mere 95% accuracy (1 error in 20), a majority of DSPAM users frequently see between 99.95% (1 error in 2000) all the way up to 99.991% (2 errors in 22,786). DSPAM is currently effective as both a server-side agent for UNIX email servers and a developer's library for mail clients, other anti-spam tools, and similar projects requiring drop-in spam filtering. DSPAM has been implemented on many large and small scale systems with the largest systems being reported at about 125,000 mailboxes." was quite accurate for me


    Also check out some priceless photos Priceless Photos

  23. rather funny I must say... on Freecache · · Score: -1, Troll

    Funny how this bunk as service that easily gets slashdotted makes it up here;

    mean while there is a great service, which has been around for years. it also does 8 pages of depth. silly silly

    http://www.majorads.com
    MajorAds Marketing

  24. I can't find there modified source code... on A Ready-Made MythTV Set-Top Box in Australia · · Score: 0

    I can't seem to find there modified source code

    This is not the first time Isaac at MythTV has had to deal with this. There are two other rip offs floating around...

    *sigh*

    I'm personally quite happy with my homemade version, and it was a hell of alot cheaper. Can anyone say Knoppmyth (-;

  25. Can anyone tell me where I find ... on 'They Can Sue, But They Can't Hide' · · Score: 0

    This is great, now can anyone tell me where I find the 'shitty' doctors list? Ohh wait, I'll get sued for slander or defamation... The US is grand....... Mike