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

Pages: 1-4041-

/prog/ survey

Name: Anonymous 2011-09-26 0:07

Post the extent to your programming experience, what your favorite programming language is, and what your least favorite programming language is.

For me it would be:

-Written hello world program in C, C++, Java, and python.
-4 years browsing /prog/

Favorite: Python
Least Favorite: LISP

Name: Anonymous 2011-09-26 0:20

-Wrote several abstract bullshite libraries in sepples, see, lua and fioc
-Trolling /polecatkebabs/ since FrozenVoid

Favorite: Lua and Sepples
Least favorite: LITHPu, HAKSAL and Java

Name: Anonymous 2011-09-26 0:54

-A lot of stuff. Really. I'd do a copy-paste of my curriculum anusae but that would reveal more about my identity than I'm comfortable with.

Favourite: Lisp, C, x86 assembly Intel syntax
Least favourite: Lisp, C, x86 assembly Intel syntax

Yes, the languages I love most are also the ones I hate most.

Name: Anonymous 2011-09-26 1:00

>>3
You are now my arch enemy.

Fuck you.

Name: Anonymous 2011-09-26 1:11

>>4
Anus

Name: Anonymous 2011-09-26 1:24

>>4
You are now my arch enemy.
But I don't use Arch Linux!

Name: Anonymous 2011-09-26 2:03

Linux is my arch enemy.  They are lawyers who love GPL instead of public domain.  They also ruined the market for OS's by making them free.  They mercilessly fight-off competition with dirty tricks.

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos7)'
search --no-floppy --fs-uuid --set=root 59a819c4-7e13-4350-9803-f59d136854d8
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos7)'
search --no-floppy --fs-uuid --set=root 59a819c4-7e13-4350-9803-f59d136854d8
set locale_dir=($root)/boot/grub/locale
set lang=en_US
insmod gettext
if [ "${recordfail}" = 1 ]; then
  set timeout=-1
else
  set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30; then
  clear
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
if [ ${recordfail} != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sdb2)" --class windows --class os {
    insmod part_msdos
    insmod ntfs
    set root='(/dev/sdb,msdos2)'
    search --no-floppy --fs-uuid --set=root BAE02E36E02DF971
    chainloader +1
}
### END /etc/grub.d/30_os-prober ###
menuentry 'Ubuntu, with Linux 2.6.38-8-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    set gfxpayload=$linux_gfx_mode
    insmod part_msdos
    insmod ext2
    set root='(/dev/sda,msdos7)'
    search --no-floppy --fs-uuid --set=root 59a819c4-7e13-4350-9803-f59d136854d8
    linux    /boot/vmlinuz-2.6.38-8-generic root=UUID=59a819c4-7e13-4350-9803-f59d136854d8 ro   quiet splash vt.handoff=7
    initrd    /boot/initrd.img-2.6.38-8-generic
}
menuentry 'Ubuntu, with Linux 2.6.38-8-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    set gfxpayload=$linux_gfx_mode
    insmod part_msdos
    insmod ext2
    set root='(/dev/sda,msdos7)'
    search --no-floppy --fs-uuid --set=root 59a819c4-7e13-4350-9803-f59d136854d8
    echo    'Loading Linux 2.6.38-8-generic ...'
    linux    /boot/vmlinuz-2.6.38-8-generic root=UUID=59a819c4-7e13-4350-9803-f59d136854d8 ro single
    echo    'Loading initial ramdisk ...'
    initrd    /boot/initrd.img-2.6.38-8-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
    insmod part_msdos
    insmod ext2
    set root='(/dev/sda,msdos7)'
    search --no-floppy --fs-uuid --set=root 59a819c4-7e13-4350-9803-f59d136854d8
    linux16    /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
    insmod part_msdos
    insmod ext2
    set root='(/dev/sda,msdos7)'
    search --no-floppy --fs-uuid --set=root 59a819c4-7e13-4350-9803-f59d136854d8
    linux16    /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

menuentry "LoseThos D" {
    insmod chain
    set root=(hd0,msdos1)
    chainloader +1
}

menuentry "LoseThos E" {
    insmod chain
    set root=(hd0,msdos5)
    chainloader +1
}

menuentry "LoseThos I" {
    insmod chain
    set root=(hd1,msdos5)
    chainloader +1
}

Name: Anonymous 2011-09-26 2:24

Name: Anonymous 2011-09-26 2:31

