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

der_gopher

no profile record

投稿

Building a Pkg.go.dev TUI Explorer

youtube.com
2 ポイント·投稿者 der_gopher·27 日前·0 コメント

My thoughts on the future of Go in the AI era

youtube.com
3 ポイント·投稿者 der_gopher·先月·0 コメント

Building an Agent with the Cline SDK

packagemain.tech
2 ポイント·投稿者 der_gopher·先月·0 コメント

Persistent multiplayer state without chaos

packagemain.tech
2 ポイント·投稿者 der_gopher·2 か月前·0 コメント

The filesystem is the API (with TigerFS)

youtube.com
1 ポイント·投稿者 der_gopher·2 か月前·0 コメント

I built the core loop of a browser multiplayer game

packagemain.tech
3 ポイント·投稿者 der_gopher·2 か月前·0 コメント

How to implement the Outbox pattern in Go and Postgres

youtube.com
11 ポイント·投稿者 der_gopher·3 か月前·0 コメント

Agentic pre-commit hook with OpenCode Go SDK

packagemain.tech
1 ポイント·投稿者 der_gopher·4 か月前·0 コメント

Agentic pre-commit hook with OpenCode Go SDK

youtube.com
2 ポイント·投稿者 der_gopher·4 か月前·0 コメント

Developing a 2FA Desktop Client in Go [video]

youtube.com
2 ポイント·投稿者 der_gopher·4 か月前·0 コメント

Trying manual memory management in Go [video]

youtube.com
1 ポイント·投稿者 der_gopher·7 か月前·0 コメント

Golang optimizations for high‑volume services

packagemain.tech
67 ポイント·投稿者 der_gopher·7 か月前·13 コメント

ULID: Universally Unique Lexicographically Sortable Identifier

packagemain.tech
68 ポイント·投稿者 der_gopher·7 か月前·55 コメント

ULID – the ONLY identifier you should use? [video]

youtube.com
4 ポイント·投稿者 der_gopher·8 か月前·1 コメント

How to implement the Outbox pattern in Go and Postgres

packagemain.tech
2 ポイント·投稿者 der_gopher·10 か月前·0 コメント

Oq: Terminal OpenAPI Spec Viewer

github.com
124 ポイント·投稿者 der_gopher·10 か月前·20 コメント

Terminating elegantly: a guide to graceful shutdowns

packagemain.tech
2 ポイント·投稿者 der_gopher·10 か月前·0 コメント

Print GitHub Repositories as Books

gitprint.me
21 ポイント·投稿者 der_gopher·10 か月前·19 コメント

.gitignore Everything by Default

pliutau.com
20 ポイント·投稿者 der_gopher·10 か月前·7 コメント

コメント

der_gopher
·3 か月前·議論
Супер написано!
der_gopher
·10 か月前·議論
libopenapi won :)
der_gopher
·10 か月前·議論
I also love Homebrew and use it daily, at the same time I don't want to go through the review process, but tap sounds good, will try it out, maybe goreleaser supports that too?
der_gopher
·10 か月前·議論
Yeah, the name is very short to be unique. I don't want to rename yet, as I am ok if there are other projects with the same name as long as there is no legal trademark or something. But yeah, don't install it from the Homebrew, btw I added binaries to releases page so we can just wget it.
der_gopher
·10 か月前·議論
Hi Jamie, I've been a big fan of oapi-codegen and your work! I haven't fully tested the 3.1 support yet, but the tool doesn't do much, just list of routes and components, which I believe are similar between 3.0 and 3.1 OAS
der_gopher
·10 か月前·議論
100%, also openapi specs are usually huge yaml/json files and it's very hard to navigate them.
der_gopher
·10 か月前·議論
I believe it will come to that too.
der_gopher
·10 か月前·議論
This is default behaviour for OAuth apps in github. I will have to migrate to Github Apps for more fine-tuned access.
der_gopher
·10 か月前·議論
I changed the scope to be "public_repo", better to be safe and just work with public repos only for now.
der_gopher
·10 か月前·議論
I changed the scopes and removed: email and private repos.
der_gopher
·10 か月前·議論
You can select the repositories you give access to, give access to private if you want to print them.
der_gopher
·10 か月前·議論
Something to improve, I use gotenberg, and it doesn't do it by default, need to somehow cut it nicely.
der_gopher
·10 か月前·議論
Thanks for the feedback, yes there is a lot to improve.
der_gopher
·10 か月前·議論
I am the author of it, this is indeed too much, will remove the unnecessary scopes, the software needs to read the contents only.
der_gopher
·10 か月前·議論
For real? I thought it somehow relates to bits and bytes...
der_gopher
·10 か月前·議論
I did the same first, then went with Colima, nowadays with Orbstack. My point is, there are so many great options apart from Docker Desktop