A day's worth of Twitter (31)
Tuesday, April 22nd, 2008 11:59 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
00:07:53 | — | rubyonrails: p.text_field doesn't actually print anything! Must print it out explicitly |
01:45:13 | — | Can finally close Aptana. Hopefully means laptop won't take a minute to wind down |
01:56:32 | — | I think these days I mostly juggle: work on one set of responsibilities (different groups) a day. No time to do them all at once :( |
09:16:29 | — | Hm, there's a slight ache behind my ear, like a headache gone wrong |
11:05:52 | — | ooh postfix in ubuntu: https://help.ubuntu.com/community/Postfix |
11:08:03 | — | also, reading up on j2ee. I suspect this shall be necessary soon |
11:47:01 | — | Hrrrm. How come ~/.bash_profile isn't loaded even if I do a "source .bash_profile"? |
11:57:09 | — | hm actually, something simpler: Postfix Basic Setup: https://help.ubuntu.com/community/PostfixBasicSetupHowto |
11:57:27 | — | the plan is to get it working. Then I can play and muck things up after I know I can get it working :-) |
12:10:23 | — | pop3 with telnet :-) http://tinyurl.com/6x4yv |
12:15:10 | — | ohhh for imap, you have to choose a character and prefix every command with that? |
12:16:05 | — | also, how to imap with telnet hehee http://tinyurl.com/5kmml6 |
12:19:50 | — | neat, I got postfix working off my domain :-) |
13:14:05 | — | the new serving portions make me feel like I'm on a diet :p (lunch: 1pc chicken+tiny carrot chunk+tiny potato chunk+...1/2 cup rice?) |
13:16:36 | — | peaa~ach (hanakimi liveaction ending song) |
13:18:39 | — | oh maybe people know it as a cafeteria nt a canteen? |
14:35:20 | — | it is somewhat embarassing when something you test publicly leads to a breakthrough, but said breakthroguh is completely unrelated to test |
14:35:49 | — | meaning, you could have presumably had the breakthrough without doin the public test -_-; |
14:48:42 | — | I really wish that screencasts hadn't become so popular :( It's frustrating that I cannot control the pacing |
16:21:46 | — | mmm went down for two slices of pizza (mushroom burger, bacon mushroom) and drinks (apple carrot juice :D) |
17:24:04 | — | missent a... message to a boss-type person. OMG. I'm hiding in shame now |
19:05:17 | — | hmm. screencasts *are* good, though, when I actually have the attention span to deal with them |
19:31:59 | — | had pork siomai with chili sauce, kalamansi, toyo (soy sauce). Mmm. Lips hurt a bit now, though |
21:56:06 | — | trying to cut the "e" key out of my dit |
22:10:56 | — | I have taken off th cap of the e key. still not helping |
22:15:34 | — | eeeh I cleared some more gunk from under my keys, and my e key works excellently now |
22:18:25 | — | ahahaha was another long hair stuck under the key, gunking up the works, and now I can type "eeeeeeeeh" |
23:05:17 | — | bleh, signed a big bunch of stuff. I hate signing stuff :p |
23:17:14 | — | not everyone will wear red socks |
23:23:35 | — | the longer I ues mineffect suck, the cuter it gets to me |
23:46:46 | — | was watching Princess Bride! OMG |
Total: 31 tweets
You can find me as afuna_wired on Twitter.
no subject
Date: 2008-04-22 05:10 pm (UTC)Apropos of nothing except this entry (http://afuna.livejournal.com/402106.html), it seems that for and while don't actually work. It gave me a compile error when I tried it out. I wonder if we'll ever get them?
no subject
Date: 2008-04-22 07:18 pm (UTC)no subject
Date: 2008-04-22 07:58 pm (UTC)var int i = 0;
while ($i < 10) { ... }
produces:
Unexpected token found. Expecting: [TokenPunct] = ;
Got: [TokenPunct] = {
and a whole bunch of Node errors.
for ($i = 0; $i < 10; i++) { ... }
yields:
Can't finish parsing NodeTerm
S2::NodeTerm, S2/NodeTerm.pm, 463
etc. No mention of NodeWhileStmt.pm or NodeForStmt.pm. Does that mean the code was committed but never went live?
no subject
Date: 2008-04-22 08:57 pm (UTC)no subject
Date: 2008-04-22 10:03 pm (UTC)no subject
Date: 2008-04-23 02:30 am (UTC)no subject
Date: 2008-04-23 12:26 am (UTC)And looking at that changelog, I think it means that Mart committed it to a side branch, but not the main trunk, so it never actually made its way to the site :(