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 ... 4 5 [6] 7 8 ... 13
76
« on: November 20, 2013, 03:52:49 pm »
So yeah, i stumbled upon this math problem some time ago, yes, I did solve it eventually, but it was so much fun I thought I'd share it with you guys Note how one of those two angles is outside of the inner triangle.
77
« on: November 19, 2013, 08:44:53 am »
So yeah, I want to get a desktop. But the thing is: i have like no idea what to look for. What I want to do with it is here: - Linux
- at least two monitors
- programming
- finally be able to watch full hd videos without the acting up like i have atm on my lappy
- I guess USB 3.0 would be cool
- Run emulations without a problem or much lag (like virtualbox or a virtual androis device or something from that area (I hope it'll be able to run Wabbitemu ))
- A second monitor (already have one)
- Keyboard
- I guess a blu-ray drive would be cool but dvd is just fine (as long as i can burn dvds)
- SSD to boot quicker + start applications quicker
- At least 1TB hdd (or are SSDs so big and long-living by now that i could go full on ssd?)
Yep, no windows needed So, I wouldn't get anything before christmas now as i'm putting some money for this on my wishlist. Any ideas/what I whould look for/should i buil on my own? Thanks for any help
79
« on: November 17, 2013, 05:43:09 am »
Hey, I got a little problem when editing this image, I can't seem to get the transparency working correctly. Anyways, here's the image:
80
« on: November 13, 2013, 01:50:36 pm »
Ok, I just got a new idea to prevent spam bots from any site:
Have a input filed with a link before it that has over url parameters a randomley generated key, which is also set as a session variable. That link will have like a window pop-up with a seemingly random string which is actually based on that key, so you input that into the field and then the server checks for if it is matching.
Any thoughts on that?
81
« on: November 09, 2013, 06:10:11 pm »
Ok, what the hell did just happen, i was chatting on skype and suddenly the whole content of my desktop folder was....GONE! It isn't even in the trash bin or anywhere i can think of! I am running an HDD recovery program atm, but HOW THE HELL can that happen! I am using archlinux, yes, i am updating it on a regular basis! I just hope i manage to recover my programming projects....... Should I change my comp password/other passwords/whatever? Did i get hacked?
82
« on: October 31, 2013, 06:43:17 pm »
So, I'm standing before a little web-dev issue that I can't figure out right now (yes, it is for OmnomIRC). I need to write a function (JS) that returns true if: - This is the oirc instant of the currently open tab - If there is no oirc instant on the current tab if it is the instant of the last oirc visited And false otherwise. So basically I need to somehow detect stuff cross-tab Any ideas on how to do so? I thought about somehow the tabs registering themselves in local storage etc but idk, there is probably some better way....
83
« on: October 30, 2013, 01:37:28 pm »
So, OmnomIRC has so many features - most people don't even know them all, or how to use them, resulting in very basic questions. Thus I am making this topic, in the hope people will realize all its features and use 'em! So, first of all only chatting is pretty self-explanatory i guess Now, there are also multiple channels up there, the tabs, hitting them will join you that channel. Under the channels is the topic container, it'll display the topic of that channel, if it has any. Now, text sometimes appears red, that means that you got highlighted, you achive that if the message contains (by default the first 4) chars of your nick. There is a options menu, in the top-right corner there are 5 hotlinks, one of them is 'Options', hit it and you will have more ways to customize your OmnomIRC. Commands/me <message> | Send an 'action' message to the channel | /msg <nick> <message> | Sends a private message to the user with the nick, only works with nicks without spaces. For ones with use /query | /query <nick> | Opens a new channel with a private chat with the corresponding nick | /join <chan> | Joins new channels. Yes, you can also create new channels, just keep in mind that new ones can't start with a #, so you'd type. let's say '/join the game' | /ignore <nick> | Ignores all incoming messages by <nick> | /unignore <nick> | Unignores that nick, if you set <nick> to * it'll unignore all ignored nicks | /ignorelist | Returns the list of all nicks you are ignoring | /window <number> | Switches to the nth tab | /help | Displays help message | More features- Hitting tab on a started word will auto-complete the nick
- Hovering over a user in the userlist displays the last time seen
- Smileys, hitting the smiley next to the input box will open a list of all available smileys, hit 'em and the appear in the input box
- Textmode support - chat without the use of javascript, to do so go on omnomirc over a text-based browser or go to http://omnomirc.www.omnimaga.org?textmode
- Chat with a calculator - yes, you heard me right, with a calculator. For more info on that visit http://gcn.omnimaga.org
Operator stuffThere are also ops on OmnomIRC, a user in the following group is a global op by default: "Support Staff","President","Administrator","Coder Of Tomorrow","Anti-Riot Squad" Here are the admin commands: /op <nick> | Op's another user - that will only be in the current channel | /deop <nick> | de-ops a user in the current channel | /topic <topic> | Sets the current topic | /ban <nick> | Banns a user from the current channel | /unban <nick> | Unbans a user from the current channel |
84
« on: October 28, 2013, 06:47:41 am »
Yep, I am re-writing sorunome.de - from scratch! I've been working on it since quite some time now. EDIT: public! www.sorunome.deAt first look it looks more or less the same like the current one, but the software behind it is so much more awesome! First of all, every single request for that domain gets re-directed to the same php script, the url path as a parameter. From there i check for if you want, let's say, an image. Copying the image and then displaying it, pretty simple. But i also allowed it to server-side rescale it before sending - only by modifying the path! Let's take a look: http://sorunome.reubenquest.net/*/75/media/knex/ballmachines/crazy/crazy_top.jpgthe /*/75/ is the important path, first you say width, then height. If it is * that means it'll get fixed to match the proportions. If you completley omit that you get the original. Ok, images aside, the awesomeness just began! When calling a normal page it looks it up in a database - the database only has the id, url fragment, the content. the title and te ref-id The ref-id points to the other page where that is the child of, like ballmachines pointing to knex will be triggerd at /knex/ballmachines. It also creates the naviagation out of that. Wait, there is still another thing that makes it 20% cooler - the content is stored in BB-Code and gets parsed to HTML - with a self-written bb-code parser! the bb-code parser also makes defining tags VERY easy. This for example will create the [b] tag: $bbParser->addTag('b',function($type,$s,$attrs,$bbParser){ return '<b>'.$bbParser->parse($s).'</b>'; },[],'bold');
First parameter of addTag is the tag name, so b. The second one is the function that'll get called to parse that tag, the third one is a array of all attributes allowed, the 4th one is help text (not used yet, lol) So for [url] it looks like this: $bbParser->addTag('url',function($type,$s,$attrs,$bbParser){ if (isset($attrs['url'])) { if (filter_var($attrs['url'],FILTER_VALIDATE_URL)) return '<a href="'.$attrs['url'].'">'.$bbParser->parse($s).'</a>'; return $bbParser->returnBB($type,$s,$attrs); } if (filter_var($s,FILTER_VALIDATE_URL)) return '<a href="'.$s.'">'.$s.'</a>'; return $bbParser->returnBB($type,$s,$attrs); },['url'],'Display URL');
So yeah, todos: - GUI way of editing the DB, currently i use phpmyadmin
- comments on each page!
- Add bbCode parser whitelisting/blacklisting
- stuff?
Any thoughts/ideas?
85
« on: October 10, 2013, 03:23:16 pm »
So yeah, i'll try to make it in time, make a binary puzzle in ti-basic! (and hope i won't lose code, lol) Also, is it ok if I make the engine and shamelessley rip the puzzles off of http://www.binarypuzzle.com ?
86
« on: October 07, 2013, 10:07:26 am »
I know, i don't have a nspire, but never the less, i found this nspire teacher software cd lying around, so i thought 'why not trying it out?'
Well, when i start it up it gives 'error' and i wonder if it is a wine error or not, and how to fix it?
[sorunome@sorunome-laptop TI-Nspire CAS-TE]$ wine TI-NspireCAS-TE.exe err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden fixme:msvideo:DrawDibDraw wFlags == 0x00001000 not handled 07.10.2013 16:02:35 com.ti.eps.phoenix.Application overrideLocale INFO: Application launched in user choosen locale:de Country: fixme:font:freetype_SelectFont Untranslated charset 255 loading progress bar ActivationUI... fixme:imm:ImmGetOpenStatus (0x14bbe0): semi-stub initLogging System.getProperty FILE_LOG_LEVEL_PROP: null logFolder: C:\users\sorunome\Meine Dokumente\TI-Nspire\logs\ javaLogFileName: C:\users\sorunome\Meine Dokumente\TI-Nspire\logs\TINspireCASTeacherEdition-A.log cLogFileName: C:\users\sorunome\Meine Dokumente\TI-Nspire\logs\TINspireCASTeacherEdition-C.log fixme:ntdll:NtLockFile I/O completion on lock not implemented yet 00000012 <I> <Activation> SLAS jar Version:2,1,0,20, 00000015 <I> <Activation> SLAS lib Build Type:R 00000022 <I> <Activation> No proxy info set... 00000022 <I> <STDOUT> initJNILogging: C:\users\sorunome\Meine Dokumente\TI-Nspire\logs\TINspireCASTeacherEdition-C.log
87
« on: October 03, 2013, 04:23:41 am »
So yeah, some of you may have wondered why i've been programming so much recently, but faaaar more than you guys actually noticed, beause i never talked about the other stuff here yet.... So yeah, for those of you who have an account on instructables.com, this is going to be awesome: I made a userscript for it with tons of features, like bringing back the old-style comment trees and much more. It features also a edit menu, it stores everything in local storage. What is also nice that it auto-checks for updates and gives you a pop-up if there are. Anyways, that beside, here is the script: http://pastebin.com/PeqfkGMFDon't judje me on my crappy coding * Sorunome judjes himself now ^^ Anyways, so that's it for now. oh, i totally forgot, piiiics: Commnet trees return Highlighting on a screenie orange text with red doesn't make much sence... yay, settings The new-updates-bubble
88
« on: September 16, 2013, 12:05:48 pm »
So yeah, my server is getting a upgrade (twice ram, twice hdd, better calculation capabilities etc.) So expect it to be offline soon for some time. For those who are wondering why this is important, this are the services that'll be ofline shortley: omnimaga image hoster radio omnimaga most of my bots other stuff i forgot? oh, yeah, all of jujus websites
89
« on: September 07, 2013, 03:54:32 pm »
I got some random suggestions for omnimaga: concerning omnimaga.org and www.omnimaga.orgYou could make omnimaga.org redirect to www.omnimaga.org and thus solve all the cookie/url problems pretty URLJust a thought, to make the url more pretty, so like www.omnimaga.org/<topicid>-<topictitle>/<postid>-<posttitle> (there is maybe a SMF mod for that....) youtube tagit doesn't support https
90
« on: September 06, 2013, 11:52:32 am »
Hey guys, I need help configuring postfix and dovecot on my server! The thing is, sorunome.de is working there and if i still want mail i need it working, so i am trying to get it work with my reubenquest.net domain as of now. But the bad thing is, i just don't manage it, even though i read thousands of tutorials on the internet, even read some of the 500 pages postfix book of my brother..... well, what /does/ work, when ssh'd into the server sending a mail to me with '$ mail sorunome'. And reading those mails over imap. What doesn't work: sending to [email protected] (i'm pretty sure i set up the mx record correcty) Also, i tried to make an alias so that i could do '$ mail mail' (so that in future i could do [email protected] to redirect to my mail), also without success. Sending from thunderbird won't work (maybe because thunderbird is trying to connect to imap.reubenquest.net, but i can't find a setting to change that). Using connection security with SSL/TSL is working. So yeah, i would be so happy if anyone could help me! EDIT: Jim managed to fix it all, thank you so much jim!
Pages: 1 ... 4 5 [6] 7 8 ... 13
|