

If you ask AI to do all the work, including the smallest little things, I imagine you can burn through a lot of tokens very quickly.


If you ask AI to do all the work, including the smallest little things, I imagine you can burn through a lot of tokens very quickly.
It’s incredibly unlikely that a language teacher understands Git or cares to learn how to use Git.
Hm, it shouldn’t be that hard to point them at a Github/Gitlab/Forgejo repo. It’s basically a list of chronological entries, and when you click one you can see what changed. Not a terrible different concept from what Word/Writer are doing.


This reminds of that time during the crypto bubble when the Fashion Channel put out its own crypto currency.


I want to have a device (the server) present in multiple networks (and multiple different firewall zones) at the same time. I was given to understand I need tagged VLANs for this. I tried doing it with zones only but I couldn’t.


I think Pangolin would be massively overkill for this. It’s designed to be a CDN layer orchestrator and it’s primarily a HTTP reverse proxy. You can do it with Pangolin but it complicates things and you’d need more resources too.
All you really need on the VPS is to run a tunnel (WG or OpenVPN) and forward whatever ports the games need from the VPS public IP into the tunnel. Maybe a DDNS tool/script if the public IP is dynamic.


According to its Github page seems to be a container-oriented Linux distro, like Flatcar / Fedore CoreOS / Talos Linux.
The linked website is AI-generated so ofc it doesn’t say anything useful up front.


If it’s your first time with Arch. Because if it’s your first time with Linux there’s no point.
I can give you an indefinite, unrestricted license to do whatever but I still own the copyright.
Isn’t this distinction academic?


It’s fairly safe as long as you add a strong enough form of access control. For example if you put it behind a VPN, or a SSH tunnel, or require mTLS. Even a key in a custom HTTP header or Basic HTTP auth can be good enough if the key is strong enough.
You can further decrease the probability of drive-by bots reaching a publicly exposed service by merely scanning IPs and ports if you use a reverse proxy and hide your service FQDNs and IP.
You can do this by using TLS certs on wildcard domains rather than explicit domains, using explicit CNAMEs for the service subdomains rather than a wildcard domain, and keeping the A/AAAA records on an obfuscated subdomain rather than the base domain. If the bots can’t figure out a FQDN they’re not getting past the reverse proxy even if they find the IP and port.
This is obfuscation not real security but it cuts down tremendously on bot hits.


I just can’t find any single sentence in the license text covering SaaS.
SaaS is covered by the following fragment (emphasized by me below) which was added since version 1.1 to the last paragraph of Article 1:
- ‘Distribution’ or ‘Communication’: any act of selling, giving, lending, renting, distributing, communicating, transmitting, or otherwise making available, online or offline, copies of the Work
or providing access to its essential functionalitiesat the disposal of any other natural or legal person.
regarding the compatible licenses, they say the other one wins.
If you combine the original work (licensed EUPL) with another work (licensed under weaker terms, but only applicable to one of the explicitly listed licenses), and there’s a conflict of obligations for the combined result, the terms of the lesser license prevail.
If there’s no conflict or the other license is silent, the stronger terms prevail (EUPL).
The original work always remains under the stronger terms (EUPL).
Hope this clears it up.
PS: I think maybe I understand the confusion. In the earlier comment I was talking about cross-licensing. That means making the software available under two licenses. That’s something that can only be done by the copyright holder.
What you’re describing is not cross-licensing. If someone takes EUPL software and combines it with code under one of the other listed licenses, the distribution alone of the mixed result can be done under the terms of the other license (if the obligations conflict etc. etc.)


Reticulum seems to be licensed EUPL 1.2, which includes the SaaS provision.
everyone is allowed to redistribute it under the terms of the LGPL
I think maybe you misunderstand how cross-licensing works under EUPL. When you cross-license into a weaker copyleft like the LGPL, the stronger provisions in the EUPL still apply and prevail.


Didn’t have a network card.


I have the machine synced with NTP and I’m not seeing any time issues.
It’s such a super specific quirk, too, that I can’t believe it’s not on their side.
Maybe they’ve decided that TOTP is less secure than passkeys and if I refuse to use passkeys with their app I should be “helped” 😃 by using twice the amount of TOTP?


Which is better than nothing but I can’t help but see it as walking into another exclusive partnership. Also, none of those phones are out yet so I’ll believe it when I see it.
Even if it pans out and there will be one Motorola phone supporting GrapheneOS out of the box in 2027, there’s the issue of how much it will cost (I think it’s supposed to be a “flagship”), what markets it will be available in, what the unlock process and conditions will be like etc.
Last but not least I doubt Lenovo’s commitment to “seven years of proper updates”, which I will also believe when I see. Their track record for Android updates is notoriously poor. They claim 3-5 major Android updates for most of their models but the best I’ve actually seen them do is one update (13 to 14) – and that’s for phones released 2-3 years ago. If that’s the pace they wanna go we’ll be lucky to get two updates in those 7 years.
You may be right about liability, I don’t know. But public domain is a thing in the EU and it applies to expired copyright, things that cannot be copyrighted, explicit attribution etc.
Besides, the MIT license does not renounce copyright, on the contrary.


I mean, it’s been 20 years since GPLv3 came out.


My MS account is doing a thing lately where I have to enter the TOTP twice to login successfuly. It has to be two different TOTPs, too, can’t enter the same one; I have to literally wait until the first one expires and get another one.
Didn’t experience any of the other shenanigans described in the article though, so there’s that.


These are welcome changes but I hope they will address the elephant in the room sooner or later. They can’t go on depending on Pixels and hardware memory tagging. They need a roadmap for opening up the project to more phone models and they need it yesterday.
They’ve drummed up some publicity with the journalist debacle so it’s a good time to use that. But people who hear about Graphene will want to have some phone choices. “Get an old Pixel” is about to age like milk.


Tagged VLANs would be needed regardless, because I have only one server with one physical connection and I wanted to have processes on it on 2 different networks.
Docker is neither here nor there, you’re right it’s not needed for the solution. I was using it anyway, I know lots of selfhosters do, and it does make it easy to create an ipvlan and put an app on it.
Docker is not the only way to achieve containerization but I do appreciate and use containerization (and virtualization). It lets the host OS stay simpler and cleaner and prevents the various apps from messing with it. It makes it easy to control each app’s environment. You can do app containers, system containers or VMs as needed. It makes it easy to back up, restore and reproduce an app and its state, independently of the host OS or any other app.
Abstractions help… they empower you to do more. You invest some time into learning, sure, but it pays off later in time saved managing and the ability to do more complex stuff faster.
Troubleshooting is what it is. Nothing’s perfect, you’re going to end up troubleshooting something sometime not matter what you use.
You can just say “Google”.
Always keep in mind that Google pays for Firefox. But in order to avoid a monopoly investigation they only need Firefox to exist, they don’t need it to be good.