Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jwells89
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
jwells89
2y ago
For personal use, the only issue I take with Obj-C is how it's considerably less "batteries included" relative to Swift. For collaborative projects on the other hand, it can become a handful to maintain if everybody contribut
2.
▲
by
jwells89
2y ago
Be careful with these though, a lot of USB switches (most readily available ones, even) aren't wired correctly and can result in current flowing from one computer to the other.
3.
▲
by
jwells89
2y ago
A fork wouldn't be explicitly required, but generally in established FOSS projects, when attempting to make changes that are either large or widely peppered throughout the project you're going to be fighting against headwinds from
4.
▲
by
jwells89
2y ago
If I sat down to compose the list, it'd be full of lots of small things. Think how under KDE, the file copy progress UI is a semi-persistent notification banner instead of a normal dialog like it's always been on Windows. While ea
5.
▲
by
jwells89
2y ago
Themes are great, but they're surface level and don't change the numerous little behavioral/UX differences between KDE and whichever version of Windows. They also require the user to have gotten as far as to discover that KDE
6.
▲
by
jwells89
2y ago
The sheer lack of useful software in a stock Windows install has always been a bit baffling to me. Linux is better in this regard (depending on distribution), but nothing beats macOS for time from fresh install to usability. Not only does i
7.
▲
by
jwells89
2y ago
KDE is solid but I think is just different enough to throw off less technically oriented would-be switchers. I think a fork of KDE that changes it to be more of a 1:1 match to Windows would be highly beneficial here, especially if this fork
8.
▲
by
jwells89
2y ago
It depends a lot on what hardware one has and what software one uses, in my experience. A laptop that’s a generation or two behind built without discrete graphics, Intel networking, and a display that’s usable at 1x UI scaling? Smooth saili
9.
▲
by
jwells89
2y ago
> That means throwing out a lot of code too. It's the cost to pay. And likely, upsetting power users who want to run with all the safeties off.
10.
▲
by
jwells89
2y ago
As far as I’m aware, Windows doesn’t have anything quite like services on macOS and probably can’t because Windows apps, even those that are first-party, are built with a menagerie of different UI toolkits which means there are no universal
11.
▲
by
jwells89
2y ago
Simply put, this chunk of the electorate doesn’t have any kind of grasp on the workings of government. As you say, their motivations for voting are simplistic and difficult for campaigns to reason about because they’re so particular to each
12.
▲
by
jwells89
2y ago
Works for images in Preview and even in Safari too. Super handy.
13.
▲
by
jwells89
2y ago
Coda’s successor Nova[0] continues the tradition. [0]: https://nova.app/
14.
▲
by
jwells89
2y ago
Figma to me feels geared toward collaborative prototyping specifically. It’s kinda clunky and awkward for creation of graphical assets, which is where I find Sketch a lot nicer.
15.
▲
by
jwells89
2y ago
I dunno, I'd be more inclined to subscribe to a version of Photoshop CS1/CS2 that runs on modern operating systems where all development effort goes into fixing bugs and improving performance instead of something like current Phot
16.
▲
by
jwells89
2y ago
The no-subscription aspect is a huge differentiator IMO, and depending on situation is even worth trading off features. Losing access to your work because you stopped your Adobe subscription sucks, as does the eventual premium over single-p
17.
▲
by
jwells89
2y ago
It would be nice. Similarly have a 5950X/3080Ti tower and it’s a great machine, but if it were an option for it to be as small and low-noise as the new Mini (or even the previous mini or Studio), I’d happily take it.
18.
▲
by
jwells89
2y ago
I'm just speaking from personal experience. That example was real, Firefox did not work with hardware accelerated video decode out of the box for me under Fedora, which was pretty high impact with that machine being used for studying.
19.
▲
by
jwells89
2y ago
Even on the machines most well-supported by Linux, which are Intel x86 PCs with only integrated graphics and Intel wifi/bluetooth, there are still issues that need to be tinkered away like getting hardware-accelerated video decoding wo
20.
▲
by
jwells89
2y ago
Looks like the button is probably accessible without picking the machine up thanks to the outer edges being raised enough to fit a finger underneath. If that's the case, I don't really see an issue, and if anything it's prefe
21.
▲
by
jwells89
2y ago
System Profiler labels those in my CalDigit TS4 as hubs, but it's entirely possible that's not accurate.
22.
▲
by
jwells89
2y ago
This is something I have a difficult time agreeing on. I expect a certain level of information density and configurability in desktop UIs, which shoehorned mobile-style UIs don't do well to provide. Deep modality is also a peeve; on de
23.
▲
by
jwells89
2y ago
Same. This utility is also multiplied by having a separate set of virtual desktops on each display, which lets one create sets of windows/apps that can be mix-matched between screens, reducing the amount of window-shuffling to almost n
24.
▲
by
jwells89
2y ago
Depends on what's being developed, I guess. No tables/trees is probably ok for a lot of lighter end-user sorts of apps but doing without them for many desktop-first apps and utilities would be rough. Desktop file managers, media l
25.
▲
by
jwells89
2y ago
Sadly it's been common for USB hubs to be dodgy ever since the advent of USB 3. I rarely had trouble out of 1.x and 2.x hubs, but 3.x+ hubs are consistently trouble. The only ones that haven't been problematic are those integrated
26.
▲
by
jwells89
2y ago
It’s not that I limit myself to standard widgets, it’s more that the toolkits I use have a full enough complement of standard widgets that any custom needs are easily met by tweaking one of those. In UIKit for instance I typically build cus
27.
▲
by
jwells89
2y ago
Depending on widgets external to the toolkit is a no-go for me. It unnecessarily bloats dependencies and there’s a high risk of the widget eventually being abandoned.
28.
▲
by
jwells89
2y ago
Thankfully, I’ve not run into that issue, at least not with any frequency. Might’ve happened once in a year and change, and I can’t remember clearly if even that actually happened.
29.
▲
by
jwells89
2y ago
For React Native it’s common for navigation to be weird compared to UIKit/SwiftUI apps. Also common for things like padding/margins to be off since standard layout facilities aren’t being used, and devs of RN apps will often visua
30.
▲
by
jwells89
2y ago
I can’t imagine using Flutter for desktop development if only because like most newer UI frameworks, it’s mobile focused and doesn’t come with important desktop widgets like tableviews/datagrids and treeviews.
More ›