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

Pages: 1-4041-

Hey guys I can learn Luby?

Name: Anonymous 2009-08-11 23:51

irb(main):001:0> "C1G)O>F5N(%9O:60@<W5C:W,@9VEA;G0@8FQA8VL@8V]C:W,`\n".unpack("u")
=> ["Frozen Void sucks giant black cocks"]

amidoinitrite?

Name: Anonymous 2009-08-12 0:01

Deeeeeeeerp!!! Perl was too easy...

$ perl -e '@foo = unpack ("u", "C1G)O>F5N(%9O:60@<W5C:W,@9VEA;G0@8FQA8VL@8V]C:W,`"); print "@foo\n";'
Frozen Void sucks giant black cocks

Name: Anonymous 2009-08-12 2:42

>>2
Explicit temporaries, apparent misunderstanding of the role of context, failure to quote, lying about the output…this is you're EXPERT Perl coding?  15mph indeed.

Name: Anonymous 2009-08-12 9:10

There is no such thing as ``expert´´ perl coding. Coding in perl is like peeing your pants.

Name: Anonymous 2009-08-12 10:26


$
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbbbcaaaaaaaaaaacbbbbbbbbbbbbbbbbbbbbbcaaaaaaaaacbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbcaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaacbbbbbbcbbbbbcbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbcaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaacbbbbbbbbbbbbbbbbbbcaaaaaaaacaaaaaaaacbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbcaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaacbbbbbbbbcaaaaaaaaaaaaacaaaaaacbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbcaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaacbbbbbbbbbbbcaacaaaaaaaacbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbcaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaacbbbbbbbbbbbbcaaaaaaaacaaaaaaaac

Name: Anonymous 2009-08-12 10:48

>>2
implicit vars are for idiots
idiots that never have to have to read their own or have anyone else read their code later
always always use explicit vars


also solve the quoting issue using only a single liner... you can't can you?

qw(blah) works but in a multiline context but not here

Name: Anonymous 2009-08-12 11:25

Have you read you're WPGTR today?

christopher@chrislaptop $ irb
>> 3.times {puts "Chunky bacon ROFL xD"}
Chunky bacon ROFL xD
Chunky bacon ROFL xD
Chunky bacon ROFL xD
=> 3

Name: Anonymous 2009-08-12 11:41

>>5
What about my 7011411112210111032861111051003211511799107115321031059711011632981089799107329911199107115?

Name: Anonymous 2009-08-12 12:06

>>5
Varargtards like you are the reason we can't have nice things

Name: Anonymous 2009-08-12 12:09

>>5

3.times do |i|
  puts ">>#{i+5}\nReplying to this thread just so I can get this shit off my browser"
end #
end end end end end end end end end end end end

Name: Anonymous 2009-08-12 12:19

>>6
hurr
perl -le'print unpack "u", q"C1G)O>F5N(%9O:60@<W5C:W,@9VEA;G0@8FQA8VL@8V]C:W,`"'
Frozen Void sucks giant black cocks

Name: Anonymous 2009-08-12 12:22

>>4 This. Very this.

Name: Anonymous 2009-08-12 15:55

post more ruby

Name: Anonymous 2009-08-12 17:27

def hurr(homo)
  puts "#{homo} sucks giant back clocks"
end
hurr "some invisible poster"


Is that enough?

Name: Anonymous 2009-08-13 1:38

def my(*vars)
  vars.each do |v|
    eval "#{v} = false"
  end
  yield
end

my :local, :variable do
  puts defined?(local)
end

# Amused yet?

Name: Anonymous 2009-08-13 1:57

MOAR RUBY

Name: Anonymous 2009-08-13 2:00

>>15
What's yield doing here? Are functions and arrays the same thing in Ruby? I... don't get it

Name: Anonymous 2009-08-13 2:03

>>17
Everything is a function!

Name: Anonymous 2009-08-13 2:44

>>15
using do-end instead of { }
Eyehibbit

Name: Anonymous 2009-08-13 2:47

>>19
I prefer keywords to punctuation. I also write Ada instead of C.

Name: Anonymous 2009-08-13 5:06

>>20
Ada
U MENA PASCAL?

Name: Anonymous 2009-08-13 5:21

>>21
oh lawd

Name: Anonymous 2009-08-13 9:30

>>17
Ruby = party tricks language

Name: Anonymous 2009-08-13 9:47

>>23
Pretty much. It caught AIDS from Pascal, it runs SLOW AS FUCK, and it's not even Turing-complete without egregious use of eval and regicen. Basically, it's only useful as a template language, and even for that purpose it's already been outclassed by PHP.

Name: Anonymous 2009-08-13 11:00

>>24
Why did you...

You know what, I won't even ask. I'm sure it's an obscure meme from some other text board, meaning IHBT.

Name: Anonymous 2009-08-13 11:35

>> 24 in this day of cheap CPU cycles, and cheaper memory why do I care about speed? If i need faster I just throw more hardware at the problem. If I need rapid application development I'll use something like Ruby because developers cost more per hour than CPU time does.

In real term your speed argument is a null value, and it's like, just your opinion, man.

Name: Anonymous 2009-08-13 11:41

in this day of cheap CPU cycles, and cheaper memory why do I care about speed?
I care about faggotry. That's why I use Ruby.

Name: Anonymous 2009-08-13 11:42

>>26
There is a limit to amount of hardware that can be allocated.
Algorithm time and space grows exponentially with bad designs.

