Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dmart
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
dmart
11mo ago
When I see an AI-generated hero image, I close the tab. It’s an excellent heuristic for quality.
2.
▲
by
dmart
11mo ago
Thanks for the recommendation! I'd heard of fish but didn't realize that was a feature. It seems quite nice.
3.
▲
by
dmart
11mo ago
I’m not a huge fan of Warp, but I would love for any other terminal to copy its text editor-style input field. It’s so much nicer for 90% of my terminal usage (long multi-line commands, etc.) And when you do need TUI behavior that 10% of th
4.
▲
by
dmart
11mo ago
The new one also doesn’t consistently snap to a specific line in the URL fragment if the diff is too large, which makes sharing links problematic.
5.
▲
by
dmart
1y ago
Wow, reordering workspaces with the mouse! This is a small thing that has been driving me insane on GNOME coming from macOS.
6.
▲
by
dmart
1y ago
VPC endpoints in general should be free and enabled by default. That you need to pay extra to reach AWS' own API endpoints from your VPC feels egregious.
7.
▲
by
dmart
1y ago
Just offloading the analysis to the phone is extremely funny. It also seems like a pretty obvious solution, so I wonder if it was delayed by legal analysis and they only just decided it was likely to hold up in court.
8.
▲
by
dmart
1y ago
Ah, that may be the case - I’ll edit my comment. I was primarily using macOS before this so I may have misremembered the Windows behavior.
9.
▲
by
dmart
1y ago
As a recent Linux (and Wayland) switcher, I love this behavior. It has always felt insane to me that macOS will just let some random auto-updater steal focus and eat your keystrokes while trying to work on something.
10.
▲
by
dmart
1y ago
I like Nix but I think the current model of reinventing a new set of declarative configuration settings for each package is fundamentally misguided and will not scale in the long term (look at the number of program-specific options in Home
11.
▲
by
dmart
1y ago
I don’t know what you mean by this, unless there’s a personal reason. LGA has a free shuttle bus from the subway, JFK and EWR have AirTrains connected to the subway, and SFO has a direct BART connection. I use public transit exclusively to
12.
▲
by
dmart
1y ago
My guess would be that this is in support of the preview hover feature. For a while now, you can watch an entire video just by hovering over it, complete with captions, scrubbing and audio. This wouldn't be very useful if the thumbnail
13.
▲
by
dmart
1y ago
Abandoning traditional constructors and all their strange special-cased rules in favor of regular old class methods that return Self was one of Rust’s best design decisions, I think. Super easy to reason about. Glad to see similar technique
14.
▲
by
dmart
1y ago
I used Direct File this year. Super fast and simple, no upsells or bullshit. Feels like every little thing just gets worse and worse lately.
15.
▲
by
dmart
1y ago
Would be interested in any impressions of this vs. TLPI. Seems like it covers a lot of similar topics.
16.
▲
by
dmart
2y ago
Gross. The slow intrusion of ads into more and more places might raise revenue a little bit, but tarnishes Apple's brand image. Apple News is already a revolting app, only somewhat saved by the fact that Google News is even worse. I&#x
17.
▲
by
dmart
2y ago
Wow, I really, really like this! A couple points of feedback (based on testing out Japanese -> English translation): - It took me a second to find auto-pause. Maybe some of those things in the settings menu could be more accessible, simi
18.
▲
Apple Intelligence Isn't Driving iPhone Upgrades
(macrumors.com)
4 points
by
dmart
2y ago
|
0 comments
19.
▲
by
dmart
2y ago
Using #[from] in a thiserror enum is an antipattern, IMO. I kind of wish it wasn't included at all because it leads people to this design pattern where errors are just propagated upwards without any type differentiation or additional c
20.
▲
by
dmart
2y ago
No. Screen Time (their parental controls implementation) is easily circumventable, includes a “One More Minute” feature that can’t be disabled, doesn’t sync properly, manages to crash Safari in mysterious ways… I could go on. It’s disastrou
21.
▲
by
dmart
2y ago
Venvs are so clunky and probably the biggest stumbling block for beginners. There was a proposal for a directory-based node_modules analogue which was unfortunately rejected. I think that would have been the single biggest improvement to th
22.
▲
Based Static Typing for Python
(github.com)
3 points
by
dmart
2y ago
|
0 comments
23.
▲
by
dmart
2y ago
I would have liked to see a comparison in the fold() section that functions the same way as the original for loop: list_of_lists.into_iter().fold(Vec::new(), |mut accumulator, list| { accumulator.extend(list);
24.
▲
by
dmart
2y ago
I’m assuming they mean stuff like Quaker oatmeal packets which are half sugar.
25.
▲
by
dmart
2y ago
I’ve been hearing about access to DOM APIs from WASM for years now. Does anyone know why this is such a difficult problem?
26.
▲
by
dmart
2y ago
I don’t see how container tabs “get you halfway there”? I think they’re far superior to needing to switch your entire browser context to a different profile.
27.
▲
by
dmart
2y ago
How dare they add undocumented APIs to a product they pay to develop and give away for free.
28.
▲
by
dmart
2y ago
I fully expect that an exception will be made to effectively treat it as a tech-related gTLD, which is how it has been used in practice all along anyway. If ICANN really chooses to break every GitHub Pages, crates.io, gcr.io, quay.io, etc.
29.
▲
by
dmart
2y ago
Yup this drives me crazy. I've been bitten by urllib3 or SSL exceptions being bubbled up by random libraries so many times that now I always include an except Exception: block just in case.
30.
▲
by
dmart
2y ago
With safe concurrency and typed throws, Swift is starting to look a lot like a friendlier Rust to me. Honestly pretty excited to take a look at it again, though I doubt it will become my daily driver due to the smaller package ecosystem. Ho
More ›