How could I forget to mention ctrl+f!
- 0 Posts
- 6 Comments
There are a couple of functions that web apps almost always have and that native apps tend to lack: (1) selecting and copying text from anywhere in the app to the clipboard; (2) bookmarking individual views within the app. Of course, natives apps in principle could be faster and use more of your hardware —in practice though, they tend to be horribly bloated electron crapps. 😅 So yeah, a decent native app can be better than a web app, but good luck finding one for your purpose.
oantolin@discuss.onlineto Programming@programming.dev•AI coders think they’re 20% faster — but they’re actually 19% slower13·9 days agoOne interesting feature in this paper is that the programmers who used LLMs thought they were faster, they estimated it was saving about 20% of the time it would have taken without LLMs. I think that’s a clear sign that you shouldn’t trust your gut about how much time LLMs save you, you should definitely try to measure it.
oantolin@discuss.onlineto Programming@programming.dev•Adding a feature because ChatGPT incorrectly thinks it exists93·14 days agoNormally people use ChatGPT to vibe code, this is the first instance I’m aware of of ChatGPT using people to vibe code!
oantolin@discuss.onlineto Programming@programming.dev•Which are your favorite podcasts about programming?1·22 days agoKris Jenkins is a top-notch interviewer! He lets the interviewee talk, really pays attention and asks good follow up questions. I know that sounds like standard things an interviewer should do but at least in tech podcasts few seem to.
And even among runtime environments some are much better than others. I don’t really mind dotNet or the JVM that much, but Electron seems particularly wasteful. I don’t use a single Electron app.