Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Geek Culture / [STICKY] The Posting Competition

Author
Message
Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 19th Nov 2012 01:08
Once upon a time, they all lived happily ever after. Amen.

"That's what"
-She
Randomness 128
18
Years of Service
User Offline
Joined: 13th Feb 2007
Location:
Posted: 19th Nov 2012 01:10
You should have claimed this page. I will claim it, instead.
Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 19th Nov 2012 02:02
Will you?

"That's what"
-She
Aertic
17
Years of Service
User Offline
Joined: 2nd Jul 2007
Location: United Kingdom
Posted: 19th Nov 2012 03:10
Hello,

Is this a cat thread?
This is now a cat thread!




Cats!




Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 19th Nov 2012 04:26
Obama considers bill that will cost families thousands per year:

http://www.youtube.com/watch?v=oHg5SJYRHA0

"That's what"
-She
mr Handy
17
Years of Service
User Offline
Joined: 7th Sep 2007
Location: out of TGC
Posted: 19th Nov 2012 06:55 Edited at: 19th Nov 2012 06:56
Quote: "The WIP board is pretty dead these days."

I am waiting
TheComet
17
Years of Service
User Offline
Joined: 18th Oct 2007
Location: I`m under ur bridge eating ur goatz.
Posted: 19th Nov 2012 13:12 Edited at: 19th Nov 2012 13:18
But no one else is.

TheComet

mr Handy
17
Years of Service
User Offline
Joined: 7th Sep 2007
Location: out of TGC
Posted: 19th Nov 2012 14:30 Edited at: 19th Nov 2012 14:44
Do you need more textures or models for demo? I mean, maybe another tree or something? More grass? Baloons? Candy? Streamers?
TheComet
17
Years of Service
User Offline
Joined: 18th Oct 2007
Location: I`m under ur bridge eating ur goatz.
Posted: 19th Nov 2012 18:53 Edited at: 19th Nov 2012 18:53
...almost... done...



TheComet

Attachments

Login to view attachments
Benjamin
22
Years of Service
User Offline
Joined: 24th Nov 2002
Location: France
Posted: 19th Nov 2012 18:58
According to this article, no one is 'non-violent'.

You're signature has been erased by a mod
Seppuku Arts
Moderator
20
Years of Service
User Offline
Joined: 18th Aug 2004
Location: Cambridgeshire, England
Posted: 19th Nov 2012 21:27
I'm not violent and I'll punch anybody in the face who says otherwise.

The Nerevar
15
Years of Service
User Offline
Joined: 19th May 2010
Location: Vvardenfell
Posted: 19th Nov 2012 21:52
Ha.

Fulfilling the Nerevarine Prophecy, one trial at a time, because I... Am... The Nerevar!
Dark Frager
15
Years of Service
User Offline
Joined: 16th Mar 2010
Location: The Void.
Posted: 19th Nov 2012 22:00
Ha Ha.

Oh come on. We're trying to talk with sigs here and you rudely interrupt.
budokaiman
FPSC Tool Maker
15
Years of Service
User Offline
Joined: 24th Jun 2009
Playing: Hard to get
Posted: 19th Nov 2012 22:01
Ha Ha Ha.

Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 19th Nov 2012 22:32
@TheComet||||||@TheComet||||||@TheComet
@TheComet||||||@TheComet||||||@TheComet
@TheComet||||||@TheComet||||||@TheComet
@TheComet||||||@TheComet||||||@TheComet
@TheComet||||||@TheComet||||||@TheComet
@TheComet||||||@TheComet||||||@TheComet
@TheComet||||||@TheComet||||||@TheComet
@TheComet||||||@TheComet||||||@TheComet
@TheComet||||||@TheComet||||||@TheComet

Tell me bout dat circuit!

