Live data from Hacker News

Viewing profile — LarryA

LarryA

HN member
Joined
Thu, Mar 24, 2011, 5:45 AM UTC
HN karma
35
Public activity
44 items

About LarryA

No profile information was provided.

Recent public activity

  1. comment
    Comment #2757699

    I work in the child care industry. and we did a newsletter with Comic Sans body text for several years, it was a very friendly font to use, also quite readable. Our clients liked i…

  2. comment
    Comment #2756929

    The ones I've found that are good starting points: Stylin' with CSS by Charles Wyke-Smith - its mainly a (good) CSS book but gives enough hints at good design so you don't go overb…

  3. comment
    Comment #2755068

    I find dokuwiki to be a great wiki - does not need a database if you don't want one. Stores data as text files and images, so easy to look at source data. The access system is nice…

  4. comment
  5. comment
    Comment #2740268

    Yeah I looked, and they even have versions for Windows Mac and Linux. Once they add in mobile support they have it pretty well covered for all platforms. I don't think facebook/sky…

  6. comment
    Comment #2721655

    Could do lookup tables like the old CADET system did. http://www.websters-online-dictionary.org/definitions/IBM+16... In some situations you may be data rich but function poor. Lik…

  7. comment
    Comment #2721087

    Programming PHP - O'Rielly its not the cutting edge book (2006), but it is by PHP founders and a good ground-start to get a feel for the language and what the commands can do. I le…

  8. comment
    Comment #2714168

    In case its a case of not 'getting' bitmap editing... You might consider a vector editor - like Illustrator or Inkscape. Works more like a programmer's mind; where you need to twea…

  9. comment
    Comment #2712335

    Think of errors I had probably missed before I started compilation. Just about any long process I think of the stuff I forgot to check before I initiated it. :-D Other than that I …

  10. comment
    Comment #2705332

    Go to just about any programming language tutorial site, you will most likely see bad code.

  11. comment
    Comment #2698155

    Here are some nerdy ones: "BBS: The Documentary" and "Get Lamp" by Jason Scott are a couple great hacker docs, about BBSs and Interactive Fiction Games (though I would have to say …

  12. comment
    Comment #2695818

    From my perspective it seems like Apple dropped FCP and is using the iMovie codebase. I don't think it is a matter of dropping Ancient technology more one of cutting production cos…

  13. comment
    Comment #2689899

    Here are a few glimpses from my perspective of a long-time techie at an NPO. Many NPOs can't afford having their staff "surf the net all the time." Those that have the most opportu…

  14. comment
    Comment #2681775

    Yep, on the California Tax form - called the Use Tax. I go through my eBay/Amazon/etc stuff and work up a total. I like having stuff like libraries and roads without potholes.

  15. comment
    Comment #2678642

    I think a lot of it is short development times and/or lack of code maintenance.

  16. comment
    Comment #2670928

    Programming is people coding upon the shoulders of others... or once the magician does his trick the trick changes from "impossible" to "there's a way to do it". Also some language…

  17. comment
    Comment #2667891

    17? Take it from us old fogies - the older you get the more responsibilities you will have. You won't have the freedom to go to school and mingle as you do now. I'm not going to sa…

  18. comment
    Comment #2659865

    Ticket Sales - http://www.eventbrite.com is doing similar, might want to see how they stack up to your ideas before going that route.

  19. comment
    Comment #2648077

    Definitely wasn't a laptop - back then the big thing was "Portable", no one considered doing stuff on the go. Once we got to the TRS-80 Model 100 (and its relatives) a couple years…

  20. comment
    Comment #2645569

    Learn what you need to get stuff done. Depending on what you are planning to develop and how you wish to approach it is how you choose the language(s).

  21. comment
    Comment #2630703

    ohhh, I just looked up the font, that is a challenge... Don't call it a design issue, call it a technical or usability issue, show "technically" this font would not be good, see ho…

  22. comment
    Comment #2630702

    ohhh, I just looked up the font, that is a challenge... Don't call it a design issue, call it a technical or usability issue, show "technically" this font would not be good, see ho…

  23. comment
    Comment #2620181

    Nice try. The hardware and software is largely pain free. You install it it works, you upgrade it it works, you do work, it works. Though as a techie supporting Macs at work for ov…

  24. comment
    Comment #2612617

    If you know what languages/skills you are looking for... http://www.amazon.com read the reviews. Second only to an actual bookstore where I can flip through the books and see if th…

  25. comment
    Comment #2602853

    Code like a programmer, design like someone who will use it. The best approach is if you can get some test data, in order to directly experience using the system. If the user enter…