Viewing profile — conor-
conor-
HN member- Joined
- Sun, Feb 10, 2019, 6:14 PM UTC
- HN karma
- 267
- Public activity
- 116 items
- HN profile
- View on Hacker News ↗
About conor-
No profile information was provided.
Recent public activity
-
comment
Comment #48029499
> We are finally free of friction Free from friction, constrained by pricing and a massive ladder that can be pulled up by companies that are in no way benevolent. If you're one of…
-
comment
Comment #47426384
Just as long as you're using a distro that isn't using systemd[0], which is kind of an uphill battle these days [0] https://github.com/systemd/systemd/pull/40954
-
comment
Comment #46470101
I'm not sure where you get the idea that Linux doesn't have hibernate - there's both userspace systemd-hibernate bindings and also the kernel swsusp which both work equally well (a…
-
comment
Comment #46466589
I share the same sentiment. I've had the same Arch install running since ~2016 and have been using Arch since about 2013 and the number of times I've needed to chroot from a live i…
-
comment
Comment #46404922
As an early adopter (signed up for the matrix.org riot instance some time in 2016) and someone who has run a homeserver on and off for nearly a decade, my primary issue with Matrix…
-
comment
Comment #45967646
The book that's really stood out to me is the Kernighan/Pike "The Practice of Programming" as something that steered me in a really good direction when I was first learning to writ…
-
comment
Comment #45931410
But with a containerized app image you can reduce the blast radius of the poorly maintained app compared to running it bare metal on a host with other services. Also you can still …
-
comment
Comment #45905637
Rootkit anti-cheats can still often be bypassed using DMA and external hardware cheats, which are becoming much cheaper and increasingly common. There's still cheaters in Valorant …
-
comment
Comment #45905550
The big publishers already have their own launcher and platforms and are increasingly moving back onto Steam because they see higher PC player counts and sales when their games are…
-
comment
Comment #45905512
I view it as Valve is doing me a favor by adding friction towards me installing a rootkit to play video games. There's also been numerous userspace ACs that work well and also run …
-
comment
Comment #45664292
You can buy a mini pc for >$200 USD that is capable of running most desktop tasks and can also handle server tasks. Good quality integrated graphics APUs are also plentiful and fai…
-
comment
Comment #45649129
Sorry to hijack this thread to ask - but what is the current state of sliding sync? Does it still require a separate proxy service to enable sliding sync if you're self-hosting a h…
-
comment
Comment #45649095
> what happened to just having a single device and having it run the code directly and show you the result directly? Having access to multiple computers/devices as a single user be…
-
comment
Comment #45463551
Looking through the commit graph for Omarchy is wild. It has 2000+ commits, most of which contain the type of intermediary work pushed into the trunk that you'd see from a jr who d…
-
comment
Comment #45132735
"dead simple" really depends on what you're targeting and how. If you're targeting a cloud deployment on hardware you don't control or that's running with multiple instances/replic…
-
comment
Comment #45121580
I don't really know anything about self-hosting Next apps - but if you're deploying to k8s, it's not really that difficult or far-fetched to run an otel collector sidecar for your …
-
comment
Comment #45121558
That doesn't really mean it's heavyweight though; an extra layer, sure (but I don't even really agree that it's complex - you set it up once and then mostly just log the same way y…
-
comment
Comment #45108734
What specifically is heavyweight about OTEL? At its core it's a standard for producing structured logs along with some standards for exporting/collection. The heaviness is really i…
-
comment
Comment #45103756
> Why can’t logger().info() just work in a sensible way? I think OTEL is pretty sensible for a vendor-free and if you want to have a console logger you can use the console exporter…
-
comment
Comment #45052927
The Bitnami images and helm charts are just convenient repackaging of things that are already freely (gratis) available. There's nothing stopping you from still deploying Kafka or …
- story
- story
-
comment
Comment #44170516
> An e-bike that can even do 20mph comfortably is much closer to a moped than a bicycle There are pedal assist ebikes hitting the market that are nearly indistinguishable from a ro…
-
comment
Comment #43325563
Isn't it likely that newer projects licensing under GPL are also unlikely to be using GitHub and instead be using a platform like GitLab or Forgejo (or previously Gitea or somethin…
-
comment
Comment #42816734
This is basically the modern "google-driven" development experience as well. The copy-pasting from SO trope has existed for some time, but it's much worse in the last 5-7 years wit…