"That's what"
-She
TheComet
17
Years of Service
User Offline
Joined: 18th Oct 2007
Location: I`m under ur bridge eating ur goatz.
Posted: 19th Nov 2012 22:51
Schematic is attached. Knock yourself out. (It's actually an old design which didn't work, but it still gets the idea across)

The challenge was to control 4 of these babies to create a 16x16 RGB display, and possibly write a small game for it (I'm thinking Snake, or Tetris). The display will support a 15-bit colour depth, i.e. 2^15 different colours.

The matrix is multiplexed, which means I switch through each row of LED's (16 rows in total) and write the pixel data in each column (48 columns in total, because 16 columns * 3 colours = 48).

Each LED is actually pulsed with a current of about 32 mA as opposed to the normal 2 mA limit. Normally this would destroy the LED, but since each LED is only going to be turned on a 16th of the time, I am able multiply the total current which would flow through the LED by 16.

In order to save pins for the micro controller, the 16 rows are demultiplexed by a 4-16 demultiplexer, and the data for the 48 columns are output serially into shift registers. That compresses the 64 pins which would need to have been connected to the micro controller down to just 13 pins.

The micro controller constantly loops through the pixel array and refreshes all of the LEDs. 32 different brightness levels can be achieved per LED by modulating a PWM signal onto the column data.

The micro controller also has a UART communication port leading to the main connector of the circuit. This allows me to either communicate to the display via USB<->computer, or another micro controller.

TheComet

TheComet

Attachments

Login to view attachments
Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 19th Nov 2012 23:48
I see! Pretty neat!

"That's what"
-She
Randomness 128
18
Years of Service
User Offline
Joined: 13th Feb 2007
Location:
Posted: 20th Nov 2012 01:16
Quote: "The display will support a 15-bit colour depth, i.e. 2^15 different colours."

Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 20th Nov 2012 01:17
k/..kkddjalkskd ffflddd

"That's what"
-She
Randomness 128
18
Years of Service
User Offline
Joined: 13th Feb 2007
Location:
Posted: 20th Nov 2012 01:20
32,768 different colours
Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 20th Nov 2012 01:33
2X*5-2-34=24232244.224432224424456644[b][/b]

"That's what"
-She
Randomness 128
18
Years of Service
User Offline
Joined: 13th Feb 2007
Location:
Posted: 20th Nov 2012 01:43
FM synth
FM synth
FM synth
FM synth
FM synth
PCM
PCM
PCM
square wave
square wave
square wave
noise
Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 20th Nov 2012 01:51
65[i][/i][u][/u]

"That's what"
-She
Yodaman Jer
User Banned
Posted: 20th Nov 2012 05:38
You guys, I totally upgraded to Windows 8. It's actually not terrible.

Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 20th Nov 2012 06:03
Currently re-installing Windows 7 on my laptop.

"That's what"
-She
Dark Frager
15
Years of Service
User Offline
Joined: 16th Mar 2010
Location: The Void.
Posted: 20th Nov 2012 19:22
I played with Windows 8 on a laptop in a shop and it's not that bad, it's just the lack of the little "Start" button on the corner that bugs me. D:

Oh come on. We're trying to talk with sigs here and you rudely interrupt.
Seppuku Arts
Moderator
20
Years of Service
User Offline
Joined: 18th Aug 2004
Location: Cambridgeshire, England
Posted: 20th Nov 2012 20:13
You get used to it. Though you can download a program that gives it back. Oddly enough, I don't actually miss it, it was really odd at first, but now I've settled into the OS, it doesn't feel awkward at all and I can move very quickly around my computer. I'd say the main thing I am surprised about is how fluid it is.

Dark Frager
15
Years of Service
User Offline
Joined: 16th Mar 2010
Location: The Void.
Posted: 20th Nov 2012 23:01
Main thing I'm worried about right now is compatibility, I don't want to get an OS that can only run a handful of the programs I have, and I would have to wait ages for a patch or update that fixes everything.

If it's safe and it won't blow up then I might consider it when I get my new desktop next year.

I should be doing my homework on Solving Quadratic Equations by Factorising but it's too hard and my maths teacher is a terrorist (not literally, metaphorically ) and plus, ain't nobody got time for that.

Oh come on. We're trying to talk with sigs here and you rudely interrupt.
The Nerevar
15
Years of Service
User Offline
Joined: 19th May 2010
Location: Vvardenfell
Posted: 21st Nov 2012 00:54
Windows 8.... *sucks*


95 was flawless!
Who can forget the best: Microsoft Office 97!

Fulfilling the Nerevarine Prophecy, one trial at a time, because I... Am... The Nerevar!
budokaiman
FPSC Tool Maker
15
Years of Service
User Offline
Joined: 24th Jun 2009
Playing: Hard to get
Posted: 21st Nov 2012 01:04
fah

mr Handy
17
Years of Service
User Offline
Joined: 7th Sep 2007
Location: out of TGC
Posted: 21st Nov 2012 07:05
I remember that in 95 you can set custom folder background, that was awesome for music albums.
Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 21st Nov 2012 10:15
Quote: "music albums"
Hm, I once met a bum named Al. Not sure what his opinions on music were, however.

"That's what"
-She
nonZero
13
Years of Service
User Offline
Joined: 10th Jul 2011
Location: Dark Empire HQ, Otherworld, Silent Hill
Posted: 21st Nov 2012 11:03 Edited at: 21st Nov 2012 11:03
I'm going to test something. It will look weird.

Text
0D0A

...Good, thought so

RP Functions Library v1.0

My signature has not been erased by a mod.
mr Handy
17
Years of Service
User Offline
Joined: 7th Sep 2007
Location: out of TGC
Posted: 21st Nov 2012 12:27 Edited at: 21st Nov 2012 12:27
@Dark basic dude79

Is that Al?

Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 21st Nov 2012 12:49
It is! Genius! Been looking for the guy for months!

"That's what"
-She
mr Handy
17
Years of Service
User Offline
Joined: 7th Sep 2007
Location: out of TGC
Posted: 21st Nov 2012 16:56
WATCH THIS!!!

Dark Frager
15
Years of Service
User Offline
Joined: 16th Mar 2010
Location: The Void.
Posted: 21st Nov 2012 17:22
I wasn't planning on sleeping anyway, thanks mr not-so Handy.

Oh come on. We're trying to talk with sigs here and you rudely interrupt.
TheComet
17
Years of Service
User Offline
Joined: 18th Oct 2007
Location: I`m under ur bridge eating ur goatz.
Posted: 22nd Nov 2012 13:03
@ mrHandy



