HackerTrans
TopNewTrendsCommentsPastAskShowJobs

djcollier

no profile record

Submissions

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

cbsnews.com
85 points·by djcollier·l’année dernière·120 comments

JSON in Postgres Use Case: Saving Drafts

philipschweiger.com
2 points·by djcollier·il y a 2 ans·0 comments

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

maginative.com
45 points·by djcollier·il y a 2 ans·90 comments

Grokking the Coding Interview: Patterns for Coding Questions

designgurus.io
2 points·by djcollier·il y a 3 ans·0 comments

Learning OCaml in 2023

sancho.dev
58 points·by djcollier·il y a 4 ans·6 comments

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

sparkbox.com
1 points·by djcollier·il y a 4 ans·0 comments

Why senior engineers get nothing done

swizec.com
18 points·by djcollier·il y a 4 ans·2 comments

Rust for JavaScript Developers

rustforjs.dev
4 points·by djcollier·il y a 5 ans·1 comments

comments

djcollier
·il y a 6 mois·discuss
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
·il y a 2 ans·discuss
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
·il y a 4 ans·discuss
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.