Slashdot Mirror


User: Oculus+Habent

Oculus+Habent's activity in the archive.

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

Comments · 846

  1. Re:correctness? on Java 1.4.1 Update 1 for Mac OS X · · Score: 2, Insightful

    Improved correctness may mean better adherence to the language. Rather than bug fixes, it may mean that 1.4.1 is more "correct" (i.e. compliant), just as Mozilla provides better "correctness" than IE at HTML rendering.

  2. Re:Much agreed with Apple on Apple Responds To iTunes "First Sale" Question · · Score: 2, Insightful

    This wouldn't stand up. If you could do so for free, then there would instantly be huge sites devoted to sharing music amongst one another, maybe with a cover charge of a few dollars, in case someone decides not to play fair.

  3. Technical and legal issues... on Apple Responds To iTunes "First Sale" Question · · Score: 5, Insightful

    Technical issues could be overcome with an addition to the Apple Music Store authorization system that let you give your song to someone else, deauthorizing you in the process. No major technical difficulties there. The real problem comes in verification that you have not made copies for yourself. If you have, then the "re-sale" is simply a fraud. The only way they could do this is have every computer that is authorized on the account report back whenever the song is burnt to a musics CD - it would be worthless as a data file (unless you manually drop it on your iPod...), only allowing you to sell songs you have never duplicated. However, I don't think Apple wants to keep track of everyone's CD burning, and people are just as unlikely to be interested in the prospect.

    Of couse, you could get around this by using a program that grabs the audio stream during playback and acheive the same end result.

    I understand Apple's position. Even if it isn't the greatest solution, they have stated that they believe in the "first sale" right, even though it isn't practical to implement. Their stance can be noted when the time comes that support for those rights is needed.

  4. Dammit on Java 1.4.1 Update 1 for Mac OS X · · Score: 0, Redundant

    I have 498.2 MB free on my PowerBook G3, and it says I must have 498 MB free to install this package, which seems strange for a 39.7MB package. Something is borked. Time to restart.

  5. Almost too good on PowerMac G5 Picture Gallery · · Score: 4, Interesting

    When I saw the first few pictures, I thought it simply looked rendered. The light, the curves, the shading, even the capacitors on the video card look perfect.

    That is some awesome photography.

  6. Re:ToS on Can RIAA Lawsuits be Blocked by Routers? · · Score: 1

    It's a decent example...

    I think for the RIAA case, it would depend on how extreme the behavior was. If the user (not the owner) of the connection was serving 15GB of MP3s, and collecting 50+ per day, the likelihood of the owner not knowing - assuming they are present - is small.

    You may not go after the owner of the line for the actual act, but if you show that the owner reasonably knew the crime was happening, they may be charged with being an accomplice, or perhaps aiding & abetting.

    Now, for the random Acronym listing...
    IANAL,AFAIK YMMV,FFS,WTF,BFAA

  7. Re:Folding LCD screens on Seamless Video Walls · · Score: 3, Interesting

    There's still a perceptible seam, and the span is somewhat distorted. Not the greatest for details.

  8. 3-panel display model on Seamless Video Walls · · Score: 1

    It looks to me like they may have used one of the desktop models from Panoram Technologies.

  9. Interesting, but on Seamless Video Walls · · Score: 2, Insightful

    Having to change the video drivers to "compress the edges" seems like a messy task. I don't see any information about control software that lets you choose which edges are compressed, either.

    A little sparse on technical detail, though that is somewhat expected... I want to know where the "compressed image" it talks about comes from. Does it create additional "virtual pixels" that cover the gap, and then mash them into the few on the edges?

  10. interactive highlighting on Representing Online Textbooks? · · Score: 1

    I think with huge amounts of effort, you could use JavaScript for highlighting or underlining - select the text you want and then press a key sequence that triggers a function - which would have to add something to a database. I think you could then turn around and re-create the highlighting by locating the text - perhaps by string position and length in the unaltered document as opposed to recording the full string - and then adding tags with classes. This could even give you different color highlights.

    Bookmarks could function on a similar idea - insert an element like a table that would be left- or right-aligned with an anchor, a label if desired, and a noticable background color.

    Margin notes might be best as little icons indicating a note that makes a hidden <div> appear with the note in it.

    I don't know how much it would chew on a server, or how difficult it would be to create. Last I knew the JavaScript for document control - selections, specifically - is entirely different for IE and Mozilla, and I couldn't even hazard a guess at other browsers.

  11. A few thoughts on Representing Online Textbooks? · · Score: 4, Informative
    Well, this turned out to be longer than I anticipated, but here are my thoughts on a re-design:
    1. Consider changing the color of the links. Buy-Me Blue is very harsh, especially in large concentrations, such as the ToC.
    2. Clean up the HTML. Replace <font> tags with Stylesheets. You aren't likely to trim out much of your audience by switching to them at this point.
    3. Stylesheets, stylesheets, stylesheets. Define tags whenever possible, and use classes to clean it all up. Have the pages all link to a single stylesheet for ease of updates.
    4. You might seriously consider Dreamweaver or something similar for easy control of site updates.
    5. Consider switching to a sans-serif font. For most people they tend to be easier to read.
    6. As much as it pains me to use tables like this, create classes of tables, and make one of them for your "figures". Use the <caption> tag for the text, and:
      • Put the caption below the image
      • Optionally insert breaks in the caption
      • Put the images to the left or right and allow the text to flow around them
      This won't work on all of the pages. KallDepth.html for example. You may also (again a horrible bastardization of tables) place the sections of a page in a table, so the images don't run out beyond them.
    7. Put ALT text on your images. It can (And should, probably) be the same as the caption.
    8. Get rid of the link borders on images. They don't add anything visually, and if people can't identify the change of cursor for a link by now, they are in trouble.
    9. Get rid of extra underlines (titles on pages). They confuse some people, and, personally, I don't think they look good.
    10. Replace bracketed links (the sections in a page) with links separated by pipes (|). Also, make sure the link is closed before the space, so you don't get the trailing underline. It took me a moment to realize the links were sections, but I'm not sure how to better identify them.
    11. Replace images containing text, back and forward buttons, etc. with text. Make the "Start Chapter" into "Top" links. Use stylesheet classes to colorize them if you like.
    12. Shrink the hell out of the bottom text on the main page.
    13. Get rid of anything flashing, unless it's a demonstration.
    14. Consider some way of more clearly separating sections in the page. An <hr> may be ok, but I'd test it on a focus group before fully implementing it.
    15. Remove the words "CLICK HERE" from all links -there's always another way to say it.
    16. You can probably remove the image and animation sizes from their captions. It's not so important as it was 5 years ago.
    17. Properly Capitalize section headings and links to them. They are titles, and should be treated as such.
    18. Don't bold the entire ToC. Only the major headings, or not at all, if you prefer.
    19. Different sizes of text on the ToC would make it much more readable.
    20. If you can, change some of the section titles. "ON and OFF center pathways and center surround organization of the retina are initiated at the photoreceptor to bipolar and horizontal cell contacts in the outer plexiform layer." is a sentence, not a title. It even has a period.
    21. This will also clean up the ToC and the section headings.
    22. Place the Table of Contents on a page that is not the index or place an anchor at the start of the ToC so the links don't go to the huge image at the top. I think it would be best to place the ToC on another page, as the index can become a Welcome page.
    23. In the Table of Contents, put the bylines in a smaller font below the Part Title.
    24. I think it would be a lot of work, but a listing with links of all of the charts and figures would be good.
    25. Get rid of or change the Readme First. It's so old it's funny. :)
  12. Re:External on SuperDrive Options for Combo Drive PowerBooks? · · Score: 2, Informative

    Desktop Superdrives do support DVD-RW, but Apple's software doesn't. I recall a bit in Macworld about replacing a DVD-R with an RW after iDVD first recognized the media - though it may not work with the later versions of iDVD.

    This may or may not hold true for the laptop Superdrives.

  13. Re:I know which such company is needed. on Windows XP Edges Out KDE in Usability Test · · Score: 1

    Microsoft would much more likely fork a BSD, like Apple did, as the licensing is far easier to deal with for a company.

    Microsoft may be able to placec an interface over a BSD core, though they would likely use it as a server platform first. I imagine there would be significant customization to prevent Microsoft apps from porting easily to another BSD or Linux.

  14. Re:Still using decimal and QWERTY though. on Holographic Keypads Float Into View · · Score: 0

    Tactile is no problem. We just need HUGE magnets.

  15. For what you are paying on What Do You Get When You Buy a CD? · · Score: 1

    You are paying for the media, production, shipping, warehousing, a variety of salaries and processes, and a bit of money to the artist.

    You are paying for license to possess the cover art.

    You are paying for personal, non-commercial permission to listen to the music.

    You may or may not be paying (likely are) for the authority to transfer said music to another medium for the same personal, non-commercial permission to listen to the music.

    You most likely are permitted to transfer the music to several formats, provided they are all for your personal, private use and only one is in use at any time. This same stipulation can be found on many software titles.

    Media damage is a failure to adequately maintain your investment. You should not expect any company to pay for your lack of care.

    While you purchase to ability to listen to your music, and possibly transfer it to another medium, your license, and the license of any friends you may have, are generally considered to be personal, private, and non-commercial. This means that you cannot listen to your friend's CD - it's not a license for the music in general, it a license for that copy of the music.

    Quality tolerances are fairly arbitrary, and the term "near CD-quality" is generally accepted. CD quality is uncompressed and covering a range beyond the limits of human hearing. "Near CD-quality" is said to be close enough that the average listener cannot tell the difference. For many people, 128kbps CBR MP3 is "near CD". Each different format has its own range of "near CD".

    You do not receive full license to a piece of music. You receive license to a hear a particular reproduction of the music. Derivative copies of that particular recording are most likely covered.

    As for license termination, but I think that the RIAA would make the case that you purchased a copy, not an intangible piece of music. The actual copy, being subject to damage, degradation, etc. would be non-refundable. Copies of music can be considered a "consumable" product, and therefore not subject to similar laws as software.
    --
    Just my thoughts.

  16. Liquid Nitrogen on Emergency Cooling with Limited Power? · · Score: 1

    Alright, this doesn't require major ventilation, nor any electricity. Cost, quantity, and availability may be issues, though.

    An open dewar of liquid nitrogen will evaporate off cooling the servers. You could get some flexible tubing, seal it onto the dewar, and pipe the cold air over your largest heat sources. All of this requires no electricity. You might be able to set up some kind of pump to increase cold air flow - I'm thinking gently blowing room air into the dewar to speed evaporation, not pumping liquid nitrogen around.

    Assuming the room wasn't tightly closed off the extra nitrogen shouldn't be a problem. If you do keep it locked, you might want to air it out before entering...

    I don't work or play with the stuff, so I'm making this up as I go, but it's no/low electricity and guaranteed to be cold.

  17. Line Matrix and Old Canon Laser on Color Printing Without the Inkjet Mess? · · Score: 1

    There is another variety of printer not covered in this...

    Line Matrix. Instead of a small moving head of pins, there is a large oscillating shuttle with a number of pins evenly spaced. The oscillation allows the pins to cover the entire print area. The ribbon is angled across the print surface so that each pin uses a different space on it.

    I have worked on/with a few of them - primarily old DEC high-volume green-bar printers.

    Not that this is an option for the initial request. They are good with multi-part forms, though.

    I liked the Apple Color LaserWriter 12/600. The Canon engines in Apple's printers and the compatibility made them excellent choices. I don't know what you could pick one up for these days, though.

  18. Re:Asking NASA on RAID for Zero-G? · · Score: 1

    Mounting drives upside down isn't an option for many purchased RAID arrays. You could likely build something yourself that would meet those needs that allowed you to mount the drives in any fashion.

    Otherwise, I think the Xserve RAID is a pretty good idea. You could get away with the $7500 model, which supports 1TB RAID 3/5, 540GB in RAID 0. You might get the $11000 model and use RAID 30 or 50 for maximum speed/reliability.

    Also, are there any considerations around the interface?

  19. 5 year old hardware on Toshiba Introduces A 17"-Screen Laptop · · Score: 1

    The original iMac was released in 1998 - 5 years ago. It sports a G3 (PowerPC 750) processor. I use the same chip in my PowerBook G3, though at a higher speed. I have the latest revision of Mac OS X installed on my computer. It would run slower on the iMac, and I wouldn't suggest someone who owned one to install Mac OS X.

    1998 would be right at the introduction of the PIII, which came out at 450MHz. So, we would be looking at a high-end PII or a low-end PIII. You can run XP on it, but, again, I wouldn't recommend it.

  20. Re:And still on Toshiba Introduces A 17"-Screen Laptop · · Score: 1

    I saw a 12" PowerBook G4 for the first time today. Maybe it's the juxtaposition of the little laptop, but the keys just look HUGE. I don't know if I could stand the tiny screen, though - I use a 14.1" PowerBook G3 right now.

  21. Re:Watching it live OR I'm an incredible nerd on WWDC Pre-Keynote Roundup · · Score: 1

    1GB DDR 400 is running $174 on Pricewatch. I imagine it's a little more at the Apple Store. :)

  22. Re:Speaking as a cyborg on Convergence of Biology and Computers? · · Score: 1

    But, are you a cyborg if the state is temporary? It is reasonable to assume that you engage in a number of activities that do not involve the use of your headphones.

    However, temporary may not be the best word. Steve Mann, for instance, can be considered a cyborg, but he does remove the electronics to shower. Perhaps the word "usual" could be applied, but it is vague.

    It comes back to my original question - are you a cyborg instantly, or does it require a continued period of technological augmentation?

  23. Re:fuckwit? I don't think so. on TCP/IP Connection Cutting On Linux Firewalls · · Score: 1

    I've never tried shutting down Apache during a session, but it seems to me that any web applications that require authentication or maintain application variables could be severly impacted by restarting Apache.

    I suppose it depends on application.

  24. Re:It's not enough on Apple Wooing Smaller Labels · · Score: 1

    For site design & hosting, file (music, preview) storage, server capacity for traffic, bandwidth for downloads, a payment management system, and a support staff for updating and maintaining the site - I'd say $0.33 per song isn't unreasonable.

    With Indie labels only it could probably less as you would have a smaller audience. But, if you get Indie music on a large site, you expose a larger audience to your music.

    Plus, I hope that we will start seeing varying prices on the Apple Music Store.

  25. Re:Finally! on Apple Wooing Smaller Labels · · Score: 3, Insightful

    I don't think that indie labels are likely to request a bigger cut than the big labels. With smaller overhead and fewer artists to bring to the table, asking for more money than Universal would be much like giving Apple the finger.

    The same percentage may give them better margins than they are used to receiving with conventional sales. Also, Apple needs to make some money at this, or it loses its viability, even if it is also a form of advertising.