Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bduffany
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
bduffany
13d ago
Someone please do the math on how fast this guy would have to type, and how his typing speed would physically affect the surrounding environment
2.
▲
by
bduffany
3mo ago
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 this page feels pr
3.
▲
by
bduffany
3mo ago
The performance of the "Layout blocks" component is particularly bad. It consumes tons of CPU when scrolling.
4.
▲
by
bduffany
2y ago
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 the bottom right get
5.
▲
by
bduffany
2y ago
What do you mean by unprivileged namespaces being buried by the big-name distros?
6.
▲
by
bduffany
3y ago
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 mentioned. I've fo
7.
▲
by
bduffany
3y ago
I wonder if React has had any impact on people's general tendency for reaching for classes vs. closures, particularly after hooks were introduced.
8.
▲
by
bduffany
3y ago
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 let you run those s
9.
▲
by
bduffany
3y ago
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 rep
10.
▲
by
bduffany
3y ago
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
11.
▲
by
bduffany
4y ago
typesense did their own comparison here: https://typesense.org/typesense-vs-algolia-vs-elasticsearch-...
12.
▲
by
bduffany
4y ago
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 that com
13.
▲
by
bduffany
4y ago
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?
14.
▲
by
bduffany
5y ago
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.
15.
▲
by
bduffany
5y ago
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.
16.
▲
by
bduffany
5y ago
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 could be a reasona
17.
▲
by
bduffany
5y ago
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 finger gymnastics,
18.
▲
by
bduffany
5y ago
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 identify flaws in yo
19.
▲
by
bduffany
5y ago
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 relative to plain arguments,
20.
▲
by
bduffany
5y ago
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 reinforce your p
21.
▲
by
bduffany
5y ago
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.