Posts for Bisqwit


Editor, Experienced Forum User, Published Author, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
Post subject: Re: How is this for news
Editor, Experienced Forum User, Published Author, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
Ramzi wrote:
Why should anyone care about anything ever?
I'm sorry if my question sounded blunt. It was, I admit it, but I didn't mean it that way. I meant: I see in many places that people think that's big news. I don't understand how it's big news. What consequences are there of that that everyone should worry about? Unless you're an investor, of course...
Post subject: Re: How is this for news
Editor, Experienced Forum User, Published Author, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
Yeah, I noticed it in Slashdot. Now, why should I care?
Editor, Experienced Forum User, Published Author, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
Monthenor wrote:
Bisqwit, I was wondering if you'd care to share the PHP source for this handy doodad.
Sure! http://bisqwit.iki.fi/utils/fcmparser-source.zip Includes a PHP frontend (.php) and a C++ backend (.cc). (In the first version, the backend was also PHP code, but I changed it to C++ for effeciency reasons. The C++ code is straightforward converted from the PHP code, thus it may not be as tidy as it should be.)
Editor, Experienced Forum User, Published Author, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
DJ FozzBozz wrote:
Well, when it starts loading Windows XP (with the logo on the screen), the computer restarts. Back on the loading screen, it resets again, etc. I tried to put it as a slave, I tried to load it from my USB drive box: nothing works.
Sounds recoverable.
Editor, Experienced Forum User, Published Author, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
feitclub wrote:
It's the next day and I'm still seeing this site without any images/text formatting. Is it me or are problems still occuring?
Yes, you have instructed your computer to try loading the images&CSS from your own computer (127.0.0.1).
Editor, Experienced Forum User, Published Author, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
feitclub wrote:
So what is this "w-create.com" anyway?
Phil wrote:
Why do you host those files there?
It's the company where I work. I'm using their server for my less-important stuff, to keep my own server running better (slow hardware blahblah).
Editor, Experienced Forum User, Published Author, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
Famicom = NES. NES consists of two square wave channels, one triangle wave channel, one noise channel and one DPCM channel. NES may have more audio channels with some extension chips, such as the one found in Japanese Castlevania 3. FDS is Famicom Disk System. (See FDS SMB2j, FDS Zelda2) Soundwise, it is the same as NES (Famicom), but it adds some new channels. According to Nezplug, there are three types of FDS sound. At least there seems to be two 64-byte wavetables with phase, speed and a master volume control.
Editor, Experienced Forum User, Published Author, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
Mysterious are the ways of network routers. Apparently, the server the css and image files are on, is currently out of reach (attempt to connect will give "connection timed out" eventually). There's not much I can do for it except tell everyone to wait. If you edit your hosts file and add "w-create.com" as an alias to your localhost interface, you'll be able to browse faster, but the css and images are still unavailable.
Post subject: Re: Good c++ newbie guides?
Editor, Experienced Forum User, Published Author, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
Warp wrote:
you will be learning all kinds of bad habits due to misunderstandings and misconceptions
Despite the fact that I'm as much a fan of ineffecient code as you are, I'd still be more likely to sacrifice academic enlightement for inspiration and motivation. Studying and modifying interesting programs is interesting. That was easy in QuickBasic, since little modifications could be done easily even before quite understanding the syntax completely. C++ compilers are pickier unfortunately :)
Editor, Experienced Forum User, Published Author, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
Highness wrote:
They (allmost) always begin with the boring "Hello world!" bullshit. And after that it's just pure boredom of loops etc.
There's a reason it's almost always like that. They begin by giving a general idea of what the language looks like. Then they begin teaching the fundamentals that are absolutely necessary for programming [in the language]. If you are a newbie at programming, you really need to learn the concepts of common concepts in programming, such as: - loops - conditional execution - functions - variables, constants and values - types That's because the languages are really made of that. If what you want is immediately lots of flashy stuff, you shouldn't try to learn C++. Instead, you should study some high-level macro language such as Shockwave ActionScript or perhaps DarkBasic. C++ is for programming, not copypasting some premade flashy bits together. Programming is of logic and structural thinking. The result of programming is a formal description of behavior. The description is built on those concepts such as variables etc. Edit 4: If you get bored with the description of loops and such and can't really understand it, perhaps you need an example that demonstrates something useful done with them. Edit 5: The best way to find such an example might actually be downloading the source code of some software that really interests you, and studying it. Just don't choose something too big. This is actually how I have learned. The first big'n difficult subject was Microsoft Nibbles (made with QuickBASIC).
Editor, Experienced Forum User, Published Author, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
Finalfighter brought up an idea of taking a weapon refill in the Elecman level. It's possible I may need to revise that level. :o Example:
Editor, Experienced Forum User, Published Author, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
Link appears to be some kind of combination of a locomotive and a lawn-mower... with a hat. I like this movie. Voting yes.
Post subject: Re: An Annual Awards would be fun thing to have here
Editor, Experienced Forum User, Published Author, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
If only I had infinite free time and never lack a motivation for anything... In other words, I'm too lazy to organize something like that :)
Editor, Experienced Forum User, Published Author, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
Bag of Magic Food wrote:
And you've been trying everything that might make the powerup appear, like hitting Up and Down every other frame, or holding Select for a while?
Hitting up/down has no effect to the randomness unless it somehow affects the progressing speed (by grabbing a ladder). Of course I haven't tried everything. There are quite a number of different combinations of actions you can do in ~20 frames.
Editor, Experienced Forum User, Published Author, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
Bisqwit wrote:
Using Q-aY-B, there would be 11 beams used (3 free) before the first ladder - not enough left for the 4 beams in the beginning of the next long road. That doesn't work. P-B would have 13 used before recharges - taking two recharges, there would be 3 used (11 free). Route E eats 3. -> 8 free Route C eats 2. -> 6 free Using one extra in C/D room -> 5 free Route N eats 3. -> 2 free The 1up room eats 2 -> 0 free.
P-B is still untested. Actually, the one "extra" should probably be used to start the B path earlier. Instead, I tried to make bY (getting the second powerup in the bottom right corner) faster, but there are the following problems: - If I do maximum length zipping, the weapon selection box will become available only a moment before hitting the first recharge item. Therefore, the previous way was actually the fastest, assuming the full-length zipping. (Zipping can't be started earlier, because it depends on the existence of floor at room bottom.) - If I do a shorter zipping, the weapon selection becomes available earlier, but so far I haven't been able to luck-manipulate the big recharge item in that location again... (I tried both the fire weapon and the basic weapon.)
Post subject: Re: I need to learn on how to use a proxy ( one that works )
Editor, Experienced Forum User, Published Author, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
SSVegetto wrote:
The objective is to get websites to reconize my proxy ip and never revealing my ip. That is the objective.
Translation: "The objective is to make it harder for website admins to ban me."
Editor, Experienced Forum User, Published Author, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
How does this movie end properly? I'm at the end of the avi recording, and now this animation has been going on for minutes:
Editor, Experienced Forum User, Published Author, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
This movie seems to desync here: Any idea how to remedy it? I'm using these settings: -xscale 1 -yscale 1 -pal 0 -nothrottle 1 -soundq 1 -sound 48000
Editor, Experienced Forum User, Published Author, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
Vatchern, 16:00:34 wrote:
Im doing a Potental Twin Galaxies run.(No glitch). After the gutsman stage, im 2 seconds ahead of MoriMoto's movie.
Vatchern, 17:02:52 wrote:
So.. I lost 1 second due to him using glitches. Not bad. Im on to Iceman soon.
Does Twin Galaxies allow pausing (that doesn't account to playing time)?
Editor, Experienced Forum User, Published Author, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
Sleepz wrote:
http://members.shaw.ca/richu/rockmanGUTSMAN.zip
The file header says 437 rerecords. Why?
Editor, Experienced Forum User, Published Author, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
And Hunter x Hunter, Slayers and Read or Die.
Editor, Experienced Forum User, Published Author, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
SSVegetto wrote:
Dragonball Z ='s action,great plot, great storyline, real perspective of the characters, suspense and thrilling action. Thats what I love about it.
Common attributes of anime :) I recommend you take a wider look (at more different series).
Post subject: Re: WHere are you Bisqwit I think I have a right to discuss
Editor, Experienced Forum User, Published Author, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
SSVegetto wrote:
WHere are you Bisqwit I think I have a right to discuss a subject I want on the off topic section.
If I had the choice, I'd much more want to have timeattack related discussions on these forums than SSVegetto-got-banned-from-somewhere-again-and-hes-blaming-everyone-else-for-it-because-theres-something-he-never-gets discussions. And guess what - it's my server. I do have choice. So bluntly said, shut up.
Editor, Experienced Forum User, Published Author, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
bmecoli wrote:
corect me if I'm wrong, but is this a thread about a warping time run or a complete one? (because honestly a complete run with up+down trick would kick so much ass)
Both :) Isn't someone doing a complete run?