TheComet

Aertic
17
Years of Service
User Offline
Joined: 2nd Jul 2007
Location: United Kingdom
Posted: 22nd Nov 2012 14:37
In this thread: We discuss random poop.
Rainbows!
budokaiman
FPSC Tool Maker
15
Years of Service
User Offline
Joined: 24th Jun 2009
Playing: Hard to get
Posted: 22nd Nov 2012 15:22
7 [i][/i]

Aertic
17
Years of Service
User Offline
Joined: 2nd Jul 2007
Location: United Kingdom
Posted: 22nd Nov 2012 19:42
Just wondering what text editors you guys use.
I use Vim, I've not tried emacs in depth and I quite like where Sublime Text 2 is going.
Seppuku Arts
Moderator
20
Years of Service
User Offline
Joined: 18th Aug 2004
Location: Cambridgeshire, England
Posted: 22nd Nov 2012 19:52
Funnily enough, just Notepad, though I used to use Scintilla, but just not been bothered to install it again. Might try Notepad++ myself, I hear good things about it.

The thing I like about Scintilla is that it does have a wide range of support and you can also customise the syntax for your own script, though I didn't really try that myself, but I was able to tweak it to open lua scripts I used that weren't .lua.

Aertic
17
Years of Service
User Offline
Joined: 2nd Jul 2007
Location: United Kingdom
Posted: 22nd Nov 2012 20:01 Edited at: 22nd Nov 2012 20:02
If you're on windows, you could try out both Vim and Sublime text. I'm not sure if theres a terminal vers. of Vim for Windows however - Mind you, a GUI is nice on your eyes if you're not used to screens of pure-text.

