HN user

cmgriffing

181 karma
Posts0
Comments63
View on HN
No posts found.
Notes on DeepSeek 1 month ago

Ollama cloud is also a fantastic deal. They also don’t have a monthly limit, just session and weekly.

This might sound crazy but I started live streaming partially because I wanted to work on side projects.

You will be less productive than getting into a focus state off line. But 0.5x is still infinitely higher than zero.

On stream, you don’t get to randomly hop into a game or doom scroll social media or hackernews.

I was digging into the cursor effect just to see why it's so laggy for some people and noticed that this is actually a Next.js site.

That is news to me that Google is using Nextjs for anything.

I think this is a good case for applying Hanlon's Razor. The person that did the forking and removal of copyright text may simply not know that it needed to stay there.

I would love to know what processes MS is considering to prevent this in the future as well as what kind of auditing might be done to look at other projects that started as forks.

I recently discovered the way Tanstack does this. Basically, if the heading of the section is in the viewport, then the list item is highlighted.

So you could have multiple items highlighted, but it still "works" somewhat intuitively for the end user.

The drawback is that it requires JS via intersection observer. But maybe the CSS standards committee could see value in this kind of thing eventually.

Promoting it? No problem. But promoting something you profited from without disclosing it violates FCC rules for broadcasting. I would say influencers aren't technically broadcasting but they are in principle.

While his formal affiliation may have been short-lived, do you think he got a cut of the sale to Shopify?

If so, not disclosing that when he promotes Remix is a bit shady.

Nice dude and all, but that is one thing I take issue with still.

Use AI to spot blind spots

Tools like ChatGPT can highlight UX issues you might miss. It’s a quick sanity check—not perfect, but better than guessing.

Tools like ChatGPT can highlight UX issues you might miss. It’s not perfect, but it’s better than guessing. Some prompts to try:

Was this an intentional joke?

Quick note: when trying to do full page screenshots, Chrome does a screenshot of the current view, then scrolls and does another screenshot. This can cause some interesting artifacts when rendering pages with scroll behaviors.

Firefox does a proper full page screenshot and even allows you to set a higher DPS value. I use this a lot when making video content.

Check out some of the args in FF using: `:screenshot --help`

This brings up an interesting thought too. A photo is just a lossy representation of the real world.

So it's lossy all the way down with LLMs, too.

Reality > Data created by a human > LLM > Distilled LLM

If these tools had a runtime check, then the cache key creation would have failed out.

72 is the max length of id, username, and password combined. If that combination is over 72, then failure and the cache key would not have been created. So, no, the attacker would not need to guess only one character of a password.

Consider the Volkswagen scandal where code was written that fudged the results when in an emissions testing environment.

The only person to see major punishment for that was the software dev that wrote the code, but that decision to write that code involved far more people up the chain. THEY should be held accountable in some way or else nothing prevents them from using some other poor dev as a scapegoat.

In the case of Restream (or cases like their "stage"), thats not always doable. What about superfluous hero animations that marketing sites love to do these days? Pausing some generic canvas rendering logic is usually more annoying than you would want.

Be careful using:

    dialog::backdrop {
        backdrop-filter: blur(2px);
    }
If there is frequently updating content on the page like a video, it can kill CPU performance. Restream does this and it punishes my M3 macbook air.

It seems you can use the transform3d trick to kick it to the GPU to help fix it.

Ghostty 1.0 2 years ago

I'm using them on a new mac mini. Haven't tried on my older intel mac mini yet though.