Bla bla bla…
Model | #Total Params | #Activated Params | Context Length |
---|---|---|---|
DeepSeek-V3-Base | 671B | 37B | 128K |
DeepSeek-V3 | 671B | 37B | 128K |
Bla bla bla…
Model | #Total Params | #Activated Params | Context Length |
---|---|---|---|
DeepSeek-V3-Base | 671B | 37B | 128K |
DeepSeek-V3 | 671B | 37B | 128K |
You could open up the developer tools of the browser, if Palemoon has it, and see the value of the Accept-Language
header your browser send to sites. If that’s correct, and there are no cookies set that determines language, it has to guessing based on IP.
So did I apparently. In that case I strongly suggest setting the default page to about:blank instead of that start.me crap.
Alternatives for flashable smartphones are Fairphone, Nothing Phone, Teracube or any Murena.
What’s wrong? Cat got your token?
A bridge is in XMPP speak called a transport if you want to improve your search for one.
I don’t know if you missed it, but the link was to a list of phones that are confirmed to support custom keys.
See this: https://github.com/chenxiaolong/avbroot/issues/299
I’d have answered the same. Burning so much energy to know what date it is deserves a snarky response.
See this: https://github.com/chenxiaolong/avbroot/issues/299
The issue with the Pixel seems to be a a build-up of static in the LCD.
Netscape Communicator, Netscape Communicator, KHTML, Netscape Communicator
Intervene? I don’t think they have that kind of power ;)
Thank you.
Interesting that they’ll make it a user choice. Who would answer yes?
On 22 July 2024, Google announced that it is changing its approach to Privacy Sandbox. Instead of removing third-party cookies from Chrome, it will be introducing a user-choice prompt, which will allow users to choose whether to retain third party cookies.
Do you have a source for that excus… uehm… claim?
I agree and the requirement for an exact placement of attribution is not very friendly to derivate works either. I don’t think that section 7 of AGPL allow adding anything other than the exact terms in section 7 and it has a clause that allow removing non-permissive additions to the AGPL, but I’ve sent an e-mail to FSF asking what their position is. I would be very concerned picking AGPL as a license for my projects, if section 7 allow adding clauses like that. Anyhow the clauses were added in this commit, so anything prior to 7.3.0 is normal AGPL.
There is no free and open source version of Only Office. It fakes that it is licensed with AGPL, but they have added the following to the license, which in effect completely forbid you to redistribute it. It can be said to be Source Available.
The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.
Pursuant to Section 7 § 3(b) of the GNU AGPL you must retain the original ONLYOFFICE logo in the upper left corner of the user interface when distributing the software.
Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
https://raw.githubusercontent.com/ONLYOFFICE/DesktopEditors/master/LICENSE
You need to use a dmix PCM for you card as output.
If you type aplay -L | grep dmix
it’ll show you a list of dmix devices. You can set one as the default if you create a file named .asoundrc
in your homefolder with the content:
pcm.!default {
type plug
slave.pcm "dmix:CARD=Set,DEV=0"
}
You of course replace the value of slave.pcm with your desired card name. I just gave one of mine as an example. The above default configuration also takes care of automatic conversion, via the plug
pcm, for different samplerates and formats to the settings the hardware is set up to use. Every program that use ALSA for output will read the above file, but you need to restart a program for changes to take effect.
If you enjoy audio production I’m sure you’ll find some good use for Jack, but for audio mixing all you need is to use an ALSA dmix pcm for output.
I’d recommend you donate money to those who host open infrastructure. That stuff is expensive and critical to the free and open internet.
As for free software projects I suggest donating your time with contributions. That’s what they need the most. Helping with bug reports and writing documentation are easy starters and worth much more than money. That’s hard to sell as a gift though… One gift card for confirming and investigating a bug in free software of choice. Merry Christmas Uncle Bob!
Going from being a cool hacker who does things for fun and share it with his peers to being a poor cyberbeggar does no good to a persons selfworth. Help out by contributing and let Mr. Cool Hacker have time for his day job on the side. We get better software and fewer burnouts.