Viewing profile — rcaught
rcaught
HN member- Joined
- Mon, May 30, 2011, 6:11 PM UTC
- HN karma
- 620
- Public activity
- 130 items
- HN profile
- View on Hacker News ↗
About rcaught
No profile information was provided.
Recent public activity
-
comment
Comment #47775142
Aigile
-
comment
Comment #47571189
[dead]
-
comment
Comment #47121411
NIH syndrome
-
comment
Comment #46301391
While I understand the intent of this exercise, couldn't someone just wasm compile the Servo html5ever Rust codebase?
-
comment
Comment #45896492
That's because OP wrote that
-
comment
Comment #43240637
https://en.wikipedia.org/wiki/Solar_thermal_energy
-
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.…
-
comment
Comment #42447136
Malicious access to these tokens is malicious access to the service.
-
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/
-
comment
Comment #41517173
https://guides.rubyonrails.org/active_job_basics.html
-
comment
Comment #41486594
Make one program do no one thing well.
-
comment
Comment #41486573
hahaha, do you even realize what else this company makes?
-
comment
Comment #41044054
It looks like one you shouldn't implement.
-
comment
Comment #40954765
Permission boundaries
-
comment
Comment #40937485
Savings plans, spot, EDP discounts. Some of these have to be applied, right?
-
comment
Comment #40766173
https://archive.google/pigeonrank/
-
comment
Comment #40620974
Complexity breeds complexity
-
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...
-
comment
Comment #40553199
Appreciate Kotlin and others pushing it there.
-
comment
Comment #40530829
COPY (SELECT * FROM view_name) TO 'output.csv' (HEADER, DELIMITER ',');
-
comment
Comment #40530782
https://duckdb.org/docs/extensions/iceberg.html
-
comment
Comment #40521761
This is not showing what you would always do, it's showing something novel that you could do.
-
comment
Comment #40521740
In the full context of their statement, many modern databases separate the data storage component. RDS Aurora, etc.
-
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.
-
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.