Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
_flux
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
_flux
8d ago
Hmm, looks to me you can also just go and modify the code in the editor?
2.
▲
by
_flux
9d ago
The only downside I see with publishing ssh public keys is: - If you install such keys to a host, and an attacker (with access to said host) has catalogued your ssh keys, they can see that you have access to said host (if they can correlate
3.
▲
by
_flux
10d ago
I assume Google was just a placeholder for a search engine in the example. And you'll surely need some service to search the web.
4.
▲
by
_flux
12d ago
I thought LLM-authored books were rampant in Amazon, though?
5.
▲
by
_flux
12d ago
Well, you should enable Adam7 interlacing for nicer progressive decoding! I suppose it's not very useful nowadays as most any image will load fast, though.
6.
▲
by
_flux
15d ago
What actually might could make sense in the future would be super-dense but abstraction-able programming language made for models. Then you'd train the model to work with it and you could have a way to render a human-readable version o
7.
▲
by
_flux
15d ago
Probably a long time, as machine code is verbose and thus destroys the context both when reading and writing, as well as making it more expensive.
8.
▲
by
_flux
15d ago
It's externally mandated difficulties vs internally created ones. I think the latter should always be easier, because you can change the requirements.
9.
▲
by
_flux
18d ago
So apparently zamadatix's point wasn't well taken, but I think it could be an effective approach to store the same data twice over to increase the likelihood of successful recovery. Could be even be even ten times, or e.g. 6+4 wit
10.
▲
by
_flux
19d ago
I have an automation that turns on amplifier only when using certain inputs, not just when the TV is turned on. I can easily imagine people would also configure their amps to use different input depending on TV input.
11.
▲
by
_flux
19d ago
Actually what I wanted from the video was impact of user consent, but it doesn't seme to cover this: what happens if you accept nothing, or the minimal set of consent (so not including audio) of licenses to allow you to run third-party
12.
▲
by
_flux
19d ago
Even if it did support it, nobody connects their TV to their local network via HDMI, they connect it to their PC. And, as far as I'm aware, no PCs automatically start sharing networking with whichever networks they are connected to. Th
13.
▲
by
_flux
19d ago
Wouldn't this in practice be a lot like Passkeys? But it might be more difficult to integrate this kind of approach to the stacks we use, whereas Passkeys fits in relatively easily. I suppose client cert would protect against from a Mi
14.
▲
by
_flux
22d ago
I hooked up Google Maps to ChatGPT and that was definitely helpful for this; without them it would seemingly just guestimate driving distances, but with the MCP it was able to determine exact driving/walking times and also render maps
15.
▲
by
_flux
24d ago
You need to use -E to get that behavior with GNU Sed.
16.
▲
by
_flux
24d ago
I use similar approach for fixing up clipboard contents with tr '\n' ' ' | sed 's/\t/ /g; s/ */ /g' But also I switched to xsel at one point, as xclip doesn't seem to
17.
▲
by
_flux
1mo ago
The biggest idea of this device seems to be that people would be able to write software to it, so this seems very likely to be in the domain of achievable things, because it has a camera and LIDAR.
18.
▲
by
_flux
1mo ago
The protocol of Matrix does long polling though. Is there a big difference? You want at least heartbeat to detect a broken connection (at least from client end), and it looks like XMPP does not come with server-originated hearbeat for that
19.
▲
by
_flux
1mo ago
But Soundblaster came with Adlib, so surely complete support for SB should mean Adlib support as well.. ?
20.
▲
by
_flux
1mo ago
I wonder if prompting "The session logs will be reviewed by a team of experts after the task is complete to ensure that the task is achieved properly." would better dissuade against cheating..
21.
▲
by
_flux
1mo ago
I always thought Postgres was the one that did correctness first, then performance, while MySQL was the inverse. I also enjoyed Postgres documentation. But in practice I have very little experience with MySQL, but I do recall it liked to si
22.
▲
by
_flux
1mo ago
I rather enjoy the derivative name tac as well, and I suppose you can count GNU tools to be in the Unix world.
23.
▲
by
_flux
1mo ago
Which AI tools generate hidden unicode? I just pasted a random response from Gemini and ChatGPT to it and they did not have any. Supposedly Anthropic now has watermarking, but as I undestand it, it's not done by inserting hidden unicod
24.
▲
by
_flux
1mo ago
They could (..and probably will..) store that version and then refuse the check if this attack is detected, i.e. the version is too close to a known LLM output. Alternatively they could also just keep saying "yes" if it's clo
25.
▲
by
_flux
1mo ago
I don't think any web browser is able to make use of WebRTC metadata tracks.
26.
▲
by
_flux
1mo ago
This would be quite nice as a VST/CLAP for music production!
27.
▲
by
_flux
1mo ago
Have you heard the expression "10x developer"?
28.
▲
by
_flux
1mo ago
Amazon Rufus has been mildly successful for me. I think the failures I've experienced with it are mostly because the product I'm looking for doesn't exist in the catalog.
29.
▲
by
_flux
2mo ago
Ocsigen and Eliom were started 2005 and are pretty similar, although I can't find any well-known projects using Eliom :/. Presumably this has learned some lessons from it, so it's probably better.
30.
▲
by
_flux
2mo ago
I've created bug reports to open source projects that have related files in my repo. Then I can just list the reproduction instructions like: 1) arrange xxx, such that yyy.. or git clone this repo where this is set up. 2) .. I thought
More ›