Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

no time for love

Name: Anonymous 2011-11-15 1:12

desktop thread

Name: Anonymous 2011-11-15 1:12

Go away, /g/ sucks.

Name: FrozenVoid !!mJCwdV5J0Xy2A21 2011-11-15 3:56

If you view a desktop that much why would you use a computer for it instead of staring at framed picture all day?
I usually have all windows taking 100% of screen real estate, and desktop is never shown after startup.

Name: Anonymous 2011-11-15 4:19

>>3
do u still use xp

Name: FrozenVoid !!mJCwdV5J0Xy2A21 2011-11-15 4:24

>>4
I'm on service pack2, not going to upgrade anytime soon.

Name: FrozenVoid !!mJCwdV5J0Xy2A21 2011-11-15 4:27

In case new hardware stops being supported(a new comp) i have a Gentoo disk lying around, but i have no desire to work on Linux everyday.

Name: Anonymous 2011-11-15 4:46

>>5,6
Why aren't you using a gnu/linux or bsd system? It's kind of hard to take you seriously. Kind of hard to implement your infinite compression bullshit unless you have lots of RAM, like over 4GB, to generate the search space. Enjoy your no-drivers for XP 64-bit.

Name: FrozenVoid !!mJCwdV5J0Xy2A21 2011-11-15 4:52

>implement your infinite compression bullshit unless you have lots of RAM
prototype algorithms don't have to be optimizied, and i don't see them taking more than 30mb(i don't use files larger than 3kb for testing)
>Why aren't you using a gnu/linux or bsd system?
I'm not fighting my system every day to use it, i just like being productive with my time. You can compile kernels everyday and resolve dependencies and segfaults as long as you like.

Name: Anonymous 2011-11-15 4:52

http://i.imgur.com/NRYES.png

sup /prob/

rate me

Name: Anonymous 2011-11-15 4:54

There's always time for love on /prog/.

http://www.youtube.com/watch?v=n8FM8nyy_Fk

I love you /proggles/~.


    ____   ,. -‐''"7__,,..-─ァ
   |::::::`/  /-‐─-='、> ,、
   `ヽ/   `>ノ ノ   ヽ.>|_ヽ/|  _,,..-‐'"´ヽ.
    |/   <     ´)   Y--‐`''"´:::::::::::::::::/i__,,.. - 、
   /|     `>   、_)  | ̄V::::::::::::::::::::::::::::\| ヽ、,ノ
  /::::|    < l  ノ     /___∧:::::::::::::::::::::::::::/|-‐'"
  l__,∧    \      ,イ:;:-‐‐-、__,,..--、:::::::::\|´"'' ー、'"`ヽ
   /:::::ヽ、  __,>ー-‐<__フ   r'´    i:::::::/|    |  ノ
    ̄ ̄ヽ、    ー‐-‐< !、   ゝ__,,..-<::::::\/___,,..-‐''"
        `ヽr-、..,,_____,,.>フ` ̄|´ヽ.    ヽ:/
               く/   /|  |
                \/ \/

Name: Anonymous 2011-11-15 4:55

>>8

Why not use Windows 7?

Name: FrozenVoid !!mJCwdV5J0Xy2A21 2011-11-15 4:58

>>11
1.too much bloatware, its slower than XP
2.requires a new Vista-type activation system which i'm not supporting, or going to find a crack/loader for.

Name: Anonymous 2011-11-15 5:02

>>9
Disgusting. Lewd futa is not a welcome sight on either /prog/ or /jp/.

Name: Anonymous 2011-11-15 5:04

>>12
Enjoy being an open target for getting hacked or rooted. SP2 is no longer supported and hasn't been receiving security updates. In fact, you're probably already rooted.

Name: Anonymous 2011-11-15 5:05

>>12

TRANSLATION: I am a skiddie that has no credability whatsoever

Name: FrozenVoid !!mJCwdV5J0Xy2A21 2011-11-15 5:08

>>14
I'm not enabling most of microsoft services(which i consider unnecessary bloatware) and i keep the key software(e.g. Firefox) i use up to date.

Name: Anonymous 2011-11-15 5:39

>>16
Mozilla is dropping XP next year.

Name: FrozenVoid !!mJCwdV5J0Xy2A21 2011-11-15 6:00

>>17
In that case i have 3.6.x build of Firefox which is mostly used for sites which break with latest Firefox nightly.

Name: Anonymous 2011-11-15 7:18

>>13

That doesn't look like futa.

Name: Anonymous 2011-11-16 22:52

Amazing. Programmers still use windows XP.

Name: Anonymous 2011-11-16 23:37

>>20

It's really not that bad.

Name: Anonymous 2011-11-16 23:38

If it ain't Lisp, it's crap.

Name: Anonymous 2011-11-17 0:27

>>21
Really, I can't program on any windows version without a 100MB+ IDE. I mean, without a good shell, sed, grep, tiling wm, package manager, multiple terminals/workspaces and handful documentation.
I still use windows to play games, and I have no complaints with the last versions, but programming? Linux, thank you.

Name: Anonymous 2011-11-17 0:30

>>23
Unused memory is wasted memory.

Name: Anonymous 2011-11-17 0:50

>>24
Not everyone has dozens of megabytes of RAM available.

Name: Anonymous 2011-11-17 1:07

>>23
You could just get mingw and this http://gnuwin32.sourceforge.net/, a good CLI (Console is decent), Dexpot for multiple workspaces, and vim. That's how I develop. Fuck IDE's, just emulate Linux in Windows. Also, Cygwin sucks.

Name: Anonymous 2011-11-17 1:20

>>23

yeah, it is difficult to get the essentials together, and when you do, it is like a mutant trying to live somewhere it simply isn't meant to. I haven't personally tried it, but cygwin looks pretty neat. I've seen friends use it and it looks no different from a linux xterm. There are probably issues that I'm aware of though, that >>26-san has experienced. I personally just use gvim for windows development. It has an extension to file explorer, so you can right click on a set of text files and click edit with vim, or edit with multiple vims, or edit with single vim. Windows does have environemnt variables. Setting them is a pain, but once they are up, you can do stuff like cd $MY_PROJECT_DIR, both in dos or in vim. For documentation I just use google, or I find a specific site for what I'm using and memorize the url. If you have a make installed and if it is in your path, you can build linux/unix/vim style with :!make

Name: Anonymous 2011-11-17 1:32

Is Linux written in Lisp? If no, then Linux is shit, just like Windows. Dont why so much hype arount this ugly piece of shit. Open Source? Not exactly a seal of quality, except SBCL and Racket, all open source programs plainly sucks. That is to be said, open source equals crap 99 times out of 100.

Name: Anonymous 2011-11-17 2:34

>I can't program on any windows version without a 100MB+ IDE. I mean, without a good shell, sed, grep, tiling wm, package manager, multiple terminals/workspaces and handful documentation.
Lololol are you some enterprise prgrammer
you can easily program with notepad, compiler and google search

Name: Anonymous 2011-11-17 2:59

>>27
:!make
Why not just :make?

Name: Anonymous 2011-11-17 3:06

i am the fucking cock of nature

Name: Anonymous 2011-11-17 3:06

>>30

typing :! makes me wet. Mapping keys is nice too.

:map <F12> :!make<CR>

Name: Anonymous 2011-11-17 22:37

age for more desktops.

Don't change these.
Name: Email:
Entire Thread Thread List