u/NotSurvivingLife - 7 Archived Voat Posts in v/programming
u/NotSurvivingLife
  • home
  • search

u/NotSurvivingLife

1 post · 6 comments · 7 total

Active in: v/programming (7)

  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››
How to represent arbitrary-precision integers?
4 3 comments 23 Jun 2015 21:34 u/NotSurvivingLife (self.programming) in v/programming
Comment on: Language of choice?

Let's see. Note that some of these may have been added to Python 2 over time - I haven't used 2.x in a while.

  • The print("foo") syntax has gotten rather ingrained with me - although I wonder why the same treatment wasn't done to exceptions and assertions at the same time.
  • There are a number of things in the Python 3 standard library that are wonderful.
  • Integer division acting sane by default.
  • No getting bitten by accidentally-octal constants.
  • Knowing that you can use set literals, etc, etc, without worrying about backwards compatibility.
2 22 Jun 2015 01:59 u/NotSurvivingLife in v/programming
Comment on: What are you working on?

That's more than enough!

1 20 Jun 2015 00:25 u/NotSurvivingLife in v/programming
Comment on: What are you working on?

Simple. Anonymous. Secure. Pick one.

I wish you the best of luck disproving that!

0 19 Jun 2015 23:11 u/NotSurvivingLife in v/programming
Comment on: What are you working on?

What sort of bot? Elaborate, please!

0 19 Jun 2015 23:11 u/NotSurvivingLife in v/programming
Comment on: Scalability Lessons we can Learn from Voat

Popover on trying to read, closed the tab and stopped reading.

Please please please do not do that. I use an RSS feed reader, and grab feeds of blogs that have content I like. It's simple, it's unobtrusive, and quite frankly content like this is something that I would read and enjoy.

But popovers kill it for me. Please reconsider that. You've lost (or rather, not gained), at least one user.

0 19 Jun 2015 22:57 u/NotSurvivingLife in v/programming
Comment on: Language of choice?

For quick stuff, and for things I do on my own, I prefer Python. Python 3 over Python 2, although I really really really dislike the unicode "handling" in Python 3.

I like C# as well, although the whole "tied to the Microsoft ecosystem" thing is frustrating. Supposedly that is changing, but we'll see...

I end up using Java the most, ugh. It is verbose, and slow, and has more than a few rough spots / frustrations (for instance: type erasure + generics. And the lack of operator overloading. And the lack of automatic getters and setters. And so on.)

I enjoy stack-based languages far too much.

1 19 Jun 2015 22:55 u/NotSurvivingLife in v/programming
  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››

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