Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
w4rh4wk5
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
w4rh4wk5
3mo ago
For anyone interested in a single-body, low-profile mechanical keyboard with a split layout, checkout PERIBOARD-335. Highly recommend it.
2.
▲
by
w4rh4wk5
4mo ago
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 today AFAIK. Don't get me wrong, Photoshop sucks hard, A
3.
▲
by
w4rh4wk5
4mo ago
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 could've just been a website. At least this way I can keep
4.
▲
by
w4rh4wk5
4mo ago
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. Sometimes there are assertions, if I am lucky. It's impractic
5.
▲
by
w4rh4wk5
4mo ago
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, recompiling, and rerunning the program. Casey has been talk
6.
▲
by
w4rh4wk5
4mo ago
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 scripting engines like Lua.
7.
▲
by
w4rh4wk5
4mo ago
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 maximized it looked like a regular window with tilebar and me
8.
▲
by
w4rh4wk5
4mo ago
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 example is evaluated fully at compile-time, how would you app
9.
▲
by
w4rh4wk5
4mo ago
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 also happens to have a menubar (e.g. LibreOffice) that ge
10.
▲
by
w4rh4wk5
4mo ago
I commonly hear people saying that, but then other people claiming this isn't true. Is there a clear source for this mechanism?
11.
▲
by
w4rh4wk5
5mo ago
DXVK works great for DirectX 11. However, it's rather annoying to debug through this intermediate layer. I wouldn't recommend this for development.
12.
▲
by
w4rh4wk5
5mo ago
From my experience having used Haskell (a long time ago), the main benefit of Monads is the `do` and <- syntax. Once you got your thing to satisfy the Monad interface, you unlocked the nice syntax for writing code. That, and compatibilit
13.
▲
by
w4rh4wk5
5mo ago
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 _other people_.
14.
▲
by
w4rh4wk5
6mo ago
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 spot where your inputs don't work out and adjust ac
15.
▲
by
w4rh4wk5
6mo ago
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 the input file. For instance, a binary file level0.map
16.
▲
by
w4rh4wk5
6mo ago
Pretty much: https://gitlab.gnome.org/GNOME/file-roller/-/issues/4
17.
▲
by
w4rh4wk5
6mo ago
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 these changes are actually to protect users.
18.
▲
by
w4rh4wk5
6mo ago
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 Wayland ready on FreeBSD?
19.
▲
by
w4rh4wk5
6mo ago
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 as a guide. Note that this is full of my personal opinio
20.
▲
by
w4rh4wk5
6mo ago
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 rigid than Lenovo Thinkpad chargers (at least before t
21.
▲
by
w4rh4wk5
6mo ago
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 doing voice calls.
22.
▲
by
w4rh4wk5
6mo ago
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. Lazygit and tig cover the few use-cases which Fork
23.
▲
by
w4rh4wk5
7mo ago
Let's use Slopilot in the meantime.
24.
▲
by
w4rh4wk5
7mo ago
Guess changing it is considered an edge-case.
25.
▲
by
w4rh4wk5
7mo ago
So, there's still no option to adjust the corner radius?
26.
▲
by
w4rh4wk5
7mo ago
From personal experience, yes. Most of my friends are part of multiple large servers, often interacting with a small subsets of these communities. At this point, I don't think there is a comparable alternative.
27.
▲
by
w4rh4wk5
7mo ago
The non-developer / non-power-user is likely already using their Microsoft account to log into the OS.
28.
▲
by
w4rh4wk5
8mo ago
Hey, I really appreciate this site! Independent from my personal opinion on modules, I think it's extremely helpful to everyone to see the current state of development; and you do an excellent job reflecting that.
29.
▲
by
w4rh4wk5
8mo ago
You still organize the big file into sections to keep things together that are semantically related. For Git it mostly doesn't matter whether it's 100 small files or a single big one.
30.
▲
by
w4rh4wk5
8mo ago
I am fine with waiting for a feature and using it when it's here. But at this point, I feel like C++ modules are a ton of complexity for users, tools, and compilers to wrangle... for what? Slightly faster compile times than PCH? Less p
More ›