This needs to get added to the common nomenclature as the third option 😂
while(true){💩};
This needs to get added to the common nomenclature as the third option 😂
We use one of these at work! There are a couple of companies offering these solutions such as PaloAlto, Zscaler, etc. and they are typically of the “Next-Gen Firewall” variety (I.e. they scan the content of the packets rather than just routes and ports and such).
The way they work is basically that you establish VPN connections to their endpoints, and they scan the traffic as it passes through. Like a VPN, you get a new IP address that is shared with other customers, but there is a way to pin your original IP in the packet headers if you need.
These connections can be handled via one of a few ways:
Software on the workstation (best option as it allows deeper traffic routing and control, as long as your workstations are locked down)
IPSec tunnels configured on the building’s router service’s endpoints/datacenters
GRE tunnels configured on the building’s router to the service’s endpoints/datacenters
A physical firewall box that sits in front of your other hardware that does any of the above OR something bespoke
Note that unless you have option 4, none of these replace traditional “dumb” firewalls. If you’re still using IPv4, you still need a NAT firewall.
None. And F-Droid provides guarantees of trustworthiness that go above what getting it directly from the source can do.
The Crazy Bus Title Scree theme
Matrix isn’t super private though. It’s halfway there, but compared to something like XMPP, it falls short due to the fact that any instance a user federates with gets a gigantic copy of all of their metadata, and the server operator can do whatever they want with it. So all you would have to do is spin up a new host, message a target user and get them to respond, and you’re done.
And ruin it for its current residents?
not even doom music
He puts people in their place and takes no prisoners while sipping the blood of shit-committers out of wine glasses forged from their skulls.
“Milhouse is not a meme” is a meme.
I’ve always been a fan of for-ged-joe (like forget Joe, but with a d instead of a t)
Does FUTO’s license allow me to maintain my own fork under a different name to offer to fellow users, that is no longer under control of FUTO? I’m not selling (commercializing) it. If not, it is source-available.
The whole point of forkability is NOT for unfettered commercialization, it is a user protection. I as a user should be able to take any piece of software and modify it in any way I see fit, and then be able to contribute that back.
If you think that the OSI’s definition has anything to do with commercialization (other than explicitly saying that commercializing source code is not prohibited), you have completely misunderstood what open source is about, full stop.
There’s nothing wrong per se with what FUTO is doing. They have the right to determine how people can use their code. What is wrong is trying to use the term “open source” which has a very clear meaning to try and win marketing brownie points among its user base when it does not actually follow that definition. It is misleading at best.
Basically: don’t misuse the open source moniker for source-available projects.
So the open source community has a very clearly defined definition of “open” - open does not mean that you can just read the source code. Just reading helps with some trustworthiness, but in order to be afforded all of the protections and benefits of the word “open”, they require some form of ability to fork the code, and to be able to do useful things with that fork. No fork = not open. There are a ton of good reasons for this that I won’t dig into here but you can certainly find by looking up the free software foundation or the open source initiative.
Futo is considered “source available”
Also a florisboard user! Just patiently awaiting them to re-add glide typing
If you opened this up to free-only Steam games, that would probably get you a ton more players. Almost everything works on Linux now unless theres some kind of aggressive anticheat.
You can see a list of free multiplayer games here
Shared memory is basically using your normal RAM as swapspace for your GPU.
Check out MilkV, they have a 64 core RISCV workstation that supports PCIe at full speeds and has NVMe and SATA slots like a completely normal x86 motherboard.
People have gotten modern AAA games running on it.
If(match(/.*(Google CEO).*(head explodes).*/gi,title_text)){pass}
True programmers know that novice code is a rite of passage. Every programmer worth their salt looks at their own older code and cringes at it. Most people who do this for a living are more likely to give helpful pointers rather than tear you down, if anything.
If someone is being a jerk to you about your code, stop listening to them immediately and walk away or block them.