Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dasl
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
dasl
5mo ago
their video demos were surprisingly bad. Hard to understand what they were showing.
2.
▲
by
dasl
2y ago
I found that info about the `discard` behavior quite interesting. And thank you for the kind, inspiring words -- cheers!
3.
▲
by
dasl
2y ago
TIL, thanks for sharing. We ended up solving our problem another way by adding this `DisableControllers` stanza to the service's systemd configuration: https://gist.github.com/dasl-/87b849625846aed17f1e4841b04ecc..
4.
▲
by
dasl
2y ago
Hi, I'm the author of the article! Thank you for the awesome description of the various vm.dirty_* sysctls. The problem described in my post was not _directly_ related to the kernel flushing dirty pages to disk. As such, I'm not s
5.
▲
by
dasl
2y ago
How does the Gemini OCR perform against non-English language text?
6.
▲
by
dasl
2y ago
Yes, Con Ed now has smart meters that report electricity usage in realtime at 15 minute intervals. If you use Home Assistant, you can perhaps make use of the Opower integration to get this data: https://www.home-assistant.io/
7.
▲
by
dasl
2y ago
The email address responded with an automated message saying they are no longer checking the inbox. It directed me to submit my query at their contact for instead: https://www.gatesfoundation.org/about/contact/writ
8.
▲
by
dasl
2y ago
What latency do you get? I'd be interested in seeing a demo video.
9.
▲
by
dasl
3y ago
This allows you to use fzf with IRB. It works with anything that uses readline, which IRB uses. https://github.com/lincheney/rl_custom_isearch it works for me on linux, not sure about other OS's. Although I'm
10.
▲
by
dasl
3y ago
gmail iOS app has no scrollbars. pretty annoying.
11.
▲
by
dasl
3y ago
elevated youtube link : https://www.youtube.com/watch?v=jB0vBmiTr6o
12.
▲
by
dasl
3y ago
> One of the downsides of the Linux cp command, is copying a file larger than RAM will destroy every existing entry in the file cache. Under normal circumstances this is a good thing, since a least recently used strategy usually works. H
13.
▲
by
dasl
5y ago
youtube has recently been implementing download speed throttling on some video downloads. See: https://github.com/ytdl-org/youtube-dl/issues/29326 . Youtube-dl does not yet have a solution for this occasional
14.
▲
by
dasl
5y ago
Instead of having RF interference, if we have acoustic transmitters, would you have trouble getting a signal at a loud concert for instance (acoustic interference)?
15.
▲
by
dasl
5y ago
Yes, those speeds are roughly consistent with what I got in my speed tests here :) You (and others in these comments) have suggested using OpenWRT as an alternative. I suppose one advantage of the approach outlined in the submitted article
16.
▲
by
dasl
5y ago
A couple of months ago, another setup for a wifi to ethernet bridge was posted here: https://news.ycombinator.com/item?id=26940521 I like Will Haley's setup better though, because it keeps everything in the same subnet
17.
▲
Raspberry Pi WiFi to ethernet bridge
(willhaley.com)
172 points
by
dasl
5y ago
|
66 comments
18.
▲
by
dasl
7y ago
I use zsh, and I have a thing in my profile that skips writing any `cd` command to history. Instead, it will rewrite the command using the absolute path of the directory I `cd`'d into and write that to history. Thus, all of the `cd` co