Viewing profile — WuxiFingerHold
WuxiFingerHold
HN member- Joined
- Fri, Jun 03, 2022, 4:52 PM UTC
- HN karma
- 510
- Public activity
- 249 items
- HN profile
- View on Hacker News ↗
About WuxiFingerHold
No profile information was provided.
Recent public activity
-
comment
Comment #45271005
[flagged]
-
comment
Comment #45257512
I hate to say it, but Windows is much more productive than MacOS for the usually tasks you perform on an OS (with GUI, both have CLIs, but I'm not talking about them). I'm using bo…
-
comment
Comment #45257461
Yes, quite an oversight ... as Vue has it all: Adoption, maturity, ecosystem, features, DX and speed (with upcoming Vapor mode even on par with Svelte and Solid).
-
comment
Comment #45257437
It's quite an oversight of the author did not to include Vue. Vue has it all and is as of now in terms of DX, features, ecosystem and performance (with upcoming Vue Vapor mode basi…
-
comment
Comment #45257405
No OP, but I've also used Angular, React, Vue, Solid and Svelte in real world projects and my default choice is Vue, because it's on par with Solid and Svelte (and with Vue Vapor t…
-
comment
Comment #45111918
The most infuriating thing is that people still believe that you need isomorphic rendering (Next, Sveltekit, Nuxt) to have a fast, interactive and SEO friendly apps.
-
comment
Comment #44871954
It can. DX is pretty much the same for backend and CLI stuff using VS Code on Mac, Linux and Windows. I'm working daily on C# backend and CLI stuff on a Mac (those are the dev mach…
-
comment
Comment #44666164
I've tried Zed last week but C# LSP (Ominsharp) had too many issues. Does anyone use Zed with C# with good success?
-
comment
Comment #44207970
Not a fan of apps like this, tbh. First, most of us need to learn proper diaphragmatic breathing, which is *not* belly breathing. Then just sit still without any "cosmic" sounds or…
-
comment
Comment #44132276
>> Install Visual Studio Code (recommended) If you’re using Visual Studio Code, install the C# Dev Kit I wish Microsoft would just provide a LSP server for C#. Not just a half prop…
-
comment
Comment #44078681
Hmmm, interesting. I used Datagrip for some years, now DBeaver (as I don't have a JB subscription anymore). Datagrip was and probably still is very powerful with top intellisense. …
-
comment
Comment #44078603
>> all without ever leaving your favorite code editor How do I install this on Neovim then? Is there a LSP? Or is this Microsoft proprietary? I wonder how much better without Copil…
-
comment
Comment #44058355
> Don't say Thunderbird. Hmmmmmm, why are you saying that? I'm using *** for 20 years. Even when I was on Windows years ago. *** might not be fancy, but just works. And IME works v…
-
comment
Comment #44058343
I'm using Linux (Ubuntu LTS is a no brainer) on my desktop for years. It enables me to just do the things I want or need to do with my computer. Windows is much more in our way tha…
-
comment
Comment #44058326
I have a very nice Microsoft Surface Pro running Windows 10. I refuse to update to Windows 11. Has anyone tried a Linux distribution on such a device? Which one would you recommend…
-
comment
Comment #43943092
> IMO any system where taking a dependency is "easy" and there is no penalty for size or cost is going to eventually lead to a dependency problem. Go and C# (.NET) are counterexamp…
-
comment
Comment #43911990
If you require to have an account to try the web search out (which you have all the right in the world, it's your service), tell us before we enter the service and type in our sear…
-
comment
Comment #43884468
Yes, my experience as well. Last year I had to make a decision for the stack of a small app at work that needs a SPA (3D viewing large data sets using threejs and agGrid if anyone …
-
comment
Comment #43884416
NextJS has a lot of significant drawbacks, that's why there's an ongoing debate (which is healthy): - Cost - Complexity - Learning curve - Scalability - Frequent changes - And surp…
-
comment
Comment #43884289
Yes, pure old school SPAs have at least one additional roundtrip on the first visit of the site: 1. Fetch index.html 2. Fetch js, css and other assets 3. Load personalized data (js…
-
comment
Comment #43884246
There's no way around waiting for the data to arrive. Being it JSON for SPA or another page for MPA / SSR. For MPA the browser provides the loading spinner. Some SPA router impleme…
-
comment
Comment #43774464
Vue has a large ecosystem. A lot of very good component libs like PrimeVue, Vuetify, Quasar, NuxtUI, ElementUi ... I have used agGrid and eCharts with Svelte. Doesn't get any simpl…
-
comment
Comment #43768452
I consider myself as fairly technical and don't think Supabase or Neon are sucking, but that they're getting quite expensive once you need a mid size DB. If I'd only need a small D…
-
comment
Comment #43741328
As someone who started modal editing with Helix and then moved to NeoVim (LazyVim): After a very short transitioning period (a week or so), I don't have this issue anymore (at all)…
-
comment
Comment #43712790
Nothing can replace good engineering. Good engineering means using the right methods or tools for the given situation. If you're fetching 10s of raw models (corresponding to a tabl…