Name: Anonymous 2009-08-13 11:44

>>26
Python beats Ruby for rapid application development, and it produces more maintainable code.
It's also faster.

It's interesting how people will still use the ``throw hardware at it'' cop-out when every significant programming problem today is a direct demonstration of the fact that that doesn't work.

Name: Anonymous 2009-08-13 11:45

>>26
So you're saying.... What? That Ruby is designed to be slow?

I use OCaml and I'm happy with it. So happy that I fap to it every night.

Name: Anonymous 2009-08-13 11:47

>>29
Perl's faster than both and C leaves them all in the dust

Name: Anonymous 2009-08-13 11:48

>>28 Hardware is cheap. Payroll is not.

I've been to Myspace's Data Centers (they run Windows IIS lol!) and it appears the only limit to hardware is physical space, power consumption, and cooling.

Name: Anonymous 2009-08-13 11:48

>>31
Perl is illegible and pig disgusting. C is nice, but tedious to write complicated things in, unless you layer on abstractions to the point that it stops being significantly faster.

Name: Anonymous 2009-08-13 11:49

>>30 Is it lonely being the only OCaml coder in the world?

Name: Anonymous 2009-08-13 11:51

>>31 I can't read the perl code I wrote last year without REing it. No the cost in human time does not make up for it.

Name: Anonymous 2009-08-13 11:52

>>33
Let's see you come up with a better language1 that people actually use.

1Java and Seasharp are automatically disqualified for being homosexual.

Name: Anonymous 2009-08-13 11:59

>>36 fail troll is faaaaaail

Name: Anonymous 2009-08-13 11:59

I can't understand my own C code without looking up each function and checking old sources. It grows complex fast and cannot be debugged without significant effort, so i basically rewrite it again.

Name: Anonymous 2009-08-13 12:02

>>38
So you rewrite code that you already debugged once only to have to debug it all over again?

I don't buy it. [spoiler]2/10[/code]

Name: Anonymous 2009-08-13 12:06

>>39
[B][/B][/CODE]fa[i]l[/u]re

Name: Anonymous 2009-08-13 12:17

>>30
It's not designed to be slow. It's designed to encourage sensible scaling by making programmers aware of performance constraints.

Name: Anonymous 2009-08-13 12:35

>>41
I just got high off of all the buzzwords you spiked your post with

Name: Anonymous 2009-08-13 12:39

Ruby leverages performance constraints and Sensible Scaling™ Technology to provide clients worldwide with robust, scalable, modern turnkey implementations of flexible, personalized, cutting-edge Internet-enabled e-business application product suite e-solution architectures that accelerate response to customer and real-world market demands and reliably adapt to evolving technology needs, seamlessly and efficiently integrating and synchronizing with their existing legacy infrastructure, enhancing the e-readiness capabilities of their e-commerce production environments across the enterprise while giving them a critical competitive advantage and taking them to the next level.

Name: Anonymous 2009-08-13 12:50

>>43 Whoa, I fink I gots ah headrush offa taht.

Name: Anonymous 2009-08-13 13:11

>>31
lua beats perl without being an ugly mess

Name: Anonymous 2009-08-13 14:58

>>45
WTF is a lua, and can I have a luau instead?

Name: Anonymous 2009-08-13 15:00

>>46
Terrible! trolling, but I laughed. I like you.

Name: Anonymous 2009-08-13 16:04

>>32
Web apps have the benefit of being relatively easy to distribute, and it's still far from trivial to do even for them.
Most applications simply cannot be distributed without spending a lot more time redesigning it than you could have saved by just doing it right from the start, instead of pretending hardware is going to save you from your own incompetence.

Moore's law came to an end several years ago. You can no longer count on automatic scaling.

Name: Anonymous 2009-08-13 16:44

>>48
>Moore's law came to an end several years ago
O rly
perhaps you can explain this:

http://en.wikipedia.org/wiki/File:Transistor_Count_and_Moore%27s_Law_-_2008.svg

Your attempt at trollan has failed, please return from whence you came, kthxbai

Name: Anonymous 2009-08-13 16:51

>>49
You're an idiot, you know that? The only reason transistor count has continued to go up is because processor count has gone up. That is to say, the part that makes scaling non-trivial.

As expected, you are not only wrong, but also an ignorant moron.

Name: Anonymous 2009-08-13 17:17

Quibbling over semantics are we now?
I shot you down on raw transistor count so you change your definition.
Then you turn that around, say I was wrong and try to talk shit.
Clearly you are trying to pick an internets fight. Just as clearly you have never worked in an ENTERPRISE ENVIRONMENT.

We shall discuss this matter when your resume consists of more entries than just your Education.

Name: Anonymous 2009-08-13 17:20

>>51
2/10. The fourth line made it too obvious.

Name: Anonymous 2009-08-13 17:26

>>52
Kid, come back when you are out of school and onto your second job. Then we can discuss the matter as equals. I'll even let you buy the first round. Until shut your whore mouth, mmkay?

Name: Anonymous 2009-08-13 17:36

To elaborate further:
That which you read about on the internet + your opinion != real world experience

Name: Anonymous 2009-08-13 23:30

>>50,52-54 YHBT

Name: Anonymous 2009-08-14 1:16

>>55 dey see me trollin
dey hatin'
moderatin'
trin' to catch me poastan dirty

Name: Anonymous 2009-08-14 8:03

>>56
Back to /ovar9000/, please.

Name: Anonymous 2010-11-15 2:25


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