u/Cid - 34 Archived Voat Posts in v/programming
u/Cid
  • home
  • search

u/Cid

16 posts · 18 comments · 34 total

Active in: v/programming (34)

  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››
Python compiler Nuitka Progress in 2015
1 0 comments 29 Jan 2016 02:26 u/Cid (..) in v/programming
My top 5 new Python modules of 2015
1 0 comments 23 Dec 2015 18:56 u/Cid (..) in v/programming
Python Cybersecurity and Penetration Testing
6 0 comments 09 Dec 2015 17:57 u/Cid (..) in v/programming
PHP 7 Released
18 4 comments 02 Dec 2015 18:43 u/Cid (..) in v/programming
Top 10 Games APIs: EVE Online, Riot Games, Battle.net
1 0 comments 01 Dec 2015 20:22 u/Cid (..) in v/programming
Perl 6 Is Fun
3 8 comments 30 Nov 2015 19:05 u/Cid (..) in v/programming
Have kids you want to introduce to programming? Teach them concepts through Minecraft "block coding"!
17 0 comments 16 Nov 2015 18:02 u/Cid (..) in v/programming
HTML5 version of StarCraft
31 3 comments 07 Sep 2015 17:15 u/Cid (..) in v/programming
The Future of Developing Firefox Add-ons
7 4 comments 21 Aug 2015 18:17 u/Cid (..) in v/programming
Comment on: GitHub's new far-left code of conduct explicitly says "we will not act on reverse racism' or 'reverse sexism'"

I get the whole anti-SJW thing, but you people are as bad as those you purport to fight.

Oh come on, it's one downvoat... It's not like he's at the bottom of the page in negatives.

12 03 Aug 2015 18:38 u/Cid in v/programming
Comment on: GitHub's new far-left code of conduct explicitly says "we will not act on reverse racism' or 'reverse sexism'"

It's a term SJW/radfem types made up to bash people with. You see, they've redefined racism/sexism so they don't have to admit being bigots themselves, but since you can be racist to white people and sexist against men they need to attack people who think this way. So they coined the phrases "reverse racism" and "reverse sexism", pretend other people use them (pro tip: the only people using them are SJW/radfem types), then pretend the concepts for the phrases they made up don't even exist to try and erase other peoples experiences and opinions because they don't fit into their ideology. It's fucking weird and sick.

8 03 Aug 2015 18:30 u/Cid in v/programming
Comment on: GitHub's new far-left code of conduct explicitly says "we will not act on reverse racism' or 'reverse sexism'"

Wow look at that binary representation of people. It's literally everything that's wrong with this world. /s

12 03 Aug 2015 18:21 u/Cid in v/programming
Comment on: GitHub's new far-left code of conduct explicitly says "we will not act on reverse racism' or 'reverse sexism'"

Oddly enough, if every programmer who didn't care about the code of conduct did just pack up and leave, leaving only people who do "need" a code of conduct policy, GitHub wouldn't have vary many projects, good code, or competent programmers left.

GitHub needs to think of itself as a library for code, and it's not a libraries job to tell authors how to write or conduct themselves.

10 03 Aug 2015 18:18 u/Cid in v/programming
Comment on: Ran out of stuff to program.

Or a good scifi mud! :)

2 31 Jul 2015 03:55 u/Cid in v/programming
Comment on: Github disables repository for using the word "retard."

Not just satire, but brilliantly well thought out satire!

2 29 Jul 2015 21:43 u/Cid in v/programming
Comment on: Watch this webpage code itself

That was really satisfying to watch.

0 03 Jul 2015 01:52 u/Cid in v/programming
Comment on: The Rust Code of Conduct contains this

Oh god that's gold.

1 28 Jun 2015 04:35 u/Cid in v/programming
Comment on: The Rust Code of Conduct contains this

This may just be the most Canadian thing I've ever read.

1 28 Jun 2015 00:15 u/Cid in v/programming
Comment on: 4chan is making an emoji-based programming language

The scourge of the internet that turned into the joke of the internet.

0 25 Jun 2015 17:44 u/Cid in v/programming
Comment on: 4chan is making an emoji-based programming language

Confirming this works.

1 24 Jun 2015 21:19 u/Cid in v/programming
Comment on: 4chan is making an emoji-based programming language

Because why not? It's not like it's the first esoteric programming language.

7 24 Jun 2015 20:34 u/Cid in v/programming
4chan is making an emoji-based programming language
20 19 comments 24 Jun 2015 19:04 u/Cid (..) in v/programming
Comment on: What music do you code to?

Soma fm -> Groove Salad, Soma Space Station, Deep Space One, Secret Agent, or Suburbs of Goa

Basically relaxing music that's not too heavy on the vocals (I find that distracting).

2 24 Jun 2015 02:54 u/Cid in v/programming
Comment on: No Code of Conduct

Hey! I'm still learning python and that's just part of a little script I wrote recently to test something. After reading this post I thought that project looked like fun, so I made my own to try and create a dynamic table from user input.

0 23 Jun 2015 21:28 u/Cid in v/programming
Comment on: No Code of Conduct

I wish this surprised me...

These people need to understand that lots of great projects lack devs. If the entire coding world was as picky as SJWs nothing would get done and countless great projects would just die. It reminds me of the oculus keynote where John Carmack was asked about their "gender gap". These people have no idea what it takes it get shit done, but that's not going to stop them for bitching about, judging, and trying to change projects based on what they feel. It's insanity.

There's a big difference between:

I hate jews!

and:

def make_table(cols, rows):
    a, b, i = 1, 1, 1
    while i != cols:
        print "N^%d\t\t" % (i),
        i+=1
    print "N^%d\t\t" % (i)
    while a != (rows + 1):
        while b < cols:
            print "%d\t\t" % (a**b),
            b+=1
        print "%d\t\t" % (a**b)
        b = 1
        a+=1

If you see the connection, you're a fucking idiot.

14 23 Jun 2015 18:41 u/Cid in v/programming
Teaching a college course with Github and why I think every development course should do it
12 1 comment 23 Jun 2015 16:59 u/Cid (..) in v/programming
Building An Effective Technical Interview Process
4 0 comments 22 Jun 2015 18:00 u/Cid (..) in v/programming
Continually updated Data Science Python Notebooks: Spark, Hadoop MapReduce, HDFS, AWS, Kaggle, scikit-learn, matplotlib, pandas, NumPy, SciPy, and various command lines.
1 0 comments 21 Jun 2015 17:51 u/Cid (..) in v/programming
Comment on: C Plus Equality (C+=), a feminist programming language

I'm glad to see this still exists. It was disappointed when github removed it. It really is some amazingly well done satire.

2 21 Jun 2015 02:53 u/Cid in v/programming
How we turned JSON into a full programming language
3 0 comments 20 Jun 2015 19:14 u/Cid (..) in v/programming
Comment on: 800+ Free Programming Books

I've been sinking my teeth into Python lately so I did a quick search to see what they offered on that. I think I just wet myself. Great post!

0 18 Jun 2015 19:22 u/Cid in v/programming
Comment on: Difference between 'programming' and 'coding'?

It's a shorter word and It has less syllables and coders are lazy. :p

0 16 Jun 2015 21:40 u/Cid in v/programming
Need to quickly brush up on a syntax? This is one of the most useful sites I've seen in a long time
47 11 comments 16 Jun 2015 21:29 u/Cid (..) in v/programming
Experiments with Ruby and Go
1 0 comments 14 Jun 2015 20:32 u/Cid (..) in v/programming
  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››

archive has 9,592 posts and 65,719 comments. source code.