Viewing profile — peanball
peanball
HN member- Joined
- Fri, Apr 23, 2021, 5:17 AM UTC
- HN karma
- 125
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About peanball
No profile information was provided.
Recent public activity
-
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.
-
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...
-
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…
-
comment
Comment #44153008
Yes.
-
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…
-
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.
-
comment
Comment #43464662
https://micro-editor.github.io/
-
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 …
-
comment
Comment #42521700
It does, natively.
-
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…
-
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. …
-
comment
Comment #41667893
Goland / the Go plugin is great though. For auch a “heavy” IDE it’s also surprisingly responsive.
-
comment
Comment #41666442
Right at the top (at least on mobile): “Posted June 6, 2023”
-
comment
Comment #41427343
BetterZip. https://betterzip.com
-
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.
- story
-
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
-
comment
Comment #40177789
I had the same thing this morning. Unlock and password reset via another device worked through.
-
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…
-
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…
-
comment
Comment #37933334
So far none. It hasn’t been released yet.
-
comment
Comment #37898736
There are issues at group / org level in GitLab that can span such tasks.
-
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…
-
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.
-
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.…