- 313 Posts
- 23 Comments
ylai@lemmy.mlOPto DeGoogle Yourself@lemmy.ml•Google quietly updates Chrome’s incognito warning in wake of tracking lawsuit2·2 years agoSee to the right:
Here you may post anything related to DeGoogling, why we should do it or good software alternatives!
ylai@lemmy.mlOPto AI@lemmy.ml•Daughter of George Carlin horrified someone [comedian Will Sasso and podcaster Chad Kultgen] cloned her dad with AI for hour special31·2 years agoThey mentioned last year that a company is behind it, but there is an NDA preventing that company from being named publicly: https://biv.com/article/2023/05/meet-dudesy-ai-hosts-comedy-podcast-bc-born-actor-will-sasso
Retention, or the lack thereof, when cold-stored.
In term of SD or standard NAND, not even Nintendo does that. Nintendo builds Macronix XtraROM in their Game Card, which is some proprietary Flash memory with claimed 20 year cold storage retention. And they introduced the 64 GB version only after a lengthy delay, in 2020. So it seems that the (lack of) cold storage performance of standard NAND Flash is viewed by some in the industry as not ready for prime time. Macronix discussed it many years back in a DigiTimes article: https://www.digitimes.com/news/a20120713PR201.html.
And Sony and Microsoft are both still building Blu-ray-based consoles.
ylai@lemmy.mlto Linux@lemmy.ml•Docker team is considering distributing Docker Desktop as a Flatpak and Snap11·2 years agoYes. If you mean “CLI” as for e.g. pacman install, it is a GUI (Electron) application, so I expect will install straight from e.g. KDE Discover and then run without you touching the shell.
ylai@lemmy.mlto Linux@lemmy.ml•Docker team is considering distributing Docker Desktop as a Flatpak and Snap21·2 years agoInstalling podman-compose with the immutable filesystem is fairly straight forward, since it is just a single Python file (https://github.com/containers/podman-compose/blob/devel/podman_compose.py), which you can basically install anywhere in your path. You can also first bootstrap pip (
python3 get-pip.py --user
withget-pip.py
from https://github.com/pypa/get-pip) and then dopip3 install --user podman-compose
.
ylai@lemmy.mlto Linux@lemmy.ml•Docker team is considering distributing Docker Desktop as a Flatpak and Snap191·2 years agoThere might be several misunderstandings:
- Docker Desktop ≠ Docker Engine, and I think what you (and several in this thread) are thinking is actually Docker Engine. Docker Desktop ultimately includes a Docker Engine inside, but it does not appear you need that virtual machine (e.g. running non-Linux code). See: https://docs.docker.com/desktop/faqs/linuxfaqs/#what-is-the-difference-between-docker-desktop-for-linux-and-docker-engine
- Docker Desktop is based on KVM, which already works with Flatpak. So this is not something new. For example, GNOME Boxes is available as Flatpak and provides a way to run KVM guests in SteamOS.
- Starting with version 3.5 (the current stable) SteamOS already includes Podman with the default installation. And running the daemon-y Docker Engine “bare metal” is not going to be any easier with the immutable filesystem. While Docker Desktop solves this by using KVM, it adds another layer with performance loss, vs. just running Podman containers.
So what you want is already available, and no Docker Desktop is actually needed.
ylai@lemmy.mlOPto Gaming@lemmy.ml•MSI demos a monitor that gives you an AI helping hand in League of Legends and it might stretch the boundaries of what's considered fair2·2 years agoThere are plenty of EDID blockers and emulators already on the market. Unfortunately, no, “find[ing] […] the monitor’s model number” is not as trivial as you may think, if somebody really wants to evade. It is quite trivial nowadays to spoof the EDID in hardware, without the software able to do anything.
ylai@lemmy.mlOPto United States | News & Politics@lemmy.ml•Target blamed theft and violence for 9 store closures. Crime is higher at locations it kept open nearby41·2 years agoFirst of all, the source is CNBC, so it is not a “weir vendetta […] solely on the .ml instances.” This and e.g. their prior article (https://www.cnbc.com/2023/09/26/organized-retail-crime-and-theft-not-increasing-much-nrf-study-finds.html) are well in-line with economics reporting as their core business. And then, it is Target and CEO Brian Cornell and NRF — where Cornell is also a board member — pushing this narrative (e.g. https://www.nytimes.com/2023/09/26/business/target-store-closures-theft.html), that lead to news outlet to their investigative reporting. There are further legitimate concerns by press regarding NRF’s legislative lobby effort based on non-existent evidence: https://www.cnbc.com/2023/10/26/retailers-lobby-congress-to-pass-combating-organized-retail-crime-act.html
ylai@lemmy.mlOPto AI@lemmy.ml•“AI’s Ostensible Emergent Abilities Are a Mirage” paper won the Outstanding Paper Award at NeurIPS 20231·2 years agoMy impression is that game AI (and I mean in FPS, not board games) were not considered as serious AI in the computer science sense. Most game AI even till this day are “cheating” in the sense that they are not end-to-end (i.e. cannot operate using screen capture, vs. engine information), and often also need additional advantages to hold ground. For example, virtually all these FPS game AI are quite useless once you actually want to interface it with some form of robotics and do open world exploration. So game AI is somewhat separate from the public’s obsession with the term AI, that suddenly turn nit-picky/moving-the-goalposty once AI became performant on end-to-end tasks.
The Wikipedia article AI effect (not super-polished) has many good references where people discussed how this is related to anthropocentrism, and people can also be very pushy with that view in the context of animal cognition:
Michael Kearns suggests that “people subconsciously are trying to preserve for themselves some special role in the universe”.[20] By discounting artificial intelligence people can continue to feel unique and special. Kearns argues that the change in perception known as the AI effect can be traced to the mystery being removed from the system. In being able to trace the cause of events implies that it’s a form of automation rather than intelligence.
A related effect has been noted in the history of animal cognition and in consciousness studies, where every time a capacity formerly thought as uniquely human is discovered in animals, (e.g. the ability to make tools, or passing the mirror test), the overall importance of that capacity is deprecated.[citation needed]
Note that there is also a similar effect, not explicitly discussed by that article, where people like to depict ancient societies dumber than they actually are (e.g. the today discounted notion of “Dark Ages”).
ylai@lemmy.mlOPto AI@lemmy.ml•“AI’s Ostensible Emergent Abilities Are a Mirage” paper won the Outstanding Paper Award at NeurIPS 202371·2 years agoTo clarify: The authors/Stanford used this exact stated/non-question title for their press release: https://hai.stanford.edu/news/ais-ostensible-emergent-abilities-are-mirage, which ended up also being the title of the previous post on !artificial_intel@lemmy.ml. As already noted by @huginn@feddit.it, this “AI’s Ostensible” title is therefore well in line with the paper’s actual conclusion, that is refuting current claims of emergence. And I picked the “AI’s Ostensible” title being from the authors/their employer, for clarity (especially when quoted inside a larger Lemmy post title), and continuity with the previous post.
It is clear to anyone who used them and understand the task they were trained on, […]
Yet where is the proof? This is the exact wishy-washy way of not substantiating a claim, which this paper investigated and have refuted.
[…] that LLMs do have emergent abilities.
I think you should really not drop that sentence immediately in front of your quite selective quote — the authors put it in emphasis for good reasons:
Ergo, emergent abilities may be creations of the researcher’s choices, not a fundamental property of the model family on the specific task.
So regarding “emergent abilities,” it is quite clear the authors argue that from their analysis, if at all, cherry-picked metrics carry these “emergent abilities,” not LLMs.
ylai@lemmy.mlto AI@lemmy.ml•👾 LM Studio - Discover and run local LLMs - Linux beta version now available 🐧1·2 years agoThe question is not support. It is clear that LM Studio has nothing custom in term of actual inference code. The curiosity is that they are still stuck at LLaMa and Falcon, etc., giving Mistral’s performance.
ylai@lemmy.mlto AI@lemmy.ml•👾 LM Studio - Discover and run local LLMs - Linux beta version now available 🐧0·2 years agoSo LM Studio has all the color “boxes” like LLaMa, Falcon, etc. it advertises itself with, but to this day apparently still no Mistral? Do they have a target audience that is supposed to be oblivious of Mistral?
ylai@lemmy.mlOPto Open Source@lemmy.ml•Joint Statement by Free Software Foundation Europe and Software Freedom Conservancy Regarding Eben Moglen and Software Freedom Law Center11·2 years agoFSFE’s statement:
Some related personal blogs I noticed:
ylai@lemmy.mlto Gaming@lemmy.ml•Valve Says Counter-Strike 2 for macOS Not Happening Because There Aren't Enough Players on Mac to Justify It1·2 years agoThis is absolutely not true, certainly not at the time of Bungie and how Microsoft made Halo Xbox-exclusive: https://arstechnica.com/gaming/2010/10/jobs-turned-down-bungie-at-first-how-microsoft-burned-apple/
ylai@lemmy.mlto Gaming@lemmy.ml•Valve Says Counter-Strike 2 for macOS Not Happening Because There Aren't Enough Players on Mac to Justify It1·2 years agoAs a user of an ecosystem that I care about, I totally do not. Why should the health of an ecosystem be dictated by my usage patterns or that of people that I know? Bit self-centered, also?
Also, today’s Apple fans and their “Apple-no-gaming” fiction are too quick to “forget” Bungie and how upset Steve Jobs was when Halo became Microsoft-exclusive. https://arstechnica.com/gaming/2010/10/jobs-turned-down-bungie-at-first-how-microsoft-burned-apple/
ylai@lemmy.mlOPto Science@lemmy.ml•UPenn slammed for celebrating Nobel prize of vaccine researcher it once demoted37·2 years agoWhat you suggested cannot be further from the truth. The paper that got her the Nobel was from 2005 (https://www.cell.com/immunity/fulltext/S1074-7613(05)00211-6, see also cited in https://www.nobelprize.org/prizes/medicine/2023/press-release/), and UPenn claimed in 2013 — at least 7 years later — that she would not be “of faculty quality” (https://www.wired.co.uk/article/mrna-coronavirus-vaccine-pfizer-biontech).
ylai@lemmy.mlOPto Cyberpunk 2077@lemmy.world•Cyberpunk 2077 is finally where it should have been from the start3·2 years agoActually that I doubt it (in the sense you can enter the NCART and move around, like maybe GTA 4).
There are now summaries from non pay-walled (and English) press: https://www.eurogamer.net/new-the-day-before-report-alleges-employees-fined-for-making-mistakes