Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mitemte
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
mitemte
27d ago
You can use DeepSeek’s models through a provider that doesn’t train on your data, nor retain it. You could also self host them.
2.
▲
by
mitemte
7mo ago
The App Store has done a great job of training users to think that anything downloaded from it is somehow safe. In reality, Apple’s static code analysis and human review processes are flawed and people need to exercise way more caution than
3.
▲
by
mitemte
7mo ago
Do you actually want that built into the OS? To me, this is an app but an invasion of privacy if it’s integrated into the OS.
4.
▲
by
mitemte
8mo ago
I can see a lot of negatives in relation to removing the human readable aspect of software development. Thorough testing would be virtually impossible because we’d be relying on fuzzing to iron out potential edge cases or bugs. In this situ
5.
▲
by
mitemte
10mo ago
Figma has become absolutely shocking in the past few years. The performance is so bad these days. It doesn’t help that almost every designer doesn’t care to split things into more than one document. I’ve seen Figma documents with hundreds o
6.
▲
by
mitemte
11mo ago
In Australia, if you work in multiple places and at multiple companies, it’s still trivial to file your own taxes. You log in to the government portal, where the collected amounts of tax from each income source, including bank interest, is
7.
▲
by
mitemte
1y ago
I don’t mind the visual appearance of iOS 26. My main gripe is that this update introduces some pointless additional taps for common interactions. Here’s some of the UX regressions: - Apple Music: the “next track” button is only visible if
8.
▲
by
mitemte
1y ago
Settings > Safari > Set tabs to “Bottom”. This gives you back the old style bottom bar, including the all tabs button. The “Compact” UI option is complete and utter garbage.
9.
▲
by
mitemte
1y ago
Claude Code Router ( https://github.com/musistudio/claude-code-router ) lets you use Claude Code with other, non-Anthropic models.
10.
▲
by
mitemte
1y ago
react-router is such a disaster. It’s got to be one of the most irritating but ubiquitous packages. I’m going to migrate to Tanstack Router on a project that uses react-router v6 currently, rather than bother with the v7 migration.
11.
▲
by
mitemte
1y ago
I don’t think it’s actually faster than Jest in every circumstance. The main selling point, IMO, is that Vitest uses Vite’s configuration and tooling to transform before running tests. This avoids having to do things like mapping module res
12.
▲
by
mitemte
1y ago
Figma was quick until a 12-18 months ago, it’s been getting progressively worse. It’s excruciatingly slow at times now. The version history feature takes forever to load. It’s a shame, at one point it was, in my opinion, the best execution
13.
▲
by
mitemte
1y ago
What’s worse is it used to be 90 days. Apple changed it to 7 days years ago.
14.
▲
by
mitemte
1y ago
I recently spent 2 weeks fixing a project that a senior engineer seemingly vibe coded while I was on holiday. Prior to that, their work output was excellent in terms of quality and pace. Those 2 weeks were absolute hell for me. I estimate I
15.
▲
by
mitemte
2y ago
The Australian open runs for two weeks, solely in January, so you can subscribe for a single month. ~$12 is roughly the price of a single beer at a game. If you can get 2 weeks of entertainment for $12, I think that’s reasonable.
16.
▲
by
mitemte
2y ago
Having seen this generation at music festivals, I kind of disagree. I feel like the current generation go really hard on drugs. In Australia, nightclub entry can be expensive, ranging from $20-50 per club. 10 years ago, you’d club hop, mayb
17.
▲
by
mitemte
2y ago
One thing I like about Berlin is that some clubs explicitly forbid photos. Staff place stickers on the front and back cameras when you enter. Anyone spotted taking photos is kicked out.
18.
▲
by
mitemte
2y ago
Wow, this seems ridiculous. The expected answer is basically finding a loophole in the problem. I can imagine how worthless all of these models would be if they behaved that way.
19.
▲
by
mitemte
2y ago
> Nothing unproven about covid coming out of wuhan lab The burden of proof lies on those making the claim of a lab origin. In scientific investigation, the party proposing a particular explanation must provide evidence to support it, rat
20.
▲
by
mitemte
2y ago
Look at U.S. factories now vs the 1980s - way fewer workers but making more stuff. Yeah, companies moved jobs overseas, but they also went big on automation to boost efficiency. That's a huge reason factory jobs disappeared. As for COV
21.
▲
by
mitemte
2y ago
Similar experience here. These tools are so good for side stepping the one or two day grinds.
22.
▲
by
mitemte
2y ago
Claude web’s context window is 200K tokens. I’d be surprised if GitHub Copilot’s context window exceeds 10K. I’ve found using Claude via Copilot in VS Code produces noticeably lower quality results than 3.5 Sonnet on web. In my experience C
23.
▲
by
mitemte
2y ago
I’m paying $240 a year to Anthropic that I wasn’t paying before and it’s worth it. While I don’t use Claude every single day, but I use it several times a day when I’m working. More times than the free tier allows.
24.
▲
by
mitemte
2y ago
This might be of interest https://github.com/asvd/jailed .
25.
▲
by
mitemte
2y ago
Existing hearing aid products are still available for purchase for those who want them. I don’t think AirPods are going to replace hearing aids. Hopefully they lower the barrier for entry and perhaps lower the price of existing products.
26.
▲
by
mitemte
2y ago
If iPhone owners can improve their hearing for $250, that’s a win for a large number of people. Sure, it doesn’t solve the problem for everyone, but neither does a $2000 pair of hearing aids.
27.
▲
by
mitemte
2y ago
What makes you say that? Canva already stated Affinity won’t be going anywhere. https://www.canva.com/newsroom/news/affinity-canva-pledge/
28.
▲
by
mitemte
2y ago
Maybe something like this, which relies solely on flex box for layout. .outer { display: flex; justify-content: space-between; align-items: center; } .left { flex: 1; display: flex; justif
29.
▲
by
mitemte
2y ago
With the exception of the instruments features, Xcode’s poor refactoring features, needless animations, bad code navigation, lack of a terminal, and limited plugin support make it such a drag to use. AppCode was better in almost every regar
30.
▲
by
mitemte
2y ago
Can you provide some examples of modern layout systems? I’d be curious to see what’s on offer. I have experience with various iterations of UIKit’s auto layout, Yoga, as well as CSS and some Swift UI. I’ve found CSS to be considerably easie
More ›