Viewing profile — plonq
plonq
HN member- Joined
- Fri, Nov 12, 2021, 10:12 PM UTC
- HN karma
- 39
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About plonq
No profile information was provided.
Recent public activity
-
comment
Comment #45897447
100%. One big benefit of IDE integration is that it’s the same editor. Same keybindings, same syntax highlighting, etc.
-
comment
Comment #45298658
There’s horizontal scrolling on mobile, which is ironic.
-
comment
Comment #44968621
Unfortunately it’s not feature complete - you can’t paste images in review comments, for example. Still very useful for large PRs though.
-
comment
Comment #44578025
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 nev…
-
comment
Comment #44439718
I’m someone else but for me the point is a serious bug resulted _incorrect data_, making it impossible to trust the output.
- comment
-
comment
Comment #42608198
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…
-
comment
Comment #42412712
The point is it will be possible without a framework
-
comment
Comment #42412699
Why do you care if your personal site is minified?
-
comment
Comment #42346170
Once we can use popover and anchor positioning, tooltips and drop downs can also be in the top layer. I can’t wait
-
comment
Comment #41271684
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 compa…
-
comment
Comment #41220828
FWIW Tauri has a comprehensive permission system
-
comment
Comment #40094269
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 appl…
-
comment
Comment #38947082
I believe overscroll-behavior is better https://developer.mozilla.org/en-US/docs/Web/CSS/overscroll-...
-
comment
Comment #38819306
Thats called Modified Preorder Tree Traversal and the reason to use it over simple parent ID and order is performance.
-
comment
Comment #36941311
I tried most apps suggested in the comments, and IMO nothing beats the scrolling of SmoothScroll!
-
comment
Comment #35664995
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.
-
comment
Comment #35623636
Something similar happened to me (though I did eventually remember). Now I always save PINs and passcodes in a password manager
-
comment
Comment #35520238
That seems… dangerous, to say the least
-
comment
Comment #34813386
Doesn't django use sqlite by default?
-
comment
Comment #34783568
Why rtings.com?
-
comment
Comment #34266950
Scooters requires use of your hands. I can see potential for these for when you need to keep your hands free for activities.
- comment
-
comment
Comment #29205175
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/…