|
Mar 30 |
comment |
Generating stats from large data set Thanks for ideas, guys! |
|
Mar 28 |
comment |
Generating stats from large data set Assume it's in a file and you can run a job over it, that should generate stats. Afterwards I don't want to touch the data set anymore to provide stats to users. |
|
May 3 |
comment |
Internship vs Open Source in terms of experience Oh, but we engineers have no personal life dilbert.com/strips/comic/2012-04-22. |
|
Feb 22 |
comment |
Is Software Testing Really Needed? Of course not. Prayer is equally good. |
|
Feb 13 |
comment |
Can I advance my career in the USA if I lack local networking? I don't know about developers in US, but I had 4 different jobs already (4 months, 6 months, 2 years, 5 months now) and I am 26. |
|
Nov 30 |
comment |
What is a good GUI text editor with code folding on Linux Geany FTW! Fast and easy to use, great for Python development. |
|
Jun 21 |
comment |
Is there a canonical book on mathematics for programmers? It would be great, if rather than merely use word 'obvious' Knuth made some parts more obvious. But with hard work all stuff can be understood, if one has solid math background from school. |
|
Jun 13 |
comment |
Most hated C++ feature Yeah, this kind of questions will develop you most as a software engineer. Way to go! |
|
Apr 4 |
comment |
How useful is UML if you are a developer working alone in a project I love my small pony! |
|
Mar 19 |
comment |
Does it make sense to develop open source python library for database inspection? I have created a very early version of python package for accessing the database schema. If anyone is interested, it can be found here: code.google.com/p/fathom |
|
Feb 28 |
comment |
How would most programmers feel about the bugs they wrote? For some time now I have been thinking about migrating to Down Under, so maybe you can help me find a job there :-P |
|
Feb 28 |
comment |
How would most programmers feel about the bugs they wrote? Then I feel grateful. I can write a test and be sure, that neither I will make it again, nor anyone will be able to find it ever again. This gives me even more confidence in my work ;-) |
|
Feb 13 |
comment |
Is what someone publishes on the Internet fair game when considering them for employment as a programmer? Is it legal to take into consideration candidates private live when hiring him? If he was homosexual and you refused to hire him because of that, you would be so sued. So how is this different? |
|
Feb 11 |
comment |
Does it make sense to develop open source python library for database inspection? I see :-). Thanks for your input, I'll keep in mind your suggestions. |
|
Feb 11 |
comment |
Does it make sense to develop open source python library for database inspection? That's why I will develop also a PyQt desktop application. These are three technologies that I love and I would like to be able to interact with each of them in a single project. Anyway, are you always so skeptical towards web apps? I have to say that, that often choose web apps over desktop ones, e.g. I'd rather use google docs, rather than Open Office. |
|
Feb 11 |
comment |
Does it make sense to develop open source python library for database inspection? Good, I can start coding then :-) |
|
Feb 11 |
comment |
Does it make sense to develop open source python library for database inspection? If I decide to develop a web app I'll contact you for sure, to get some insight about security issues. Thanks a lot for your comments, I'll keep that in mind. |
|
Feb 10 |
comment |
Does it make sense to develop open source python library for database inspection? What I have in mind is just a different interface for the same operations, that desktop client would provide. Say you want to delete a table in PostgreSQL. You can either run psql and DROP TABLE or pgadmin. I would like to add third option, through web app. Especially that Authentication backend can be written to authenticate in whatever way you want. Crap, those comments aren't the best way for this discussion. Some mailing list or forum would be better :-/ |
|
Feb 10 |
comment |
Does it make sense to develop open source python library for database inspection? These are nice features: finding all tables that stored_procedure works on and finding all stored_procedures, that operate on table. I'd definitely would like to code something like this. |
|
Feb 10 |
comment |
Does it make sense to develop open source python library for database inspection? Could you elaborate on how command-line tool should work? Could you explain, why command-line tool would be better than access through browser? What I have in mind is that sometimes I need to change database, when I deploy new version of django app. Instead of using psql and 'ALTER|CREATE|..' to change the database, I would use web app to do that. |