

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.
Your system is fully updated from at least the kernel/initramfs and up. Next you’re running a system that has additional security measures.
So this breaks down to: What is firmware and are you aware of any issues in it? If no then there’s no reason to get a new phone.
I’m not aware of any firmware security issues for any Android phone assuming firmware is pbl, sbl, aboot, modem or on-chip and even if there was they would be hard to exploit given your up to date and hardened system, but that’s all theoretical and also apply to any new phone you would purchase.
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
Ironically SeaMonkey, the continuation of Mozilla Suite, seems lighter than Firefox.
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.
It’ll be easier than running uncracked games. It’s difficult to say how well your games will run in general.
At least what they ended up doing was not some crypto ponzi scheme.
Written from Librewolf, because I’ve had enough.
If the mail is sent unencrypted the admin can read it. What I have is a script that encrypt incoming e-mail with the users key, so that they are stored encrypted on the harddrive. That at least protect against an intruder reading past e-mails. I use a Perl script written by Mike Cardwell for that.
Another service you might like to have for your users is WKD/WKS, so that senders clients can automatically fetch the public key for your users.
It’s easy to overlook with the omnipresent internet, but self-hosting doesn’t require internet. You could host for your fellow students on the local network. If that’s also against the Wifi rules you can either ignore that stupid rule or set up your own god damn wifi with hostapd on your machine and let students connect directly to it. It’s probably best to use a machine dedicated to the task for security reasons as you wouldn’t want curious students to accidentally erase your homework. I wouldn’t use containers or VMs for any of this, I’d just use bare metal like in the good ol’ days. You could also, without having to worry, give people shell accounts because it’s a closed network. The options are endless without all the worries of hosting on the internet.
That’s a myth though. No numbers I know of suggest earths population and our demand of food is declining. What will happen is that the agricultural land replaced with a solarfarm is going to be set up somewhere else at the cost of nature.
I apologise. I know it was not fair to do that. What made me respond that way, I think, was that your statement was extremely simplified and even agreeable if you leave out the context of solarfarms taking up large areas of land.
Changes away from more polluting energy sources to meet this reduced demand is a good thing.
When you look at the picture what we see is 166 acres of land covered in black solar panels. Even though many solarfarms have grass below the panels the ground on this picture is completely barren and plain with a hard surface of what looks like compressed grus. Nothing is going to grow there.
These huge solarfarms or solarfactories is what I’m opposing. I think solar energy fits nicely into decentralized domestic and mobile power generation, but I think it’s even worse than biofuel in taking up large areas of land. Biofuel is not using rare earth metals and contrary to solarpanels take up CO₂ when produced. To be clear I’m not advocating a farm of either one.
If you absolutely want centralized large scale energy production I would prefer if it was done with windmills. They only take up a small ground surface area proportional to the energy produced and combined with their height allow for much more biodiversity. I’m a big fan of domestic and urban solarpanels, I think every building should have them.
I’m sorry once again. Have a nice day.
First thing I would ask the ISP to open the port. I’ve done that without problems before.
If that’s for some reason not a solution, I would, because I’m personally not very attracted to the idea of routing my selfhosting traffic though thirdparties, setup a simple static page with
<meta http-equiv="refresh" content="0;url=https://web.domain.tld:8080/" />
, somewhere and point the bare domain and www subdomain to that page and have it redirect to, like in this example, aweb
subdomain with the port number.As a last remark, I personally would not find it problematic for a different port number to be part of the host scheme and also note that most web traffic now goes to 443 and not 80 because it’s https.
Happy selfhosting!