Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - QwazyWabbit

Pages: 1 ... 7 8 9 10 11 12 13 14 15 16 [17] 18 19 20 21 22 23 24 25 26 27 ... 75
241
Quake / Re: Installing Anti-Cheat.
« on: July 22, 2015, 12:57:20 AM »
Hmmmmm... At no time in any of your posts did you identify the client you were using, but this is everyone else's fault, of course.

And it only took how many weeks to discover this?

242
Jokes / Re: Pseudoscientific Audiophile Reviews
« on: July 14, 2015, 07:22:23 PM »
HDMI and USB (if used properly) shouldn't have any audible noise. Any interference should merely drop some data being transmitted. Unless you are modulting analog shit through USB (for which it is also used once in a while). Correct me if I'm wrong, that is.

Only when using the tellurium-gold high noise-immunity extra heavy duty error correcting high vinyl content cables.  :eyecrazy:

243
Quake / Re: Installing Anti-Cheat.
« on: June 23, 2015, 07:50:33 PM »
Hi! I'm Th0m@s29, I'm a clueless newb when it comes to Anticheat so I'll start things off by writing a hopeless request for help in such a way as to alienate everyone who has the knowledge to help me. I'll also guarantee my own failure by not reading any documentation on the topic.

244
/dev/random / Re: The Strange and Interesting Thread
« on: May 16, 2015, 06:08:29 PM »
I think body cameras are needed for all cops.  This will not only catch if they are doing something wrong, but it can also show when they are doing things right.  Body cameras are expensive and they may not always get the view you need, but I think it is worth the investment.

Body cameras are still problematic. San Diego California just had a fatal shooting of a man, reported to have threatened a store clerk with a knife, by a police officer who failed to turn on his body camera. NO VIDEO of the shooting from a body cam, NO KNIFE found on the dead man or on the scene, just a scabbard.

The camera in this case was a waste of money, time and effort.

There is also nothing preventing an officer from NOT turning on his camera, beating the snot out of you to the point of death.

Four Fullerton California police officers were acquitted of murder by a jury even after the primary perpetrator was heard ON AUDIO RECORDER to have threatened the victim with great bodily harm while putting on his gloves and the four officers were ON SURVEILLANCE VIDEO seen to beat and stomp and kick the victim while the victim was heard to plead for his life. The victim died in the hospital of his injuries with severe head trauma.

Albuquerque PD officers shot a retreating homeless man IN THE BACK six times at close range with an assault rifle and fired beanbag rounds at him after he was dead. ALL OF THE ACTION RECORDED on police body and helmet cameras. The officers were given paid administrative leave.

Technology isn't the remedy. The cure is to hold police accountable for criminal acts committed against people they encounter in the line of duty. Technology might help with evidence but when there is no conviction even when the evidence shows blatant criminality there is a serious problem in our society.

245
/dev/random / Re: The Strange and Interesting Thread
« on: April 28, 2015, 03:45:43 AM »
In my college days I could read at 20000 to 25000 wpm for speed and slowed to 5000 or 6000 wpm for technically difficult topics. I guess my speed listening skills are inadequate since I found this totally incomprehensible and a little bit offensive since they're talking over each other. I fail to see how this can be considered productive or conducive to a clear, well-considered and correct conclusion. Are these our future legislators? I hope not.

246
/dev/random / Re: The Strange and Interesting Thread
« on: April 02, 2015, 11:11:36 PM »
 :yessign:

 :bravo:

LMFAO

247
/dev/random / Re: The Strange and Interesting Thread
« on: April 02, 2015, 02:40:55 PM »
Just as a gyroscope topples on Earth as it loses its angular momentum, so to do planets under the influence of the Sun's gravity. Mercury is gravitationally locked to the sun and Venus is nearly locked as both have spun down due to asymmetrical gravitational forces. They are, after all, very lumpy rocks.  Earth is taking a bit longer due to the Moon but it will spin down and wobble eventually. Earths axis precesses just like a gyro, the North Pole pointing at Polaris currently but it will point at Vega in 13000 years. As Earth's rotation slows and the moon moves further away in its orbit the stability of the axis of rotation will decrease and the potential to flip will increase. All of this is explained by Newtonian Gravity and Einstein's General Theory. Nothing unexplained here, move along.

248
Quake / Re: R1Q2 Mac Os X and Linux
« on: March 18, 2015, 07:53:21 PM »
Minor quibble, there are lots of places in this code where Com_Printf is called without a level argument and LLVM complains with a warning. Example in snd_dl.c, where it should probably be called with LOG_CLIENT for level:

