Viewing profile — w4rh4wk5
w4rh4wk5
HN member- Joined
- Sat, Aug 31, 2013, 12:47 PM UTC
- HN karma
- 1,144
- Public activity
- 380 items
- HN profile
- View on Hacker News ↗
About w4rh4wk5
Recent public activity
-
comment
Comment #48758878
For anyone interested in a single-body, low-profile mechanical keyboard with a split layout, checkout PERIBOARD-335. Highly recommend it.
-
comment
Comment #48192095
I highly doubt that. Photoshop, even for 95% of users, is pretty heavy on non-destructive editing. GIMP did not have that for a very long time and is no where near feature parity t…
-
comment
Comment #48161645
At this point, I am thinking about connecting a stock Android phone to a server and access it via scrcpy from my laptop whenever I need to interact with some stupid app bs that cou…
-
comment
Comment #48136105
Yeah, in my field this approach is pretty much infeasible. Typically, I am given an ancient code base that is full of bad decisions, hard to read code and no tests in sight. Someti…
-
comment
Comment #48132419
It's not that people are _still_ using debuggers; it's that people have actually discovered debuggers and workflows that are more productive than adding print statements, recompili…
-
comment
Comment #48121673
I'd argue reflection is very much a feature for libraries. You wouldn't use it directly, but your JSON / YAML serialize is then built on top of it. So are your bindings for scripti…
-
comment
Comment #48121423
IIRC Ubuntu provided this when they introduced Unity -- quite a long time ago. When the window is maximized the menubar was merged into the top panel, but when the window was not m…
-
comment
Comment #48120916
I've been wondering about debug-ability of code using reflection. X-Macros are quite annoying to step through in most debuggers, though possible. While the code in the first exampl…
-
comment
Comment #48120323
The panel itself is not the problem, it's the lack of integration with windows. In GNOME, when you maximize a window, the title bar stacks underneath the top bar. If that window al…
-
comment
Comment #48026771
I commonly hear people saying that, but then other people claiming this isn't true. Is there a clear source for this mechanism?
-
comment
Comment #47996535
DXVK works great for DirectX 11. However, it's rather annoying to debug through this intermediate layer. I wouldn't recommend this for development.
-
comment
Comment #47960690
From my experience having used Haskell (a long time ago), the main benefit of Monads is the `do` and Whether this is the best thing since sliced bread or not, is left as an exercis…
-
comment
Comment #47662484
I'd argue it's absolutely ludicrous to give _other people's information_ up to an app (or website). Your contacts contain names, phone numbers, potentially photos and addresses of …
-
comment
Comment #47566299
Multi cursor support in VSCode replaced 98% of my need for macros. Yes, macros are more powerful, but they are pretty easy to get wrong. With multiple cursors, it's far easier to s…
-
comment
Comment #47464877
For completeness, there's also the somewhat common way of creating an object file directly from the binary using objcopy. The object file ends up with 3 symbols with names based on…
-
comment
Comment #47460931
Pretty much: https://gitlab.gnome.org/GNOME/file-roller/-/issues/4
-
comment
Comment #47445289
I'll repeat my question from a while ago. Is the official Temu app, available on the Play Store, still full of questionable malware / spyware code? If so, it's clear that none of t…
-
comment
Comment #47402408
For someone who has multiple years of experience using Linux for desktop and servers, what's the best way to get into FreeBSD? Any specific recommendations for desktop, like is Way…
-
comment
Comment #47395674
I am part of a game dev focused Discord server where people regularly ask how to get into C++. Because of this (and similar) repeating questions I've put together this repository a…
-
comment
Comment #47378255
Thanks for pointing this one out. I am hesitant to buy Apple accessories like these as I am having quality concerns. Specifically the macbook chargers I've encountered are far less…
-
comment
Comment #47378027
Are there recommendations on USB-C to 3.5mm adapters, preferably ones with input and output? My biggest complain with Bluetooth headphones is the astonishingly bad quality when doi…
-
comment
Comment #47324261
I've looked at Magit and indeed Emacs is a blocker as it's not something I'd like to pick up and maintain. I am using Fork as my primary Git GUI and am pretty happy with it. Lazygi…
-
comment
Comment #47230306
Let's use Slopilot in the meantime.
-
comment
Comment #47032238
Guess changing it is considered an edge-case.
-
comment
Comment #47000596
So, there's still no option to adjust the corner radius?