Viewing profile — hmcdona1
hmcdona1
HN member- Joined
- Mon, Mar 09, 2015, 1:06 AM UTC
- HN karma
- 246
- Public activity
- 55 items
- HN profile
- View on Hacker News ↗
About hmcdona1
No profile information was provided.
Recent public activity
-
comment
Comment #47486438
OpenCode does the same thing, its just completely lacking this functionality despite hinting otherwise.
-
comment
Comment #47462955
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…
-
comment
Comment #46285325
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 re…
-
comment
Comment #46238811
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 pr…
-
comment
Comment #44787544
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 recentl…
-
comment
Comment #44781983
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 progr…
-
comment
Comment #42944645
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…
-
comment
Comment #42650214
Use `git stash` instead of copying files around manually to save yourself some time.
-
comment
Comment #42506251
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 in…
-
comment
Comment #41697120
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...
-
comment
Comment #41315159
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 …
-
comment
Comment #41314973
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…
-
comment
Comment #40447706
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…
-
comment
Comment #40254137
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?…
-
comment
Comment #39788017
Yeah it’s not great, but they do both show up as results via search.
-
comment
Comment #39783360
> 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/cor…
-
comment
Comment #39295746
No, Disney uses Unreal for their rendered real-time sets. This is about more than just Fortnite.
-
comment
Comment #38623518
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 subscrip…
-
comment
Comment #38439499
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…
-
comment
Comment #36807785
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 …
-
comment
Comment #32413767
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 …
-
comment
Comment #32173730
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…
-
comment
Comment #31279799
You can automate this with stylelint if you really want to and let the linter handle it. https://stylelint.io/
-
comment
Comment #26561352
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.
-
comment
Comment #26245002
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…