Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cmgriffing
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
cmgriffing
10d ago
If a human should read it, a human should write it.
2.
▲
by
cmgriffing
3mo ago
I can't be the only person who saw "NUMA" and then read the word "memory" in the title as "Memora-hee, Memora-haa".
3.
▲
by
cmgriffing
3mo ago
We should thank companies for warning us during the interview process that they are so separated from reality (especially in the AI era) If AI can’t make them recognize a work life balance has value then it’s easy to see they don’t believe
4.
▲
by
cmgriffing
3mo ago
I remember having to do this with icomoon back in the day when icon fonts were all the rage because svg support in ie11 was lacking and downloading the entirety of font awesome was a huge payload hit.
5.
▲
by
cmgriffing
3mo ago
Ollama cloud is also a fantastic deal. They also don’t have a monthly limit, just session and weekly.
6.
▲
by
cmgriffing
8mo ago
Only slightly related, but I have been using Oban as a Postgres native message queue in the elixir ecosystem and loving it. For my use case, it’s so much simpler than spinning up another piece of infrastructure like Kafka or rabbitmq
7.
▲
by
cmgriffing
11mo ago
I shudder to think how small the macOS ui text will be on this but I’m willing to find out.
8.
▲
by
cmgriffing
1y ago
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
9.
▲
by
cmgriffing
1y ago
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.
10.
▲
by
cmgriffing
1y ago
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 t
11.
▲
by
cmgriffing
1y ago
I would love to know of some of the companies you know of that have gone this route. Maybe nothing we've heard of, but still sounds interesting.
12.
▲
by
cmgriffing
1y ago
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 intuitiv
13.
▲
by
cmgriffing
1y ago
Not weird to do all that. Just weird to not disclose it.
14.
▲
by
cmgriffing
1y ago
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.
15.
▲
by
cmgriffing
1y ago
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.
16.
▲
by
cmgriffing
2y ago
> 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 perfec
17.
▲
by
cmgriffing
2y ago
Their first key insight is interesting. It says that coding ability predicts model performance in the game. I wonder if it also predicts performance of human players in some way?
18.
▲
by
cmgriffing
2y ago
FNV-1a might be worth looking into. It's pretty fast
19.
▲
by
cmgriffing
2y ago
We are destroying software by directly contradicting ourselves when we describe how we are destroying software.
20.
▲
by
cmgriffing
2y ago
LOL, you and I posted very similar replies at the same time.
21.
▲
by
cmgriffing
2y ago
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
22.
▲
by
cmgriffing
2y ago
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
23.
▲
by
cmgriffing
2y ago
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.
24.
▲
by
cmgriffing
2y ago
Oh interesting. I hadn't heard much about it recently. Thanks.
25.
▲
by
cmgriffing
2y ago
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 t
26.
▲
by
cmgriffing
2y ago
Take my upvote :)
27.
▲
by
cmgriffing
2y ago
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 annoyin
28.
▲
by
cmgriffing
2y ago
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
29.
▲
by
cmgriffing
2y ago
I feel like the value of changing from `git checkout -b` to `git switch -c` is not worth the cognitive overhead of making the change.
30.
▲
by
cmgriffing
2y ago
I'm using them on a new mac mini. Haven't tried on my older intel mac mini yet though.
More ›