HackerTrans
TopNewTrendsCommentsPastAskShowJobs

der_gopher

no profile record

Submissions

Building a Pkg.go.dev TUI Explorer

youtube.com
2 points·by der_gopher·27 days ago·0 comments

My thoughts on the future of Go in the AI era

youtube.com
3 points·by der_gopher·last month·0 comments

Building an Agent with the Cline SDK

packagemain.tech
2 points·by der_gopher·last month·0 comments

Persistent multiplayer state without chaos

packagemain.tech
2 points·by der_gopher·2 months ago·0 comments

The filesystem is the API (with TigerFS)

youtube.com
1 points·by der_gopher·2 months ago·0 comments

I built the core loop of a browser multiplayer game

packagemain.tech
3 points·by der_gopher·2 months ago·0 comments

How to implement the Outbox pattern in Go and Postgres

youtube.com
11 points·by der_gopher·3 months ago·0 comments

Agentic pre-commit hook with OpenCode Go SDK

packagemain.tech
1 points·by der_gopher·4 months ago·0 comments

Agentic pre-commit hook with OpenCode Go SDK

youtube.com
2 points·by der_gopher·4 months ago·0 comments

Developing a 2FA Desktop Client in Go [video]

youtube.com
2 points·by der_gopher·4 months ago·0 comments

Trying manual memory management in Go [video]

youtube.com
1 points·by der_gopher·7 months ago·0 comments

Golang optimizations for high‑volume services

packagemain.tech
67 points·by der_gopher·7 months ago·13 comments

ULID: Universally Unique Lexicographically Sortable Identifier

packagemain.tech
68 points·by der_gopher·7 months ago·55 comments

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

youtube.com
4 points·by der_gopher·8 months ago·1 comments

How to implement the Outbox pattern in Go and Postgres

packagemain.tech
2 points·by der_gopher·10 months ago·0 comments

Oq: Terminal OpenAPI Spec Viewer

github.com
124 points·by der_gopher·10 months ago·20 comments

Terminating elegantly: a guide to graceful shutdowns

packagemain.tech
2 points·by der_gopher·10 months ago·0 comments

Print GitHub Repositories as Books

gitprint.me
21 points·by der_gopher·10 months ago·19 comments

.gitignore Everything by Default

pliutau.com
20 points·by der_gopher·10 months ago·7 comments

comments

der_gopher
·3 months ago·discuss
Супер написано!
der_gopher
·10 months ago·discuss
libopenapi won :)
der_gopher
·10 months ago·discuss
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 months ago·discuss
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 months ago·discuss
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 months ago·discuss
100%, also openapi specs are usually huge yaml/json files and it's very hard to navigate them.
der_gopher
·10 months ago·discuss
I believe it will come to that too.
der_gopher
·10 months ago·discuss
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 months ago·discuss
I changed the scope to be "public_repo", better to be safe and just work with public repos only for now.
der_gopher
·10 months ago·discuss
I changed the scopes and removed: email and private repos.
der_gopher
·10 months ago·discuss
You can select the repositories you give access to, give access to private if you want to print them.
der_gopher
·10 months ago·discuss
Something to improve, I use gotenberg, and it doesn't do it by default, need to somehow cut it nicely.
der_gopher
·10 months ago·discuss
Thanks for the feedback, yes there is a lot to improve.
der_gopher
·10 months ago·discuss
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 months ago·discuss
For real? I thought it somehow relates to bits and bytes...
der_gopher
·10 months ago·discuss
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