Live data from Hacker News

Viewing profile — sarahdellysse

sarahdellysse

HN member
Joined
Fri, Oct 14, 2011, 12:19 AM UTC
HN karma
513
Public activity
86 items

About sarahdellysse

No profile information was provided.

Recent public activity

  1. comment
    Comment #43974552

    Yeah they do. Run `wsreset.exe -i` in powershell and it'll install the Windows Store after a few minutes.

  2. comment
    Comment #43244130

    Notably, the do not reverse the course on the selling of user data. This is still a non-starter Mozilla. Do you not realize who your core base is? The only people who still use Fir…

  3. comment
    Comment #42933597

    I have 14 years experience and I've never seen anything like the job market for the last 1.5 to 2 years. In the past, when I was looking for a job, I'd have interviews scheduled wi…

  4. comment
    Comment #42782590

    How is a large swath of the population okay with things like this? How do they not see such things as embarrassing on the national level? I just don't get it.

  5. comment
    Comment #42728591

    Hi there, I think I might have found a typo in your example class in the github README. In the class's `workflow` method, shouldn't we be `await`-ing those steps?

  6. story
  7. comment
  8. story
    Ask HN: How to keep desktop and laptop in sync?

    I rarely stray from my work-from-home office desk and I can see the value proposition of building a desktop PC to be my daily driver. For the past decade or two, I've used high-end…

  9. story
  10. story
  11. story
  12. comment
    Comment #38436525

    Not OP, but prettier doesn't break template literals, but it will break non-literal sections of template strings. For example, if we wrote this: const foo = `aaaaaaaaaaaaaaa${bbbbb…

  13. comment
    Comment #38119181

    > backed off WEI for now

  14. comment
    Comment #37140251

    > I’m still not exactly sure what the difference between useMemo and useCallback is const useCallback = (fn, deps) => useMemo(() => fn, deps); That's it. That's all it is. `useCall…

  15. story
  16. comment
    Comment #36335049

    So basically you want something like how typescript does, where you can do this: const config = { rootDirectory: "/tmp", shouldFrobnicate: false, } I'm far from a python expert, mo…

  17. comment
    Comment #36317137

    > Some individuals, particularly those running Linux, follow a standard called XDG Base Directory Specification. While Murex does not adhere to this standard, instead conforming to…

  18. comment
    Comment #36047877

    Anyone have any experience running Windows and WSL2 with Podman Desktop? I'm running W11, with fedora in WSL2. What I've been doing with Docker Desktop is running Docker Desktop on…

  19. comment
    Comment #35990225

    I recently picked up a Linksys e8450 (twin sibling of the Belkin RT3200) and flashed it with openWRT and it's been great; WIFI-6 speeds on a router that is actually configurable

  20. story
  21. story
  22. comment
    Comment #35046762

    even simpler, I have always wished that JSX/JSX-alikes would serialize to something like a tuple like `(tag: string | Component, attributes: Record, children: List)`, so your examp…

  23. comment
    Comment #35012179

    input: Record

  24. story
  25. story