Viewing profile — struanr
struanr
HN member- Joined
- Tue, Dec 13, 2022, 12:33 PM UTC
- HN karma
- 38
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About struanr
No profile information was provided.
Recent public activity
- story
-
comment
Comment #46165641
Is a camera bump really that much of an issue? Most people have a case on their phone anyway
-
comment
Comment #46145610
I have seen quite a few chippys in Glasgow and Dundee, but it has always seemed to me like a thing for tourists
-
comment
Comment #46138703
Arc Raiders is a great example of a modern and popular multiplayer game that works with proton. I haven't heard about it having a problem with cheating.
-
comment
Comment #45444184
Tiger Style is a coding philosophy focused on safety, performance, and developer experience. Inspired by the practices of TigerBeetle, it focuses on building robust, efficient, and…
- story
-
comment
Comment #43970876
Although I have certainly created pull requests before that have been ignored so not sure GitHub solves this problem.
-
comment
Comment #42962836
> bluetooth audio is lower quality than it could be (AptX and LDAC codes unsupported) Not sure what you mean by this, aptX and aptX HD work flawlessly for my Bluetooth headphones w…
-
comment
Comment #42654308
I have been using Syncthing fork since before the official app was discontinued, and can vouch for its quality. My favorite feature is that it allows conditional pausing of folders…
-
comment
Comment #42316191
Completely anecdotally, but my personal experience over the past ~2.5 years of using Emacs has been the opposite of a dwindling community. Releases are frequent, often containing e…
-
comment
Comment #42290059
Excited to try this. I was aiming to be done by Christmas, but this is my first AoC and reading other replies makes this seem a bit unrealistic. Decided to do it in elisp to try an…
-
comment
Comment #41917172
I use this; it does require changing the Firefox accelKey to something other than control, but works well. I also tried using nyxt but found it to be far too slow.
-
comment
Comment #41345485
This looks great! It seems to solve the issue I always had with civilisation where the game becomes progressively easier as you advance ahead of the AI, leading to a late game whic…
-
comment
Comment #41240479
If you press '?' in the magit window a popup of available commads should appear. If I remember correctly from when I used to use DOOM emacs before switching to vanilla, evil (vi em…
-
comment
Comment #40818975
Personally I went from Arch to NixOS and now back to Arch. Whilst I can appreciate the power of NixOS it felt like such a huge amount of abstraction and secret sauce it made it imp…
-
comment
Comment #40438478
For non Django code, the IPython REPL with the %pdb magic enabled drops you in a ipdb debugger on an exception. Doesn't allow resuming but still very useful.
-
comment
Comment #38965971
An actively developed alternative is emacs-jupyter, which allows you to use an org file similarly to a notebook.
-
comment
Comment #37232960
Also worth swapping the control and caps lock keys (system wide if possible). Takes a while to relearn but much easier to reach with your pinky.
-
comment
Comment #35808191
I feel like a VPN ban might be difficult to enforce due to corporate usage of the same technology
-
comment
Comment #35612688
It's a pain to set up, but you can use the EFISTUB[1] capabilities of the Linux kernel to make it boot itself. Initramfs is then capable of decrypting argon2id LUKS2 partitions. Si…