Live data from Hacker News

Viewing profile — peanball

peanball

HN member
Joined
Fri, Apr 23, 2021, 5:17 AM UTC
HN karma
125
Public activity
33 items

About peanball

No profile information was provided.

Recent public activity

  1. comment
    Comment #48589173

    Not the same. ME also came out around 2000 but was based on windows 9x, windows 2000 was based on NT. The UI looked somewhat similar with those two.

  2. comment
    Comment #46262747

    A topic of the “Three Robots” episode of Death Love & Robots, kind of. Sorry for the fandom link. https://lovedeathrobots.fandom.com/wiki/Three_Robots#:~:text...

  3. comment
    Comment #45164911

    I can only recommend difftastic[1], which is a language aware diff. Independent of linter that shows the logical diff, not an assortment of characters or lines that changed. [1]: h…

  4. comment
  5. comment
    Comment #43825209

    I think the use case would be limited to a handful of users (slight hyperbole). The average user is content enough with using plain PowerPoint and won’t bother with Markdown. Peopl…

  6. comment
    Comment #43562291

    For completeness, it does say “one month, one year or forever” in the linked FAQ and makes clear it’s not recurring. GP rephrased the FAQ.

  7. comment
    Comment #43464662

    https://micro-editor.github.io/

  8. comment
    Comment #42526051

    I’ve noticed that too when the scroll back buffer is particularly long. iTerm seems to then reflow from the beginning, which can take a while. I keep using a lot of fresh tabs all …

  9. comment
    Comment #42521700

    It does, natively.

  10. comment
    Comment #42383993

    I buy flight and other tickets on the phone all the time. Autofill for CC details, quick access to PayPal and other things are all there. One swipe away. Transport and booking apps…

  11. comment
    Comment #42191036

    Usually they don’t beep on lane changes when you use the indicators before switching. The lights in the side mirrors are also not removing the obligation to check your blind spot. …

  12. comment
    Comment #41667893

    Goland / the Go plugin is great though. For auch a “heavy” IDE it’s also surprisingly responsive.

  13. comment
    Comment #41666442

    Right at the top (at least on mobile): “Posted June 6, 2023”

  14. comment
    Comment #41427343

    BetterZip. https://betterzip.com

  15. comment
    Comment #40893007

    I have a project with Raspberry Pis up to 3B+ ( https://just-functional.com ). egl_rpi is not supported on 4, but KMS/DRM is, still headless.

  16. story
  17. comment
    Comment #40891430

    Don’t forget about the Kivy framework. It’s a python framework that renders openGL accelerated UIs, also headlessly on the raspberry pi if needed. https://kivy.org

  18. comment
    Comment #40177789

    I had the same thing this morning. Unlock and password reset via another device worked through.

  19. comment
    Comment #40009562

    And SWT is built on calling system native components. Of course the “text editor” ends up being one large custom component that has nothing to gain from being in a “native” View. A…

  20. comment
    Comment #38813493

    Often you also have the CI system designed in a way to verify a “from scratch” build that avoids any issues with “works on my machine” scenarios due to things still being cached th…

  21. comment
    Comment #37933334

    So far none. It hasn’t been released yet.

  22. comment
    Comment #37898736

    There are issues at group / org level in GitLab that can span such tasks.

  23. comment
    Comment #37303542

    With SO you also have no guarantee that the person has the license to put that snippet. Even that could have been copied from somewhere else. A customer was scanning for and bannin…

  24. comment
    Comment #36595598

    Peanball.net A random list of technical things I work(ed) on in my spare time and a reading list of articles I found interesting to remember and share.

  25. comment
    Comment #36288774

    The amount of times I’ve put or seen @Transactional in the wrong place where it was never called and silently ignored is pretty high. It always led to very long debugging sessions.…