Slashdot Mirror


User: bios10h

bios10h's activity in the archive.

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

Comments · 31

  1. Meters to ft error... on Norway Plans to Build the World's First Ship Tunnel (newatlas.com) · · Score: 1

    300 meters is not 384 ft. It's about 984 ft.

  2. I want all devices to end up running HTML5 apps or some kind of compatible format. I'm working on a mobile game using CocoonJS. Phonegap is also pretty good, especially now that modern HTML5 canvas are rendering using webgl.

  3. Compromise? on Slashdot Tries Something New; Audience Responds! · · Score: 2

    How about keeping Classic /. for paying users? All the freeloaders could get the new UI. I'd pay to keep my classic UI.

  4. Re: bloat on ORBX.js: 1080p DRM-Free Video and Cloud Gaming Entirely In JavaScript · · Score: 0

    Oh yeah? well he should be shot. :)

  5. Compare for yourself on Google Agrees to Censor Results in China · · Score: 1
  6. Re:Linux is just as deadly on Deadly Version of Bird Flu Found in Romania · · Score: -1, Offtopic

    Linux is *not* user friendly, and until it is linux will stay with >1% marketshare.

    As long as it stays greater, we're all good.

  7. Re:Funny you should say that...twice! on Cars that Can't Crash? · · Score: 1

    goto(pParent);

  8. Good Links on Crash Course in Game Programming? · · Score: 2, Informative

    Disclaimer: it is my website. I'm not plugging my website's links collection; I just think it might be useful to starting developers. I have a pretty collection of websites useful for game programmers.

    Click here and under 'Game Development'...

    I highly recommend FlipCode and GameDev.net for game-programming-related content. They have tons of stuff for beginners.

    With the information you provided, it is pretty hard to direct you to *the* website you need because we don't know if you wanna do 3D or 2D, Ogl or DX, game genre?

    There are also some crappy 'game toolkits' but if you know how to write C++ code, I'd recommend you stay away from these things.

  9. Who's this guy anyway? on All Emulation is Illegal · · Score: -1, Troll

    Matt Matthews is at it again!

    Who the fsck is this guy anyway?

  10. Download mirrors on NASA Releases World Viewer · · Score: 1


    http://opensource.arc.nasa.gov/archives/worldwind- 1_2.zip

    Nice page title too :) We slashdotted NASA... pwn3d.

  11. Re:This guy is my hero. on Replace Your Windows With LCD Panels · · Score: 1
  12. Re:Wait, slightly confused... on Michael Moore Seeks TV Airing of Fahrenheit 9/11 · · Score: 5, Informative

    From oscars.org:

    No television or internet transmission shall occur at any time prior to, or within the nine months following, the first day of the qualifying exhibition, and not before completing the minimum four-city two-day theatrical runs. Any documentary which is transmitted anywhere in the world in any version as a television or internet program within this period will automatically be disqualified from award eligibility.

    http://www.oscars.org/77academyawards/rules/rule12 .html

  13. Re:Software Knowledge = Hard on Building a Large Linux Knowledgebase · · Score: 2, Interesting

    Shouldn't it be Linuces?

    Unix => Unices
    Matrix => Matrices

    I don't know... I'm just asking.

  14. I got a Neuros instead on Rio Karma 20GB Reviewed · · Score: 2, Informative

    I got a Neuros from the Neuros online store and I am very happy with my purchase. They are running a sale right now and you can get a Neuros in a bundle that includes 2 backpacks: 128 Flash and 20 Gb HD (read the website if you don't know about the Neuros backpack concept) and some accesories for less than 250$ shipped. I don't wanna marketing for them, I just think it's a great deal! Down side: it uses USB 1.1 so transfers can take a long time especially when you sync the 20 Gb HD for the first time (~10 hours). This device supports OGG, WAV, WMA and MP3. There're 2 sync managers and one of them is open-source and on SF.net. Digital Illusions, the manufacturer, is planning to release the device firmware source and the sync software source so that the community will be able to modify the way the player is programmed and add supports for more formats. There're also talks about getting a programming language (or scripting language) for the device so that people could write some basic applications and games for it. Anyway, check out the website! The forum is also very active.

  15. DJ Hacks on Dell DJ: Yet Another MP3 Player · · Score: 1

    DJHacks: "News, Info, and... yes, Hacks for the Dell DJ (Digital Jukebox) MP3/WMP Player. Because we knew someone was eventually going to ask "Can it run Linux?""

  16. Re:If this isn't a British Columbian's dream! on Canada Dismayed Over Quebec Terrorist Game Plot · · Score: 1

    > but I do think you're all clinically insane

    I never heard one good reason to stay in Canada (spare me the "we are together", "don't break the unity", "economically it's better for both parties" and other non-sense) so I'm not clinically insane. Maybe YOU cannot imagine why someone would want to go away this beautiful country that you love but heck try to change the situation and let's say Canada is totally full of frenchies... wassup? You don't like Canada anymore? Maybe you would also like to create a free Alberta where English is the official language w/out problems ("French is an official language of Canada" you would probably say, but we all know that this is pure PR bullshit because if I go to Toronto and ask to be served in French, I'm f*cking dreaming).

  17. Re:If this isn't a British Columbian's dream! on Canada Dismayed Over Quebec Terrorist Game Plot · · Score: 1

    I'm a Quebecer and I am separatist. Yes, I do want Quebec to be a state on its own. However, I want this process to be democratic and without violence. It there something wrong with that? I think not. Staying in Canada, getting out of Canada, what makes one better than the other? Rationally, nothing. It's a matter of opinion. I'm just totally blown away that this post (the parent to this reply basically saying "LOL! Yeah I'm from Alberta and it's a dream come true to shoot those separatists!") is getting modded "insightful" on Slashdot. I thought people here were a little bit more aware about difference of opinions and stuff like that. Of course, you probably read every YRO articles and that's ironic... I think I'll need to increase my threshold once again because more and more shit is getting thru.

    As for muslim getting shot and it's not a problem, it should be taken out too but most companies don't bother because muslims don't generally buy games so their market share won't change. It sucks? yeah! it's Corporate America.

  18. Re:In other words... on id Says 60fps Is Enough For Doom III · · Score: 1

    ...so that any computer fast enough for the game will run the physics exactly the same as any other machine, and so integer math round-off errors will be consistant, and can be made up for in the map design.

    You obviously aren't aware that new maps WILL be created by mappers and new mods will use the engine so it needs to be much more flexible than "we'll do smart level design to cover". Doing integer math is really really faster HOWEVER I'm not sure yo can do appropriate physics calculations with only integers. Especially when you need to push down floats to the gpu, it doesn't make much sense do calculate everything in integers then cast to floats for the rendering. Well, maybe it does, I don't know :)

    "If you run at 72fps, and the engine runs at 60, then you'd get a duplicate frame every 5 real frames. Since the controls are tied to the physics engine, the controls would feel laggy 12 times a second, until the frame rate again caught up with the engine."

    I think EVERY game engine should have an update "pass" (move the guys around based on speed, collisions, physics, ballistics, etc) and a render "pass". The update pass must be at a fixed frequency (to fix problems like explained in the article by Carmack) but I see no reason to have the rendering at a fixed frequency. You only need to interpolate between the last update bones position and the next key-framed bone position. This way you get a smoother movement of the mesh for faster machines.

    just my 2 cents
    -bios10h

  19. its place as the premiere distribution service? on Napster Tries Again · · Score: 1

    With some similarities to Apple's iTunes, will Napster regain its place as the premiere music distribution service? ..no..

  20. 'Alt Graph' on What's A 'Scroll Lock' And Why Is It On My Keyboard? · · Score: 1

    The 'Alt Graph' key on your Sun keyboard is *only* used in m0vieOS to toggle between console and 3d-fly-in-a-city-where-folder-are-like-buildings-w ith-a-tron-look. You have the wrong OS dude... don't worry about this key.

  21. Delay not confirmed on Half-Life 2 Delayed Following Code Leak · · Score: 5, Informative

    Vivendi Universal Says Delay Not Confirmed
    Tuesday, October 7, 2003
    According to a news article posted today on a UK press release, there is a Half-Life 2 delay. We already know that Valve does is not mentioning a delay.

    We received an email from Mike Thompson who says he works for Vivendi Universal and writes:

    quote: "delay is not confirmed..."

    Here we go around and around... again...

    From Half-Life Source Dot Com

  22. Re:All Employees on Sun Tries Subscription Software Pricing · · Score: 2, Interesting

    What happens if a manufacturing company (or even a computer-related company) decides to split the "IT department" off the company to create another company that will offer IT services for that manufacturing company? If your IT department was 1/100th of your company, you just got Sun license for 1/100th of the price... maybe their "license" will cover this kind of practice but if not, it would be easy to do.

  23. Re:Same with the game industry on Most Movies On P2P From Insiders? · · Score: 1
  24. Re:Open Source license on Devil Whiskey - The Bard's Tale Resurrected? · · Score: 2, Insightful

    BTW, I don't mean to say this is or is going to be a bad game. I mean that 50k copies is quite a lot. Some mainstream game sold around this number of copies.

  25. Open Source license on Devil Whiskey - The Bard's Tale Resurrected? · · Score: 2, Insightful

    and they'll be releasing the code under an Open Source license after 50,000 copies of the full game have been sold.

    ...that means never, right?