Vim is a very power user friendly text editor. It's got its own bind system where you can use binds that begin with a colon followed by a command and it shall do your bidding. It's a very addictive bind system. I've transistioned from FireFox to Luakit for three reasons: Webkit/Luakit is fast as all hell, its easy to make lua modules for luakit in a short amount of time, and its got Vi styled binds! However I've forfeited Gecko's stabillity for WebKit's speed. I just love these binds. I almost try and type :q on every piece of software I use now and I get confused when it doesn't work on a program that doesn't have Vi binds.
nonZero
13
Years of Service
User Offline
Joined: 10th Jul 2011
Location: Dark Empire HQ, Otherworld, Silent Hill
Posted: 22nd Nov 2012 20:07 Edited at: 22nd Nov 2012 21:42
Who wants to see me create a completely empty post? I mean one without NULL-tags eg: [img][/img]. I think I can...

RP Functions Library v1.0

My signature has not been erased by a mod.
TheComet
17
Years of Service
User Offline
Joined: 18th Oct 2007
Location: I`m under ur bridge eating ur goatz.
Posted: 22nd Nov 2012 21:25 Edited at: 22nd Nov 2012 21:25
I use Akelpad.

Finished!!! All tracks were hand routed.



TheComet

Attachments

Login to view attachments
Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 22nd Nov 2012 21:30
Oh boy comet... I think my soldering iron just booked a hotel for two... And I think it wants to take your little design there along with it.

"That's what"
-She
nonZero
13
Years of Service
User Offline
Joined: 10th Jul 2011
Location: Dark Empire HQ, Otherworld, Silent Hill
Posted: 22nd Nov 2012 22:30 Edited at: 22nd Nov 2012 22:31
Quote: "TURN YOUR CAPS LOCK OFF"

But I don't have them on. I guess the website checks the numeric value of each char entered and determines whether too many are over 127. Oh well it didn't work. This I wanted to post:
    This here (it's not a space)

Quote: "Just wondering what text editors you guys use."

Still use notepad for basic txt and files because it's there. I've never really needed much else as I'm quite minimalistic. I use Gizmo editor for quick code viewing and minor edits (It has syntax highlighting for C/C++, HTML, Java, Perl, MS-DOS Batch Scripts and many others) because it loads very quickly. I use the suite for other things (virtual drives, menu system and hex editor - my favorite hex editor) which is ironic as I originally downloaded the suite to replace Daemon Tools (it has a virtual drive function). I actually thought "pfff what do I need all these other features for?" but then I started using them. It's thanks to the menu-system that my desktop isn't cluttered by icons or a dock.

RP Functions Library v1.0

My signature has not been erased by a mod.
TheComet
17
Years of Service
User Offline
Joined: 18th Oct 2007
Location: I`m under ur bridge eating ur goatz.
Posted: 22nd Nov 2012 23:13
Quote: "Oh boy comet... I think my soldering iron just booked a hotel for two..."


Let's hope they don't get too heated, or I might have to implement a temperature compensation resistor.

TheComet

Dark Java Dude 64
Community Leader
14
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 23rd Nov 2012 03:11
IDK, knowing my soldering iron, temperatures far too high are just all too common.

"That's what"
-She
Randomness 128
18
Years of Service
User Offline
Joined: 13th Feb 2007
Location:
Posted: 23rd Nov 2012 03:37
33,100[i]

Login to post a reply

Server time is: 2025-06-07 11:56:23
Your offset time is: 2025-06-07 11:56:23