Live data from Hacker News

Viewing profile — plonq

plonq

HN member
Joined
Fri, Nov 12, 2021, 10:12 PM UTC
HN karma
39
Public activity
24 items

About plonq

No profile information was provided.

Recent public activity

  1. comment
    Comment #45897447

    100%. One big benefit of IDE integration is that it’s the same editor. Same keybindings, same syntax highlighting, etc.

  2. comment
    Comment #45298658

    There’s horizontal scrolling on mobile, which is ironic.

  3. 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.

  4. 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…

  5. 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.

  6. comment
  7. 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…

  8. comment
    Comment #42412712

    The point is it will be possible without a framework

  9. comment
    Comment #42412699

    Why do you care if your personal site is minified?

  10. 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

  11. 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…

  12. comment
    Comment #41220828

    FWIW Tauri has a comprehensive permission system

  13. 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…

  14. comment
    Comment #38947082

    I believe overscroll-behavior is better https://developer.mozilla.org/en-US/docs/Web/CSS/overscroll-...

  15. comment
    Comment #38819306

    Thats called Modified Preorder Tree Traversal and the reason to use it over simple parent ID and order is performance.

  16. comment
    Comment #36941311

    I tried most apps suggested in the comments, and IMO nothing beats the scrolling of SmoothScroll!

  17. 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.

  18. comment
    Comment #35623636

    Something similar happened to me (though I did eventually remember). Now I always save PINs and passcodes in a password manager

  19. comment
    Comment #35520238

    That seems… dangerous, to say the least

  20. comment
    Comment #34813386

    Doesn't django use sqlite by default?

  21. comment
    Comment #34783568

    Why rtings.com?

  22. 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.

  23. comment
  24. 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/…