Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Depends on the Day (Score 1) 331

I enjoy programming and have gotten to the point where I can pick up and start home projects on a whim. Normal workdays usually involve Python, maybe JavaScript and a heavier language, usually C/C++ or Java, now Scala. Of course build system DSLs are a plenty: make, cmake, autotools, pants, scons, etc. When I home I pick a personal project, with the language depending on the use case. Things that can possibly see the light of day get prototyped in Python. Experiments are usually Lisp or something new that helps solve the issue. Actual code I'm trying to release is Java for Android, C++ for performance, and Vala for home libraries which compiles to C.

Comment Re: Ransome-ware (Score 2) 664

Good God , this is slashdot and we're still burning USBs to CD?!?! dd if=yourdvdorusb.iso of=/dev/yourusbdsticdrvice bs=4m or whatever you want Put in USB, restart, find boot menu, try to boot. If this fails it's usually because the firmware has issues with USB boot, go into the BIOS and set the USB emulation type to hard disk. BAM USB boot, this had never failed for me. Shame on your CD burning ways

Comment Re:Are they soft lenses? (Score 1) 98

guy with degenerative eye disease here! mine is keratoconus, and I've had the unfortunate opportunity to have used soft lenses at first. they're amazing in comfort compared to rgp lenses, but I find that the rgp lenses don't pose that much of a difficulty. sure they're a bit of a nuisance, but once I remember to use my drops I can wear them all day no problem.

i see that these lcd lenses can't be used for personal screens, so i would definitely say in that case they're not worth the effort if they're similar to rgp lenses. the effort is worth it when you're actually getting to see something

Comment Wayland vs X (Score 4, Interesting) 315

Okay so I understand the whole desire to toss out X and it's extreme amount of legacy code, but Wayland to me seems like even at version 1 will be crippled compared to X. The no network transparency I can handle (just barely), but no apps that require full OpenGL? I've tinkered around with OpenGL ES in the past and it does not seem like an acceptable substitute when you need full OpenGL. Why are distros planning on adopting it so quickly? Are these flaws that normal users would not notice or care about?

Submission + - How do I create a spiritual game successor?

An anonymous reader writes: So I have recently been on a legacy video game binge, reliving the nostalgic days when I realized that one of my favorite old games can be vastly improved with a few tweaks. This game is pretty much made for a controller, so I would love to get it done on Xbox Live, but doing it on the PC is just as viable. Unfortunately, I am pretty positive the game is not in the public domain yet. Based on previous stories covered here, some companies are all for community made successors while others choose to give them the crushing blow from the start. My question is, how far is too far when one is trying to make a spiritual successor? FYI, I do not intend to copy any materials, but it would be lovely if I could incorporate some game design ideas (very general level design, movement, and just one or two game features).

Comment Backstage evolution pass? (Score 1) 197

what seems the most interesting to me is that when you think about it, should the monkeys go on as they do, communication will become more complex. given a few thousand years and a very luckily unscathed civilization and habitat (ha...), does anyone else not find the idea of them eventually forming some semblance of civilization possible, and intriguing? personally i say seal the suckers off and go god complex on their asses, time to play some real life spore

Comment Re:MS needs to be thinking about the 720 (Score 1) 169

If I remember correctly, Microsoft seems to be positioning Project Natal as a sort of new console launch. The dvd problem is mitigated in their eyes by the introduction of digital downloads (although some consumers do not regard them as equal. As for the RROD, console hardware gets new revisions during its lifetime. The 360 has been through three or four of them I think. Combine more efficient hardware revisions, improved hard drive capabilities (please let us install our own....), and a new software interaction paradigm and you can get something resembling a new console. side note: as a graphics programmer, it seems to me that we're reaching a point of diminishing returns in real-time realism. its to the point where some developers choose a less realistic look to avoid the uncanny valley, and real time ray-tracing not being hungrily pursued by everyone due to raster algorithms being "good enough"

Comment Re:It's Windows 7, and yet, the build number is 6. (Score 2, Informative) 341

I read that the speed of Windows 7 is a result of some under the hood programming. They implemented concurrency in the drawing component of GDI, which in theory allows for smoother graphics when multiple GDI apps are running. The old way of doing things was a single lock, and the time it took to lock/unlock is what seems to have caused past responsiveness issues.

Slashdot Top Deals

Top Ten Things Overheard At The ANSI C Draft Committee Meetings: (7) Well, it's an excellent idea, but it would make the compilers too hard to write.

Working...