Slashdot Mirror


User: oglueck

oglueck's activity in the archive.

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

Comments · 171

  1. Re:Safari hates malformed pages on Opera 9.0 Fully Passes ACID2 Test · · Score: 1

    More precisely, a browser is free to render invalid pages ANY way it wants - as the standard doesn't say how to render non-standards :-)

  2. Mirrordot has it on What is UNIX, Anyway? · · Score: 2, Informative
  3. Re:Security Flaw Discovered in GPG? on Security Flaw Discovered in GPG · · Score: 1

    There are GPG signatures too (don't know if they use MD5 or SHA-1): ftp://mirror.switch.ch/mirror/kernel/linux/kernel/ v2.6/linux-2.6.15.6.tar.bz2.sign

    But as pointed out earlier the bug only affects "inline" signatures.

  4. Re:Security Flaw Discovered in GPG? on Security Flaw Discovered in GPG · · Score: 1

    GPG is commonly used to sign source code tarballs such as the linux kernel. Those tarballs are mirrored across the world to hundreds of untrusted servers. With this flaw it's possible to modify signed source code (and introduce backdoors for instance). It's definitely not a theoretical problem.

  5. base64 on Unipage - A PDF Alternative? · · Score: 1

    You can do that with the base64 URL scheme. See here.

    It is supported by Firefox already. Is that what they use? Site is ./ed so I couldn't check...

  6. Re:What's a Composite Manager? on Novell Makes Public Release of Xgl Code · · Score: 1

    Simplified it's this: Standard X servers can only draw windows to the screen (framebuffer) directly. Real translucency can not be implemented with this technology.

    The X composite extension allows an X server to render windows to memory first. The composite manager is then responsible to create the final image, composed of all the windows. A composite manager may opt to render some windows translucent over others for example.

  7. Re:IDE Drives Cause other Overheads on Benchmarking Linux Filesystems Part II · · Score: 2, Informative

    Wouldn't a single journaling filesystem transaction be considered three independant writes?

    No. A single transaction comes from a single thread. So the IO scheduler has no freedom here. It consists of these operations:

    1. write redo log
    2. write
    3. clear redo log

    They must occur in exactly this order. There are flush operations involved as well but I am not an expert here.

  8. Re:IDE Drives Cause other Overheads on Benchmarking Linux Filesystems Part II · · Score: 1

    The IO scheduler should not matter as they are only important when multiple processes access the disk.

  9. Bad audio quality and bad accent on Going Deep Inside Vista's Kernel Architecture · · Score: 1

    Why is the audio quality of the movie so bad? Like this their American accent makes it very hard to understand anything if you are not a native English speaker.

  10. This must be a joke on Linux Netwosix Creator Discusses 2.0 Vision · · Score: 5, Interesting

    Netwosix will try to offer the first valid alternative to historically secure systems like the *BSD
    stability, performance, and support for mission-critical application deployments
    users can benefit from outstanding robustness, scalabilty, and reliability

    Big words. If he wants stability why does this 19 year old jerk use the latest 2.6.14.5 stable kernel? Where do all those features come from? You won't get security and robustness by just repackaging software. Is Ciaglia saying he reviews all the code in his distro and fixes broken stuff? All on his own? On several platforms? Look at their site: Their "community" consists of merely two people.

    Goodness, just because every kid can burn a bootable Linux CD that doesn't mean he just created a new distro!

    Call this a flame. But I really don't see the point of Netwosix.

  11. Gentoo based? on Linux Netwosix Creator Discusses 2.0 Vision · · Score: 5, Interesting

    I'm planning to expand the portage tree, doing other 300/400 packages ports, with everyone security oriented.

    Is this distro based on Gentoo's portage? If so, what is this distribution trying to fix? And is this guy "porting" packages all alone? He probably never figured how much work it will be to maintain his own distro.

  12. Re:i dont understand... on aMSN 0.95 Released · · Score: 2, Informative

    The MS product
    - is only available for Windows
    - displays ads
    - has a bad user interface (you can't even rename contacts)

  13. Re:A Related Site on Rock Face of Kilauea Volcano Collapses · · Score: 1

    I am not a medical expert, but I guess it is really "instant". I heard stuff like that generally produces an enormous shock to the body. Muscles contrat. That causes the blood pressure to instantly rise over a critical level which renders you at least inconcious if it doesn't even damage your brain.

  14. Re:Another self-righteous asshole on Open Source Worse than Flying · · Score: 1

    Yes they are. And they are closed source. And the nVidia ones don't work well with newer kernels. And they stopped supporting them. And the nv open source driver does not have accelerated OpenGL. :-(

  15. Re:A self-righteous asshole on Open Source Worse than Flying · · Score: 1

    There are stilll many vendors that do not provide hardware documentation so that it is just very very hard if not even impossible to write driver for their hardware. Best example is nVidia and ATI graphics boards or Cannon scanners. All drivers we have for them are made from reverse engineering the hardware! Goodness, I remember the times when my Star 9-pin printer came with a book that contained a detailed description of the printer protocol. Or a OKI laser printer whose user manual documented PCL!

  16. Re:Visual Guide Mirror on KDE 3.5 Released · · Score: 1

    Coral here

  17. Free T-Shirt on IT Workers Worst Dressed Employees · · Score: 1

    Yes, it is true. Being a software devloper myself I really care about what I wear. I am always really pissed of when I see those "you get a free T-Shirt" taglines that go along with every con announced. This T-Shirt thing is just too American. And Think Geek doesn't help at all. Hey, those oversized, ugly labelled Ts were fashionable in the 80ies maybe. That is now 25 years ago. Who are you gonna impress with your "Java", "Oracle", "Apache Committer", "Google Summer Of Code", "SYN/ACK" Ts anyway? Non-IT guys won't understand. IT guys already know them. Girls don't care about the label but how you look in one of these. And let me tell you: everybody looks crap in them.

  18. The flaws on Cow Tipping is a Myth · · Score: 1

    1. The cow is not a wooden box. When pressure is applied the cow will bend or move its feet for instance which would instantly change the whole distribution of forces.
    2. Who said that tipping was about statics anyway? Can this scientist evaluate the case when you use momentum?

  19. Re:Userspace, anyone? on Should Linux Have a Binary Kernel Driver Layer? · · Score: 4, Informative

    For USB and Firewire that's already done. Both busses define like device classes and protocols those use. The actual devices need either no special drivers or those can be implemented in user space. Printer drivers (CUPS) are completely user space. Scanner drivers for Sane are completely user space.

  20. Re:Personally for me it's about the APIs on Linus Says No to 'Specs' · · Score: 1

    In my opinion a software engineer that codes an interface without documentation should loose his degree. But this is API. The original disussion was about Specs.

    I have one really good example: ACPI. It is an enourmously complex spec. And the reality does not follow the specs at all. Hardware manufactures work so closely together with Microsoft that they release the hardware when it runs Windows. No Wonder those poor Linux kernel guys never get a chance to get it working correctly. There are just too many bugs in the hardware and they end up writing work-arounds for many cases.

    Any other examples? USB anybody?

  21. Default with some ISPs on CentralNic Enables uk.com Wildcard DNS · · Score: 2, Informative

    It is common practice among ISPs to enable DNS wildcards for subdomains by default. hoststar.ch is doing that for instance.

  22. The MWW on FEMA Demands Use of IE To File Online Katrina Claims · · Score: 1

    So this is apparently just another site in the Microsoft Wide Web where they use IE and WINS and IIS. Any plans they will put that on a separate physical network soon?

  23. Re:there ought to be a law... on FEMA Demands Use of IE To File Online Katrina Claims · · Score: 2, Insightful

    You can not fix broken brains with new laws.

  24. Re:One thing to consider - collations and Unicode on Comparing MySQL and PostgreSQL 2 · · Score: 1

    Well, MySQL at least *has* some collation support. The bad thing is how it is used in SQL:
    SELECT X FROM T ORDER BY X COLLATE collation_name;
    This seems nice at first. The catch is the collation names. Imagine you write an application for international customers. A person from Paris would like a french collation, while a person from Israel definitely needs a different collation. So the collation to use strongly depends on the locale of the person who is logged on. Usually people use the ISO country and language codes (en-US, fr-CA etc.) in their applications to define a locale. Those codes are also used in Java's Locale class for instance. Now the MySQL collation names are like this: latin1_german1_ci, latin1_spanish_ci, etc.
    This does not exactly match with anything of the above. And it makes it harder than necessary for developers to select the right collation for a certain locale. You need some kind of mapping table. Moreover you can not be sure that every MySQL installation has support for all the collations you use, because they can be selected at compile time.

    When you compare this with the way Oracle handles that MySQL looks pretty bad. For me Oracle is the only DB that handles collation well-enough from a developer's point of view.

    And hey, what about time zones? When I store a time and date in a DB, it must be well-defined in what TZ the data is returned. Oracle for instance does quite a bad job regarding that.

  25. Who can use those features? on Comparing MySQL and PostgreSQL 2 · · Score: 1

    I don't really have a favourite among the two. I use a DB mostly through EJB containers. So all those nifty features are of no use because the DB layer won't use them. They don't do much more than the standard SQL.