Viewing profile — kenada
kenada
HN member- Joined
- Mon, May 21, 2018, 10:59 PM UTC
- HN karma
- 66
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About kenada
Recent public activity
-
comment
Comment #45638858
When I updated the Darwin SDK and source releases in nixpkgs last year, I tried using the FreeBSD locale data. It worked in a technical sense, but it broke things that depended on …
-
comment
Comment #43134628
I’m in my mid-40s. I’ve been practicing GTD for about a decade. My system used to be fairly elaborate in the beginning, but now it’s fairly simple. However, I don’t view it as an o…
-
comment
Comment #42552742
macOS also supports the APIs, but password manager developers don’t seem willing to implement them there. I’ve used 1Password for a long time, but I’m probably going to drop it for…
-
comment
Comment #41964786
Improving the interaction with language ecosystems was one of the motivating reasons for how I approached the [rework][1] of Darwin support in nixpkgs. A lot of Rust stuff was simp…
-
comment
Comment #41908678
The bug probably wasn’t reproducing on Linux because the clang shipped with Xcode is from Apple’s fork. The version may say “15”, but it was closer to upstream LLVM’s clang 16. The…
-
comment
Comment #37330924
The manager would tell people which ServiceNow tickets to work or what project work to do. We went from empowered to micromanaged. Maybe the kinks got worked out eventually, but I …
-
comment
Comment #37330720
That’s fair, and you’re right. I apologize for being unclear. Perhaps I should have quoted it to reflect that my issue is with what gets called “agile” rather than what the practic…
-
comment
Comment #37325935
I’ve had good experiences with scrum. I was on a team that was empowered to own and refine its practice. We were able to halve our cycle time and improve sprint planning to the poi…
-
comment
Comment #36534638
> The traditional markers of financial success—from owning a home to snagging that corner office at work—are becoming not only less attainable but also less valuable for Gen Zers. …
-
comment
Comment #35043325
The way I handle this on my home network is to advertise a ULA prefix in addition to the one delegated by my ISP. The ULA addresses are not routed. They’re just used for my network…
-
comment
Comment #31958545
NetNewsWire has had an iOS version for a while now.
-
comment
Comment #31221107
Am I the only one who finds them hard to read at smaller sizes (when they’re in-line with text)?
-
comment
Comment #29305370
This is what I do. If I need an ad hoc environment, I use `nix shell`, or I set up a flake for the project and have `direnv` activate it when I `cd` into the project directory or o…
-
comment
Comment #28430061
`podman machine` uses Fedora CoreOS, which doesn’t currently support aarch64. However, it [sounds like][1] that could change soon. [1]: https://github.com/coreos/fedora-coreos-trac…
-
comment
Comment #28419429
The Podman daemon can run as a user service, so the only advantage that would be lost is not having to run a daemon at all (but I don’t think one can avoid that if Docker API compa…
-
comment
Comment #28416232
Podman [supports][1] `docker-compose` now. Just set `DOCKER_HOST` to the path of your Podman socket after activating the service, and it should just work (unless you use Swarm, whi…
-
comment
Comment #26022375
Spectrum assigns a /128 to your router via DHCPv6, but you also get a delegated prefix. That prefix seems to be a /64 by default, but you can request and receive a /56.
-
comment
Comment #25748833
The place to do this would be in ingest, wouldn’t it? The ingest configuration is just Python, so one could conceivably write a module to assign accounts based on the incoming data…
-
comment
Comment #25188243
The package selection is fairly limited. I tried it recently and was disappointed that neither neovim nor ripgrep are packaged. It also has little mindshare. I found out by acciden…
-
comment
Comment #25141916
Well, it is, but it’s not in the productivity pr0n sense. It’s not about compiling lists of tasks and planning everything out, so you can churn through them like a machine. The poi…
-
comment
Comment #25137358
> It's about being able to take complete stock of your life on a regular basis. Yes! This so much! I spend time in r/gtd, and I see that kind of misunderstanding (“productivity pr0…
-
comment
Comment #24711370
Linux installs[1] and runs on T2 Macs. The experience varies depending on the model, but it mostly works. The only thing likely to never be supported is Wi-Fi, which is due to the …
-
comment
Comment #24575798
Thanks for the suggestion. It turns out, I was wrong. dhcpcd is being imported into base for FreeBSD 13. One big limitation with dual-dhclient is that dhclient doesn’t support sett…
-
comment
Comment #24543820
This is a pretty decent overview of IPv6 on a home network. Here are some other things I learned when doing something similar recently on my home network (except the router is a Fr…
-
comment
Comment #22745444
It’s out and has been for a while, but it’s not a standalone product.[1] You need to set up your database in one of the apps, and some functionality is not implemented (yet). [1]: …