HackerTrans
TopNewTrendsCommentsPastAskShowJobs

plonq

no profile record

comments

plonq
·8 месяцев назад·discuss
100%. One big benefit of IDE integration is that it’s the same editor. Same keybindings, same syntax highlighting, etc.
plonq
·10 месяцев назад·discuss
There’s horizontal scrolling on mobile, which is ironic.
plonq
·11 месяцев назад·discuss
Unfortunately it’s not feature complete - you can’t paste images in review comments, for example. Still very useful for large PRs though.
plonq
·12 месяцев назад·discuss
I tried FreeCAD, I really did. I gave up due to constant crashes and terrible UX and went to Fusion. Even though it's slow on my laptop it's still a far better experience. I am never going to commercialise my models so it's acceptable for me.

(Note: I would have tried Solidworks given the reasonable hobby pricing, but it's Windows only, and I don't want a web-based CAD tool)
plonq
·в прошлом году·discuss
I’m someone else but for me the point is a serious bug resulted _incorrect data_, making it impossible to trust the output.
plonq
·2 года назад·discuss
My hypothesis is that certain products need users and feedback to be good. Maps is one of those, hence why they had to release it in a ‘bad’ state. Apple AI I think is another such product.
plonq
·2 года назад·discuss
The point is it will be possible without a framework
plonq
·2 года назад·discuss
Why do you care if your personal site is minified?
plonq
·2 года назад·discuss
Once we can use popover and anchor positioning, tooltips and drop downs can also be in the top layer. I can’t wait
plonq
·2 года назад·discuss
I've wondered the same thing. I think one benefit is that it looks like HTML, which means it looks similar to what you see in the browser's DevTools, which makes it easier to compare and debug.
plonq
·2 года назад·discuss
FWIW Tauri has a comprehensive permission system
plonq
·2 года назад·discuss
Vim makes multi-cursor even more powerful. You usually don’t need to find the right pattern in cases where the lengths differ as this post describes, because each vim movement applies to each cursor independently. So ‘go to comma’ and ‘change in parentheses’ work as expected on each line.

A common action for me is to use (the equivalent of) cmd+d to select the most obvious repeated symbol then use vim movements from there.