hello can somebody help me, i'm trying to install openbsd..but i cant conect to my host for downloading true ftp RedDemon1970: have you mailed a pubkey to support@arpnetworks.com ? ssh pubkey a what. a pubkey? :) then you can hit the ssh console to reset your vm or hit serial console etc ah k you also should be able to see the settings on your portal to hit the vnc port for your vm as well hello hi ping Pong. hows it going Not bad; excited to go back to work after the long weekend. yea same minus the excited Ah, that's too bad. not lamenting it or anything I do wish I could skip work and hack on this GNOME applet I've been writing, but programming in Ruby all day is A+ too. heh right on I need to hack through a bunch of crap perl that isn't mine to take care of just so my users can be migrated off some old servers When I wrote Perl we treated it as a "write-only language"; we'd never modify it but instead re-write anything instead. heh "Oh, there's a bug somewhere in foo.pl? Let's re-write it!" yea good plan Yeah well the company went out of business. don't have the time, nor the biology background to do that with these lmao Ah, Perl is super popular in bioinfomatics, etc. I remember that during my last year as a Perl hacker. yea, the problem is you have these scientist that do the programming they've only taken minimum programming classes if any or are self-taught Heh, the classic problem. as such... in this case, their scripts are un-portable as hell I've taken care to teach my engineer girlfriend decent programming skills for when she sometimes needs to write the MATLAB or whatever script. and of course the one guy that could fix it, doesn't have time because hes a team lead and doing SCIENCE i wish i could code. usually not green in our case rather little samples of DNA or rDNA that you put in some machine that reads said DNS or rDNA DNA* the overall issue being said machines only read a certain amount of pairs of chromosomes It still seems magical to me, after 10 years of programming, that software can read from weird hardware. Like the Perl that reads DNA, or the MATLAB that reads lasers. yea its pretty interesting perl and DNA is almost all string manipulation Yeah, that's also crazy to me. and pattern recognition I suppose it makes total sense to use Perl for that, but I don't know which came first: using Perl for that, or it making total sense. using Perl Heh, noted. I know alot of people are using Python these days for this Oh yeah, there's some book out there that teaches DNA processing and coindicentally teaches Python along the way. yea then there is a number of utilities that produce some sort of data from the reads Yeah those are crucial. then using all of that automated data creation, a person stands at the very end of the "pipeline" and tries to put it all together into a full genome and the person is the biggest bottleneck but the "finishing" is still a bit of a black magic Yeah, still needs actual intelligence in there somewhere. yea and the weird thing is we aren't putting a lot of dev time into automating that persons work we just add more people Well automating that person's work would leave that person without a job. They certainly don't want that. true can't imagine that job is very rewarding just assembly factory work A bunch of years back I had to build (in Perl) a communication layer between the mainframe and the Web server software used by a major college, because if we moved to Postgres the mainframe guy would be out of a job. should be doing SCIENCE hah Programming is funny when politics gets involved. indeed Debian can't ship OpenSSL because of politics, and this strikes me as strange every time I re-discover it. heh which politics is that? them breaking it a while back? 4-clause BSD license. ah yea You have to add the non-free repo to get both OpenSSL and unrar. heh thats silly To us BSD guys, it certainly is. thats why I'm a fan of the BSD's love that we can have ZFS There's no doubt that the BSDs are better OSes, for both political and technical reasons. indeed, agreed But, Linux has features, which is one thing *BSD is missing. It's why I now run Debian on my laptop. Sad days. sad face linux is still killing it on the multimedia tip :( Exactly. yes, and the damn bio community when dev'ing open source apps will write to linux not all platforms some will work on Solaris depending where the work comes out of i'm honestly considering a switch from linux to a dual-boot win7/freebsd or win7/openbsd setup though there ya go because it's not like linux does multimedia particularly well I do Mac OS X with a Win 7 or Win XP VM it's just passable yeah man at least for my desktop/laptops visinin: I'd recommend FreeBSD as your introductory BSD. Not that OpenBSD is bad, but FreeBSD has more desktop features. mike-burns: noted. i've run openbsd before, in fact, and got my feet pretty wet. i'm still a bit of a freebsd noob. but ULE looks crazy the new scheduler ? yeah why crazy well, i've been hearing that it does a particularly good job for desktop workloads linux's CFS has had a lot of problems in that domain ah yea seems to work pretty good so many that ck wrote *another* new scheduler recently, BFS oh, while i'm talking about it would you recommend i install win7 or freebsd first? i'm thinking freebsd I know I'm running a MySQL instance for a Zabbix monitoring service (also running on the same server) doing roughly 90-100 writes a sec at like .1 load visinin: For dual-boot, typically you install Windows first, then the other OSes. yea gotcha, thanks noone talked about NetBSD meh We're not academics! heh i'd like to play with netbsd very minimal but not necessarily as a primary OS good choice if you want BSD + Xen pkgsrc got my head hurting ballen: thats why I wanted to give it a try right on I primarily use ESXi + FreeBSD Disk performance any good? seems to be fine just using local raid 5 and near line 7.2k sas drives oh hm anybody know offhand how freebsd plays with ntfs? hah or, alternately, how windows plays with ffs? actually no idea ffs == ufs btw ufs, noted maybe some drivers for winders looks like you can use Fuse in FreeBSD and as a result ntfs-3g http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/fusefs-ntfs/ well, bless my nippers! That's quite the expression. indeed mike suggestions on Ruby full-text search solutions ? Er, I don't know. I hear good things about Sphinx. We typically throw mySQL full text at it until we need something more. yea currently I have data stored in Redis rather not have to have duplicate data i.e. redis + Sphinx http://github.com/nateware/redis-textsearch looks promising One of our clients uses MarkLogic, which may or may not solve your issue. (What I know of it is: pain in the ass, not worth it.) mmk ew XML Server not a fan of XML Oh that redis-textsearch looks promising, according the README. yea currently using http://ohm.keyvalue.org/ and Redis not a bad combo Nice, nice. hmm its splitting up data quite a bit to search via a key/value db will ballon data usage a lot Full-text search is a hard problem; not sure that it's been solved for key/value stores. so looks like they're splitting up the phrase for each word they add it to an index an index for each field, so "title", "tags" ,etc somehow, it has to be associated with the ID of the object in the index as thats whats being resulted