AlmightySnoo 🐢🇮🇱🇺🇦

Yoko, Shinobu ni, eto… 🤔

עַם יִשְׂרָאֵל חַי Slava Ukraini 🇺🇦 ❤️ 🇮🇱

  • 28 Posts
  • 95 Comments
Joined 1Y ago
cake
Cake day: Jun 14, 2023

help-circle
rss




ROCm is decent right now, I can do deep learning stuff and CUDA programming with it with an AMD APU. However, ollama doesn’t work out-of-the-box yet with APUs, but users seem to say that it works with dedicated AMD GPUs.

As for Mixtral8x7b, I couldn’t run it on a system with 32GB of RAM and an RTX 2070S with 8GB of VRAM, I’ll probably try with another system soon [EDIT: I actually got the default version (mixtral:instruct) running with 32GB of RAM and 8GB of VRAM (RTX 2070S).] That same system also runs CodeLlama-34B fine.

So far I’m happy with Mistral 7b, it’s extremely fast on my RTX 2070S, and it’s not really slow when running in CPU-mode on an AMD Ryzen 7. Its speed is okayish (~1 token/sec) when I try it in CPU-mode on an old Thinkpad T480 with an 8th gen i5 CPU.


PSA: give open-source LLMs a try folks. If you’re on Linux or macOS, ollama makes it incredibly easy to try most of the popular open-source LLMs like Mistral 7B, Mixtral 8x7B, CodeLlama etc… Obviously it’s faster if you have a CUDA/ROCm-capable GPU, but it still works in CPU-mode too (albeit slow if the model is huge) provided you have enough RAM.

You can combine that with a UI like ollama-webui or a text-based UI like oterm.


RedReader gets a barely-glance in a single sentence. A single dev (and with users providing PRs) has one of the best, and most unknown, apps for over a decade now.

RedReader is definitely a gem. Incredible app that still works despite the Reddit appocalypse.


