Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
oftenwrong
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
18 ms
·
481.
▲
by
oftenwrong
5y ago
Home automation seems to mainly achieve "low low benefits". Like turning on a light from your phone instead of using a light switch. These things make some minor conveniences possible, but don't come close to being essential.
482.
▲
by
oftenwrong
5y ago
Not long after, hobbyists and hackers will be hijacking that cellular connection.
483.
▲
Bit Cowry
(granolashotgun.com)
2 points
by
oftenwrong
5y ago
|
0 comments
484.
▲
How Bankrupt American Cities Stay Alive (11 min video)
(youtube.com)
4 points
by
oftenwrong
5y ago
|
0 comments
485.
▲
by
oftenwrong
5y ago
That is true. I prefer an experience that's more fiddly and annoying overall, but that can be customised to fit my preferred usage if necessary. I would not be happy on an iPhone, stuck with what they have chosen. I like to install my
486.
▲
by
oftenwrong
5y ago
If you want a lightweight launcher with few features and an atypical UI, try https://kisslauncher.com/ (available in the Play Store and in F-Droid). It shows your apps in a "frecency"-ordered, scrollable and searc
487.
▲
by
oftenwrong
5y ago
What's wrong with working around barriers? I find Tasker useful for fixing things I don't like about my phone that are otherwise beyond my ability to fix. For example... 1. By default my phone remembers the last media volume level
488.
▲
by
oftenwrong
5y ago
The US has a lot of infrastructure that was built around the same time period. That is why so much of it is reaching its end-of-life around the same time. The replacement phase for all of this infrastructure has not necessarily been planned
489.
▲
by
oftenwrong
5y ago
Kotlin could easily end up "the next groovy", but it might also end up the next Java, or at least maintain its edge against Java. Java is rapidly improving, and significant resources are being invested into that effort. To remain
490.
▲
by
oftenwrong
5y ago
I don't think I've ever seen an HN thread with this many different suggestions.
491.
▲
JEP 408: Simple Web Server
(openjdk.java.net)
4 points
by
oftenwrong
5y ago
|
2 comments
492.
▲
by
oftenwrong
5y ago
That's all fine, but why not use kubectl's excellent tab completion? kubectl delete pod <tab> and it lists the pods. For bash or zsh: source <(kubectl completion $(basename $SHELL))
493.
▲
by
oftenwrong
5y ago
return stuff.stream().anyMatch(this::checkForThing)
494.
▲
by
oftenwrong
5y ago
HTTP: javalin persistence: jooq + postgres search: postgres full text search cache: ehcache
495.
▲
by
oftenwrong
5y ago
It's reasonable to provide a single implementation of an interface, if the goal is to facilitate dependency injection for that component. The problem I find with Spring is that it is designed for dependency injection at all levels of i
496.
▲
by
oftenwrong
5y ago
No flag necessary for latest versions of OpenJDK 8, either.
497.
▲
by
oftenwrong
5y ago
>To calculate the real dislikes on a video, we tabulate only increases to the dislikes, and ignore decreases. On normal YouTube videos (e.g., on PewDiePie's videos), the official YouTube stats and our real stats completely agree. On
498.
▲
by
oftenwrong
5y ago
Solar-powered edition of this article: https://solar.lowtechmagazine.com/2021/03/urban-fish-ponds-l...
499.
▲
Urban Fish Ponds: Low-Tech Sewage Treatment for Towns and Cities
(solar.lowtechmagazine.com)
1 points
by
oftenwrong
5y ago
|
0 comments
500.
▲
by
oftenwrong
5y ago
If I've correctly understood what you mean, I've wanted this for some time now. A way to preserve history while adding a single, linear integration of changes.
501.
▲
JEP 405: Record Patterns and Array Patterns (Preview)
(openjdk.java.net)
2 points
by
oftenwrong
5y ago
|
1 comments
502.
▲
by
oftenwrong
5y ago
I left after poking around just a bit. This site performs very poorly in terms of latency after clicking on something and page loading times.
503.
▲
by
oftenwrong
5y ago
If you want a headless server, you can use transmission-daemon. There are several clients available: CLI (transmission-remote), a web interface, and a desktop GUI application (transmission-remote-gtk).
504.
▲
by
oftenwrong
5y ago
This video is relevant: https://www.youtube.com/watch?v=BemHqUqcpI8 It's about interrogation, and the common notion that a guilt can be inferred by the suspect's behaviour. It shows two example interrogations of i
505.
▲
by
oftenwrong
5y ago
Subtitle: "Deep underground, federal employees process paperwork by hand in a long-outdated, inefficient system" This is about how retirement is handled for US government employees. As far as I can tell, nothing has changed. "
506.
▲
Sinkhole of Bureaucracy (2014)
(washingtonpost.com)
1 points
by
oftenwrong
5y ago
|
0 comments
507.
▲
The Edwards Go Electric
(granolashotgun.com)
1 points
by
oftenwrong
5y ago
|
0 comments
508.
▲
by
oftenwrong
5y ago
Part of the problem is that some of those subsidies are invisible to the average person. It's not a line item on their bills; it's more subtle. For example, the infrastructure required to service low-density settlements: https:&#
509.
▲
by
oftenwrong
5y ago
It's hard to say what people actually prefer when the laws often constrain what may be built. For example, the building I live in could not be rebuilt without zoning variances today. It has no off-street parking, but if it were a new b
510.
▲
by
oftenwrong
5y ago
I like https://github.com/awaitility/awaitility for testing asynchronous code.
More ›