>>8
Nobody cares about that hairball of an OS. Sure it's an interesting idea, but it also the shittiest and stupidest thing I've ever seen.

Name: Anonymous 2011-09-26 2:32

Solved moderately complex problems in C, Perl, MATLAB, and Python alone.
Written simple programs in Java
Very small amount of web development

Favorite: C and MATLAB
Least Favorite: Python, PHP, Java

Name: Anonymous 2011-09-26 2:36

>>9
Don't see his posts!!

Name: Anonymous 2011-09-26 6:51

I write stupid shit.
I started going to /prog/ 6 years ago looking for help with programming.  Hasn't helped much, hasn't hurt either.

Favorite: C

Name: sage 2011-09-26 12:01

More than ten years experience with programming in general, mostly with C and assembly.

Favorite: C.
Least Favorite: Python.

Likes: Lisp and Prolog. C++ a little. Unix shell.
Frowns upon: Web-crap in general.

Name: Anonymous 2011-09-26 23:13

>>12
I came here not looking for help in anything in particular, but just hoping to learn a little bit more by lurking. Ended up not learning anything at all but sticking around to shit post every once in a while.

Name: Anonymous 2011-09-27 0:44

/prog/ is one of those places where you come to unwind after a long day at work. You really don't learn anything, but it's an enjoyable experience.

That said, >>1-14 are all faggots.

Name: Anonymous 2011-09-27 0:59

Two and a half years of command stuff and a few games with libraries.

I like C and Lua.

Python leaves a bad taste in my mouth.

Name: Anonymous 2011-09-27 1:06

not sure i have a "favorite"... they all just feel like "tools" to me now :|

Name: Anonymous 2011-09-27 1:14

Favorite: C
Least Favorite: Python

Name: Anonymous 2011-09-27 1:23

- 6 years of real, paid programming
- 4 years of /prague/

favourite language(s): Perl, C
least favourite(s): Python, C++

Name: Anonymous 2011-09-27 1:32

>>15
fuck off casual

Name: Anonymous 2011-09-27 1:35

-entrepreneur and expert engineer
-few years of /shit/

Favorite: C, Lisp
Least favorite: Python

Name: Anonymous 2011-09-27 2:09

Favourite: Python
Least favourite: CPython

Name: Anonymous 2011-09-27 2:11

20 years of programming, 10 of which were paid.  Still working in CS, but now mostly security stuff and R&D, lots of programming still though.

Favorite languages: C, x86 intel asm, PHP

Least favorite languages: JavaScript, Ruby, Objective C

Name: Anonymous 2011-09-27 2:17

Favorite languages: C, x86 intel asm, PHP
Least favorite languages: JavaScript, Ruby, Objective C

Get out.

Name: Anonymous 2011-09-27 2:22

I wrote a "hello world" program in Ruby once, like 5 years ago. That's about it. I mainly come here to discuss Touhou and to hax people's anii.

Name: Anonymous 2011-09-27 2:23

>>25
Oh yeah, almost forgot, I also like to post ``JACKSON 5 GET''.

Name: Anonymous 2011-09-27 2:24

>>24
NodeJS programmer detected.  thanks for making the internet less secure and making all the noobs think they are 1337 programmers.  you get out.

Name: Anonymous 2011-09-27 4:10

a year of prog
around 5 years programming for fun

Favorites: C, C#, Racket
Pig disgusting: C++/CLI, Java

>>15
nobody here has a job

Name: Anonymous 2011-09-27 4:26

>>13
Frowns upon: Web-crap in general.

You're using a ``Web-crap'' site!

Just go back to your textbased furryporn MUD clients and dutch BSD mailinglists, you grossly deformed brick, you.

Name: Anonymous 2011-09-27 4:57

>>29
What's more, he's whining about network protocols in a programming language thread!  Its madness!

Name: Anonymous 2011-09-27 7:23

>>27
How exactly is NodeJS insecure you toilet-cleaning midget?

Name: Anonymous 2011-09-27 14:40

>>31
GC is shit.

Name: Anonymous 2011-09-27 15:04

I used to program, but after hanging out on /prog/ I seem to have lost that ability.

Name: Anonymous 2011-09-27 15:08

>>33
Porn actor loses the ability to sex, in A Shocking Turn of Events.

Name: Anonymous 2011-09-27 15:15

when i was a kid i did a lot of recretional pascal and basic and everthing i could find

