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

ghthor

no profile record

コメント

ghthor
·22 日前·議論
Of all the places to complain about a problem like this…
ghthor
·27 日前·議論
Tetris specifically cannot be called Tetris or use the original shapes verbatim or it’s up for legal action.

I made a Tetris clone and then researched this. Soiadded a Q shape and AFAI can tell that makes mine a little safe
ghthor
·28 日前·議論
There is something to be said here, the government may be democratic but almost all of us are subservient to fascist corporations. Employee owned companies is a great start to get out of this mess
ghthor
·先月·議論
I wasn’t around much before GitHub so. I believe I tried submitting patches to the XFCE project but I didn’t get anything accepted to FOSS before GitHub.

In this type of system, if I am competent and can contribute how to do I? By reviewing the maintainers PRs, helping fill out more info for bug reports / root causing?

There had to be some way for a competent user to get involved enough to become a familiar handle to the maintainers and be seen as a possible future maintainer/ expert contributor right?
ghthor
·2 か月前·議論
That’s all well and good, but making that dataset also means it will be leaked
ghthor
·2 か月前·議論
Chronic Back pain is correlated with emotional trauma. The physical body is a mere projection of the energetic and spiritual being. This is wahy meditative spiritual practices such as yoga and taiji are good for chronic pain, as the physical pain is a mere projection of a deeper trauma that needs released.
ghthor
·2 か月前·議論
You can disable extensions and download them in advance and load those from file path. This is how I’m pinning extensions for a self hosted version of duckdb I setup at work.
ghthor
·2 か月前·議論
Keep your friends close and your enemies closer
ghthor
·2 か月前·議論
Yet the Linux kernel is a monorepo
ghthor
·2 か月前·議論
Yes I noticed that when designing our ACL usage. I didn’t find it all that useful unless we were inheriting some non tailscale systems with static IPs that we were going to subnet proxy to w/ tailscale.

Tags are just a better way to do this for tailscale only nodes, as now the ACL doesn’t require any change during a device key rotation.
ghthor
·2 か月前·議論
Yeah, but no needs to pay for software SaaS anymore so no-one is going to be getting a lucky 100MRR business off pure vibecoded software as anyone can just make that in house.
ghthor
·3 か月前·議論
You can ack based on groups, and you can out users into groups. So if you auth a node, it’s now your node and the ACL for your user / group will apply.

But yes I don’t think you can ACL based o the hostname
ghthor
·3 か月前·議論
We run nomad at work. I’m very happy with it from an administrative standpoint.
ghthor
·3 か月前·議論
I believe you can disable this and it isn’t really required for TS to work
ghthor
·3 か月前·議論
Still use Wander everyday <3
ghthor
·3 か月前·議論
Yep, very happy with graphite at work.
ghthor
·3 か月前·議論
If you’re brewing from ground you really don’t want boiling 212F water as you’ll burn the grounds. I do my pour over at 185F and get smooth ready to drink hot coffee with no/low acidity.
ghthor
·4 か月前·議論
Store all data in one of those nocopy encodings, capnproto/msgpack? Then each language can read the same memory but with the language specific SDK
ghthor
·4 か月前·議論
How are you not learning from reading all the code produced by Claude? Is auditing a new codebase or onboarding to a new project any different from creating a new codebase w/ Claude?

Reading code and understanding it is a very important skill and now might be the most important skill.
ghthor
·4 か月前·議論
Yeah nix is great for this. Also I can update infrequently and still package anything I want bleeding edge without any big issues other then maybe some build from sourcing.