Benjamin Pollack

4,085
Reputation
356 views

Registered User

Name Benjamin Pollack
Member for 1 year
Seen yesterday
Website
Location New York, NY
Age 26
My day job is to work on Kiln and Fog Creek Copilot. In my free time, I program almost exclusively in Pharo, an open-source, cross-platform Smalltalk dialect. You can see most of my non-Squeak code is available on Bitbucket.
2d
revised How to enforce account based separation in Django
Grammar and spelling and capitalization, oh my.
2d
revised Compiling Binaries with Clozure Common Lisp
added 32 characters in body; edited tags
Dec
2
answered How can Mercurial be Copyright and Free Software?
Dec
1
awarded  Strunk & White
Dec
1
revised Why does my class not work properly in a Java HashSet?
Improve grammar, question title, and formatting.
Nov
30
revised absolute-positioned objects added via jQuery are not positioning properly!
Improve grammar, question title, and formatting
Nov
30
revised Ready-made forum, chat, and PM solutions for Django
Improved question title and grammar
Nov
30
revised Remove Characters from the end of a String Scala
Made code formatted as code
Nov
30
revised Can an MIT-licensed program be relicensed as GPL?
Grammar and spelling
Nov
30
revised How to use LINQ-to-Entity to query by contained objects
Tried to clarify the title to match the question.
Nov
30
revised To use SQLite in memory with NHibernate, do I have to install anything?
Capitalization and formatting
Nov
30
comment Making Windows executables from Django applications
Just so that this doesn't sound quite so idiotic a question as it does on first reading: the use-case is a tiny little embedded server that won't ever actually be exposed to the world—hence why I'm not looking to integrate with IIS or the like. The dev server (or something of similar calibre) is just fine for this use-case.
Nov
30
asked Making Windows executables from Django applications
Nov
30
answered Python: Nested Loop
Nov
30
revised Python: Nested Loop
Grammar and spelling
Nov
30
comment Python: Nested Loop
I'm not quite clear what you're trying to do. Your second example has an implicit loop via a list generator. Is your issue simply that you don't want to have two for loops following each other for aesthetic reasons?
Nov
30
revised How to get the URL the client used
Grammar and capitalization
Nov
24
revised Is there a way to get to know if the user is on call while using my app?
Make the list a list
Nov
20
revised a question about a design
edited tags
Nov
20
revised How to write an Emacs function to wrap the marked region with specified text
Format the question way the hell better.
Nov
20
comment Format a string in C
Good point. Even that, though, can fail in some really common cases, such as passing array to a function--at which point, sizeof array is 4 or 8 on any modern system, regardless of the number and size of the elements therein. The real solution is to use std::vector or something similar and avoid the whole mess entirely.
Nov
20
revised jQuery UI dialog pulling user from another browser tab
Capitalization of technology names
Nov
20
revised Accessing private variables in Java via reflection
Make the title useful
Nov
20
revised Efficient passing of std::vector
Corrected some spelling errors
Nov
20
revised Getting logical drives
Closer to normal English; edited body
Nov
20
revised Format a string in C
Clarified title to better match the content
Nov
20
revised Simple HTML DOM help
Cleaned up...basically everything, actually.
Nov
20
answered Format a string in C
Nov
20
revised Getting Java JDK to compile on ubuntu
Cleanup of both capitalization and formatting
Nov
20
revised iPhone: optimized drawing in quartz
iPhone, not IPHONE
Nov
20
revised Is this good XML?
Clean up capitalization
Nov
19
revised Can I setup an IIS MIME type in .NET?
Lots of capitalization fixes
Nov
19
comment Resources for getting started on “modern” Perl
I've had enough experience programming that I appreciate your comment about books being immediately out-of-date, but that cuts both ways: if the book's immediately out-of-date, then so's the code I wrote last year, and that can get incredibly frustrating in and of itself. It's nevertheless useful to know that these frameworks are so much in flux that anything I learn is likely to be immediately invalidated.
Nov
19
awarded  Nice Question
Nov
18
comment Resources for getting started on “modern” Perl
Yeah, Stack Overflow's Markdown engine is mangling the URL. I tried to fix it, but it's still getting mangled. The URL, for anyone else out there, is github.com/chromatic/modern_perl_book
Nov
18
revised Resources for getting started on “modern” Perl
Fix broken URL
Nov
18
revised Creating Models in ASP.NET MVC
edited tags; edited title
Nov
18
accepted Remove 
 from python string
Nov
18
revised Remove 
 from python string
capitalization and formatting
Nov
18
answered Remove 
 from python string
Nov
18
accepted Is if(obj && obj != nil) correct and necessary?
Nov
18
revised In ASP.NET MVC how do you run JavaScript after a form POST is returned?
JavaScript, not javascript
Nov
18
awarded  Good Answer
Nov
18
revised Why is using a wild card with a Java import statement bad?
Capitalization and formatting
Nov
18
revised Downloading JAR files at runtime in Java
capitalization and slight rephrasing of title
Nov
18
comment Resources for getting started on “modern” Perl
Even if Perl 6 shipped tomorrow, part of the attraction for me in looking at Perl again is that it--and by "it", I mean "Perl 5"--is installed absolutely everywhere. Perl 6 won't be for a long time after its release. For that reason, if none other, having up-to-date Perl 5 documentation strikes me as a worthwhile endeavor.
Nov
18
asked Distributed source control for VisualWorks Smalltalk
Nov
18
answered VisualWorks Smalltalk-like IDE for C++ (Linux)
Nov
18
revised VisualWorks Smalltalk-like IDE for C++ (Linux)
The product name is VisualWorks, not Visualworks.
Nov
18
asked Resources for getting started on “modern” Perl