HackerTrans
トップ新着トレンドコメント過去質問紹介求人

djcollier

no profile record

投稿

Amazon CEO says AI agents will soon reduce company's corporate workforce

cbsnews.com
85 ポイント·投稿者 djcollier·昨年·120 コメント

JSON in Postgres Use Case: Saving Drafts

philipschweiger.com
2 ポイント·投稿者 djcollier·2 年前·0 コメント

Magic AI Secures $117M to Build an AI Software Engineer

maginative.com
45 ポイント·投稿者 djcollier·2 年前·90 コメント

Grokking the Coding Interview: Patterns for Coding Questions

designgurus.io
2 ポイント·投稿者 djcollier·3 年前·0 コメント

Learning OCaml in 2023

sancho.dev
58 ポイント·投稿者 djcollier·4 年前·6 コメント

How to Not Dread Rebases When Managing Long-Lived Feature Branches (2017)

sparkbox.com
1 ポイント·投稿者 djcollier·4 年前·0 コメント

Why senior engineers get nothing done

swizec.com
18 ポイント·投稿者 djcollier·4 年前·2 コメント

Rust for JavaScript Developers

rustforjs.dev
4 ポイント·投稿者 djcollier·5 年前·1 コメント

コメント

djcollier
·6 か月前·議論
Do you have any source for your claim that there is an oversupply of creativity? My gut feeling is that not all creativity is created equal, and there is a small amount of truly impressive creative works that are not simply retreads of existing ideas.
djcollier
·2 年前·議論
I have yet to find an alternative to the GraphQL protocol that has the following requirements:

- Good support for HTTP 1.1

- Provides typesafe contracts for queries and mutations

- Strong support for most common UI clients (JS/React Native/SwiftUI)

- Backend can be written in a language that isn't JavaScript/TypeScript

- Large developer community

Closest thing I've found is defining your schema using OpenAPI spec, and using tools to generate code from that source for the client and server, but this is a much worse DX than the process of defining GraphQL schemas.
djcollier
·4 年前·議論
My solution has been to use it as a second monitor, run it at native resolution, and only use it for apps where I can reliablably increase the font size (terminals, web apps/pages with good zoom support). I keep VSCode on my high DPI main monitor.