Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
resharpe105
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
resharpe105
2y ago
I understood that it will have the full context of the data on your phone, in order to be ,,useful”. We are yet to see if that means only the data you’ve invoked ai features for, or totality of your emails, notes, messages, transcripts of y
2.
▲
by
resharpe105
2y ago
Key question is, will there be a hard switch to only ever use on device processing? If not, and if you don’t want practically every typed word to end up on someone else’s computer (as cloud is just that), you’ll have to drop ios. As for me
3.
▲
by
resharpe105
3y ago
My guess: It’s not the shiniest, newest toy model anymore. Many people want the latest greatest just for the sake of having it.
4.
▲
by
resharpe105
3y ago
13,3” MacBook Pro is discontinued in favor of 14” MacBook Pro with M3. I say good riddance. Would love it if they did made the bezel smaller on an iMac though, alongside the M3 upgrade.
5.
▲
by
resharpe105
3y ago
Meanwhile, a company I used to work at keeps on using self hosted MantisBT. Its maintenance takes like 2 engineer days per year total, if that. Its initial setup with all the plugins ( of note are those for project management and release tr
6.
▲
by
resharpe105
3y ago
It will be taken to a next level by the AI, both in terms of defensive and offensive capabilities. We already have interesting startups and projects dealing with defence aspect. I’ll note glog.ai as something I’ve seen most recently in this
7.
▲
by
resharpe105
3y ago
This is nonsense.
8.
▲
by
resharpe105
3y ago
I can atest to this. Sqlc is awesome.
9.
▲
by
resharpe105
3y ago
You can easily do nested rows/objects in sql. E.g.in postgres: SELECT u.*, ( SELECT JSON_AGG(p) FROM ( SELECT p.* FROM purchases p WHERE p.user_id = u.id
10.
▲
by
resharpe105
3y ago
I have to disagree with the following paragraph: “SQL is particularly inflexible in terms of control over response: A query result is always a set of tuples. A query is incapable of returning a rich structure that is aligned with how the ap