Viewing profile — sarahdellysse
sarahdellysse
HN member- Joined
- Fri, Oct 14, 2011, 12:19 AM UTC
- HN karma
- 513
- Public activity
- 86 items
- HN profile
- View on Hacker News ↗
About sarahdellysse
No profile information was provided.
Recent public activity
-
comment
Comment #43974552
Yeah they do. Run `wsreset.exe -i` in powershell and it'll install the Windows Store after a few minutes.
-
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…
-
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…
-
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.
-
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?
- story
- comment
-
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…
- story
- story
- story
-
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…
-
comment
Comment #38119181
> backed off WEI for now
-
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…
- story
-
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…
-
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…
-
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…
-
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
- story
- story
-
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…
-
comment
Comment #35012179
input: Record
- story
- story