Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
peanball
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
peanball
10d ago
And yet copying multiple large files from or to the same disk grinds the throughput to a halt on Windows where Finder keeps up close to theoretical bandwidth in sum.
2.
▲
by
peanball
21d ago
Even independent of tariffs, FedEx likes to send stuff to debt collectors and not apply reasonable processes. We had paid a customs bill at the door and the driver never filed it in the system. I have a receipt and after 4 “reminders” and f
3.
▲
by
peanball
22d ago
It could help in the sense that people would not accept a pile of `fix`, `fix of fix` commits in a PR anymore. The current UIs don't punish you for that as the reviewer mostly sees one final coherent change.
4.
▲
by
peanball
3mo ago
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.
5.
▲
by
peanball
9mo ago
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...
6.
▲
by
peanball
1y ago
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]: https://github.com/Wilfred/difftastic
7.
▲
by
peanball
1y ago
Yes.
8.
▲
by
peanball
1y ago
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. People using Markdown are more on the “you’re doing it wrong, put
9.
▲
by
peanball
1y ago
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.
10.
▲
by
peanball
1y ago
https://micro-editor.github.io/
11.
▲
by
peanball
2y ago
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 the time and iTerm resizes instantly via Rectangle for me. G
12.
▲
by
peanball
2y ago
It does, natively.
13.
▲
by
peanball
2y ago
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 (Airbnb, etc) are all pretty decent and similar to the spee
14.
▲
by
peanball
2y ago
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. Both help, but don’t take away your responsibility as driver
15.
▲
by
peanball
2y ago
Goland / the Go plugin is great though. For auch a “heavy” IDE it’s also surprisingly responsive.
16.
▲
by
peanball
2y ago
Right at the top (at least on mobile): “Posted June 6, 2023”
17.
▲
by
peanball
2y ago
BetterZip. https://betterzip.com
18.
▲
by
peanball
2y ago
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.
19.
▲
Kivy – a cross platform Python UI framework
(kivy.org)
205 points
by
peanball
2y ago
|
104 comments
20.
▲
by
peanball
2y ago
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
21.
▲
by
peanball
2y ago
I had the same thing this morning. Unlock and password reset via another device worked through.
22.
▲
by
peanball
2y ago
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. All of that said, SWT and Eclipse do know that they are runni
23.
▲
by
peanball
3y ago
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 that shouldn’t be there anymore.
24.
▲
by
peanball
3y ago
So far none. It hasn’t been released yet.
25.
▲
by
peanball
3y ago
There are issues at group / org level in GitLab that can span such tasks.
26.
▲
by
peanball
3y ago
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 banning SO, if that was the only determined source.
27.
▲
by
peanball
3y ago
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.
28.
▲
by
peanball
3y ago
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. Especially if you touch that code once a year.
29.
▲
HAProxy Security Update (CVE-2023-25725)
(mail-archive.com)
40 points
by
peanball
4y ago
|
6 comments
30.
▲
by
peanball
4y ago
This is what HAProxy does. At least the reading then dropping privileges. The admin writes the config themselves (or uses their own tool).
More ›