now mostly just C and ARM, IA32 both syntaxed, CIL and .NET languages

favorite: C, java
hate: php/asp, CIL, vb.net

Name: Anonymous 2011-09-27 15:56

>>1
Java
GC is shit.

Name: Anonymous 2011-09-27 16:08

>>36
kill yourself faggot.

Name: Anonymous 2011-09-28 0:54

>>37
Why, faggot?

Name: Anonymous 2011-09-28 3:47

>>38
Because you're an idiot.

Name: Anonymous 2011-09-29 15:30

>>38
He meant ``Kill yourself a faggot''

And everyone knows that Faggots are bundles of straws, so happy collecting, my good chap

Name: Anonymous 2011-09-29 15:45

>>40
But the idea is that you set your faggots on fire to burn witches with. Why would you waste witch burning material?

Name: Anonymous 2011-09-29 15:51

>>41
Because on /prog/ we are the friends of witches and wizards.

Name: Anonymous 2011-09-29 18:08

>>42
Insert SICP reference here

Name: Anonymous 2011-09-29 18:08

>>42
Insert SICP reference here

Name: Anonymous 2011-09-30 18:13

year of /shit(/b/)/
six or seven months on /prog/

learning more on C, C++, PHP, Java

favourite: C, C++, PHP, Java

least favourite C, C++, PHP, Java
C isn't too bad compared to some shit though.

Name: Anonymous 2011-09-30 20:13

Founder of /praque/

Favourite: INSTANT.EXE QBASIC VisualBasic PHP AutoHotkey


Least Favourite: FreeBasic. Because Opensource is COMMUNISM

Name: Anonymous 2011-09-30 21:04

Because Opensource is COMMUNISM
Just like your Mom, because every Worker gets a share.

Name: Anonymous 2011-09-30 21:12

>>47
Very clever, /b/! We'll put that joke on the fridge for everyone to see.

Name: John Carmack 2011-10-01 17:28

I'm usually so focused on the here and now and the soon to be that thinking about what I've done in the past just doesn't occupy much time. But when I do look back over everything, I am quietly proud of all that I've been able to accomplish and all the enjoyment I've been able to let people have with the games that we've created.

Name: Anonymous 2011-10-01 20:49

>>49
it would be sad if this were true

Name: Anonymous 2011-10-06 3:56

>>2
Lua and Sepples are shit. I feel like this is a troll.

Name: Anonymous 2011-10-06 4:00

Favorite: The Right Thing
Least Favorite: Worse is Better

Name: Anonymous 2011-10-06 4:04

>>7
They also ruined the market for OS's by making them free.  They mercilessly fight-off competition with dirty tricks.
At last you got it! The whole Open Source movement was devised by Microsoft and the likes to kill smaller competitors and discourage investment.

Name: Anonymous 2011-10-06 5:50

favorite: racket
least favorite: C

Name: Anonymous 2011-10-06 6:20

ch.ec-k my d/ub+s

Name: Anonymous 2011-10-06 6:23

>>53
No, by IBM, to kill Microsoft and the likes. The same IBM which sold computing equipment to Hitler, to be used to exterminate jews with the trademark German order, efficiency, and precision.

Name: Anonymous 2011-10-06 6:36

>>55
Checked and added to filter:

d[^\w]?[^\w]?[^\w]?u[^\w]?[^\w]?[^\w]?b[^\w]?[^\w]?[^\w]?s

Name: Anonymous 2011-10-06 6:56

Most favorite:C,NodeJS,JavaScript,PureBasic,AutoIt,D
Average:Python,Ruby,Asm,Fortran,Pure,OCaml
Least favorite:LISP,Scheme,Haskell,Brainfuck,Java,C++

Name: Anonymous 2011-10-06 7:27

>>56
But in effect Linux helps only Microsoft!

Name: Anonymous 2011-10-06 7:28

-Made a calculator in JS and a hangman game in python
-2 Years browsing ( ≖‿≖)

Favorite: Python
Least Favorite: C. Issues with compilers. Would be sepples but I haven't touched it.

Name: Anonymous 2011-10-06 7:33

>>60
Your calculator is horrible.

Name: Anonymous 2011-10-06 8:54

>>61
I've never shared the source.

Name: Anonymous 2011-10-06 13:09

>>62
Because you're ashamed of it being so horrible.

Name: Anonymous 2011-10-06 13:44

>>63
SMELL MY CHEESE

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