Live data from Hacker News

Viewing profile — rcaught

rcaught

HN member
Joined
Mon, May 30, 2011, 6:11 PM UTC
HN karma
620
Public activity
130 items

About rcaught

No profile information was provided.

Recent public activity

  1. comment
  2. comment
  3. comment
    Comment #47121411

    NIH syndrome

  4. comment
    Comment #46301391

    While I understand the intent of this exercise, couldn't someone just wasm compile the Servo html5ever Rust codebase?

  5. comment
    Comment #45896492

    That's because OP wrote that

  6. comment
    Comment #43240637

    https://en.wikipedia.org/wiki/Solar_thermal_energy

  7. comment
    Comment #42544565

    > These days a great SDK, not a great API, is a hallmark, and maybe even a necessity, of a world class development experience. IMO, you can't build a great SDK without a great API.…

  8. comment
    Comment #42447136

    Malicious access to these tokens is malicious access to the service.

  9. comment
    Comment #41517243

    Rails 8 will by default use the DB for cache, queues and WebSocket broadcasting - https://fly.io/ruby-dispatch/the-plan-for-rails-8/

  10. comment
    Comment #41517173

    https://guides.rubyonrails.org/active_job_basics.html

  11. comment
    Comment #41486594

    Make one program do no one thing well.

  12. comment
    Comment #41486573

    hahaha, do you even realize what else this company makes?

  13. comment
    Comment #41044054

    It looks like one you shouldn't implement.

  14. comment
    Comment #40954765

    Permission boundaries

  15. comment
    Comment #40937485

    Savings plans, spot, EDP discounts. Some of these have to be applied, right?

  16. comment
    Comment #40766173

    https://archive.google/pigeonrank/

  17. comment
    Comment #40620974

    Complexity breeds complexity

  18. comment
    Comment #40597644

    > “Apple is not compatible with that. They won’t release something until it’s perfect.” Apple Maps, Magic Mouse charging from the base, Butterfly keyboard...

  19. comment
    Comment #40553199

    Appreciate Kotlin and others pushing it there.

  20. comment
    Comment #40530829

    COPY (SELECT * FROM view_name) TO 'output.csv' (HEADER, DELIMITER ',');

  21. comment
    Comment #40530782

    https://duckdb.org/docs/extensions/iceberg.html

  22. comment
    Comment #40521761

    This is not showing what you would always do, it's showing something novel that you could do.

  23. comment
    Comment #40521740

    In the full context of their statement, many modern databases separate the data storage component. RDS Aurora, etc.

  24. comment
    Comment #40520460

    The article shows dynamically fetching a database, with database level views, that dynamically fetch data. You're just showing a query that dynamically fetches data.

  25. comment
    Comment #40520344

    https://duckdb.org/docs/sql/statements/create_view - the View is not physically materialized, but the query is run every time the view is referenced in a query.