Live data from Hacker News

Fast

catherinejue.com

281–290 of 450 posts

Re: Fast

#282

Earlier quoted context omitted.

This does not undermine chamomeal's argument. The whole point is that back in the N64 days, they could not possibly have had that experience. There was no way to even make it happen. The fact that today it's a real possibility when you've done nothing obviously wrong is a definite failure.

TVs back then supported a given standard (NTSC, PAL) and a lower resolution. CRTs couldn't "buffer" the image. Several aspects made it so that "cheating" was not possible. It was either fast, or nothing. Image quality suffered, but speed was not a parameter. With LCDs, lag became a trade-off parameter. Technology enabled something to become worse, so economically it was bound to happen.

>CRTs couldn't "buffer" the image

Sounds reasonable, but no.

https://www.extron.com/article/ntscdb4

Re: Fast

#284

The flip-side of this is that if something is too fast, it raises doubts about whether it actually happened at all. I'm reminded of the TurboTax case, where Intuit found that adding a bunch of artificial loading screens to make it look like TurboTax was taking its time to really pore over customers' tax returns ended up being more appealing to users than not doing so. The actual "analyses" happen within less than a s…

A ticket booking system I was familiar with added latency after upgrades to maintain a particular experience for the operators.

I guess they were used to typing stuff then inspecting paperwork or other stuff waiting for a response. Plus, it avoided complaints when usage inevitably increased over time.

Re: Fast

#285
post #54

I always have to remind myself of the bank transfer situation in the US whenever I read an article complaining about it. Here in the UK, bank transfers are quick and simple (the money appears to move virtually instantly). Feel free to enlighten me to why they're so slow in the US.

IS IT NOW!? last time I visited (long time ago) it was BACS, and the bank clerk told me it takes one day to "properly" register they've received my fund, one day to make sure it transferred and on the third and final day, the other bank can "properly" acknowledge they've received the fund thus why it took 3 FRIGGIN DAYS. I used so much cash back then.

Re: Fast

#286

I got so tired of waiting for GitHub pages taking ~600ms to load (uncached), so decided to build my own Git hosting service with Go and HTMX. I know this is completely different scale, but compare: [1] https://github.com/git/git [2] https://gitpatch.com/gitpatch/git-demo And there is no page cache. Sub 100ms is just completely different experience.

Very nice. Also a plea. Don't animate the >. Or, don't wait for the animation to finish before showing the contents.

Re: Fast

#287
make fast sexy again... please growing up I've thoroughly enjoyed seeing workers tapping away at registers where it doesn't have a mouse, all muscle memory and layers and layers of menu accessible by key taps, whether it's airline, clothing store, even some restaurant used to have those dimly lit terminals glowing green or orange with just bunch of text and a well versed operator chatting while getting their work done. the keys were commercial grade mechanical which made pleasing sound.

nowadays it's fancy touch display, requires concentration and often sluggish, and the machine often felt cheap and made cheap sound when tapped on, I don't think the operator are ever enjoying interacting with it and the software's often slow across the network....

I'm all for fast. It shows no matter what, at least somebody cared enough for it to be blazing fast.

Re: Fast

#288

> Fast is relative I once used Notion at work and for personal note taking. I'd never felt it was "slow." Until later I moved my notes to Obsidian. Now when I have to use Notion at my job it feels sluggish.

Notion just seems to get worse and worse. I used to love it but now I find it infuriatingly slow. Glad to hear Obsidian is better as I’ve been considering it as an alternative.

Obsidian's local first editing experience makes a huge difference to creativity and flow.

I've been working on making Obsidian real-time collaborative with the Relay [0] plugin. In combination with a few other plugins (and the core Bases plugin) you can build a pretty great Notion alternative.

I'm bullish on companies using Obsidian for knowledge management and AI driven workflows. It's pretty reasonable to build custom plugins for a specific vertical.

[0] https://relay.md

Re: Fast

#289

Fun story time! Early in my career as a software engineer, I developed a reputation for speeding things up. This was back in the day where algorithm knowledge was just as important as the ability to examine the output of a compiler, every new Intel processor was met with a ton of anticipation, and Carmak and Abrash were rapidly becoming famous. Anyway, the 22 year old me unexpectedly gets invited to a customer meetin…

Working with a task scheduling system, we were told that every minute a airplane is delayed costs $10k. This was back in the 90s, so adjust accordingly.

Re: Fast

#290
post #219

Earlier quoted context omitted.

Eeeh, I spend less time writing code, but way more time reviewing and correcting it. I'm not sure I come ahead overall, but it does make development less boilerplaty and more high level, which leads to code that otherwise wouldn't have been written.

I wonder if you observe this when you use it in a domain you know well versus a domain you know less well. I think LLM assistants help you become functional across a more broad context -- and completely agree that testing and reviewing becomes much, much more important. E.g - a front end dev optimizing database queries, but also being given nonsensical query parameters that don't exist.

Oh yes, of course, if I don't know a domain well, I can't review it. That doesn't mean the LLM makes fewer mistakes there, though.
Post reply on HN