User Controls
Posts That Were Thanked by Sophie
-
2018-01-10 at 9:21 PM UTC in Doug Monks running for president against all the niggerwhores
-
2018-01-10 at 11:46 AM UTC in That's it, I give up. I never wanted to be an outsider. :(I'm... going normal.
I'll just fit in... take on a normal life. Meet a nice job, hold down a well paying family.
Goodbye forever, old self. Clutch the dark purple hairs of the galloping orangutan of normalicy and ride, nigga, ride! -
2018-01-10 at 7:28 AM UTC in People who feel the need to name their child pornposting because this is the sort of activity I'd like to be associated with
-
2018-01-07 at 7:25 AM UTC in So, Word On The Street Is, Lanny Bans Silently & For No Reason...To be honest m8,this is old hat.
Like over a year ago.
Lanny and everyone else already knew he weighed more than Bill Krozby, like no SHIT, but Bill Krozby made a cringe challenge and didn't show up. That's really the end of it.
I can't deny that lanyard has made some biased bans on Bill Krozby in general, but it wasn't because of this weigh-in thing.
And ultimately, if it was a matter of butthurt, Lanny could have permabanned Bill Krozby many moons ago, yet Bill Krozby Is still the highest post count member with essentially no restriction.
Its just whatever. I don't really think twice about this shit normally. -
2017-12-29 at 11:42 PM UTC in Am I a malignant narcissist, a sociopath, or an antisocial disorder person?You're a faggot OP, that's what you are.
-
2017-12-26 at 1:25 PM UTC in if you had a son who was being bullied, what would you do?
Originally posted by Enter I don't know why the fuck I didn't do anything. I didn't want to get in trouble? I was told fighting was wrong. Fucking hell, that's so fucked. :(
Yeah it’s kind of this fucked up double standard where our education systems try to indoctrinate children into thinking that standing up for yourself is wrong and violence is never the answer. That way we grow up to be obedient yes-men in the corporate machine who back down when challenged and just do as we’re told.
Yet at the same time we glorify the state-sponsored violence of our militaries and call all soldiers heroes. So violence is ok as long as it aligns with your government’s political interests. -
2017-12-26 at 10:51 AM UTC in if you had a son who was being bullied, what would you do?stop raising him like a girl
-
2017-12-25 at 9:19 AM UTC in This really needs to be acknowledged. Mods are the biggest fucking losers in the world.
-
2017-12-25 at 4:44 AM UTC in Basic HTTP Server.Noice soph. One issue, I don't this this line is going to work:
if not command == 'q' or 'Q':
The equality operator has a higher binding prescedence than the logical or operator. The way you'd read this line is "does command not equal 'q'? If not, then what is 'Q'?". You probably want "if not command in ('q', 'Q')`. The following code might make more sense than a written explanation:
>>> 'foo' == 'bar' or 'foo'
'foo'
>>> 'baz' == 'bar' or 'foo'
'foo'
>>> 'foo' in ('bar', 'foo')
True
>>> 'baz' in ('bar', 'foo')
False
Also a useful tool I use pretty often is that you can run `python -m SimpleHTTPServer` to serve the current directory over HTTP. Same thing as you have here without the shell. It's nice since it's a oneliner and python is widely installed.
Originally posted by Issue313 Looks good. I'm not knowledgeable about Python, I thought everyone had upgraded to version 3 by now.
Probably over half of the community is on Py3 by now but it's been a very slow transition period. One of python3's big selling points was supposed to be better unicode support but a significant minority of the community, including myself, don't think py3's approach is a step in the right direction. There's a fair amount of nuance to the issue but basically py2's approach was "all strings are byte strings, unicode is complicated and you can use unicode strings if you want, but bytestrings are the default" which is a very reasonable strategy for a scripting/utility language. Py3 insists unicode codepoint sequences are common currency. That's nice if you're building a big system and you're willing to take the complexity hit of encoding and decoding at system boundaries. But it means if you just want to shuffle around a few bytes or treat your input as blackbox byte sequences you have to jump through hoops and work using second class language support.
And if you're not sold on the unicode point there's next to nothing in py3 that moves forward from py2. Also all the cool lispy stuff got banished to functool siberia.
Originally posted by Issue313 Why are breaking changes in Python tolerated though? For instance the code for the internet prayer project just gives errors right now. Yes, it's from 2004, but Javascript from 2004 would still run. I can't even.
asd
http://www.zjulian.com/~adam/app/prayterm.html
Ehh, breaking changes in a major release isn't unreasonable. It's not hard to find a py2 interpreter. Java is a prime example of the terrible things that can happen to a language if you refuse to ever introduce breaking changes.
Also lol, there would be a CDC sticker on that niggas monitor. -
2017-12-19 at 4:32 PM UTC in Deleted posts for: DEWALT COMMUNITY OUTREACH
-
2017-12-19 at 7:07 AM UTC in This is not a drill, I repeat this is not a drill: Shills calling for /r/conspiracy to be deleted because it's actually truthful and accurate (most of the time)
-
2017-12-19 at 5:53 AM UTC in This is not a drill, I repeat this is not a drill: Shills calling for /r/conspiracy to be deleted because it's actually truthful and accurate (most of the time)
-
2017-12-17 at 10:02 PM UTC in What if what we think is consciousness is just a bunch of if/else statements?they can dress it up all they want, functionally, AI is just a huge series of runtime-rewritable conditionals
-
2017-12-17 at 11:11 AM UTC in The Retarded Thread: Get Rekt, Faggot!
Originally posted by RisiR † Yes, sure. I didn't get that specific. I actually didn't think of it like that.
CASPER said he doesn't gamble he takes calculated risks in the context of "gambling" so that's already established. What I meant is that the odds and your calculation don't change the fact it's gambling unless you are certain there is a 100% set outcome.
That's fair, CASPER was being kinda retarded there
Originally posted by 哈哈你看不懂中文 I wanted to say something about Lanny jumping into philosophy but his autism will cause him problems his whole life and I didn't want to add further to them.
I've wanted to say on multiple occasions now that you vastly overestimate your own level of intelligence and general knowledge about any given topic. I figured telling you this couldn't possibly be productive since the entire issue is that you can't assess your own abilities so there's no reason to expect you could assess the validity of critique thereof however since apparently we're being petty and personally offensive I figure now is a good time to mention it. You have a thoroughly mediocre level of mental acuity, which there's nothing wrong with, but your wholly unwarranted level of self-confidence takes your average joe opinions and amplifies them to belligerent and transparently insecure displays of public humiliation. -
2017-12-17 at 6:21 AM UTC in There is no pleasing niggers
-
2017-12-16 at 5:10 AM UTC in Child abuse
-
2017-12-16 at 3:19 AM UTC in Whatever happened to _____?
-
2017-12-16 at 2:38 AM UTC in Lanny's New Shtick
Originally posted by -SpectraL Tell me, Lanny. Why do you feel the need to fuck with people behind their backs? Have you ever thought about just holding your own in a debate/conversation, even if you don't agree with it, without needing to resort to tactics a 10-year old could have come up with better?
No one has debates or conversations with you spectral. You talk at them and they laugh at you. Like this:
-
2017-12-12 at 6:12 AM UTC in The Retarded Thread: Get Rekt, Faggot!
-
2017-12-11 at 8:43 AM UTC in The Malware Mega Thread.
Originally posted by Sophie Personally i focus more on the development side of things but i've come across a few resources that i think will be useful to anyone trying to get more into the analysis side.
And good on you. "Analysis only" people are talentless hacks. No one ever learned to play tennis by "analysing" tennis.data is represented by a hex value where the \x represents the offset.
The "\x" isn't really an "offset", it's just an escape code that signals the following two bytes in source are the hexadecimal representation of the next byte of the given string. The offset of a given byte is signaled its position in the literal expression.