87
submitted 2 weeks ago* (last edited 2 weeks ago) by rufus@discuss.tchncs.de to c/asklemmy@lemmy.world

In the last few weeks, I frequently see some empty comments. It's just the username and no text beneath.

Is there a deeper reason behind this? Do people nowadays strip away the text instead of deleting a comment? Or did some script surface that 'makes the internet forget'? First I thought people did this before deleting a comment and the deletion just didn't get federated. But I scrolled through some older posts and they also still have comments like that, so that can't be it. Right?

Can anyone educate me?

12
submitted 2 weeks ago* (last edited 2 weeks ago) by rufus@discuss.tchncs.de to c/matrix@lemmy.ml

Does it work well? Which one to choose? The official Matrix site shows 3 that seem maintained:

Does anyone have some insight? I don't want to try all of them.

Edit: I don't need anything super fancy like double puppeting. I just want the data from the several Discord communities I joined available through my Matrix server. And it's just me using it. But it should bridge the rooms properly and include the popular media formats, reactions etc.

23
submitted 3 weeks ago* (last edited 3 weeks ago) by rufus@discuss.tchncs.de to c/localllama@sh.itjust.works

"Alice has N brothers and she also has M sisters. How many sisters does Alice’s brother have?"

The problem has a light quiz style and is arguably no challenge for most adult humans and probably to some children.

The scientists posed varying versions of this simple problem to various State-Of-the-Art LLMs that claim strong reasoning capabilities. (GPT-3.5/4/4o , Claude 3 Opus, Gemini, Llama 2/3, Mistral and Mixtral, including very recent Dbrx and Command R+)

They observed a strong collapse of reasoning and inability to answer the simple question as formulated above across most of the tested models, despite claimed strong reasoning capabilities. Notable exceptions are Claude 3 Opus and GPT-4 that occasionally manage to provide correct responses.

This breakdown can be considered to be dramatic not only because it happens on such a seemingly simple problem, but also because models tend to express strong overconfidence in reporting their wrong solutions as correct, while often providing confabulations to additionally explain the provided final answer, mimicking reasoning-like tone but containing nonsensical arguments as backup for the equally nonsensical, wrong final answers.

[-] rufus@discuss.tchncs.de 69 points 1 month ago

Thanks for spreading the word. We get these complaints every few weeks. More people need to be educated and move away from these instances to make the Threadiverse a better place.

24
submitted 1 month ago* (last edited 1 month ago) by rufus@discuss.tchncs.de to c/matrix@lemmy.ml

Hey, I'm fortunate enough to upgrade my home-server. I'd like to make some future-proof decisions. Which Matrix server do I choose? Dendrite? Conduit?

I like the candidate to be halfway well maintained, have active development during the next 4 years... Would be nice if it had a solid technological base and wouldn't hog that many resources. I'm okay if it still has some rough edges as long as they get ironed out in the near future.

It needs to provide service to me and a few friends and family. Audio calls would be nice and I definitely need it to connect to the Mautrix-WhatsApp/-Signal bridges.

Did I miss something? Is there another good server implemention apart from Synapse/Dendrite/Conduit?

Bonus questions:

  1. Is Synapse the only server that can connect to SSO? Ideally I would like to maintain the user accounts via Authentik/LDAP/...whatever...
  2. Is there a server that can handle multiple domains? Like an e-mail server that I can just tell "you handle mail for the following 5 domain names?"
[-] rufus@discuss.tchncs.de 56 points 1 month ago* (last edited 1 month ago)

I think they're using Widevine DRM. And with DRM they can enforce whatever arbitrary policies they like. They set special restrictions for Linux. I think Amazon set 480p as max, Netflix 720p and YouTube 4k or sth like that. AFAIK it has little to do with technology. It's just a number that the specific company sets in their configuration.

40
Which *arr for file hosters? (discuss.tchncs.de)
submitted 2 months ago* (last edited 2 months ago) by rufus@discuss.tchncs.de to c/piracy@lemmy.dbzer0.com

I'm German and seems 'we' rely more on file hosters than torrenting. There are lots of tv series and movies with both the original audio track and the dubbed one on sites like funxd, serienjunkies, serienfans... They mostly redirect to a filecrypt.cc folder and then I get a DLC file to download the parts from turbobit or rapidgator (one-click hosters.)

