Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wky
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
wky
10d ago
You can control this in the settings: - Learn from chats in Smart Window - Learn from browsing in Classic and Smart Windows
2.
▲
by
wky
10d ago
Edit^2: On triple reread it sounds like the first pass ("Image Capture") sends the image metadata hash to be timestamped, whereas the second pass (Reference Image Development) sends the image itself but is not what actually create
3.
▲
by
wky
10d ago
The timestamp system seems like it provides more benefit than signing the image data itself, at least in terms of difficulty to fake. As long as rolling back the stored timestamp token is prevented, I would have to find a phone that never u
4.
▲
by
wky
16d ago
This reminded me of such good memories of playing with http://weavesilk.com/ . Nice to see someone with a similar concept.
5.
▲
by
wky
16d ago
A mentally simpler, though slightly biased algorithm is for each item, randomly generate a uint64 (arbitrary bit size) and switch to the new item if and only if the number generated is greater than or equal to all previously seen numbers. T
6.
▲
by
wky
18d ago
Is there an advantage over just --guest?
7.
▲
by
wky
22d ago
What I find strange about RFC2119 is technically RFC8174 amends it, yet the amended text never seems to be used.
8.
▲
by
wky
24d ago
It wouldn’t surprise me if AISLE uses many different providers’ models, and what’s holding back OpenAI and Anthropic is only using first-party models. Just because OpenAI and Anthropic have arguably the strongest models overall doesn’t mean
9.
▲
by
wky
26d ago
> If supported by a user agent, this event MUST be dispatched when a key is pressed down [...] https://w3c.github.io/uievents/#event-type-keypress
10.
▲
by
wky
26d ago
This raises the question of why real life buttons and virtual buttons behave differently. My unsubstantiated guess is that clicks act on release to give the opportunity to slide off the button to abort, and/or because the button would
11.
▲
by
wky
26d ago
Holding a key would indeed require both on key down and up. I'd still argue that handling rerender on key down (or to fully match whatever OS/browser semantics, oninput) makes more sense than key up. Pressing Ctrl+V for example pr
12.
▲
by
wky
26d ago
They do that, yet proceed to kneecap the perceived latency by delaying the render. > And on keyUp (the user releases the key), we render the suggestions.
13.
▲
by
wky
26d ago
The perceived latency starts from keydown, not keyup. Redefining latency to start at keyup reduces measured latency, not perceived latency, and delaying the visual display to keyup makes perceived latency strictly worse, not better. Even st
14.
▲
by
wky
2mo ago
Specifying units seems to be unreliable; I tried adding a description to the set_thermostat temperature: "temperature": { "type": "number", "description": "degrees Fahrenheit&qu
15.
▲
by
wky
2mo ago
Considering it as a classification problem, you could use a representative set of example queries, feed them to this model, then ask a "smart" language model to assess each query + result for whether the result is actually correct
16.
▲
by
wky
2mo ago
The main thing that helps with lead breakage is a mechanical pencil with a sliding nose cone/tip. Even finer lead becomes fairly reliable as long as it is protected against sideways pressure. My personal favorite is the Kuru Toga Advan
17.
▲
by
wky
2mo ago
Additionally, the proposal of button actions is for the opposite purpose, when you want to avoid sending the form data when the button is pressed.
18.
▲
by
wky
3mo ago
The link to Architectural Decision Records is empty, but they're present in the repo to look at[0]. Curiously the decision with the most deciders is the implementation of JavaScript bindings[1]. [0] https://github.com/E
19.
▲
by
wky
3mo ago
Zoom's filter applies before Color Filters, so a workaround is to toggle on zoom, set it to greyscale, then use the 3 finger gesture to zoom out to 100%.
20.
▲
by
wky
4mo ago
From the comparison image it looks like the goal is functional compatibility, not render compatibility. The table borders change and the layout changes.
21.
▲
by
wky
4mo ago
There are countries that require published material to be submitted to a national archive[0]. A similar system could be done for software source code and made public on expiry. [0] https://youtu.be/ZNVuIU6UUiM
22.
▲
by
wky
4mo ago
The closest thing would be our showcase poster[0], at some point I might write about the thought/development process (both for my sake and whoever picks up the project in the future) [0] https://docs.google.com/presenta
23.
▲
by
wky
4mo ago
This is neat. This group’s approach of treating the devices as many weaker servers (basically a raspberry pi cluster) sounds like the most realistic way to reuse phone hardware at scale, especially with the backing of the actual hardware ve
24.
▲
by
wky
4mo ago
It doesn't even need to represent intervals. A 13 inch ruler with 13 markings at 0.5, 1.5, etc inches is still a valid ruler, albeit an odd construction.
25.
▲
by
wky
4mo ago
Golang has the golang.org/x packages, which avoids too much stdlib bloat while still providing the niceties of “pre-vetted” packages that don’t pull in a massive dependency tree.
26.
▲
by
wky
5mo ago
It's possible that Instructure's servers got compromised: dig canvas.ucdavis.edu [...] ;; ANSWER SECTION: canvas.ucdavis.edu. 1974 IN CNAME ucdavis-vanity.instructure.com. ucdavis-vanity.instructure.com. 60
27.
▲
Nationwide security breach involving Canvas
(ucnet.universityofcalifornia.edu)
5 points
by
wky
5mo ago
|
1 comments
28.
▲
by
wky
5mo ago
As a heads up, NHK tends to remove videos from their site, probably due to contract stuff. It seems Texico starts expiring next year. Sometimes they “rebroadcast,” but for peace of mind make sure to download a personal copy.
29.
▲
by
wky
5mo ago
This post has managed to “confuse” Google about the reverse question as well (“who named teresa t whale”): The humpback whale known as "Teresa T" was named by Simon Willison in September 2024. Background: The juvenile humpback wh
30.
▲
by
wky
5mo ago
There’s a relatively obvious constraint to check here: compositing the layers back together should produce a (near) identical image. Would it not be preferable to throw an error if the model fails to faithfully segment the image?
More ›