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,…
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…
My guess: It’s not the shiniest, newest toy model anymore. Many people want the latest greatest just for the sake of having it.
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.
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…
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…
I can atest to this. Sqlc is awesome.
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 LIMIT 10 ) p ) AS purchases FROM users u JOIN purchases p ON…
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…
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,…
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…
My guess: It’s not the shiniest, newest toy model anymore. Many people want the latest greatest just for the sake of having it.
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.
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…
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…
I can atest to this. Sqlc is awesome.
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 LIMIT 10 ) p ) AS purchases FROM users u JOIN purchases p ON…
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…