What setup am I looking for, if I were to automate this? I'm aware of the Megathread but I didn't find the correct software to index those sites and then what kind of download manager people use nowadays. (Ah yes, and I don't want to pay for premium accounts.)

Edit: Replaced "one-click hosters" with "file hosters"

[-] rufus@discuss.tchncs.de 64 points 2 months ago

I think this is the answer. They also need to advertise correctly so people feel the need to finance a $70.000 truck instead of buying a small used car for $4.000. Of course with interest and their credit score people will end up paying like double the price anyways.

Another option is to offer crappy versions of the same thing that are more affordable but break earlier. That way you also pay more over the years.

[-] rufus@discuss.tchncs.de 154 points 3 months ago

Software. 99% of the time there is some Free Software alternative that either somehow does the job for my personal tasks, or is better anyways.

40
submitted 4 months ago* (last edited 3 months ago) by rufus@discuss.tchncs.de to c/localllama@sh.itjust.works

From the abstract: "Recent research, such as BitNet, is paving the way for a new era of 1-bit Large Language Models (LLMs). In this work, we introduce a 1-bit LLM variant, namely BitNet b1.58, in which every single parameter (or weight) of the LLM is ternary {-1, 0, 1}."

Would allow larger models with limited resources. However, this isn't a quantization method you can convert models to after the fact, Seems models need to be trained from scratch this way, and to this point they only went as far as 3B parameters. The paper isn't that long and seems they didn't release the models. It builds on the BitNet paper from October 2023.

"the matrix multiplication of BitNet only involves integer addition, which saves orders of energy cost for LLMs." (no floating point matrix multiplication necessary)

"1-bit LLMs have a much lower memory footprint from both a capacity and bandwidth standpoint"

Edit: Update: additional FAQ published

46
submitted 5 months ago* (last edited 5 months ago) by rufus@discuss.tchncs.de to c/opensource@lemmy.ml

I'd like to play around a bit with an online shop. Nothing professional with proper requirements, just a hobby project. When googling for open source e-Commerce solutions, I can find the usual software. But I don't like open core models, and all the projects seem to want to make some money with an add-on marketplace. And most of the times the basic product seems very limited and they want you to extend it with proprietary extensions to get it usable in real-world scenarios.

Is there a project that does things differently? I mean for invoices I can choose between several platforms that won't push me to buy anything. I just can't find an online shop solution like that. My requirements would be something along: Sells products and keeps track of remaining stock, maybe sells services like online courses and software/pdf downloads. Can generate invoices and ties into payment providers. Maybe generates shipping labels. Isn't too bloated, a small, nice and clean hobby project will do. I'd like to avoid running a Wordpress/Drupal/Joomla underneath it if possible.

I get that companies have different requirements and commercial products are somewhat the obvious thing if you're doing commerce. But there has to be something aligned with the virtues of the free software community. Something I'd like to use to sell Tux stickers and power my Etsy shop with.

[-] rufus@discuss.tchncs.de 61 points 5 months ago

That is partly correct. Wayland is not based on X.org. There is nothing rewritten, removed or simplified. It's an entirely new design, new code with a different license. And X11 isn't written by a single developer. XFree86 was started by 3 people, got maintained by an incorporated and then became X.org and sponsored by an industry consortium (the X.Org Foundation). Many many people and companies contributed. The rest is correct. It grew too complex and maintenance is a hassle. Wayland simplifies things and is a state of the art approach. Nobody removed features but they started from zero so it took a while to implement all important features. As of today we're almost there and Wayland is close to replacing X11.

[-] rufus@discuss.tchncs.de 67 points 7 months ago

You're kind of Robin Hood if you steal software and give the money to FOSS projects. 😄

9
submitted 8 months ago* (last edited 8 months ago) by rufus@discuss.tchncs.de to c/fosai@lemmy.world

Today, OpenAI - the company behind ChatGPT - does their first developer conference. They said the keynote will be livestreamed at 10am PT.

I don't know if they have anything new to show off, but I thought I let you know as this is one of the major companies regarding AI.

Not sure if anyone has time to watch a conference in the morning or at noon on a monday, but it's going to be the evening in central europe where I live.

[-] rufus@discuss.tchncs.de 73 points 8 months ago

It will never get recommended. It's bad for the network and bad for your privacy.

20
submitted 8 months ago* (last edited 8 months ago) by rufus@discuss.tchncs.de to c/localllama@sh.itjust.works

"This feature utilizes KV cache shifting to automatically remove old tokens from context and add new ones without requiring any reprocessing."

This means a major speed increase for people like me who rely on (slow) CPU inference (or big models). Consider a chatbot scenario and a long chat where old lines of dialogue need to be evicted from the context to stay within the (4096 token) context size. Previously the context had to be re-computed starting with the first changed/now missing token. This feature detects that, deletes the affected tokens from the KV cache and shifts the subsequent tokens in the KV cache so it can be re-used. Avoiding a computationally expensive re-calculation.

This is probably also more or less related to recent advancements like Streaming-LLM

This won't help once text gets inserted "in the middle" or the prompt gets changed in another way. But I managed to connect KoboldCPP as a backend for SillyTavern/Oobabooga and now I'm able to have unlimited length conversations without waiting excessively, once the chat history hits max tokens and the frontend starts dropping text.

It's just a clever way to re-use the KV cache in one specific case. But I've wished for this for quite some time.

15
submitted 8 months ago* (last edited 8 months ago) by rufus@discuss.tchncs.de to c/localllama@sh.itjust.works

They are referencing this paper: LMSYS-Chat-1M: A Large-Scale Real-World LLM Conversation Dataset from September 30.

The paper itself provides some insight on how people use LLMs and the distribution of the different use-cases.

The researchers had a look at conversations with 25 LLMs. Data is collected from 210K unique IP addresses in the wild on their Vicuna demo and Chatbot Arena website.

26
Mistral 7B model (mistral.ai)
submitted 9 months ago* (last edited 8 months ago) by rufus@discuss.tchncs.de to c/localllama@sh.itjust.works

Yesterday Mistral AI released a new language model called Mistral 7B. @justnasty@lemmy.kya.moe already posted the Sliding attention part here in LocalLLaMA, yesterday. But I think the model and the company behind that are even more noteworthy and the release of the model is worth it's own post.

Mistral 7B is not based on Llama. And they claim it outperforms Llama2 13B on all benchmarks (at it's size of 7B). It has additional coding abilities and a 8k sequence length. And it's released under the Apache 2.0 license. ~~So truly an 'open' model, usable without restrictions.~~ [Edit: Unfortunately I couldn't find the dataset or a paper. They call it 'open-weight'. So my conclusion regarding the open-ness might be a bit premature. We'll see.]

(It uses Grouped-query attention and Sliding Window Attention.)

Also worth to note: Mistral AI (the company) is based in Paris. They are one of the few big european AI startups and collected $113 million funding in June.

I've tried it and it indeed looks promising. It certainly has features that distinguishes it from Llama. And I like the competition. Our world is currently completely dominated by Meta. And if it performs exceptionally well at its size, I hope people pick up on it and fine-tune it for all kinds of specific tasks. (The lack of a dataset and detail regarding the training could be a downside, though. These were not included in this initial release of the model.)


EDIT 2023-10-12: Paper released at: https://arxiv.org/abs/2310.06825 (But I'd say no new information in it, they mostly copied their announcement)

As of now, it is clear they don't want to publish any details about the training.

[-] rufus@discuss.tchncs.de 56 points 9 months ago

0.5 showers a day

[-] rufus@discuss.tchncs.de 64 points 9 months ago* (last edited 9 months ago)

Interesting. Replika AI, ChatGPT etc crack down on me for doing erotic stories and roleplay text dialogues. And this Clothoff App happily draws child pornography of 14 year olds? Shaking my head...

I wonder why they have no address etc on their website and the app isn't available in any of the proper app-stores.

Obviously police should ask Instagram who blackmails all these girls... Teach them a proper lesson. And then stop this company. Have them fined a few millions for generating and spreading synthetic CP. At least write a letter to their hosting or payment providers.

[-] rufus@discuss.tchncs.de 64 points 9 months ago* (last edited 9 months ago)

I think it's written 'tonne'. And you should call it metric tonne if it's not clear from the context.

Wikipedia says:

The tonne is a unit of mass equal to 1000 kilograms. It is a non-SI unit accepted for use with SI. It is also referred to as a metric ton to distinguish it from the non-metric units of the short ton (United States customary units) and the long ton (British imperial units). The official SI unit is the megagram (symbol: Mg), a less common way to express the same amount.

https://en.wikipedia.org/wiki/Tonne

So yes, you can call it a megagramme and you'd be right. But we european people also sometimes do silly stuff and colloquially use wrong things. For example we also say it's 20 degrees celsius outside. And that's not the proper SI unit either. But that's kinda another topic.

23
Pygmalion-2 has been released (pygmalionai.github.io)
submitted 10 months ago* (last edited 10 months ago) by rufus@discuss.tchncs.de to c/localllama@sh.itjust.works

I might be a bit late to the party, but for those of you that like ERP and fiction writing:

Introducing Pygmalion-2

The people from Pygmalion have released a new model, usable for roleplaying, conversation and storywriting. It is based on Llama 2 and has been trained on SFW and NSFW roleplay, fictional stories and instruction following conversations. It is available in two sizes, 7b and 13b parameters. They're also releasing a mix with MythoMax-L2 called Mythalion 13B.

Furthermore they're (once again) announcing a website with character sharing and inference (later in october.)

For reference: Pygmalion-6b has been a well known dialogue model for (lewd) roleplay in the times before LLaMA. It had been followed up with an underwhelming successor based on LLaMA (Pygmalion-7b). In their new blogpost they promise to have improved with their new model.

(Personally, I'm curious how it performs compared to MythoMax. There aren't many models around, that excel at roleplay or have been designed specifically for that use case.)

[-] rufus@discuss.tchncs.de 80 points 10 months ago* (last edited 10 months ago)

If your door opens into the room, use a door wedge. Really cheap and super effective. Close your door and really drive it in. If it slips, try a plastic/rubber one.

Other than that: Listen to the other people. This isn't normal behaviour. And you're the victim of mental abuse here.

[-] rufus@discuss.tchncs.de 69 points 11 months ago
view more: next ›

rufus

joined 1 year ago