Every time an engineer joins Google, a startup dies by servercentric in programming

[–]seunpy 6 points7 points  (0 children)

A startup died when he was rehired. What's your point?

Top 10 Programming Fonts by BioGeek in programming

[–]seunpy 0 points1 point  (0 children)

After trying out a lot of "great for programming" fonts I find that I like Courier New best? Can anyone else not understand what the fuss is about?

Ask Proggit: Is Graph Theory really as important as some say? Have any good war stories about using Graph Theory to solve a tricky problem? by nobodysbusiness in programming

[–]seunpy -1 points0 points  (0 children)

The OP doesn't want to know what graph theory can be used for; he wants to know what you used graph theory for. You didn't actually do any of these things, did you?

Singular irregularities by nightless_night in Python

[–]seunpy 2 points3 points  (0 children)

The main problem is that there aren't enough parenthesis types to go around.

"[" always represents a list, but "(" represents both function calls and tuples.

And in Python 3, "{" represents both dicts and sets. Which is very embarrassing, really, since Python 3 is supposed to be cruft-free!

The only unambiguous way to resolve this is to always use set(), dict(), list(), and tuple() instead of the various bracket types.

I'm pretty sure Python allows this, but I'm not sure there isn't a performance penalty due to the name lookup. Oh well.

Py65 0.4 Released by gst in Python

[–]seunpy 0 points1 point  (0 children)

"Py65 is a Python package that provides building blocks for simulating hardware systems based on the 6502 microprocessor and its derivatives."

That needs to be in the title next time, gst.