Conversation
Notices
-
So hey since @omni has me blocked does that mean I can make all the vegitarianism jokes I want now?
Wednesday, 23-May-12 18:20:03 UTC from StatusNet Android-
@redenchilada vege*
-
@redenchilada Depends on how badly you wanna keep being a moderator really
-
@greydragon412 Yesh. I guess my satire offended him.
-
@redenchilada The worst thing that could happen is that I started to dislike you.
-
@ceruleanspark It's not like I mean what I say, or intend to offend anyone. :c
-
@redenchilada @foxgopher You two can squabble over Scoots all ya like. I still need to figure out whether I like Sweetie Belle or Apple Bloom more...
-
@greydragon412 Correction- People are WAY to sensitive these days :/
-
@dlcentaur Apple bloom is taken.
-
@greydragon412 LOL
-
@foxgopher Darn... well that makes my choice easier! SWEETIE BELLE IS MINE!!!
-
@redenchilada Why do you assume I blocked you? I responded to most of your messages, if not all.
-
@dlcentaur Noted! haha
-
@greydragon412 Eeyup :3
-
@omni 'Cuz you said you were gonna. :c But if you're not, I'll try to keep from offending you in the future. Sorry.
-
@foxgopher ;D Dat cute widdle marshmallow/dictionary is all mine..... hehehehe xP
-
@dlcentaur Dawww you'll be adorable!
-
@foxgopher c:
-
@redenchilada Blocking doesn't even work like that, dude. Posts still appear on public.
-
@dlcentaur *squee* All the Waifus need to meet up.
-
@redenchilada I said I was going to ignore you for a moment when you kept making those jokes, that's all. On a completely unrelated note, I made IdentiCurse crash when I attempted to let it autocomplete your nickname. @bitshift (you were the one doing IdentiCurse, right?): I think I shouldn't assume IdentiCurse to be able to AutoComplete? I pressed I, then type @re and then pressed TAB. I would copy the debug but I'm going to take a screenshot as I can't seem to copy text from Eterm (was trying out terminal emulators): http://minus.com/mYcOsWvaC
-
@greydragon412 @widget Are you done bragging about how you are so smart and others are so stupid?
-
@foxgopher Yus, this must happen *-* SOON
-
@hakupony That's basically been the entire site for the past 2 or 3 days. 's why everyone's been so argumentative.
-
@greydragon412 I just don't like emotional people. There can be smart emotional people, maybe?
-
@omni Oh, ok then. Well, slong's there's no hard feelings about it, I'll avoid bringing the subject up in the future.
-
@dlcentaur I AGREE COMPLETELY!
-
@greydragon412 Maybe they are smart when their emotions arent getting in the way, like the HULK XD
-
@greydragon412 I didn't read that because I tried to get who was in that line of discussion.
-
@foxgopher The only question is when...?
-
@dlcentaur Hmmm. We need all the peeps to collab.
-
@omni Eterm is actually what I used to use before switching to urxvt. It was too buggy and lacked unicode support.
-
@toksyuryel urxvt is a pretty nice client, I just don't like the fact that links aren't clickable for opening in my browser (I'm sure transparancy can be set, I should read the manual for that)
-
@omni I don't believe the terminal emulator should handle whether links are clickable; that should be up to the applications being run inside it. For one I think it's possible in weechat with the proper scripts and settings.
-
@greydragon412 haha I was surprised at how good it was myself XD
-
@toksyuryel Fair enough
-
@widget IRC and IM, working with unicode documents, etc. http://i.imgur.com/UduXf.jpg
-
@widget Eventually it'll be for statusnet too, once identicurse 0.10 is released and I can actually use it with this site. And if I ever plan to experiment with console-based web browsers again, I'll want it for those too. And in general, unicode just has so many useful characters that I like to use in unpredictable situations just for aesthetic purposes.
-
@omni It _can_ auto-complete, you just hit the nasty bug in Python's curses wrapper where it _really_ doesn't like very large text input boxes (fixed in 3.1, allegedly, but the fix doesn't seem to have made it to any 2.x versions). Workaround for now would be to set "length_override" in the config to something lower (anywhere between 280 and 400 tends to work for me, while not being too short to send any practical messages). In the long run, I want to replace it with a bespoke textbox anyway, since that will also overcome the complete lack of useful Unicode input support in Python's curses wrapper.
-
@bitshift From what I understand unicode support will be greatly improved in 3.3, not sure if that will apply to the curses wrapper or not though.
-
@omni You can make them clickable easily enough: add matcher to your URxvt.perl-ext-common entry in .Xdefaults (or set it to default,matcher if it's unset), set URxvt.matcher.button to 1, and set URxvt.urlLauncher to the command for your preferred browser (so 'firefox', without the quotes, in my case). #urxvt
Toksyuryel likes this. -
@bitshift I'm totally doin' that right now. Thanks for the tip!
-
@toksyuryel As I understand it, the curses wrapper in 3.2 finally wrapped the underlying Wgetch() function rather than getch(), meaning that it finally does Unicode input properly. But again, no sign of that making it into any 2.x Python. :(
-
@bitshift 2.x Python development is dead except for security fixes. They aren't backporting anything anymore. 2.7 is the final 2.x Python release.
-
@toksyuryel No problem. It's one of the handful of things I had to configure before urxvt really worked for me, but at this point I wouldn't willingly use anything else. Also helps that it's really small, especially while my primary machine was still a netbook.
-
@toksyuryel Which would be understandable, if not for the fact that the patch they merged in this particular case was submitted as a solution on their bugtracker back in 2006 or so, way before the 2.x series was finalized. So there's no reason it didn't get in before the end of 2.x, other than sheer "don't give a ****"-ness on the part of the Python curses maintainers.
-
@bitshift Ah yes, now it is definitely quite true that the Python curses maintainers really don't give a flying feather about it. They admit as much right at the beginning of the documentation for it. Quite bothersome to people like me who actually prefer console interfaces.
-