Because the title is still vague, and yes GPU and “graphics card” are often used interchangeably by the internet (examples: https://www.hp.com/gb-en/shop/tech-takes/integrated-vs-dedicated-graphics-cards and https://www.ubisoft.com/en-us/help/connectivity-and-performance/article/switching-to-your-pcs-dedicated-gpu/000081045 ).

“New CPU hits 132fps” could wrongly suggest software rendering, which is very different (see for example https://www.gamedeveloper.com/game-platforms/rad-launches-pixomatic----new-software-renderer ) and died more than a decade ago.


A bit misleading, what is meant is that no dedicated GPU is being used. The integrated GPU in the APU is still a GPU. But yes, AMD’s recent APUs are amazing for folks who don’t want to spend too much to get a reasonable gaming setup.


They can have my tabs over my dead body

(╯°□°)╯︵ ┻━┻




Cabada was injured when part of a Raptor V2 engine broke away during pressure testing at the SpaceX facility in Hawthorne, California. The part, a fuel-controller assembly cover, careened into the SpaceX technician’s head, fracturing his skull.

[…]

The sources told Reuters that senior managers at the Hawthorne site were repeatedly warned about the dangers of rushing the engine’s development, along with inadequate training of staff and testing of components. The part that failed and struck the worker had a flaw that was discovered, but not fixed, before the testing, employees said.

Doesn’t look good at all for SpaceX


Didn’t we all see this coming? Porn deepfakes were already a thing, and even before generative AI we already had people photoshop women in explicit situations.

I’d even say that right now we have much better tools to deal with the fakes than before AI, and all that is required is legislative action.

The tech is already capable of doing automatic facial recognition at scale and we could give victims the tools to automatically send take-down notices and have them enforced.



Everyone should just move to the EU at this rate



Given that mirrors have never been an issue before TikTok, maybe, just maybe, the problem is elsewhere?


They’re called MFAs (Made For AdSense), nothing changed since the early AdSense days. It’s unlikely that Google is knowingly boosting them, it’s just that search engines have always been easy to game with artificial link building and keyword density maximization, MFA owners happen to be among the people most likely to invest a lot in cheating their way to the top of search engine rankings. AI only made creating MFAs easier.




This feels a lot like Elons’s “but, but, they tricked our algos to have them suggest those hateful tweets!”


A company accused by the far-right of being “too woke” is helping a far-right platform survive, the irony.


we have nVidia who clings selfishly to their proprietary blobs, and I can’t help but wonder how great it could be if they opened that up and let the community in.

Nvidia is doing that because they don’t want people to deploy gaming GPUs in datacenters, and they can currently enforce that through their driver license. That license is what enables them to force most enterprise users to buy expensive A100/H100 datacenter GPUs and rack in really fat margins when a couple of RTX 4090 cards would actually be enough to do the job with good cost efficiency. The control that Nvidia has with that license is not something they’re ready to give up and that’s why they keep giving the middle finger to the FOSS community.

(before anyone mentions vast.ai as a counter-example, those RTX 4090 compute sellers are indeed breaking Nvidia’s EULA)


also Proton-GE with AMD FSR is basically just like downloading more FPS no matter which game you’re playing



Looks like the bot’s Google Translate link doesn’t work. If you have Firefox, you can open the original link in German (https://www.zdf.de/nachrichten/wissen/biontech-krebs-forschung-impfstoff-100.html ) and then use the offline translation that’s available in recent Firefox versions, it’s fast and pretty accurate.

I’m not sure what’s new though, as they’ve already stated that goal last year: https://www.theguardian.com/society/2022/oct/16/vaccines-to-treat-cancer-possible-by-2030-say-biontech-founders


For that one no, but another (same person?) parody account does at least report real bugs: https://github.com/mpaland/printf/issues/15

Another fix by Miku-chan (again not in the form of a pull request): https://github.com/lichess-org/lila/issues/5193

Also: https://github.com/EasyRPG/Player/pull/3105 and https://github.com/EasyRPG/Player/pull/3107



The French used to count in base 20 (so that means both hands and both feet), which is why they read 97 as quatre-vingt-dix-sept, ie 4*20+10+7.


Yeah, but I still think if (false) is silly because it adds an artificial constraint which is to make sure the disabled parts always compile even when you’re not using them. The equivalent of that would be having to check that all the revisions of a single source file compile against your current codebase.


A simple if (false) will get optimized out by any modern C or C++ compiler with optimizations on, but the problem is that the compiler will still parse and spend time on what’s inside the if-block and it has to be legal code, whereas with the #if 0 trick the whole thing gets yeeted away by the preprocessor before even the compiler gets to look at it regardless of whether that block contains errors or not, it’s literally just a string manipulation.



beat me to it too, it’s a meme of course but the advantage compared to comments is thay you get syntax highlighting 😁


laughing in #if 0:

#include 

int main()
{
#if 0
        std::cout << "Look at this" << std::endl;
#else
        std::cout << "ugly abomination." << std::endl;
#endif
}

Your “rarely” seems to be contradicted by the statistics:

When methodologically rigorous research is conducted based on this definition, estimates for the percentage of false reports converge around 2-8%.

  • For example, Dr. David Lisak and colleagues analyzed sexual assaults reported to a major Northeastern university over a 10-year period to determine the rate of false reporting. Of the 136 reports taken during that period of time, 8 reports, or 5.9% were found to be false (Lisak, Gardinier, Nicksa, & Cote, 2010).

  • In a study of sexual assault cases reported to the Los Angeles Police Department in 2008, researchers found that rate of false reports was 4.5% (Spohn, White, & Tellis, 2014).

  • In a multi-site study of 8 US communities involved in the “Making a Difference” (MAD) Project conducted by EVAWI, data were collected by law enforcement agencies for all sexual assault reports received in an 18-24 month period. Of the 2,059 cases that were included in the study, 140 (7%) were classified as false.

  • Statistics even appear to converge internationally. In an analysis of 2,643 sexual assault cases reported to British police, 8% were classified by the police department as false reports. Yet when researchers applied the official criteria for establishing a false allegation, this figure dropped to 2%. These criteria specified that there must be either “a clear and credible admission by the complainant” or “strong evidential grounds” (Kelly, Lovett, & Regan, 2005).

Source: https://evawintl.org/best_practice_faqs/false-reports-percentage/

So if anything, instead of trying to discredit her or mob-downvote every comment mentioning her story to bury her voice, you might probably want to reweight the odds and start to consider the fact that it’s highly likely she’s not lying.


Their UX is also incredibly deceptive. I’ve personally seen old folks trying to book on low-cost airline websites and they often believe they have to pay extra to get a seat.


You can check many of the Sam dick riding contests in the comments in any Sam Altman related thread and how most are advancing the classic “she’s just a gold digger who suddenly remembers he raped her only after he got rich” or “she looks unhinged, story likely made up” theses that are usually used to protect rapists and discredit rape victims, while trying to bury the rape story with massive downvotes every single time.



it’s been really strange seeing so many comments cheering for Sam Altman

It’s the same with Elon’s cult. People probably really believe that Sam is a genius and the one who made ChatGPT (just like Elon’s fanboys really believe that he’s involved with Tesla’s engineering), so they see him, alongside Elon, as a symbol of meritocracy and they get angry at the board for ousting someone just because they’re “afraid” of a “genius”.


She still deserves all of our attention and her voice needs to be heard. She struggles for survival and probably can’t even afford good lawyers to sue him.

He’s also quite openly gay… So him raping his little sister doesn’t make a whole lot of sense

Sexual orientation or even desire are quite irrelevant, as that would apply to pedophiles too otherwise.

She also mentions in her interview with Weil how she has gotten angry at her brother over money on more than one occasion

How could she not be with how she was, according to her, pushed into sex work? Having one of your siblings resort to sex work for survival while your own net worth is more than half a billion dollars definitely means you’re the bad guy no matter whose version is correct and no matter how you look at it.





>“In summary, by sending a specially crafted email message, attackers are able to load arbitrary JavaScript code in the context of the Roundcube user’s browser window,” ESET researcher Matthieu Faou wrote. “No manual interaction other than viewing the message in a web browser is required.” > >The attacks began on October 11, and ESET detected them a day later. ESET reported the zero-day vulnerability to Roundcube developers on the same day, and they issued a patch on October 14. The vulnerability is tracked as CVE-2023-5631 and affects Roundcube versions 1.6.x before 1.6.4, 1.5.x before 1.5.5, and 1.4.x before 1.4.15.
fedilink



(joke in the title stolen from a redditor) Context: some Rust kid vandalized cppreference.com today.
fedilink



Following the (Italian Competition) Authority’s intervention, Google’s data portability becomes easier
>The Italian Competition Authority has closed its investigation into an alleged abuse of dominant position by Alphabet Inc., Google LLC, Google Ireland Limited and Google Italy S.r.l (Google), by making the proposed commitments binding. >The group, in fact, presented a package of three commitments, two of which envisage supplementary solutions to Takeout - the service Google makes available to end users for backing up their data - to facilitate the export of data to third-party operators. The third commitment offers the possibility to start testing, prior to its official release, a new solution - currently under development - that will allow direct data portability from service to service, for third-party operators authorised by end users who so request, in relation to data provided by the users themselves or generated through their activity on Google's online search engine and YouTube platform.
fedilink

[MyAnimeList](https://myanimelist.net/anime/52505/Dark_Gathering)
fedilink


That's still only 0.034% of its market cap, it would simply be a slap on the wrist even if they lose.
fedilink




2 authors say OpenAI ‘ingested’ their books to train ChatGPT. Now they’re suing, and a ‘wave’ of similar court cases may follow.
>Two award-winning authors recently sued OpenAI, accusing the generative-AI bastion of violating copyright law by using their published books to train ChatGPT without their consent. > >Filed in late June, the lawsuit claims that ChatGPT's underlying large language model "ingested" the copyrighted work of the case's plaintiffs, authors Mona Awad and Paul Tremblay. They argue that ChatGPT's ability to produce detailed summaries of their works indicates their books were included in datasets used to train the technology.
fedilink



[MyAnimeList](https://myanimelist.net/anime/52830/Isekai_de_Cheat_Skill_wo_Te_ni_Shita_Ore_wa_Genjitsu_Sekai_wo_mo_Musou_Suru__Level_Up_wa_Jinsei_wo_Kaeta)
fedilink

>After a three-month long wait, the NieR Automata anime adaptation returns on July 23, 2023. Its four last episodes will air back to back on the same day to make up for the wait. These will be episodes 9 through 12. The production committee thanked viewers for their patience and support through the various difficulties experienced during the broadcast of the show, and apologized to viewers for the wait.
fedilink

Hell’s Paradise Episode 12 is out
[MyAnimeList](https://myanimelist.net/anime/46569/Jigokuraku)
fedilink

Mashle: Magic and Muscles Episode 11 is out
[MyAnimeList](https://myanimelist.net/anime/52211/Mashle)
fedilink

The Ancient Magus’ Bride Season 2 Episode 12 is out
[MyAnimeList](https://myanimelist.net/anime/52955/Mahoutsukai_no_Yome_Season_2)
fedilink


Isekai de Cheat Skill (long-ass name) Episode 12 is out
[MyAnimeList link](https://myanimelist.net/anime/52830/Isekai_de_Cheat_Skill_wo_Te_ni_Shita_Ore_wa_Genjitsu_Sekai_wo_mo_Musou_Suru__Level_Up_wa_Jinsei_wo_Kaeta)
fedilink

r/aww holding a vote on malicious compliance
The choice is between *"John Oliver, Chiijohn, and their lookalikes bein adorable"* and returning to normal.
fedilink