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 other issues though. The performance of…
The performance of the "Layout blocks" component is particularly bad. It consumes tons of CPU when scrolling.
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 created in step 2 to the right. The cell on…
What do you mean by unprivileged namespaces being buried by the big-name distros?
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 stopped using it for the reasons you…
I wonder if React has had any impact on people's general tendency for reaching for classes vs. closures, particularly after hooks were introduced.
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 resource intensive). GNU parallel will…
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 you can see internal representations.…
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
typesense did their own comparison here: https://typesense.org/typesense-vs-algolia-vs-elasticsearch-...
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 updating the yarn lockfile. I'm not sure…
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?
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 feature is adding value to the company.
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 a word either.
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), not shipping a browser seems like it…
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 bashrc, I run `exec bash` instead. Less…
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 questions you are asking and proactively…
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 option flags matters (not just…
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, so you have to use extra words to…
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 point.
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 other issues though. The performance of…
The performance of the "Layout blocks" component is particularly bad. It consumes tons of CPU when scrolling.
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 created in step 2 to the right. The cell on…
What do you mean by unprivileged namespaces being buried by the big-name distros?
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 stopped using it for the reasons you…
I wonder if React has had any impact on people's general tendency for reaching for classes vs. closures, particularly after hooks were introduced.
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 resource intensive). GNU parallel will…
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 you can see internal representations.…
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
typesense did their own comparison here: https://typesense.org/typesense-vs-algolia-vs-elasticsearch-...
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 updating the yarn lockfile. I'm not sure…
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?
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 feature is adding value to the company.
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 a word either.
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), not shipping a browser seems like it…
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 bashrc, I run `exec bash` instead. Less…
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 questions you are asking and proactively…
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 option flags matters (not just…
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, so you have to use extra words to…
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 point.