Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
plonq
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
plonq
10mo ago
100%. One big benefit of IDE integration is that it’s the same editor. Same keybindings, same syntax highlighting, etc.
2.
▲
by
plonq
1y ago
There’s horizontal scrolling on mobile, which is ironic.
3.
▲
by
plonq
1y ago
Unfortunately it’s not feature complete - you can’t paste images in review comments, for example. Still very useful for large PRs though.
4.
▲
by
plonq
1y ago
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 a
5.
▲
by
plonq
1y ago
I’m someone else but for me the point is a serious bug resulted _incorrect data_, making it impossible to trust the output.
6.
▲
by
plonq
2y ago
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.
7.
▲
by
plonq
2y ago
The point is it will be possible without a framework
8.
▲
by
plonq
2y ago
Why do you care if your personal site is minified?
9.
▲
by
plonq
2y ago
Once we can use popover and anchor positioning, tooltips and drop downs can also be in the top layer. I can’t wait
10.
▲
by
plonq
2y ago
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.
11.
▲
by
plonq
2y ago
FWIW Tauri has a comprehensive permission system
12.
▲
by
plonq
2y ago
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 ‘chan
13.
▲
by
plonq
3y ago
I believe overscroll-behavior is better https://developer.mozilla.org/en-US/docs/Web/CSS/overscroll-...
14.
▲
by
plonq
3y ago
Thats called Modified Preorder Tree Traversal and the reason to use it over simple parent ID and order is performance.
15.
▲
by
plonq
3y ago
I tried most apps suggested in the comments, and IMO nothing beats the scrolling of SmoothScroll!
16.
▲
by
plonq
3y ago
I’m not the other person, but there’s no privacy setting for normal messages, in the iOS version at least. So it’s impossible to block messages from randoms.
17.
▲
by
plonq
3y ago
Something similar happened to me (though I did eventually remember). Now I always save PINs and passcodes in a password manager
18.
▲
by
plonq
3y ago
That seems… dangerous, to say the least
19.
▲
by
plonq
4y ago
Doesn't django use sqlite by default?
20.
▲
by
plonq
4y ago
Why rtings.com?
21.
▲
by
plonq
4y ago
Scooters requires use of your hands. I can see potential for these for when you need to keep your hands free for activities.
22.
▲
by
plonq
5y ago
Nice! I also wrote my own implementation of the game of life not long ago! It’s less fleshed out, but it was a fun little project. https://gameoflife.plonq.org/ https://github.com/Plonq/gameoflife