The Still New What Did You Last Do Thread

If it's not ZDoom, it goes here.
User avatar
NeuralStunner
 
 
Posts: 12328
Joined: Tue Jul 21, 2009 12:04 pm
Preferred Pronouns: No Preference
Operating System Version (Optional): Windows 11
Graphics Processor: nVidia with Vulkan support
Location: capital N, capital S, no space
Contact:

Re: The New What Did You Last Do Thread

Post by NeuralStunner »

Well, there's a reasonable explanation why they'd be slow and clumsy. Courtesy of Cracked.
User avatar
MG_Man
Posts: 1401
Joined: Sat Jul 28, 2007 1:24 pm
Contact:

Re: The New What Did You Last Do Thread

Post by MG_Man »

Punched this up in the shirt maker on zazzle.com

Image
$24 for it isn't bad. Think the colors will come out well on a shirt?
User avatar
Nash
 
 
Posts: 17505
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: The New What Did You Last Do Thread

Post by Nash »

I WANT TO BUY THAT SHIRT! PLEASE
User avatar
FuzzballFox
Posts: 1905
Joined: Thu Jan 24, 2008 10:19 am
Location: Hampshire UK

Re: The New What Did You Last Do Thread

Post by FuzzballFox »

I have that pic as a poster behind me...C:
Zombieguy
Posts: 1880
Joined: Mon May 24, 2010 4:38 pm
Location: C:\Earth>

Re: The New What Did You Last Do Thread

Post by Zombieguy »

MG_Man wrote: Image
Please take my money, NOW! ;)
User avatar
MG_Man
Posts: 1401
Joined: Sat Jul 28, 2007 1:24 pm
Contact:

Re: The New What Did You Last Do Thread

Post by MG_Man »

Well, I'll order it and see how it turns out.

I'll also see if I can find a place to design an embroidered UAC cap, since I haven't seen one anywhere. Not sure if I want to use the Doom 1/2 or Doom 3 style logo.
User avatar
Ghastly
... in rememberance ...
Posts: 6109
Joined: Fri Jul 06, 2007 2:34 pm

Re: The New What Did You Last Do Thread

Post by Ghastly »

Was working on a project for my computer science class (being taught Java. Always fun). Was working on the greet message 'cause I wanted to do something meaningless. Figured out how to get Thread.sleep() working (needs an exception handler, apparently), so wrote a delay() function so I wouldn't need to write or copy/paste the exception handler for every delay I wanted. So wanted the message to print as thought it was being typed. Started copy/pasting println and my delay but had a moment of perfect clarity, and instead wrote this.

Code: Select all

public static void printlnDelayed(int time, String str) //Because I can
{
	for(int i=0;i<str.length();i++)
	{
		System.out.print(str.charAt(i));
		delay(time);
	}
	System.out.print("\n");
}
Didn't look at any references, didn't copy/paste anything, and it was the fastest I've ever typed anything. I think I had the programming equivalent of a Dorf's Strange Mood, because it compiled without issue and worked exactly how I wanted to.
User avatar
Sgt Dopey
Posts: 558
Joined: Thu Jan 13, 2011 8:44 pm
Graphics Processor: nVidia (Modern GZDoom)
Location: Australia

Re: The New What Did You Last Do Thread

Post by Sgt Dopey »

My school gave me and the rest of my year net-books, they're pretty shit for what their worth (which is about $600). Most of them have touch screens (Which are pretty crap and useless) also most of them were used by last years year 12 which meant that they were all dirty and misused :(. Just in case you're wondering they're Dell Latitude 2110's and 2120's
User avatar
FuzzballFox
Posts: 1905
Joined: Thu Jan 24, 2008 10:19 am
Location: Hampshire UK

Re: The New What Did You Last Do Thread

Post by FuzzballFox »

jaegerman45 wrote:My school gave me and the rest of my year net-books, they're pretty shit for what their worth (which is about $600). Most of them have touch screens (Which are pretty crap and useless) also most of them were used by last years year 12 which meant that they were all dirty and misused :(. Just in case you're wondering they're Dell Latitude 2110's and 2120's
Be greatful you got them in the first place, we got fuck all in my school and when computer work was important, we didn't even have the choice to use do IT as an exam subject because we had barely any PCs at all (nearly all shitty shared server boxes) and what we did have ran on RISCOS...the best we had was 256 colour shit running Windows 2000 at the rate a PC from 1998 would run Doom 3. :P
Zombieguy
Posts: 1880
Joined: Mon May 24, 2010 4:38 pm
Location: C:\Earth>

Re: The New What Did You Last Do Thread

Post by Zombieguy »

Created a YouTube account, Bandicam and Virtualdub are working great, except that Virtualdub won't let me use Source audio (Stream 1), so the only way I can play my videos, is turning off the audio. When I open a video with Virtualdub, it gives me this:

"[!] AVI: Stream 1 (audio) has a non-zero start position of 480 samples (+20
ms). VirtualDub does not currently support a non-zero start time and the
stream will be interpreted as starting from zero."


>:(
User avatar
Bashe
Posts: 1680
Joined: Mon Nov 10, 2003 11:32 am
Location: Ohio
Contact:

Re: The New What Did You Last Do Thread

Post by Bashe »

I've gotten that error before in Virtualdub, but the sound still played. Weird!
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Re: The New What Did You Last Do Thread

Post by wildweasel »

I wonder if you're missing a video codec?
Zombieguy
Posts: 1880
Joined: Mon May 24, 2010 4:38 pm
Location: C:\Earth>

Re: The New What Did You Last Do Thread

Post by Zombieguy »

wildweasel wrote:I wonder if you're missing a video codec?
Nope. and the sound played, but the video just displayed one image the entire video.
User avatar
Zippy
Posts: 3302
Joined: Wed Mar 23, 2005 5:31 pm
Location: New Jersey

Re: The New What Did You Last Do Thread

Post by Zippy »

Friend pointed me out to this page where you can preorder the indie game Faerie Solitaire 2, but what makes the page a joy to read is the absolutely ridiculous levels that different editions of the game go to. Seriously, take a look at how crazy it gets.
Zombieguy
Posts: 1880
Joined: Mon May 24, 2010 4:38 pm
Location: C:\Earth>

Re: The New What Did You Last Do Thread

Post by Zombieguy »

My first image using GIMP. :D

Image
Post Reply

Return to “Off-Topic”