Slashdot Mirror


User: jshriverWVU

jshriverWVU's activity in the archive.

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

Comments · 640

  1. Depends on Closed Source On Linux and BSD? · · Score: 1
    1. Can I do it with Linux today (GPL2) and tomorrow (GPL3)? Yup, since you're developing your own application. The base Linux system you would have to distribute source for, but since it will be vanilla code that shouldn't be a problem.

    2. Can I statically link the code with Linux libraries? Only if it's LGPL, otherwise no if you want to stay closed. Unless it's BSD then see #5.

    3. Can I obfuscate my code (e.g. encode it)? Dont see a purpose for this but it wont change anything.

    4. Could I be forced to publish this code by some 3-d party? Only if you're linking to GPL code. If it's LGPL or BSD you're fine

    5. Am I correct that programming in and selling BSD-based boxes won't raise any of the above problems? From my understanding yes. BSD is more or less public domain + copyright notice.

    Obligatory Note: IANAL, so take it with a grain of salt, but I've been a dev for 11 years dealing mostly with FOSS

  2. Re:I know what it is, I know what it is! on Matter Discovered Traveling at Near Light Speed · · Score: 1, Informative
    It's the Planet Express ship [wikipedia.org]!

    No need to link to a description. This is /. we all know! lol I can't wait till the new season of Futurama starts. Bender is hilarious.

  3. Re:Their country, their choice on Yahoo Confirms Beijing Blocking Flickr · · Score: 1
    Define repression? Talking about people who are homeless and hungry, or children in the street hungry, sick, dieing, living off scraps found in dumpsters, people rummaging through landfills, eating fish from polluted streams/ponds/rivers because they can't afford otherwise? Where does this sound like? Try West Virginia, that's where I grew up and I've seen all of this.

    So it's not just isolated to China. I agree some of the things going on in China are horrible. But I'm tired of people being elitist (not you btw) criticizing China, yet act like the same crap doesn't happen at home. We need to fix our problems before we can try and help other countries.

  4. Re:China Evil or Not on Yahoo Confirms Beijing Blocking Flickr · · Score: 1
    My original post wasn't really to get a black/white answer. More to spark discussion. Because over the past 2 years I've read countless "China Filter" posts. It's a fact, so what's next? What I find more interesting is what are the real pro's con's of China. I'm a realist, and I know just like many countries tried to cut deals with the US because we were the superpower, China is quickly replacing us. Is it really true, it could be useful to learn Chinese, especially if you're in a technology or business related field? Things like that I find interesting.

    So to end on a funny note, I want to know more about our new china overloard, so when the time comes at least I'm equipped with the knowledge to know what I'm dealing with.

  5. China Evil or Not on Yahoo Confirms Beijing Blocking Flickr · · Score: 4, Interesting

    I keep hearing to many Pro's Con's about China. On one side you have the people bashing the government for it's internet filter system. Then on the other side I hear about how China is the new super power, with the greatest economy growth and potential. Even where I live (semi-major city) the news is ridden with (Businesses start deals with China, China Buying out more than Japan during hte 80's, China best business partner, Outsource to China, China Could Save local economy, etc, etc). Even the local college have signs "China #1 growth market, succeed in the future take Chinese 1 this semester" So is China Evil or Not?

  6. Re:$1.84 per month on Digital Camera Memory Card With Wi-Fi · · Score: 1
    I dont think it's designed for people who as you put it are too lazy to put the card in a reader. Even in that respect though, I've had 1 microSD card go bad because I use it for storage on a development machine. So I'm pulling/pushing 20-30x each session (testing, unplug, put back on puter to change software, unmount, put back on dev board). After a while the connectors just get borked.

    Besides that, what if you're at a cafe with friends and want to do a live blog update? Or if you're a reporter and want to get that scoop back to the office even quicker, just go to a cafe or McD's and upload to the office. There are many many applications like this.

  7. Re:Totally agree on Linus Warms (Slightly) to GPL3 · · Score: 1

    Well said, wish I had mod points to +5 you. Agree

  8. Re:When Linus dies on Linus Warms (Slightly) to GPL3 · · Score: 1

    My vote would probably be Alan Cox. In the even that happened I would expect there to be a vote among the top kernel developers/maintainers. Question is, there does need to be a defined "congress" of sorts for the kernel.

  9. WETA is for software.. on WETA Working on Robotic Lizard For Science · · Score: 1
    This seems like a odd union. WETA is a great company for massive parallel computing. Since when have they been in the hardware/robotics biz? Could see this being more appropriate if the had requested some kind of simulation software to be run, but not to create a robotic lizard.

    To me this is like asking Oracle to make an iPoodle.

  10. Re:Cool on Safari on Windows, Leopard Debut at WWDC · · Score: 1
    Windows needed another browser to give IE a run for its money, and this is it.

    There is one Firefox, everyone I know uses it now. Can't remember the last time I saw IE or someone using it at home. Even the libraries around here use Firefox on their terminals.

  11. Safari not my cup of tea. on Safari on Windows, Leopard Debut at WWDC · · Score: 1
    I use to run OS X on a dual G4. Safari wasn't a great browser, even then I used mozilla. It was sluggish at times and the way it displayed some sites was wrong (especially ones high in js). Not sure why they would want to port it to Windows. It doesn't offer any added benefits over Firefox or IE.

    While I may not agree, more power to them. Hope whatever angle they're shooting for works out for them.

  12. Re:now that we can find them on Transit Method Reveals Many Extrasolar Planets · · Score: 2, Interesting

    Your view seems 1/2 true. No person in a single lifetime can make the journey. The goal would be to create a ship large enough to sustain many families, and the resulting offspring of a couple generations would make it.

  13. Re:Also Essential Blender book on Blender Foundation to Create Open Movie, Open Game · · Score: 1

    Will this be sold in the states? I took a look and it's price is in *guessing* British pounds.

  14. Re:CS Project Manager Perspective on Blender Foundation to Create Open Movie, Open Game · · Score: 1
    And we also plan to release a DVD with a full documentary on the entire creation process.

    Sweet! where can I sign up. Seriously I'm anxiously awaiting the release.

  15. Re:name ? on Blender Foundation to Create Open Movie, Open Game · · Score: 1

    It *could* be an open source movie if they release in addition to the AVI, the actual source files used to render the video. This way other people can take the characters or objects and reuse them in other videos.

  16. Re:interconnections on Linus Warms (Slightly) to GPL3 · · Score: 1

    Shouldn't be a problem. Keep in mind libc, bash, etc all make system calls to the kernel. The whole argument of linking basically come about lower down the chain you go. You might write programs that link to libc, but even libc is making system calls to the kernel. BTW big fan of int 0x80h :)

  17. Best part of the article. on Linus Warms (Slightly) to GPL3 · · Score: 3, Interesting
    "if Sun really _is_ going to release OpenSolaris under GPLv3, that _may_ be a good reason. I don't think the GPLv3 is as good a license as v2, but on the other hand, I'm pragmatic, and if we can avoid having two kernels with two different licenses and the friction that causes, I at least see the _reason_ for GPLv3."

    I wasn't even aware Sun was considering GPLv3 for OpenSolaris. So it'll be interesting to see how that pans out. Remember GPL isn't just for gnu/linux, but MANY projects on many platforms and operating systems.

  18. GPL3 is a good thing on Linus Warms (Slightly) to GPL3 · · Score: 5, Insightful

    to whomever wishes to use it. Remember we're all free to choose our license, having another just adds another path a developer can use but not limiting what's already out there.

  19. Re:A Waste on 1 Billion PCs by End of 2008 · · Score: 4, Interesting
    Windows 95 only needed 4mb of RAM

    Flashback, wow... actually by todays standards what would qualify as an embedded system.

  20. Signal Strength on 6 Burning Questions About Wireless Networks · · Score: -1, Offtopic

    Anyone recommend a good external antennae for use with a Linksys WRT54GS model 4? I've been wanting to increase my range. I recently reflashed it with DD-WRT instead of the stock firmware. Have been impressed so far, and noticed I can increase the signal power from the default 28mW to 251mW. I only tried 251mW for testing. Anyone know how safe that is?

  21. Re:The real questions about WiFi: on 6 Burning Questions About Wireless Networks · · Score: 1

    I use to be in HWUG (Houston Wireless User Group) and there was a decent free mesh there. That was 4 years ago. Hear it's even better now.

  22. Re:Stick to poker -- fewer variables... on CNBC Software Flaw Worth $1 Million? · · Score: 1

    Not really, if you read the article you'll see he won at least 10k during the preliminary contests before going on to the final round.

  23. Re:Camera with LCD keyboard on Vacation Photos That Inform Instead of Bore · · Score: 1

    I bought a Canon PowerShot A20 a long time ago (6-8 years?) anyway even at 2 megapixel with the highest settings I still love the quality. Plus it has optical zoom, (can't stand digital zoom). Even though it's old and 5-6+ megapixel cameras are out I just haven't found a need to upgrade. I'm still happy with 1600x1200 images that are crisp. Some newer cameras I've checked out with 6 megapixels when compared look grainy and just horrible. Almost like you took 35mm, printed and scanned at high res. Might have just been the camera I was comparing it to. But anyway, rant over. Just wanted to agree the A20 kicks ass.

  24. Camera with LCD keyboard on Vacation Photos That Inform Instead of Bore · · Score: 2, Interesting

    What would be nice is if a high-end camera had a basic Palm-like OS where the user could use the preview screen as a touch screen with a virtual keyboard. That way when you're taking pictures metadata could be added on the fly. While I'm dreaming built-in wifi would be nice :)

  25. iPhone *drool* on The Economist on Apple, the iPhone, and Innovation · · Score: 1
    I'm not big into the cell phone hype. My current phone is an LG freebie. But after seeing a iPhone demo, I just have to drool. It's like a cell phone and a kick ass Palm but better.

    I'm on the verge of getting one, but it's kinda of expensive so I'm indecisive. But if they do release a SDK, that will be the deciding factor. Phone wise I don't care, but the PDA/computing options for it are just sweet.