Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hmcdona1
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
hmcdona1
6mo ago
OpenCode does the same thing, its just completely lacking this functionality despite hinting otherwise.
2.
▲
by
hmcdona1
6mo ago
Can someone explain how Claude Code can instantly determine what file I have open and what lines I have selected in VS Code even if it's just running in a VS Code terminal instance, yet I cannot for the life of me get OpenCode to come
3.
▲
by
hmcdona1
9mo ago
If you're using an alpha library then that's on you for not expecting breaking changes. They have plenty of 1.0+ libraries that do not receive any breaking changes between major releases and have remained stable for well over a ye
4.
▲
by
hmcdona1
9mo ago
I would highly recommend just checking out TanStack Router/Start instead. It fills a different niche, with a slightly different approach, that the Next.js app router just hasn't prioritized enabling anymore. What app router has be
5.
▲
by
hmcdona1
1y ago
If you're happy with tRPC and don't need proper REST functionality it might not be worth it. However, if you want to lean that direction where it is a helpful addition they recently added some tRPC integrations that actually let y
6.
▲
by
hmcdona1
1y ago
ts-rest doesn't see a lot of support these days. It's lack of adoption of modern tanstack query integration patterns finally drove us look for alternatives. Luckily, oRPC had progressed enough to be viable now. I cannot recommend
7.
▲
by
hmcdona1
2y ago
This going to sound out of left field, but I would venture to guess you have very high spatial reasoning skills. I operate much this same way and only recently connected these dots that that skill might be what my brain leans on so heavily
8.
▲
by
hmcdona1
2y ago
Use `git stash` instead of copying files around manually to save yourself some time.
9.
▲
by
hmcdona1
2y ago
The later CRT models you are describing here are not coveted by retro gaming enthusiasts (which the people involved here clearly are) since the digital nature of them meant they introduced a ton of processing that negates the near zero inpu
10.
▲
by
hmcdona1
2y ago
The Shadow DOM does exactly what you are asking for here. Just use CSS variables, they pierce right through: https://open-wc.org/guides/knowledge/styling/styles-piercing...
11.
▲
by
hmcdona1
2y ago
While this is true for much of Texas. I happen to live in a city that still has a public operator. So we just get more generalized flatter rates. I haven't looked into the details of my plan closely in a while as a result though, so yo
12.
▲
by
hmcdona1
2y ago
If I'm reading this right, my thermostat's "rush hours" seem to be scheduled for gross load peak. They then seem to usually end (and kick my AC back to a desired temp causing a ton of usage) right around net load peak...
13.
▲
by
hmcdona1
2y ago
Agreed, I always need to scroll to see video description content and comments which I would rather be able to see while still watching the video. While, instinctively, the previews below the video feel odd because they've been to the r
14.
▲
by
hmcdona1
2y ago
I mean would you rather the browser handle this at a lower level where it can do so efficiently or libraries continue to solve these things on the main thread with pure javascript? The defacto way to handle anchoring views today is with som
15.
▲
by
hmcdona1
2y ago
Yeah it’s not great, but they do both show up as results via search.
16.
▲
by
hmcdona1
2y ago
> Have a reasonable developer tell me what a component viewProvider is and how it’s different from a provider using the @Component docs. It’s impossible. https://angular.io/api/core/Component#viewProviders Like
17.
▲
by
hmcdona1
3y ago
No, Disney uses Unreal for their rendered real-time sets. This is about more than just Fortnite.
18.
▲
by
hmcdona1
3y ago
The recent overhaul of Narwhal for version 2 reworked the entire app to operate pretty close to what Apollo was at its core. It's extremely customizable as well. Their new subscription plan for covering the API costs is pretty fair and
19.
▲
by
hmcdona1
3y ago
I mean they have to be for now - you're just being semantic for the sake of it a bit. I will say as a team that utilizes Lit for our design system web components (which none of our users even need to know or care about no matter their
20.
▲
by
hmcdona1
3y ago
So your gripe is essentially you don't like reading the documentation of the libraries you use, just, in general? Template literals are just a feature of javascript, it's not even anything that bespoke. That's why it's c
21.
▲
by
hmcdona1
4y ago
I live in San Antonio, a city where Google Fiber has been an option to a good part of the city for many years. When they came to town standard minimum speeds of competitors bumped from 20-50mb/s to 100-300mb/s almost overnight. Me
22.
▲
by
hmcdona1
4y ago
It's typically pronounced D-RAM I assume because RAM is already it's own common acronym people were/are familiar with. DRAM is just a specific type of RAM, Dynamic RAM, hence D-RAM.
23.
▲
by
hmcdona1
4y ago
You can automate this with stylelint if you really want to and let the linter handle it. https://stylelint.io/
24.
▲
by
hmcdona1
5y ago
It's not exactly. Certain operations like I/O are threaded in Node. libuv has it's own threadpool that it uses for a lot of these types of tasks.
25.
▲
by
hmcdona1
6y ago
I think that does help clarify, but I'd say it also aligns with the point I was trying to make in some important ways. They are trading one USDT for $1 of value . If they keep that capitol invested in BTC and do hold only 1:1 in colla
26.
▲
by
hmcdona1
6y ago
I'm so confused why everyone just blindly believes Tether is this whole big conspiracy. I am by no means defending the organization but let's just take a step back here: > Where does the funding come from to print tether? When
27.
▲
by
hmcdona1
6y ago
yeah osxfs, their solution for syncing mounted file paths, has a massive performance hit. the less files you need to mount in your composes the better. http://docker-sync.io/ helps, but docker for mac is still slow.
28.
▲
by
hmcdona1
6y ago
There is definitely a video from a day or two ago of a cop on top of a protestor with his hand pinned to the ground the cop then moves his baton under the hand of the protester and keeps it pinned on top. He proceeds to then punch his hand
29.
▲
by
hmcdona1
6y ago
Angular uses an incremental-dom not a virtual dom: https://github.com/google/incremental-dom
30.
▲
by
hmcdona1
7y ago
Honestly, maybe you aren't getting enough fiber. I take a psyllium husk pill a few times a week. If I take one daily I could literally get away with zero wipes some days if I wanted...
More ›