Viewing profile — olowe
olowe
HN member- Joined
- Thu, Jun 29, 2023, 3:10 AM UTC
- HN karma
- 89
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About olowe
Recent public activity
-
comment
Comment #49182713
Not sure about use in the Go community at large but Go introduced os.UserConfigDir[1] which is portable across Windows, macOS, Plan 9 and Linux/BSD as per XDG back in 2019. Also Ca…
-
comment
Comment #47329564
The great thing about Plan 9 is it can make other distributed systems look so complicated. The worst thing about Plan 9 is that it can make other distributed systems look so compli…
-
comment
Comment #47259529
Mistral used to serve a feed actually up until 6ish months ago I guess? Their admin console used to be built with HTMX too which I found kinda interesting. Now the news site and ad…
-
comment
Comment #46584877
Revitalising a 20+ year-old GTK mail client with Zig. Talons[1] is my stripped down fork of claws-mail[2] which itself is a fork of Sylpheed[3]. Moving from auto tools to Zig’s bui…
-
comment
Comment #46538074
> What sort of companies are those were receptionists have access to tools beyond their role? and why are people approaching the receptionists asking for data queries? It's a fair …
-
comment
Comment #46537843
That's pretty much how it happened. A neighbour bought a medical practice from two retiring doctors in their 80s. One had officially diagnosed vascular dementia but was still pract…
-
comment
Comment #46523975
Haha thanks for saying that. It’s real! It’s relatively easy to get into the middle of nowhere in Australia after all ;) Actually still haven’t published my journal scribblings on …
-
comment
Comment #46523812
I was lost, literally, hitchhiking across the Australian outback when this article was published. Going home felt scary because I was afraid to be alone with no one else sharing my…
-
comment
Comment #46496609
Work may enable altruism outside of your actual job. For example, I got fulfillment from sharing my journey publishing some open source software over the course of a few months. Ha…
-
comment
Comment #46496370
Could you cast your mind 10 years back to 2015 and ask yourself the same question? Then fast-forward to today. What could you have done in 2015 that could have prepared you better …
-
comment
Comment #46495521
Plan 9 is definitely not mainstream but readers of your comment's replies may find it interesting when looking into Unix/Linux cruft.
-
comment
Comment #46495506
Plan 9 (a Bell Labs successor to Unix) did away with the whole bin, sbin, usr/sbin thing and its shell only looked in /bin. How things got into /bin is a different story. For me th…
-
comment
Comment #46495444
It's stuff like this that makes me want to scurry right back into the SRE/sysadmin space. Currently back in webdev after a few years out. I just feel like I'm being a pain in the a…
-
comment
Comment #46474409
AWS supports IPv6 on a number their services now: https://aws.amazon.com/vpc/ipv6/ For example there are options to use their hosted memcache/redis service IPv6-only: https://docs.…
-
comment
Comment #46388853
From the author of Redis on MicroQuickJS[1]: > If this had been available in 2010, Redis scripting would have been JavaScript and not Lua. With that in mind we can do a quick searc…
-
comment
Comment #46388781
> I’ve spent a decade doing frontend work. Think about it this way: you've spent a decade writing software. > Does it make sense to change direction at this point? Changing directi…
-
comment
Comment #46388642
Couple of anecdotes from the dev side. I worked on an IoT project at one of the big German car makers and it was a mess. More money than sense. They didn't really have any idea why…
-
comment
Comment #46388545
> The old randomized ones were actually better. Exactly. We changed from some fancy one that my boss gave me to a cheap one that you operate with an old-school (can't believe I'm s…
-
comment
Comment #46143999
OpenBSD’s dhcpd(8) is apparently basic on the one from the ISC: https://man.openbsd.org/dhcpd Not sure this counts as a fork or when it was “reworked” by OpenBSD, though.
-
comment
Comment #46076646
That’s a fair point re: apology. FWIW I take issue with the tone (petty name calling, elitism) of the comments. And I disagree with the assertion if I understand the original comme…
-
comment
Comment #46075845
The specific change: https://github.com/ziglang/www.ziglang.org/commit/c8d046b288... I applaud the migration, and I sympathise with the difficulty of running open-source software p…
-
comment
Comment #45547811
It’s more money and more user’s compute being thrown at the problem to get the streaming service’s CDN bill down.
-
comment
Comment #44657246
The godoc[0] tool provides minimal support for doing something with these comments via its “-notes” flag. It renders any TODOs (or BUG or whatever can be specified by regexp) in th…
-
comment
Comment #44645749
> If Australia doesn't have the capabilities then why are the university campuses full of overseas students? Because it’s great business: https://www.abc.net.au/news/2024-08-27/aus…
-
comment
Comment #44199327
> I thought prevailing wisdom was that a used 3090 with it's larger vram was the best budget gpu choice? The trick is memory bandwidth - not just the amount of VRAM - is important …