

Since much (so-called) “AI” basic training data depends on Wikipedia, wouldn’t this create a feedback loop that could quickly degenerate ?
Since much (so-called) “AI” basic training data depends on Wikipedia, wouldn’t this create a feedback loop that could quickly degenerate ?
For many of them it’s still far away. But I note the ukrainian counter of russian casualties is about to pass a million. While there is ‘fog of war’ it’s easier to say people are missing, so friends and relatives can keep hoping that theirs is the special case. During any prolonged ceasefire, it would become clearer who’s gone forever - which is one reason why P avoids this situation (and also bans NGOs like soldier’s mothers, who used to help connect these dots).
Indeed it seems Trump picked up some ideas about “Juche” (national self-reliance?) from his best buddy “rocket-man”.
US has only 4% of the world’s population, there are now plenty of super-rich in China, India, etc. who like to flaunt i-stuff.
And if chinese buy iphones, do they now have to pay 84% tariff? - maybe HQ in europe solves that too?
As a global company, Apple could just re-establish itself in europe, e.g. Ireland, and continue trading with China, they can just put the US on hold for a couple of years.
Meanwhile for those who really addicted to istuff, coyotes can smuggle iphones across the border, so maybe this solves the fentanyl ‘issue’.
In principle I’d like to see specific permissions - so for example playing with gui enhancements should be a lower trust barrier than adjusting and running code, but afaik (correct me if wrong) neither js nor rust have a built-in security architecture that could implement this. Maybe certain types of extensions could just be custom script language without filesystem access, but that’s harder to do.
About source code linking, last time I heard (maybe they fixed it?) it seemed that trick vscode extensions can link to arbitrary (safe-looking) source repos, which didn’t actually produce the extension.
I’m less convinced about slowly accumulating publisher trust, as this could be a barrier to honest new contributors, while big actors with a longterm profit or geopolitical motive could game such a system anyway (as they do for social media).
I do trust the scala tools (build Mill, lang-server Metals, compiler) which adjust my code, having seen them evolve over many years.
and like the separation of functions (lang-server / editor), so we are less dependent on any one big-tech solution.
So I suppose a fundamental issue is what to trust less - big corps with a reputation but lock-in power, or an ecosystem of small contributors which might include tricksters. No perfect balance.
It seems so far Zed is cautious, providing api only for specific extensions - i.e. language servers and gui themes.
add a line … right before you run it
I run stuff from the command line using a trusted build tool (Mill, in scala), or via a local server (where js is sandboxed).
But indeed, a tricky language server or AI tool (I don’t use yet) might inject code where I don’t inspect before running it.
That’s a risk even with java-based IDEs - java has security permissions, not in js (vscode) or rust (zed), but are they applied…?
As for audits, a problem with vscode is the marketplace got too big, so many extensions, many lookalikes, nobody can check them all…
Such tricks were was predictable, as VSCode extensions, letting arbitrary JS run on your system, are an obvious security risk.
Recently I used Zed editor instead, it’s smooth, but this also has extensions, only these are fewer and in rust ( maybe a higher barrier, targeting less users, so far… ). What’s the solution here - is there some intrinsically safer sandboxed system ?
I’d like to have no phone at all, I don’t like small screens, nor being interrupted. Problem is that phone apps are now almost obligatory for IDs, transport tickets, passes, banking, etc. So I’d just like a phone-receiver (modem) with a sim card on a USB stick that can enable phone-app-stuff via my laptop or tablet. (Yes some tablets have data sim cards, but we still need sms and occasional phone functions for ‘verification’ etc.). Any suggestions?
I’m more interested in distribution of users and local-focus of communities than country-based instances, nevertheless the map does illustrate that Lemmy has huge gaps - no country instance in all of Africa, hardly any in Asia… What can we do to make it a more global conversation ?
Too true, and good analogy with building a house extension…
Zed, for the last few months, and happy with it (previously vscode) - I code in Scala, so Metals provides the complex hints / actions.
Many Ukrainian women are still in exile further west in europe, especially those with or expecting young children, for their safety. Their children are not included in this data (it says ‘on the territory’) but these are potentially the next generation of Ukrainians, if conditions become good for them to return.
Good, but I hope they also get the option not to be exchanged, poor chance of survival if they go back. Should stay, but work on communication to the other side.
Can use Scala to gradually transition away from java - convert code module by module, interop just works, until eventually no java left, can then compile instead as js, native or even wasm (i recently tried this for my climate-system model which evolved from old java). Also, btw, made in europe, not big-tech, and scala3 looks more like python.
Two thoughts:
Also remember Bush did the same for Kyoto protocol. Loop repeats again.
This is hardly surprise news, it’s just what the demographics projected. And if trends continue, China’s population will halve by 2100.
The big one to watch now is India, and then central Africa, those are harder to project.
You can experiment with my model - click the ‘model pop’ plot on the left side.
Isn’t it technically possible to split browser functions so we can recombine as we like? - i.e. separating the rendering / js engine from everything around the side - managing all the tabs, bookmarks, cookies and passwords, workspaces and sessions, mail, notes etc. In my case, I like the workspace structure provided by Vivaldi, but don’t see why it has to be built on chromium browser. Anyway as a developer I need to test against blink, webkit and gecko, so would be nice to swap them within the same user interface structure.
By the way, I develop a “javascript-heavy” web-app (interactive climate model) and it seems to be working fine, and fast, in firefox, so I’m not convinced by complaints in the article.