docgnome
|
Registered User
|
I'm a hacker who mostly does web development.
I use PHP/MySQL at work, but I prefer almost anything at else. I'm a bit of a FOSS nut.
I'm interested in and have a little bit of experience with Linux sysadmin. I generally run some Linux/Unix variant and currently use Debian on my dev box.
Married, no kids, two cats.
|
|
Nov 24 |
awarded | ● Enlightened |
|
Nov 24 |
awarded | ● Nice Answer |
|
Nov 24 |
comment |
Concatenating PDFs in PHP @Jason And no one said it does... Using exec() is just kinna gross when there are libs available. |
|
Nov 23 |
awarded | ● Guru |
|
Nov 23 |
comment |
Concatenating PDFs in PHP @schnaader Aye, I think so. But using exec() is just really inelegant if there is a better solution. |
|
Nov 23 |
answered | how to view file history in GIT? |
|
Nov 23 |
asked | Concatenating PDFs in PHP |
|
Nov 20 |
comment |
MySQL: Get all records that have an id for one year but not another This is slightly different than what mediaslave asked for. This will select all HOST_ID where ContractYear is 2009 and it has HOST_ID has never appeared in t2 before. |
|
Nov 19 |
revised |
Cleaning a Production Database for use in Testing clarification |
|
Nov 19 |
comment |
Cleaning a Production Database for use in Testing While migrations would be super useful, the app we build is internal so deploying other servers isn't an issue... Yet. :-) |
|
Nov 19 |
comment |
Cleaning a Production Database for use in Testing @Andrew Obviously, it's DB specific. I was just wondering if there was a tool to say, mark all of the columns that are sensitive and whack them when I threw a DB into it. |
|
Nov 19 |
comment |
Cleaning a Production Database for use in Testing @Andrew I was looking for something a little more sophisticated than that. It's sort of looking like I'll just need to write a script to do it though. |
|
Nov 19 |
comment |
Cleaning a Production Database for use in Testing Specific columns in certain tables. I'm just looking to wipe out anything that could be used to find a particular user, address, email, etc. |
|
Nov 19 |
asked | Cleaning a Production Database for use in Testing |
|
Nov 19 |
comment |
Documentation on geting driving directions and calculating driving distance with Mapstraction So I understand. |
|
Nov 17 |
comment |
git commit frequency It should be noted that git rebase, while awesome, is a very dangerous tool if you are not careful. |
|
Oct 22 |
awarded | ● Tumbleweed |
|
Oct 20 |
comment |
How to debug a program without a debugger? It should be CW cause it's subjective. |
|
Oct 15 |
asked | Documentation on geting driving directions and calculating driving distance with Mapstraction |
|
Oct 15 |
comment |
Options for Google Maps over SSL Google Maps Premier is great, if you work for a larger company with 10k just sitting around. If you're like me, you're sort of out of luck it seems. |
|
Oct 15 |
awarded | ● Nice Answer |
|
Oct 3 |
comment |
Git over ssh without Git being installed on server To go along with what Roman said, on a Debian based system you should install build-essentials to get gcc and make and so forth. |
|
Oct 2 |
accepted | With emacs, How do you swap the position of 2 windows |
|
Oct 2 |
revised |
With emacs, How do you swap the position of 2 windows added another example. |
|
Oct 2 |
answered | With emacs, How do you swap the position of 2 windows |
|
Sep 29 |
comment |
Vimperator/Conkeror-like link selection This is the browser in question. Conkeror is not Konqueror. conkeror.org |
|
Sep 19 |
answered | Are there any halfway decent free HTML editors for the Mac? |
|
Sep 17 |
awarded | ● Yearling |
|
Sep 15 |
answered | Favorite IDE feature? |
|
Sep 13 |
revised |
Favorite Essay about Programming fixed link |
|
Sep 13 |
comment |
How can I use Perl to test C programs? Just because this user doesn't accept many answers doesn't mean that someone else won't find this useful later. Seems to me everyone has started taking the short view (what do I get out of this right now?) of the process since the accept rate was added. |
|
Sep 12 |
comment |
What do you do to stop burnout? Because killing your liver is a great way to prevent burn out! |
|
Sep 11 |
answered | How do I edit HTML files directly? |
|
Sep 11 |
comment |
Why isn’t everything we do in Unicode? Someone else mentioned the nth character issue. Surely this can be abstracted away. Iirc, python manages this somehow so it's clearly doable. Surely the problems you describe can be abstracted away for the most part. |
|
Sep 3 |
revised |
Saving the USER_ID of a user that deleted a record with a trigger in MySQL Minor clean up and added example sql |
|
Sep 3 |
comment |
Saving the USER_ID of a user that deleted a record with a trigger in MySQL So like, SET @USER_ID = <whatever the uid is> ? |
|
Sep 3 |
asked | Saving the USER_ID of a user that deleted a record with a trigger in MySQL |
|
Aug 28 |
accepted | git-svn dcommiting a single git commit |
|
Aug 28 |
answered | How do you vent stress as a programmer? |
|
Aug 22 |
comment |
How do you beat RSI? @wahnfrieden I agree! |
|
Aug 17 |
awarded | ● Popular Question |
|
Aug 16 |
awarded | ● Good Question |
|
Aug 12 |
answered | What is the best API/framework/platform you ever worked with? |
|
Aug 12 |
answered | Favorite web host. |
|
Aug 12 |
comment |
git-svn dcommiting a single git commit In my case, no. But it's good to show how to do it both ways. |
|
Aug 12 |
revised |
git-svn dcommiting a single git commit added example |
|
Aug 12 |
comment |
git-svn dcommiting a single git commit I've heard differing opinions about where the merge should happen. The way I do it now, is branch and dcommit and then rebase master. I Keep master as the canonical tracking branch and do my work in other branches. I then push those changes up to svn and pull them down into master. That's how it was suggested I do it in #git on freenode. I was doing it the way you suggest before, but it's an extra step as you need to merge the changes into master instead of just pushing them to svn and pulling them back down with rebase. |
|
Aug 11 |
answered | How to release web applications? |
|
Aug 11 |
revised |
Am I being unreasonable in rejecting candidates with poor spelling and grammar? corrected spelling/grammar |
|
Aug 11 |
comment |
Am I being unreasonable in rejecting candidates with poor spelling and grammar? As does emacs! :-) However, many IDEs don't. It does seem rather insane to reject someone if they only have a few errors. |
