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.


Topics - Sorunome

Pages: 1 ... 5 6 [7] 8 9 ... 13
91
General Discussion / Radio Omnimaga
« on: September 06, 2013, 07:46:24 am »
So yeah, i bet you all know radio omnimaga (http://radio.omnimaga.org)
The thing is, so far it only has all three of djs albums on bandcamp, so, this topic might be a good place to gimme some more songs that fit on there :D
EDIT: also, it has now a new skin :D
Hope you guys like it more than the old one ^^
EDIT2: there is again a notification bot in #omnimaga-radio for the songs that are now playing on omnimaga radio! :D

92
Gaming Discussion / Cookie Madness
« on: September 04, 2013, 11:14:31 am »
So, who else is playing the cookie madnes :P
it is here http://orteil.dashnet.org/cookieclicker/
also, this are my stats as of now

93
Miscellaneous / Papercraft
« on: August 29, 2013, 10:20:46 am »
So yeah, before I joined omni, before i had a calc, before i knexed......What did I do?
The awnser is: papercraft.
I just found some models, i fixed 'em up a bit.
Too bad i'll never be able to see all of my models as i gave 'em away for presents :P
So yeah, just thought you guys would like to see.

Ebben Hawk



Snowspeeder



Millenium Falcon



94
TI Z80 / gCn picker
« on: August 05, 2013, 05:05:01 am »
Dreaming of something like this since years.....and now finally making it!
I can't explain how awesome I feel ATM :P

So, what does this program do?
It helps you connect to gCn (global Calc net). For those familiar with it - it requires work in the terminal, setting stuff like your local name and your hub name over terminal parameters, not only requiering to have the computer turned on, but also to type stuff on it.
So, I thought that it would be awesome to skip the 'having to type something' part - and I made it now reality!
I run the program on my raspberry pi which is on 24/7 anyways, so yay.

The program on the pi checks every 5 seconds if a calculator is connected. If it is, it creates a link between calc and comp. Now you run a program on the calc (written with the DCSB libs) where you enter hub name, your name and the server you want to connect to.
The caclulator sends these informations to the comp and it starts then the client and you are connected to the internet on your fav hub - making the pc almost invisible!
here's a yt vid of it in action:


The program is attached! Note that it is still a beta.
you need to run the py file in a new screen. Also, if you use a other gcn client than gcnclient_rpi you'll need to change that in the py file all in the beginning.

95
Humour and Jokes / Invasion of the Fish
« on: July 30, 2013, 07:56:08 pm »
WTF

96
Computer Programming / Delphi programs
« on: July 28, 2013, 05:59:40 pm »
While looking through my files on my comp I found some Delphi programs - that were like the first programs I made for a computer, it was in a 2-day cource!
I just thought I share 'em with you guys, I have no idea what is working etc, it's been too long ^^
Also, unfortunatley it is all in german, but w/e, just thought you guys would find it interesting! :D

97
Site Feedback and Questions / Omnom getting 403
« on: July 26, 2013, 07:16:25 pm »
I hope this is the right place to put this....but yeah, Omnom, our new post notification bot, is (again) keep getting 403 forbidden when trying to access the feed ( http://www.omnimaga.org/index.php?action=.xml;limit=1 )
This also happend yesterday at about this time. Could it be that the server blocks it out due to requests every 5 seconds?

98
Hey, I was just curious, what is the fastest/most optimized way to move a character around the home screen?
what I currently have is this:
Code: [Select]
ClrHome
1->A
1->B
Repeat C=45
Output(B,A,"*")
Repeat C
getkey->C
End
Output(B,A," ")
max(min(A-(C=24)+(C=26),16),1)->A
max(min(B-(C=25)+(C=34),8),1)->B
End

100
Computer Usage and Setup Help / nginx setup
« on: July 19, 2013, 02:04:47 pm »
So, i noticed that suddenly my jukebox of radio.omnimaga.org is offline
well, i somehow need to set nginx up correctly
this is my current setup:
Code: [Select]
server {
    listen 80;
    server_name radio.omnimaga.org radio.ourl.ca;
    root /home/sorunome/RadioOmnimaga/web;
    location / {
        proxy_pass http://radio.omnimaga.org:8000;
        proxy_set_header X-Real-IP $remote_addr;
    }
    location ~(.*)\.php$ {
        fastcgi_pass  localhost:9000;
        fastcgi_param SCRIPT_FILENAME
                      $document_root$fastcgi_script_name;
        include       fastcgi_params;
    }
    location ~ "^(.{1,3}|(.*[^.][^p][^h][^p]))$" {
        proxy_pass http://radio.omnimaga.org:8000$1;
        proxy_set_header X-Real-IP $remote_addr;
    }


}
The trick is that .php files will be executed in the root directory and will NOT be redirected to that port 8000 thingy which somehow seems to happen :(
on the php files it just gives 'file not found' which is (i guess) the 404 of the :8000 thingy

101
OmnomIRC Development / Bot Net
« on: July 16, 2013, 12:32:47 pm »
So yeah, here's your topic geekboy :P

We are bringing botnet online again!

IDK what you need this topic for geekboy, but w/e

102
Site Feedback and Questions / Some services unavialable
« on: July 10, 2013, 05:58:13 pm »
Sorry for the inconvinience - my server suddenly got unavailable, this means several omnimaga services are unavailable until i look into it (I'll do that tomorrow, i'll have to find my admin pannel passwd)
Withunder these services:
 - omnimaga image uploader (also the hosted images)
 - omnimaga radio (as if somepony uses it :P)
 - the so-often used irc bots (like 'test' and '@google')
 - other stuff I forgot?

103
Site Feedback and Questions / Cloudflare 502
« on: July 04, 2013, 09:35:28 am »
I've been getting error 502 (gateway timeout) a lot recently - source is cloudflare. And by a lot, i mean a lot.
Maybe one of the admins should check up on that? Because it gets annoying

I've also gotten gateway timeout a few times, something with cloudflare is wrong.....

104
Computer Usage and Setup Help / Dynamic DNS
« on: July 01, 2013, 05:07:23 am »
So, I wanne have a domain pointing to my Raspberry Pi, but as it is at home it has a dynamic IP address.
So, my question is, does somebody know a good&free service to convert from dynamic to static IP? I recall seing something like that but I don't remember where :(

105
Other / Germany being spied on
« on: June 27, 2013, 08:39:21 am »
I hope this is the right board, so
Since some days we are keep getting headlines in our local newspaper (which is a serious newspaper btw) about the US spying out the world which already everybody knows (PRISM, duh)
But not only that, apperently Brittian is spying out germany over the internet, the newspaper made it sound as if they only do that to germany.
It's even in the thinking if germany should make it's own german-clowed so that third contries can't track down the data.

Now I wonder, what could I do to protest against this......

Pages: 1 ... 5 6 [7] 8 9 ... 13