Viewing profile — bduffany
bduffany
HN member- Joined
- Wed, Jun 09, 2021, 1:25 AM UTC
- HN karma
- 53
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About bduffany
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #48677114
I think you're right. Performance profile shows lots of long spans relating to that element, and deleting that element makes the page scroll much more smoothly. There are still oth…
- comment
-
comment
Comment #48485411
The performance of the "Layout blocks" component is particularly bad. It consumes tons of CPU when scrolling.
-
comment
Comment #40962224
I reproduced this too: 1. Click the box in the bottom right corner to create a cell. 2. Click the box just to the left of that one to create another cell. 3. Drag the cell you crea…
-
comment
Comment #40583562
What do you mean by unprivileged namespaces being buried by the big-name distros?
-
comment
Comment #38153511
There's a pretty popular `python-is-python3` package in Ubuntu which aliases `python` to `python3`. I used to install that in my dev environment setup scripts, but have since stopp…
-
comment
Comment #37975772
I wonder if React has had any impact on people's general tendency for reaching for classes vs. closures, particularly after hooks were introduced.
-
comment
Comment #37209313
Yes, and those work well for smaller workloads, but if you just run 1,000,000 commands with `&` in a `for` loop, it will grind your computer to a halt (if the tasks are modestly re…
-
comment
Comment #36970936
The "Problem #2" that they mention also has an easy solution. If the "intermediate" variable / internal representation is just "the input image but with edges only," then of course…
-
comment
Comment #35484645
It's also an example of a PID controller with the integral and derivative terms set to zero: https://en.m.wikipedia.org/wiki/PID_controller
-
comment
Comment #34708390
typesense did their own comparison here: https://typesense.org/typesense-vs-algolia-vs-elasticsearch-...
-
comment
Comment #32460490
There's an option to output a yarn-compatible lockfile. In practice, I think this means you'd need a branch protection rule to disallow a change to the binary lockfile without upda…
-
comment
Comment #31823675
I wonder how much of the time is spent in the onclick handler. Each of those clicks has to wait for the onclick handler before the next one executes, IIUC?
-
comment
Comment #30588222
I'd guess that was intended to be captured with "how valuable is the feature to target users, truly?" If target users truly find the feature valuable then I guess that means the fe…
-
comment
Comment #30258853
The UI is great -- feels very nostalgic! I think the word list could use some polish -- the first word it gave me was RAMCE which I have never heard, and Google didn't think it was…
-
comment
Comment #30248078
I don't know for sure, but I imagine that for something like Slack which already has to support multiple browsers on multiple platforms (because it has a browser version as well), …
-
comment
Comment #29839383
Not directly related but I recently learned what exec does and found it has some neat uses. When I see tutorials that tell me to run `. ~/.bashrc` after adding something to my bash…
-
comment
Comment #29594511
I think there is a lot of value in the fact that a mentor is human, which will not be matchable by any information system any time soon. A good mentor can learn from the types of q…
-
comment
Comment #29330459
Not the worst (I think `tar` and `unzip` probably take the cake) but `find` is pretty atrocious IMO. The order in which you specify certain flags like `-maxdepth` relative to other…
-
comment
Comment #28828686
Just to try and help explain why people think you have a negative tone: written words tend to be interpreted negatively by default since you can't hear the person's tone of voice, …
-
comment
Comment #28315105
At a glance, Visor looks very nice. Does it let you mark an issue as blocked on more than one issue? I love using spreadsheets to track issues but for me that's the biggest pain po…