[01:26] ehm [01:26] https://wiki.ubuntu.com/KernelCustomBuild [01:26] "How to get the kernel source" [01:26] it says Git is the preferred method over apt-getting it [01:26] that doesn't sound right to me [01:27] hm [01:29] maybe for devs, but not for users... [01:29] that statement has been there for a long time though, i just never noticed [01:30] actually, it has been there forever, since the first revision by Ben Collins [01:30] and who am i to contradict Collins... still [01:33] add a "note" there, like "Unless you are going to hack the kernel you can user apt-get...." [01:33] stdin: maybe the issue is that the .deb package doesn't include security patches while git does, though [01:34] well "apt-get source linux-image-$(uname -r)" will get the source of the kernel you're running [01:36] that's true as well [01:37] edited, have a look [01:38] that seem better [01:39] see #ubuntu ;) [01:39] heh [01:40] hah === Hacker [n=Hacker@adsl-70-132-24-244.dsl.snfc21.sbcglobal.net] has joined #ubuntu-ops [01:41] hi [01:41] hello Hacker [01:42] wget www.google.com/q=site:wiki.ubuntu.com [01:42] for Page in $(htmlextractlinks index.html); do echo "Use APT even if this page recommends otherwise!" | wput - $Page?action=edit; done [01:42] i'm the APT dictator :P [01:43] LjL: ? [01:43] Hacker, sorry, that wasn't for you :) [01:43] ok. [01:43] but can we help you? [01:43] yes [01:43] Hacker: by my count it's only been 22 hours so far [01:43] LjL: you are weird. === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-ops === mode/#ubuntu-ops [+v Amaranth] by ChanServ [01:44] Oh. My clock must be a bit fast. I will fix that. [01:44] ... [01:44] stdin: you mean 22 out of 9872y35r4976q254rq9023762459876 ? [01:44] nah, only 24 (this time) [01:44] seriously? [01:45] that's what we decided yesterday so.. [01:45] who decided? [01:45] stdin: sigh... see last thing i said in #ubuntu too [01:45] mostly me gnomefreak and Jucato [01:46] ok [01:46] well if its fine for you, I'm fine too [01:46] if you can confrim he read it unban him please (im getting kind of tired of seeing him [01:46] Tm_T: and we didn't promise to unban, we said we'd decide then [01:47] I see [01:47] Evanlec called the ops in #ubuntu [01:48] I hate when people do that. [01:48] gahahahaha, that was funny right there [01:48] LjL: I would have sent him here but that works :) [01:49] [01:48:42] LjL: someone is jumpy :) btw, http://pastebin.ca/raw/717910 (and "vaporware" is missing from that list). related to the zewb attack this morning [01:49] who the heck is that? [01:49] Amaranth: i'll unban [01:50] LjL: I have no idea, I thought you knew what he was talking about [01:50] i do know [01:50] but i don't know who he *is* === Evanlec [n=evan@c-75-67-237-157.hsd1.nh.comcast.net] has joined #ubuntu-ops [01:50] Er, well, yes, thats what I meant. [01:50] hi [01:51] i made a oopsie [01:51] but i didnt think i'd get banned... [01:52] Evanlec, i see you knew about this channel [01:52] LjL: no I told Evanlec about it [01:52] no i didnt, rtdin [01:52] told me [01:52] stdin rather [01:52] stdin: ok, that one's sorted [01:52] Evanlec: what was the reason you called ops to begin with? [01:52] i just wanted to see who was ops [01:53] Evanlec, you said you had seen other people use !ops | nickname to warn about troublemakers [01:53] and yes, that's exactly what it's used for [01:53] yea..or atleast thats what i thot [01:53] Evanlec: /msg cs access #ubuntu list [01:53] o [01:53] didn't the thought cross your mind that it should *only* be used for that? [01:53] since it *does* warn us? [01:53] i didnt know it warned you [01:53] i thot it just listed who was op [01:53] ehm, [01:52:23] like when someone was acting up, someone would type !ops| to warn them i guess? [01:53] right, to warn the perpetrator... [01:54] Evanlec: It pings all of our names so that we know something is up. [01:54] ohh i see [01:54] it prints their nicks, they get a highlight [01:54] it does :) and it pings us as it says our nicks [01:54] Plus sends an alert to this channel. [01:54] i was unaware [01:55] i apologize :( [01:55] Evanlec, make sure you never do this again unless in a real emergency [01:55] you can join now [01:55] gotcha [01:55] thank you === Evanlec [n=evan@c-75-67-237-157.hsd1.nh.comcast.net] has left #ubuntu-ops [] === Pici tries to remember the person who kept ops'ing in this channel === troubled [n=troubled@pdpc/supporter/sustaining/troubled] has joined #ubuntu-ops [01:57] heya [01:57] hi troubled, this sort of thing is better talked about in here than in #ubuntu [01:57] excuse me just one thing, but, while i do know what you were talking about... i don't think i know you? [01:58] ahh np, been in #debian many many years [01:58] i designed a db logger though that i use now to help out in channels and #freenode [01:58] right, my logs did point to "#debian" :) [01:59] it allows < 1sec queries on many thing. the one i paste was a list of all hosts for a nick, followed by another select of all nicks with those hosts. helps catch all their ips [01:59] troubled: how exactly do you put all the different nicks and IPs together? [02:00] i.e. since he changes everything - ident, IP, nick, how do you correlate? [02:00] oh, so there's still a manual "guessing of the host" involved... interesting though [02:01] sec, ill paste the sql for my select. it will make more sense [02:01] I think I understand what troubled is doing. [02:01] select id,nick,ident_name,sub.hostname from view_user_id as uid, [02:01] (select distinct(hostname) from view_user_id where nick = 'zewb') as sub [02:01] where sub.hostname = uid.hostname [02:01] order by id [02:01] the main select is all the hosts for "zewb" in this case. then i take that list and reselect from the same table all the nicks which have those hosts. [02:02] What client are you using to catch this stuff with? [02:02] its not perfect by any means, but it can help spot the obvious ones [02:02] irssi [02:02] troubled: ah, it's much clearer that way, my SQL is way rusty [02:02] svn://ircdetective.dyndns.org:27474 if your interested. irssi+perl+mysql atm [02:02] troubled: I'll definitly take a look [02:03] i don't use irssi, but it's still interesting [02:03] although imMute has developed a "cleaning" implementation from scratch against my db schema as well. #ircdetective if your interested in them though [02:03] had thought of something like that at times [02:03] but my client is so limited as far as scripting is concerned, that i'd have to write a whole irc proxy - or change client [02:03] its handy. although irssi blocks on inserts, so splits and floods can slow the irssi down until i get queue's implemented [02:04] I started to put together an irssi plugin to use the built in massjoin signals to alert me when something starts happening. [02:05] Pici: well, i dont have any alerts yet. i do have plans for some irssi /commands to do the look ups, but for now i just use an sql window and put in the selects that im after manually. i have views setup to do all the joins to save me time as well === eidolon [n=eido@pdpc/supporter/monthlybronze/eidolon] has left #ubuntu-ops ["Leaving"] [02:11] Pici: http://pastebin.ca/raw/717955 is about what im running for db size. and i still get < 1sec on 99% of the queries i do. and an index usually solves any of the slow ones. plus the design makes for small db dumps. thats about 400mb on disk, and only 50mb bz2 on a dump [02:28] LjL: did you unban troubled from ubuntu? [02:30] sorry wrong nick === Jucato [n=jucato@ubuntu/member/Jucato] has joined #ubuntu-ops === mode/#ubuntu-ops [+v Jucato] by ChanServ [02:31] troubled: do you have anything else that you need help with in here? [02:31] Jucato: your guy should be around shortly [02:31] you were thinking about evanlec i think === gnomefreak thinks 24 was a round about time [02:31] LjL: i was [02:31] heheh :) === gnomefreak really wants to see part 2 of that so maybe i will watch :) [02:32] part 2 of Hacker? [02:32] yeah [02:32] heheh [02:33] "by my count it's only been 22 hours so far" to Hacker one hour ago, he replied: "Oh. My clock must be a bit fast. I will fix that." then quit :P [02:33] lol [02:34] gnomefreak: hehe hey now! well, unless there were anymore question, i think im all done here [02:34] actually stdin is the guy you want to poke :) [02:34] stdin: since your ban basically covers all of him... I think I could remove mine, which is almost 48 hours old [02:34] thanks for having me, and dont be afraid to ask for any log info you might need on a nick ;) *waves* === troubled [n=troubled@pdpc/supporter/sustaining/troubled] has left #ubuntu-ops [] [02:34] bye ty for wanting to help [02:35] done [02:35] damn if people would stop pinging me i might get what i say out in time [02:35] aw... you didn't let me put my op hat on first thing in the morning :( [02:36] you can remove one of the other 5 bans :p [02:36] nvm... [02:36] op hats are overrated.. [02:36] :P === Jucato yawns and stretches [02:36] so you feeling better today Jucato? [02:37] staff hats are so inelegant [02:37] stdin: a bit :) [02:37] good, you can handle Hacker then :p [02:37] and cumbersome to wear [02:38] hehehe [02:38] what did this funny guy do anyway? [02:38] i don't feel like checking the tracker [02:38] besides, it never works [02:39] staff hats are made of lead. [02:39] lots of CTCP ping stuff, bot abuse and generally being offtopic (is the short version) [02:39] then some ban evading on top [02:39] from wikipedia "A soft, heavy, toxic and malleable poor metal" [02:40] he was a pita but responded well when i asked him the simple questions :) [02:40] although he claims that he wasn't ban evading. his IP changes every modem reset he says [02:40] welcome to the world of dynapic ips/ proxies [02:40] Jucato: he was ban evading after I banned him, then kicked then he rejoined [02:40] ips? [02:41] so the "Ohh I didn't know" story doesn't wash with me [02:41] that's why I said "he claims" and "he says" :) [02:42] he can claim the moon is made of cheese, I still won't believe him :p [02:42] but it is! [02:42] stdin: when i asked him why was he banned on tuesday he knew why and spit it out almost right away but he wasnt sure why on wed. kind of makes me think hes fairly honest [02:43] either that or he's pretty proud of it :P [02:43] but not my ban so im just watching [02:43] it's all stdin's now :) [02:43] (which is why I wanted my ban removed...) [02:44] rob: op hats, but specially the ones made after the seveas fashion, are made of copper, "a reddish-colored metal, with a high electrical and thermal conductivity" [02:44] the nick change to "sorrystdin" was the annoying thing, I hate it when people use my nick in theirs. like that xp_killer showed up as stdin2 ... [02:46] LjL, so you are saying that op hats are bad to be wearing during thunderstorms? [02:46] rob, they *make* the thunderstorms === stdout [n=ljl@81-208-36-87.ip.fastwebnet.it] has joined #ubuntu-ops [02:46] so, can i be unbanned now? [02:46] LjL, heh ok [02:46] stdin: who are you? [02:47] oops [02:47] mwah [02:47] stdout: who are you> [02:47] stdout: why were you banned? [02:47] gnomefreak: i'm the brother of the guy you banned, stderr [02:47] "n=ljl" hmm [02:47] stdin: entirely a coincidence i'm sure [02:47] still not helpful i dont remember banning him [02:48] LjL: oh yeah everyone have you initials [02:48] LjL: oh, I wouldn't suggest otherwise :) === mode/#ubuntu-ops [+o LjL] by ChanServ === mode/#ubuntu-ops [+b *!*@81-208-36-87.ip.fastwebnet.it] by LjL === stdout [n=ljl@81-208-36-87.ip.fastwebnet.it] has left #ubuntu-ops [requested] === mode/#ubuntu-ops [-o LjL] by LjL [02:48] ah [02:48] he's certainly a troll [02:48] thats what you were talking about [02:48] I agree [02:48] hmmmmmm [02:49] why does that hostmask look like ive seen that tonight [02:49] gnomefreak... it *is*, after all, my hostmask [02:49] not who i thought [02:50] LjL: i was thinking it was hacker for some reason [02:50] Hacker n=Hacker adsl-70-132-24-244.dsl.snfc21.sbcglobal.net [02:50] did you /whois stdout? before you banned him? [02:51] --> stdout has joined this channel (n=ljl@81-208-36-87.ip.fastwebnet.it) [02:51] his real name was your name [02:51] his set real name [02:51] spooky [02:51] thats why the initials comment came out :) === gnomefreak has idea [02:53] gnomefreak, i know it was evident it was me :P [02:53] i didn't mean to make it a long joke and only tell after you got bored :P [02:53] ah [02:55] :D === Instabin [n=instabin@oh-76-5-127-85.dhcp.embarqhsd.net] has joined #ubuntu-ops === valles_ [n=valles@200.71.131.36] has joined #ubuntu-ops === mindrape [n=mindrape@unaffiliated/mindrape] has joined #ubuntu-ops [03:16] Pici: problems in -offtopic? [03:16] gnomefreak: Just some guy who wanted to talk about demonoid so LjL and I tried to explain why it was o4o [03:17] ok :) just watching [03:19] bot has a bunch of lag here [03:19] !ping [03:19] pong [03:19] !lag [03:19] You have lag, I don't have lag [03:20] go figure smart ass bot would say that === seisen [n=seisen@cpe-65-189-220-158.neo.res.rr.com] has joined #ubuntu-ops [03:21] can someone here cloak our new ubuntu member sesien? [03:22] I was wondering what it was [03:24] kitche called the ops in #ubuntu [03:24] FrancoGG called the ops in #ubuntu === jussio1 [n=jussi@oul088-gw3.netplaza.fi] has joined #ubuntu-ops === kitche [n=dragon@sourcemage/guru/kitche] has joined #ubuntu-ops [03:24] hey we need an op in #ubuntu to lock it down === qmario_ [n=QMario@c-98-200-244-80.hsd1.tx.comcast.net] has joined #Ubuntu-ops === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-ops === mode/#ubuntu-ops [+v Seveas] by ChanServ [03:25] ah I see your there gnomefreak :) [03:25] (gnomefreak is *everywhere*) [03:26] well it was hard to tell with everything :) [03:26] someone is klining them too === gnomefreak cant wait till meds kick in than i wont be anywhere ;) [03:26] saw that but there was one left so i grabbed him [03:26] one means alot more can enter [03:27] Er, why are people who I'm pretty sure arent bots getting the k-line stick? === Bam2550 [i=bam2550@c-69-249-243-110.hsd1.pa.comcast.net] has joined #ubuntu-ops [03:28] Hello, why was i banned from #ubuntu? [03:28] astro76 called the ops in #ubuntu [03:28] Borat called the ops in #ubuntu [03:28] gnomefreak: see all the "register spamspamspamspamspam" messages, seems these bots are now trying to register their nicks now so +r won't grab em [03:28] yes [03:29] you do know the ones that just joined are contributers i didnt seee spam messages after rob set -R [03:29] no, they have stopped [03:30] i know thats why i asked them to stop with !ops and !staff [03:30] stdin: hard to reg. a k-lined nick/host [03:31] good think i waited to go to bed [03:31] gnomefreak: yeah, they register before the k-line [03:31] that would have pissed me off === litebrite [i=TOR@gateway/tor/x-ef2f611f3c08ff87] has joined #ubuntu-ops === smellyonion [i=onion@unaffiliated/smellyonion] has joined #ubuntu-ops [03:33] I should load up my irc client that doesn't response to ctcp or that doesn't spam me with it at least === litebrite is now known as w0000000000000t [03:34] :) [03:35] rob: all servers are up? [03:35] i hope you guys lieked the crapflood :) [03:35] w0000000000000t: excuse me? [03:35] what happened to runemaste645? curious :) [03:35] he cant be that stupid [03:35] I claim the crapflood in the name of the Buttghost [03:35] gnomefreak, yes [03:35] There's another crapflood coming tomorrow :D [03:35] bigger and bigger [03:35] :D [03:35] w0000000000000t: yeah, whatever :) === mode/#ubuntu-ops [+o gnomefreak] by ChanServ === mode/#ubuntu-ops [+b *!*@gateway/tor/x-ef2f611f3c08ff87] by gnomefreak === w0000000000000t [i=TOR@gateway/tor/x-ef2f611f3c08ff87] has left #ubuntu-ops [requested] === mode/#ubuntu-ops [-o gnomefreak] by gnomefreak [03:36] ^^^ wasnt hard [03:36] smellyonion, Bam2550: how can we help you two? [03:36] Well [03:36] i got forwarded here [03:36] why doesn't freenode just nix all tor gateway clients? [03:36] Thats the first time I've seen someone come in here and claim responsibility. [03:36] it would be nice if we were allowed to ban tor in here === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-ops === mode/#ubuntu-ops [+v Amaranth] by ChanServ [03:36] I asked a while ago why i was banned. =\ From ubuntu [03:36] Bam2550: Did you get forwarded to another channel? [03:37] I will quote myself once more [03:37] "why was i banned from #ubuntu"? [03:37] don't worry about the crap flood, I have something for him soon. [03:37] Bam2550: It was probably due to your realname. [03:38] im thinking he wasnt banned but i will look [03:38] oh, someone was being a jerk and being like "bill thats a funny name, ahaha loser" ect [03:38] on a different server [03:38] i will change it [03:38] gnomefreak: realname ban on it exists in the bantracker [03:39] How do i change it o.0 [03:39] haha, stuck an explicative in the realname and forgot how to remove it :) [03:39] Bam2550: what client? [03:39] Bam2550: Its probably in your irc client properties, it really matters client to client. [03:39] mIRC [03:39] how did you set it to what it is now? [03:39] just reverse the steps [03:39] It wont let me change it, the text box is grayed out [03:39] Bam2550: probably need to disconnect first? [03:40] probably [03:40] brb then [03:40] Pici: for sweetonion? === Bam2550 [i=bam2550@c-69-249-243-110.hsd1.pa.comcast.net] has joined #ubuntu-ops [03:41] gnomefreak: for Bam [03:41] gnomefreak: I didnt check smellyonion's ban [03:41] that was easy :) [03:41] im looking for his. Bam2550 has changed his realname [03:41] Bam2550: Try joining #ubuntu now [03:41] Okay its changed [03:42] it works [03:42] i just have to identify [03:42] Bam2550: Sounds good, sorry for the wait, we just got hit hard by a bot attack. [03:42] ick [03:43] --Brb unplugging ipod-- [03:43] Hmm, wow it didnt do it this time [03:43] nvm [03:43] gnomefreak: yeah, I dont see one for onion either, unless he tried to join before authed :/ [03:44] Hacker should show up soon [03:44] no i think trolling, i think he was with w0000000000 [03:45] we have exactly 400 bans set in #ubuntu atm [03:45] perhaps, registered just yesterday. [03:45] 21:31 -!- litebrite [i=TOR@gateway/tor/x-ef2f611f3c08ff87] has joined #ubuntu-ops [03:45] 21:32 -!- smellyonion [i=onion@unaffiliated/smellyonion] has joined #ubuntu-ops [03:45] one behind other [03:46] litebrite == w00000000... [03:46] stdin: i hope so the meds are starting to ummmmmmmm well you know :) === Hacker [n=Hacker@adsl-70-132-24-244.dsl.snfc21.sbcglobal.net] has joined #ubuntu-ops [03:53] Hi! [03:53] hello hacker [03:53] welcome back [03:53] hi === Pici [n=Pici@unaffiliated/pici] has joined #ubuntu-ops === mode/#ubuntu-ops [+v Pici] by ChanServ [03:54] well? [03:54] ok, I'll begin... [03:54] Hacker: Have you read the Code of Conduct, especially the 1st two parts "Be considerate." and "Be respectful."? also, have you read the IRC Guidelines, especially the parts about "Bot abuse", "Language and Subject" and "Don't be annoying" ? [03:54] Yes. [03:55] and you fully understand those? [03:55] ye [03:55] s [03:55] we are always watching ;) [03:55] ;-) [03:55] they are... I'm mostly asleep :) [03:55] so you also understand why you were banned and realise that if this behaviour persists you'll be banned again (for longer) [03:56] Yes. [03:56] lol [03:56] ok brb smoke [03:56] and I take that, Hacker, as a promise that you will respect these rules and guidelines from now on? [03:57] yes. definitely. [03:57] good :) [03:59] Hacker: ok, give me a sec to remove the bans [03:59] ok [04:00] Hacker, are you really a hacker? [04:00] No. [04:00] Why is your name Hacker then? [04:00] I think that should do it [04:01] Hacker: you should be able to join now [04:01] Thanks. [04:02] ok... [04:02] kinda weird that he only went online to get unbanned... then went offline... :) [04:03] yeah, maybe I should sneak the bans back in :p [04:03] heh [04:03] stdin: ROFL [04:03] stdin: then take them out when he comes back in here [04:04] Bam2550: Is there anything else we can help you with? [04:04] yeah, and act like I can't find the bans ;) [04:04] No, should i leave? [04:05] Bam2550: unless you have any other business here, then there's no point being here :) [04:05] i can see when im not wanted. === Bam2550 crys === Bam2550 [i=bam2550@c-69-249-243-110.hsd1.pa.comcast.net] has left #ubuntu-ops [] [04:06] perhaps we could put that in the topic? avoids awkward moments? :) [04:06] what, like "The IRC council reserves the right to remove idlers from the channel" ? [04:07] or just change it to "We don't like you, so leave" :p [04:07] teh latter of course :) [04:08] Well, we dont have a problem with some people here... === Pici looks through the non-voiced list [04:08] Like that jdong guy [04:08] On second thought.. [04:08] well, ubotu 'aint so bad [04:08] who's jdong? === Jucato runs and hides [04:10] jdog is a good guy most of the time === jdong hears his name === Jucato is in a galaxy far, far away [04:11] I'm kind of 1/8 belonging here no? === seisen [n=seisen@cpe-65-189-220-158.neo.res.rr.com] has left #ubuntu-ops [] [04:11] of course #ubuntuforums doesn't really count for much of #*buntu*-dom [04:12] python doesnt use ifelse does it? [04:12] jdong: forgive my ignorance.. but I've always been confused as to the relationship of ubuntuforums.org with #ubuntuforums [04:12] gnomefreak: clarify? [04:13] Jucato: lol the relationship is indeed extremely unclear.... [04:13] Jucato: #uf was started by two people who were on the staff of ubuntuforums.... [04:13] Jucato: but apart from that, it has no relation with the forums, other than any uf.org staff member wanting ops on #uf can have it [04:13] jdong: in py code example (and accurate) do ...ifelse {2*3=b] [04:13] Jucato: it is a lower-standards, less-enforced environment than uf.org [04:14] gnomefreak: no, that is not python syntax... [04:14] C uses ifelse staments [04:14] jdong: what does py use in place of ifelse? [04:14] I am not familiar with that statement being a part of C either [04:14] jdong: I see... coz I might be joining your ranks soon.. and I have no idea anymore of the landscape of the forums.. :( [04:14] operative word: might [04:15] jdong: hold on ill give you exact syntax for C [04:16] i know C uses if(....) i could swear it uses ifelse after if if if is not correct [04:16] gnomefreak: you mean if / else if / else if / else type conditional branching? [04:17] C uses if () else if () else if ()... no ifelse or elseif [04:17] yes but i could swear C uses if(b==null) /n ifelse [04:17] nope [04:17] hmmmmm [04:17] nested if...else [04:18] what the hell uses ifelse bash? [04:18] no if fi [04:18] (b==null) ? foo : bar [04:18] thinking [04:18] gnomefreak: GNU m4 [04:18] :) [04:18] you poor poor thing for having m4 burnt into your brain :) [04:18] ah its else [04:19] python uses if / elsif / elsif / else [04:19] or was it elif? [04:19] whichever shows up in color in your editor! [04:19] never heard of cls() [04:19] i just saw that [04:19] jdong: hahahahah, that is what I do when working with idiotic languages [04:19] just type something until it changes color, then you know it is OK :p [04:20] nixternal: you know what's one thing I loved about MS Visual Studio? [04:20] intellicomplete or whatever they call it? [04:20] nixternal: press alt+space, and the IDE tells you everything that you could possibly put in there and still have the code compile! [04:20] or, how it drops down a billion solutions [04:20] and it is generally indeed intelligent [04:20] jdong: you can do the same with netbeans for not only java, but also for C/C++ now [04:20] jdong: I think eclipse does the same thing, and some other IDEs [04:20] eclipse is just ummm....I will leave that one alone [04:21] nixternal: NetBeans/Eclipse are both slower at doing it.... [04:21] nixternal: not to mention less accurate [04:21] Eclipse is slow at doing a lot of things. [04:21] netbeans is actually the quickest I have seen for *nix [04:21] I don't think they'll catch like FooType b(foo,bar); b= [04:21] I have tried everything [04:21] I've been meaning to try out netbeans.. [04:21] VS will only pick things that are compatible with FooType [04:21] with netbeans, I can even do Qt work and it does the autocomplete and includes the apidocs [04:21] nixternal: netbeans is fastest in *nix [04:22] for autocomplete [04:22] eclipse always crashes on me [04:22] nixternal: but it comes nowhere REMOTELY close to VS [04:22] somehow MS did magic on that part [04:22] no ide comes remotely close to VS [04:22] nixternal: Me too. [04:22] I used VS7 on a 233MHz system [04:22] and it was snappy, including autocomplete and forms designed [04:22] anyone wanna try running eclipse on a 233? [04:22] hell no [04:22] that would be like running it on my cell phone :) [04:22] I have eclipse on my usb stick. [04:22] the only thing I'd dare try is vim7 omnicomplete :) === tonyyarusso [n=anthony@ubuntu/member/tonyyarusso] has joined #ubuntu-ops === mode/#ubuntu-ops [+v tonyyarusso] by ChanServ [04:23] ok going to bed before i hurt myself thinking [04:23] jdong: will it mork on my 25Mhz 68040? [04:23] *work === Pici waves to gnomefreak [04:23] mneptok: only if you buy the Ultra Limited For Slow Computers Bill Gates Signed Edition :) [04:23] what was that actual vista edition with the absurdly long name? [04:23] http://www.amazon.com/Microsoft-Windows-Ultimate-Numbered-Signature/dp/B000M2WPIQ [04:24] here it is [04:24] Windows Vista Home Basic Media Center Unlimited Premium Upgrade Edition [04:24] Microsoft Windows Vista Ultimate UPGRADE Limited Numbered Signature Edition [04:24] sadly... it's real. [04:25] 22:19 -!- runemaste644 [n=Duh@adsl-4-138-165.gsp.bellsouth.net] has joined #ubuntuforums [04:25] ^^ why was this guy klined earlier? [04:25] he just joined #uf with nick-1 [04:27] Windows Vista Home Basic Media Center Unlimited Cherry-topped Premium Signature Enhanced Upgrade Edition with Special Digital Sprinkles [04:29] nalioth: ooh where can I buy that? [04:30] I may think about getting Windows Vista Premium Basic Ultimate Media Center Home Limited-Stock Todays Special Value Enhanced Edition (Upgrade) [04:30] but then again, I may not === Fujitsu [n=fujitsu@ubuntu/member/fujitsu] has joined #ubuntu-ops [04:39] stdin: jdong: if either of you do that, i would have to kill you === jdong licks his vista enterprise copy :D [04:40] I may think about getting Windows Vista Premium Basic Ultimate Media Center Home Limited-Stock Todays Special Value Enhanced Edition (Upgrade) ? === coreymon77 kills jdong [04:41] stdin: don't want the signature? [04:41] mneptok: MS already signed the DRM, I don't need another :p [04:42] maybe we should bring out "Ubuntu Premium Basic Ultimate Media Center Home Limited-Stock Todays Special Value Enhanced Edition" ? what ya think? [04:42] stdin: what about a signature that's not so likely to be cracked and Dugg 8954692387 times? [04:42] Windows Vista Home Basic Media Center Unlimited Cherry-topped Premium Signature Enhanced-with-Nalioth-GPG-DRM Upgrade Edition with Special Digital Sprinkles [04:42] (Pony Edition) === jdong cracks nalioth's DRM.... [04:43] stdin: the only difference between that and the regula buntus being a really long name === mneptok DRMs jdong's crack [04:43] for my reputation's sake I'll leave out some of my pre-Ubuntu afiliations :D [04:43] what DRM ? [04:43] try being gay without my approval NOW, ya bastard! [04:43] :P [04:44] *note to self*: Need approval from mneptok before becoming gay. [04:44] lol === mneptok beams brightly [04:46] glad I made you happy :) [04:49] happy? you mean gay [04:49] same thing :) [04:49] reads better when you replace "happy" with "gay" tho :) [04:49] ROFL [04:50] I think my appearance would do the exact opposite :) [04:50] okay [04:50] interesting conversation [04:51] coreymon77: you missed when we made like 10 minutes worth of sex jokes a few hours ago.... [04:51] i could look at the logs [04:51] ha, "grep your backlog...." === jdong hopes he didn't start another barrage of innuendos [04:52] although im too busy talking on irc as my wined mirc bot on my kubuntu box from my macbook through freenx [04:52] that's an intense setup :) [04:52] i know thats a lot of layers [04:52] do you run OS X or Linux on your macbook [04:52] (wow this is OT) [04:52] epecially since my kubuntu box is right beside me [04:52] but i finally got freenx set up [04:53] so im hving fun with it [04:53] :P:P [04:53] jdong: osx [04:53] coreymon77: likewise here.... [04:53] today I ran Mac OSX on my x66 laptop :) [04:53] coreymon77: I would be more convinced to run Gutsy on it if there weren't a 1:45 battery discrepancy [04:54] x86 rather [04:54] jdong: by doing that i am effectively going hrouh 3 oses jsut to do something that i can do on any one of them natively [04:54] jdong: just for the heck of it [04:55] stdin: I had a very similar setup going.... [04:55] stdin: and? [04:55] stdin: like it? [04:55] stdin: stopped when all my attempts to get wifi running failed [04:55] http://img182.imageshack.us/img182/7411/test4eu5.jpg < proof [04:55] i could do that on my kubuntu box [04:55] but im a purist [04:55] stdin: spent 4-5hrs trying to port BSD wpi(4) to Darwin..... [04:55] im running osx on an actual mac [04:55] then just said screw it and dropped 1400 for a macbook [04:55] jdong: good idea [04:55] coreymon77: need to use it more, only just installed it [04:55] stdin: silly boy that doesn't count :) [04:56] stdin: OSX86 native is the way to go [04:56] jdong: you mean running it on an actual mac right? [04:56] coreymon77: or a very very nicely thought out/hacked hackintosh setup [04:56] jdong: because osx86 means running it on not a mac [04:56] coreymon77: moral/legal issues aside [04:56] I used the PPC version, because it has "Power" in it's name [04:56] :) [04:57] coreymon77: I respect the people who actually get OSX running on non-apple hardware through their own hard work and ingenuity [04:57] so do i [04:57] I am disgusted by those who download some random torrent, fail to read SIMPLE instructions to set it up... then walk off saying OS X sucks. [04:57] but, even the huge pirate that i am, apple is probably the one company id rather not pirate from [04:58] coreymon77: I'd consider hackintosh to be an educational exercise, not a permanent replacement for a mac [04:58] for apple stuff, id rather actually pay for it, get it normally [04:58] coreymon77: Apple's current pricing schemes ofr their OS'es is pretty reasonable to me for the quality product I am getting.... [04:58] if course [04:59] coreymon77: and the most crucial part of the Apple experience for me is I don't worry a bit about the system. Apple's products and services take care of it for me [04:59] its the same thing as saying running doze xp with vmware is the same thing as running it natively [04:59] shame Apple are EVIL tho [04:59] I dislike Apple's deliberate practice of locking out their hardware from software modifications [05:00] i.e. how the new-generation iPods are all firmware-encrypted [05:00] and most likely will never ever get rockbox [05:00] no matter what you do, stuff like hackintosh with never be the same as getting a real mac [05:00] coreymon77: not to say that you can't get very very close :) [05:00] with enough Darwin elbow grease [05:00] too much work [05:00] aye [05:01] some people consider it "fun" though :) [05:01] i'm one of those, when I am not bogged down with schoolwork [05:01] with all the time you spend trying to get it to work, you could probably earn enough money to buy a real mac in the first place [05:01] aye, but then you don't get to learn about OS X's guts :) [05:02] ooh EFI update... [05:02] i know the major complaint about macs are they are more pricet [05:02] pricey* [05:02] jdong: i know, i got it earlier today [05:02] coreymon77: I don't agree with that complaint :) [05:02] and its true [05:02] they are more expensive [05:02] but [05:02] coreymon77: I think Apple's very price-competitive at their formfactor [05:02] coreymon77: I was never intending on getting a macbook actually... I was merely looking at lightweight compact notebooks [05:02] what im saying is that this macbook was not cheap [05:03] coreymon77: and could not find a comparable PC one at similar prices, that oculd stand a chance of running a *nix OS [05:03] jdong: specs? [05:03] coreymon77: 3rd gen 2.16 c2d, 2GB RAM, 160GB HDD, 1399 or so [05:04] I was trying to build comparable systems at lenovo and dell in the same size factor [05:04] and could not match Apple's prices [05:05] with taxes === jdong wonders if this update fixes the hibernation keyboard bugs [05:05] this thing was close to a good $2000 dollars [05:05] coreymon77: yeah, prices have come down since then, though === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-ops === mode/#ubuntu-ops [+v Amaranth] by ChanServ [05:06] and my 2GB RAM was added on after-market [05:06] im talking with taxes [05:06] before taxes it was 1600 [05:06] coreymon77: where do you live? [05:06] sorry, dont say that stuf [05:07] and my dad just got a dell that with rebate was under 1000 [05:07] so this was definitely more expensive [05:07] but the difference is [05:07] 3-5 years from now [05:07] i could and may still be using this thing [05:07] coreymon77: Dell's in his price range are not in the same hardware/quality class as Apples. [05:07] which is much more than i can say about any dell computer [05:08] sure, macs are more expensive, there is no denying that mathematically [05:08] but they are better comptuers [05:08] its higher quallity [05:08] (in your opinion) [05:08] this laptop is gonna last me a good long while [05:09] ooh fantastic, looks like new EFI update fixed the keyboard race condition on safe-sleep resume [05:09] with trial count of 2. [05:09] huh? [05:09] i dont even know what that firmware thing did [05:10] coreymon77: it is a common MB/MBP bug that if a system goes into hibernation sleep (i.e. you set sleepmode>=3 via pmuset, or you lost battery while system was in normal sleep), the keyboard might be deead upon resume [05:10] it happens with 80%+ frequency [05:11] I have done 5 cycles of this now, and cannot reproduce the bug anymore. [05:11] oh, never knew that [05:12] few people ever test the deep sleep ting [05:12] it's a hidden feature of the OS activated by some shell-scripting hackjobs [05:12] i just do the close the lid sleep thing [05:12] that is the hybrid safe-sleep [05:12] it does a hibernate (write out to disk), but then goes into sleep [05:12] so if your power source stays alive, wakeup will be instant wake from sleep [05:13] but if you lose your battery, the system just resumes from hibernate by copying from disk to RAM [05:13] in the latter scenario it was common for the system to resume with a dead keyboard [05:13] commonly reported on mac forums with no workaround [05:13] technobabble [05:13] it is rumored to be a race-condition in the EFI where the system assigns the IR controller the job of being keyboard [05:13] oh and btw, that pm from snowbot, thats me [05:13] coreymon77: I realized :) [05:14] jdong: Heh, I can't even suspend :( [05:14] Stop telling me about how awesome your suspend is === Pici snaps jdong's suspenders [05:14] Amaranth: aww you poor thing :) === jdong hugs his 5:30 battery life [05:14] then ducks! [05:14] I get 3 easily on this beast [05:15] Wait, do you have a 17" MBP? [05:15] no, standard macbook [05:15] ok then, my battery life is alright :) [05:15] :) [05:15] If I turn off wifi it goes up to almost 4 [05:15] if I turn off wifi I peak at around 6:00 [05:16] WinXP gets me about 2 to 2.5 [05:16] lol [05:16] So I'm happy :) [05:16] if I turn off backlight and work on strong background lighting, I can get around 9hrs of work done [05:16] I can't turn off my backlight [05:16] jdong: i just plug it in [05:16] I can't even turn it down, it's an 'ultra bright' [05:17] I'm about to try a stock kernel [05:17] But then I have to get my iwl3945 and nvidia on my own [05:17] But if it suspends... [05:17] linux suspend-foo drives me nuts [05:17] not even all standard intel hardware do it properly [05:18] This is the first time it's been really broken since dapper [05:18] mako's thinkpad only S3->alive 90% of the time. [05:18] I mean, since it started working with dapper [05:18] which is not a good percentage for doing it long term [05:18] Shitty hardware and no specifications [05:20] huh? [05:20] i found that feisty completely fixed the suspend problems [05:20] mine hibernates perfectly [05:21] 7.04 worked great for me too [05:21] an fix that i found incredibly useful [05:21] 7.10 breaks it :/ [05:21] thats because its a beta [05:21] Uh [05:22] coreymon77: Do you have any idea how suspend and/or the Ubuntu development process works? [05:24] So, I'm thinking mute NotSure in offtopic, any objections? === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-ops === mode/#ubuntu-ops [+v Hobbsee] by ChanServ [05:33] go for it (but im still sleeping) his attitude that he hates this and and him more than him is just alot of bs to me but i guess we dont have rules agianst it [06:33] In #ubuntu, smacfarl said: ubotu: so is there a good way to convert from wma lossless to flac?