Viewing profile — charcoal
charcoal
HN member- Joined
- Sun, Oct 26, 2008, 2:49 AM UTC
- HN karma
- 19
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About charcoal
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #416210
Then instead of sending an email, just append a bit of text in a text file. Separate those bits with a few blank lines and a "----" or something. Keep a text file for each month, o…
-
comment
Comment #416204
What does the author mean by, "People are only an hour away from registering online for a new business."?
-
comment
Comment #413902
There's no date on this article and I remember bookmarking it long ago. When was it written?
-
comment
Comment #413839
Good intention, but bad idea. Instead, keep a scrapbook for him. To include text, write it in Emacs then print it out and paste in the paper. Put pictures in the scrapbook too. Inv…
-
comment
Comment #413836
Almost everyone wants the same thing: they want to program apps for Android, but they don't want to use Java.
- comment
-
comment
Comment #413809
... and the kids don't get to see Dad much anymore. Kids need to come first, and they need both parents. Mom and Dad: work it out -- for their sake.
-
comment
Comment #413801
d, you're supposing an awful lot about how the situation might have been. Fact is, there are a lot of women out there who want what they think is the status quo: husband away durin…
-
comment
Comment #413603
You're a lucky man.
- comment
-
comment
Comment #411355
> Does anyone comment to that degree? As an undergrad, it's probably better to err on the side of too many comments. Then trim them down later as you get better at it. Good comment…
-
comment
Comment #407346
How does your codebase look? Neatly organized and with tests? Does it use much modern best-practice, or are there a lot of not-so-nice pieces? Also, it may just be difficult in gen…
-
comment
Comment #387823
> Site / blog sponsorships. How does that work, exactly? Do you mean, you put links on your page to those other key companies and then get paid per click?
-
comment
Comment #386562
Wait. If I'm reading that right, you had utils written in Python that were 90% finished but then rewrote them in Perl and got them working. What about Python was getting you stuck …
-
comment
Comment #385318
Perl has many features familiar to users of sh/bash. For admins who often deal with shell scripts, it's an easy reach to use Perl for all sorts of little things. That said, I think…
-
comment
Comment #385315
The Python version of the CPAN is called ["PyPI"]( http://pypi.python.org/pypi ). It was formerly called the "Cheeseshop". From the PyPI front page: "There are currently 5256 packa…
-
comment
Comment #385308
> It's going to take ages for modules to get converted over... You underestimate the power of the ... wait a sec. :) Anyway, there's broad support and excitement in the community a…
-
comment
Comment #344004
> There wouldn't be any need to make a new language. I can change anything I want in this one. > I'm not deeply committed to the current approach to iteration. But I don't want to …