Code: [Select]
qboolean SNDDMA_Init(int fullInit)
{
SDL_AudioSpec desired, obtained;
int desired_bits, freq;

if (SDL_WasInit(SDL_INIT_EVERYTHING) == 0) {
if (SDL_Init(SDL_INIT_AUDIO) < 0) {
Com_Printf ("Couldn't init SDL audio: %s\n", LOG_CLIENT, SDL_GetError ());
return 0;
}
} else if (SDL_WasInit(SDL_INIT_AUDIO) == 0) {
if (SDL_InitSubSystem(SDL_INIT_AUDIO) < 0) {
Com_Printf ("Couldn't init SDL audio: %s\n", LOG_CLIENT, SDL_GetError ());
return 0;
}
}
....

This project is originally based on b6990 and I have not compared it to b8012 which is the last version r1ch released.

249
Quake / Re: R1Q2 Mac Os X and Linux
« on: March 18, 2015, 07:29:00 PM »
OK, some small progress, I got the r1gl module to link by deleting the __inline macro call in those function definitions in the relevant sources. I'm not sure ref_gl.so needs to be built on the Mac, since it's a linux shared lib, not an OS X lib. Still somewhat dazed.

250
Quake / Re: R1Q2 Mac Os X and Linux
« on: March 18, 2015, 07:16:12 PM »
The package Slayer is posting is r1q2ded. This is the dedicated server, not the client code. The r1gl.app might be the client but I can't get it to build on my system. It complains it can't link to the SDL.framework. It looks like the SDL framework is a 32 bit binary. Xcode on my system is defaulting to x86_64, should I be changing the scheme to 32-bit only? Changing to i386 helps but r1gl still won't link giving:

Undefined symbols for architecture i386:
  "_CL_InitCmd", referenced from:
      _CL_SendCmd in cl_input.o
  "_SCR_DrawCrosshair", referenced from:
      _V_RenderView in cl_view.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Leaving me dazed and confused.

251
/dev/random / Re: Funny Vids
« on: February 26, 2015, 05:16:22 AM »
<span data-s9e-mediaembed="youtube" style="display:inline-block;width:100%;max-width:640px"><span style="display:block;overflow:hidden;position:relative;padding-bottom:56.25%"><iframe allowfullscreen="" scrolling="no" style="background:url(https://i.ytimg.com/vi/MT1KW2tWD4I/hqdefault.jpg) 50% 50% / cover;border:0;height:100%;left:0;position:absolute;width:100%" src="https://www.youtube.com/embed/MT1KW2tWD4I"></iframe></span></span><br /><a href="http://www.youtube.com/v/MT1KW2tWD4I" target="_blank" class="new_win">http://www.youtube.com/v/MT1KW2tWD4I</a>

Hilarious! Ignore spell-check at yor own peril.
Pretty much sums up Ferrari, BMW, Corvette, Lamborghini owners.
Especially loved the T-shirt.

252
Quake / Re: To MRE (mystery? not really)
« on: February 22, 2015, 10:37:33 AM »
Strange, I thought MRE stood for Meal, Ready to Eat. I guess I come from a different background.

 :headbang:

253
Outdoor Activities / Re: Firearms - Hunting/Target thread
« on: December 18, 2014, 02:41:18 PM »
Great joke concept but yes, the round would blow the barrel right off the frame before it even started to rifle into the forcing cone. I can think of some people that deserve to receive a free one and the "Oh, yeah, it's safe, I shoot mine all the time!", reassurance they need to win a Darwin Award.

254
Jokes / Re: Funny Pictures
« on: December 08, 2014, 11:05:40 PM »
That's why she's smiling. She's-a gonna be rich.

I don't know how they do their math but $10,000 @ 89.68% for 7 years is $749.09/mo. and total cost is $62,934.98 according to my calculations. The balance doesn't get below $8000 until you're 63 months out. Insanity.

They also subject you to tribal law if you can't pay it off. I wonder how that works.

Payday loans are insane anyway. It's been a problem that congress has not addressed at all.

255
railz / Re: Files needed to set up a rail server
« on: November 27, 2014, 06:21:33 PM »
One of the best resources on Quake2 you can ever find is right here on TastySpleen.

http://tastyspleen.net/quake/downloads/mods/

TS is possibly the largest and most complete collection of anything Quake.

Pages: 1 ... 7 8 9 10 11 12 13 14 15 16 [17] 18 19 20 21 22 23 24 25 26 27 ... 75