Live data from Hacker News

Viewing profile — WuxiFingerHold

WuxiFingerHold

HN member
Joined
Fri, Jun 03, 2022, 4:52 PM UTC
HN karma
510
Public activity
249 items

About WuxiFingerHold

No profile information was provided.

Recent public activity

  1. comment
    Comment #45271005

    [flagged]

  2. 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…

  3. 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).

  4. 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…

  5. 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…

  6. 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.

  7. 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…

  8. 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?

  9. 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…

  10. 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…

  11. 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. …

  12. 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…

  13. 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…

  14. 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…

  15. 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…

  16. 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…

  17. 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…

  18. 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 …

  19. 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…

  20. 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…

  21. 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…

  22. 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…

  23. 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…

  24. 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)…

  25. 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…