Slashdot Mirror


User: newt0311

newt0311's activity in the archive.

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

Comments · 343

  1. Re:Commendable on Google Campus to Become Solar-powered · · Score: 1

    at this point we start looking at alternative means of harvesting solar energy. I still remember the idea of using a parabolic dish to focus sunlight on a sterling engine to produce energy. Here is the makers website: http://www.stirlingenergy.com/ but I didn't see any efficiency numbers. anybody willing to look in on this?

  2. Re:In all fairness... on Acrobat-killer Submitted to Standards Body · · Score: 1

    why do you want a file format to be XML based??? that just makes it slow. One of the reason PDF is fast (and yes it is fast. just adobe reader is not) is b/c it implements a smart data format design which gets the job done quickly.

  3. Re:Standards on Acrobat-killer Submitted to Standards Body · · Score: 1

    Adobe reader might be bloated but the PDF file format itself is amazingly fast. No crap design, it is designed for fast parsing and does the job well. proof: look at readers live ghostscript of evince which can read PDFs in a fraction of a second or pdflatex which can generate it almost that quickly.

  4. Re:Times are a changin' on Acrobat-killer Submitted to Standards Body · · Score: 1

    I would like to point out that Adobe didnot actually say anything to M$ at all about PDF in office. (M$ already has plenty of PDF support in the Mac version and why would Adobe have a problem with promotion of its own format?) but rather M$ just came up with a convenient excuse to trash PDF and claimed the possibility of a lawsuit as the reason for pulling PDF off.

  5. Re:Times are a changin' on Acrobat-killer Submitted to Standards Body · · Score: 1

    agreed. XML is completely inappropriate in 90% of the applications is is used in and the other 10% are probably better off with SGML.

  6. Re:GTK+ is the problem. on GIMP's Next-generation Imaging Core Demonstrated · · Score: 1
    I call flaming. Have you ever seen any GUI toolkits? I personally have seen GTK2, QT, and swing and while the exact implementation may be different, they all offer the same functions. I would argue that GTK is actually one of the fastest to code in b/c of its simplicity and versitality.

    About low-level vs. high level: how does written in C make something low-level? Have you ever seen RDBMS? take postgres for example. 99% if not 100% is written in pure C. Yet it still implements nearly the entire SQL standard which is anything BUT low-level. Also note that the X libraries are written in C so if you rewrote gtk in something else, you would have to worry about those as well. I dont know about flavors like GTK++ but I know that in pyGTK, the devs have used object as much as sanely possible. the windows are window objects, buttons are button objects, etc.

    I think you are also underestimating the speed of interpretted languages. Are they slower than compiled languages in general? yes. are they that much slower? no. esp. java which just gets jit compiled and at that point is just native code. The real pinch in performance comes from memory management and bounds checking, not the interpretive part. Memory management is where processor cycles get eaten like nothing else. Standard ML and OCaml will probably have the same problem.

    Where the hell did you get objective c? there is not insufficient abstraction problem with GTK. if a window object is too abstract for you then just use a container object. oh, cant even handle that? then just use a GObject!!! can't get more abstract than that.

  7. Re:Pareto on The True Cost of Standby Power · · Score: 1

    add laptop displays to that. they also consume MASSIVE amounts of power. not during standby though.

  8. Re:Pareto on The True Cost of Standby Power · · Score: 1

    agreed. we lose massive amounts power just in the power lines. deal with that first!!! Or even better, just let the economy take care of it eventually.

  9. Re:Stability on Element 118 Created · · Score: 1

    something that heavy? (in molecular terms). no way. they probably just got a few nanoseconds worth or readings from the reaction before the element blew itself to smithereens. still a new element with maybe more interesting data attached to it.

  10. Re:Microsoft has NO CLUE AT all regarding security on Microsoft Agrees to Changes in Vista Security · · Score: 1

    you are right in that Gentoo is not for new converts or for the faint of heart (though I know several new converts who do use it and like it). It requires an adeptness with bash which takes some time to develop and unless the user is experienced, the installation process is worse then hell.

  11. Re:I dont agree on Microsoft Agrees to Changes in Vista Security · · Score: 1

    once again, read my earlier posts. the people gates bought QDOS from illegally rev. engineered and built a clone of CP/M. Buying the software with the knowledge they did that makes him an accomplice and not knowing makes him careless for not knowing about his own purchases. As to why IBM supported gates instead of kildall is because they already had an agreement with gates to lisence the OS. are you sure that it is not you who has failed to do his research?

  12. Re:I dont agree on Microsoft Agrees to Changes in Vista Security · · Score: 1
    Exactly hos does one file the serial numbers off of an OS anyway?
    By filing it off the media (ie. box/cd/disket). not very hard.
    Taking factual arguments from someone who writes a manifesto called "Why I hate Microsoft" shows an astonishing lack of judgement.
    said someone backs up his arguments. ever bothered doing any research on where M$ got its products?
  13. Re:I dont agree on Microsoft Agrees to Changes in Vista Security · · Score: 1

    see my next post formore backup on my claims.

  14. Re:Microsoft has NO CLUE AT all regarding security on Microsoft Agrees to Changes in Vista Security · · Score: 1
    yes. linux file permissions >>>>>>>>> M$ windows file protection.

    I personally would advise against kubuntu b/c some of my friends having stability issues against it. just my personal op though. I personally use gentoo w/i FVWM since I think that DE = worthless bloat. But, then again, thats just me.

  15. Re:Is it just me or... on Microsoft Agrees to Changes in Vista Security · · Score: 1

    yeah. it is a security risk to open up the kernel. at the same time, it is something that is necessary for certain software to work efficiently (stuff like VMWare and VPN virtual ethernet sockets come to mind among other things). In the case of linux, the way they handle it is by restricting such things to external (preferably but not always userspace) modules and loading them on demand. forthermore, they restrict such installations and module insertain abilities (especially kernel space modules) to root (god of the system). It works as a compromise. wonder if there is something like this in windows?

  16. Re:I dont agree on Microsoft Agrees to Changes in Vista Security · · Score: 1
  17. Re:I dont agree on Microsoft Agrees to Changes in Vista Security · · Score: 1

    actually. The people who M$ bought DOS from had actually (illegally) reverse engineered it and removed the 32mb file limit. other than that removal, there was no difference between the orig and their ripoff. Now, either gates knew this when he bought the rights to the software (in which case he is a criminal) or that he didn't (in which case, he is an incompetent business man.

  18. Re:They still exist? on Transmeta Sues Intel for Patent Infringement · · Score: 1

    OH GOD. The idiots at transmetta are proving themselves to be the idiots I thought them to be. Back when they came out with the efficon processors, they had a enormous oppotunity and they BLEW IT. They could have realized that their VLIW processor design and code morphing software was a killer for high performance linux clusters (anybody thinking one instruction no lag process scheduler through insane code optimizations, inbuilt encryption, inbuilt network stack? the possibilities are endless). Instead they missed the opportunity to expand their amazing tech go burried in a pile of incompetency. They had the same performance as a 1ghz pentium 4 with 3 watts power usage. With a VLIW processor, all they would have to do was double the number of instruction pipelines and mod the codemorph software a little. oh, not enough, well, do it again... and again... and again. idiots.

  19. Re: Message to DVD industry: Byte Me! on New Copy Protection to Make Playing DVDs on a PC Difficult · · Score: 1

    such restrictions would probably result in an antitrust lawsuit. Its pretty sad to see an easily worked around scheme. if those guys keep the format secret except fromt he makers of DVD players, they get sued for being a cartel. If they don't, somebody can just write a driver and then the copy protection is worthless. Idiots.

  20. Re:So how did they test? -- badly on Bug Hunting Open-Source vs. Proprietary Software · · Score: 1

    damn right and why should it? a browser should NOT be a native part of a DE. that is a major sign of bloat.

  21. Re:So how did they test? -- badly on Bug Hunting Open-Source vs. Proprietary Software · · Score: 1

    so did I. Now we have proof!!!

  22. Re:depends on the company on What a Vista Upgrade Will Really Cost You · · Score: 1

    Ahhh. you clearely have not understood the paradigm M$ is in. if all they do is fix the bugs in their crappy code base, people aren't going to pay for that. So... how do you get people to pay? You make more crappy bug ridden code with new bloatware (hint: useless) features and then force people to buy upgrades through some interesting means such as reduced backwards compatibility etc.

  23. Re:Qt on Why is OSS Commercial Software So Expensive? · · Score: 1

    I also speak from personal experience when I say that compared to the free GTK2+, QT is a piece of crap.

  24. Re:Die Hard on Slackware 11 Has Been Released · · Score: 1

    you might want to look at Gentoo stage 1. faster to do and with useflags and custom compilng, is basically the same as the LFS install that you suggested.

  25. Re:The article talks a lot about the author on Ten Geek Business Myths · · Score: 1

    meh. Scheme is the kiddie version of lisp. I have heard many people (including professors from MIT and Harvard) say that common lisp is much better than elisp but it was not because of how well updated they were. it was because of the dynamic scoping of elisp compared to all other lisp implementations. other than that, they were totally fine with it. I still prefer python to lisp but I think that is more of an experience issue rather than what the language is capable of.