Forum Replies Created

Viewing 15 posts - 286 through 300 (of 3,606 total)

  • Reply To: Fitting Into RAM

    Eric, my experience has been that spinning rust and 256GB of RAM remains plenty for most applications and customers.

    There's need, and then there's want.  No-one needs a Porsche, a lot...

  • Reply To: Fitting Into RAM

    One of my connections on LinkedIn is fond of pointing out that most data warehouses are below 1TB in size.

    1 TB RAM used to be science fiction, now it can...

  • Reply To: Keep Sharing

    What goes around comes around.  The person you help today may remember you when they get their next position.  There is a pleasure to be had when you hear that...

  • Reply To: How Many Days Can You Survive?

    I've recently had a complete failure of internet connectivity to my home.  As it was fibre broadband it also meant no landline telephone connectivity.  Most of my mobile phone usage...

  • Reply To: Better Communication Through Less Messaging

    As with all tools, it is the way it is used that is important.

    • Curation of channels is good
    • Team disciplines when using them is essential.

    Slack can hold video calls...

  • Reply To: Encouraging Innovation

    Jeff,

    When a change is something you can carry out in your remit then absolutely it is part of the job.

    When a change requires collaboration and co-ordination then the waters get...

  • Reply To: Encouraging Innovation

    I worked for a company where you could volunteer for a programme explicitly to drive through change. They put us through really useful training to determine

    • How to tell whether...
  • Reply To: Technical Debt

    I feel that if the goal was to achieve flow we would all be a lot happier.  As long as there are hard (but artificial) deadlines on which people's performance...

  • Reply To: PostgreSQL Table Import/Export from and to CSV File

    When using an AWS RDS instance the file option of the COPY statement is not supported, however you can use STDIN.

    cat my_file.csv|psql -c "copy my_schema.my_table(id,name,description) from STDIN...
  • Reply To: Startup Advice

    Cashflow is a killer for a startup too.  I know of one large company that insists on 9o day terms from their suppliers.  That automatically precludes most startups.  Some companies...

  • Reply To: The Public Perception of Security Issues

    Much of public perception comes from press coverage.  The press tend to sensationalise stuff in order to sell their content.

    Other perceptions come from 3rd party conversations.  I can't recall anyone...

  • Reply To: Design Lessons for Software

    skeleton567 wrote:

    Some days I look out at the world and ask myself "What have we done?"

    Amen

    In the old days my hearing aids had an on off switch.  These days they...

  • Reply To: Creating Documentation

    I write for my future self and colleagues and see documentation as being part of my duties as a principal engineer.  That said I do make it easier for myself...

  • Reply To: A Case for Document Storage

    For me there are two definite use cases for document DBs.

    • Prototype apps
    • Anything where you would use an entity-attribute-value model.

    I've mentioned before that when I first started looking at...

  • Reply To: A Third Break

    With sabbaticals is it unpaid leave?  For much of my career I would not have been in a position to take such an option.

Viewing 15 posts - 286 through 300 (of 3,606 total)