[-] tartarsauce@lemmy.fmhy.ml 2 points 11 months ago

Thank you for your work :)

[-] tartarsauce@lemmy.fmhy.ml 1 points 11 months ago* (last edited 11 months ago)

Again, that's fine? You said Gitea has no future because there's no company trying to sell premium features behind it. A merch shop and donations aren't remotely similar to the relationship between Canonical and Ubuntu, and aren't commercializing the project or making its fundamental purpose profit-driven.

[-] tartarsauce@lemmy.fmhy.ml 2 points 11 months ago

Oof ouch owie. I wonder if there's a community for juice here on lemmy?

[-] tartarsauce@lemmy.fmhy.ml 3 points 11 months ago

I'll be honest, I didn't think about that kind of sponsorship. In my comment I was thinking of something more like the sponsor relationship between Red Hat and Fedora. However... this thread started with you saying Gitea has no future because

It seems to be FLOSS without a company trying to sell premium features behind it.

Which it definitely does, and is. Gitea also does have sponsors in the same sense as Debian that you mentioned, though not giants like Google or HP.

I also think that saying small projects necessarily stagnate and die is wrong, though, as my other examples show.

[-] tartarsauce@lemmy.fmhy.ml 2 points 11 months ago

Well, when I wrote that I expected that I would keep it short, but I ended up basically writing everything that was lost all over again... such is life. I'll edit to clarify

[-] tartarsauce@lemmy.fmhy.ml 2 points 1 year ago

It's the 3 day no poop man! (sorry but you'll have to bear that title forever)

[-] tartarsauce@lemmy.fmhy.ml 1 points 1 year ago

ayy the only 2 extensions i need for happy living. that plus firefox configured for privacy and anti-tracking

[-] tartarsauce@lemmy.fmhy.ml 2 points 1 year ago* (last edited 1 year ago)

fuck this, man. i hope someone sues their ass and wins; though i'm not sure how or even if it's possible. the GPL does have this:

You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License.

but i don't know if legally speaking, that really extends to them selectively choosing to terminate relationships with customers who exercise their GPL rights. what's certain is that it's an incredible asshole move and violates the spirit of the GPL and FOSS in general.

i have to admit i don't always agree with the stallman position on things, but shit like this really makes me see the value of copyleft licenses and the arguments of the hardcore free software camp. software freedom is so easily lost :(

stallman was right.

[-] tartarsauce@lemmy.fmhy.ml 2 points 1 year ago* (last edited 1 year ago)

heh, thanks but really all the credit should go to the wikipedians and others who put all this information on the open web. i've learned a lot just by reading technical info online, even though i'm barely a programmer at all and know much less than i'd like

[-] tartarsauce@lemmy.fmhy.ml 2 points 1 year ago

there is no "lemmy TOS". lemmy is only a piece of software that can be ran on a server. it is licensed under the GNU Affero GPL, a copyleft free software license.

this means that pretty much the only legal "terms" you need to abide to run the software on a server is that if you modify it in any way, you have to publish the source code so that others can freely read and modify your version, the way you read and modified the original (this is what copyleft means; it's the exact opposite of copyright).

the instance owner is the only one providing any "service" here, and as such they decide their terms (the site-wide rules for an instance). if you run your own instance on your own server, you are the only one who can dictate any "terms of service".

all of this is by design; the fediverse would be pretty useless if anyone could impose a global "terms of service" over it.

[-] tartarsauce@lemmy.fmhy.ml 1 points 1 year ago

Which is why I’m a full time lemm.ee user for now bc at the time it had 0 blocked instances and was blocked by 0 too^^

aye, that's the real beauty of the fediverse; every person can find an instance which suits their preferences. those like us can find more hands-off instances if we want to, and equally people who prefer more moderation can easily find a more heavily moderated/curated instance.

But ultimately, new users shouldn’t have to worry about such things, which is why I can’t see Lemmy growing as a whole with the tools available now.

maybe an unpopular opinion, but i don't care so much about lemmy growing. it's great right now, having achieved a lot of growth recently bringing lots of interesting content and community, but still not being so big to the point where all the disadvantages of a reddit-sized userbase start to show.

hell, maybe it's better that lemmy never grows as big as the centralized sites, the people who prefer all the advantages of decentralized social media can move here, whereas those who prioritize convenience/ease of use can stay on the big sites. the annoyance of defederations is in some sense just a part of how the protocol works, and not something that can be "solved" per se; the people who are here choose to put up with it in exchange for all the advantages.

one thing that could be done though, is for the lemmy software to have an easy option for migrating all your account data like mastodon does. the poor lemmy devs (literally just 2 dudes) are up to their necks in water just keeping track of the flood in the issues and pull requests right now, so it's not likely lemmy will get new features soon, but hopefully people will step in to help them as well. if i was good enough at rust (or programming in general) i'd try to help too.

[-] tartarsauce@lemmy.fmhy.ml 3 points 1 year ago

yes to the first. to the second, yes and no both.

to outrageously oversimplify, a disk partition, or partition for short, is simply a separate region on a storage disk (which can be anything, whether it be your computer's hard drive, a USB drive, an SSD etc).

you can shrink, expand, delete and create partitions according to your will (as long as you have enough space on your disk). space on the disk not belonging to any partition is called unallocated space.

it is necessary to have your disk structured into multiple such partitions ^1^ to install multiple operating systems on a single disk (in fact, most OSes use multiple separate partitions on the disk by themselves^2^ ).

dual booting is simply when you have multiple operating systems running on the same computer. if you're going to have both of them installed on a single disk, then sure, you'd need to create separate partition(s) for the new OS.

and by "you" i don't mean you manually do it. for practical purposes, basically all the linux distros these days have an automated installer which can detect what OSes (such as windows) are already on the disk, and will automatically create the required partitions in the unallocated space available, and install the OS in those (when it asks you about where to install to, just select the option named something like "Install alongside Windows"). there's really no need to dick with the partitions manually as a beginner when your distro's installer will take care of that for you, except maybe if you want to create space for linux to install itself to^3^.

so, the answers are:

1 - yes, creating a new disk partition and dual-booting are two separate things.

2 - could you install for dual boot without creating a partition in the process? not really, as fundamentally operating systems, whether windows, linux or anything else, need to be installed to partition(s) on a disk. it's just that the OS' installer usually does all the partitioning for you

2.1 - could you dual-boot without manually creating a partition, or touching partitions in any way? sure. if you're installing an OS to a separate disk for example, you could let the installer simply overwrite, repartition, and install to that disk and run both OSes off separate disks on the same computer.

if you're installing both OSes on the same disk, then you can also usually let the installer take care of installing linux alongside windows without a problem. the only thing is that if you don't have enough space as you'd like for the linux install, you may have to resize your windows partition yourself to create more.

+++++++++++++++++++++++++++++++++++++++++++++++

notes:

(this is all stuff you don't really have to care about right now! (though you may want to read no. 3 later on, when you're actually installing linux on your main system.) it might confuse you more than helping, and it really isn't required for you to understand, but read on if you're interested)

1:

here is an example disk layout on a disk that has both windows and linux installed. to learn about the structure of your own disk (if you want to), on Windows you can fire up the preinstalled utility Disk Management and have a look.

2:

a modern Linux installation, for example, usually has the following on your disk:

  • an EFI system partition (contains stuff required for the computer to boot the OS partition)
  • a main partition where the actual OS and data is
  • optionally, a swap partition
  • some people also prefer to keep a separate partition for their /home/ directory (the folder that contains all your user account's data, separate from the OS and the programs installed on it), which is useful (among other things) to install a different Linux variant on the OS partition, while keeping all of their user data and seamlessly using it with the new installation.

a standard Windows installation also has multiple separate partitions on your disk (apologies for not finding a better source but this details them well enough).

3:

the only scenario in which you might have to touch the partitions yourself is if your disk doesn't have enough unallocated space to comfortably use a linux install. (as a comparatively lightweight OS, even the very heaviest variants of linux shouldn't go over 4GB in terms of space strictly needed for installation, but you also need some actual storage space to have your files and stuff in lol).

in such a scenario, you could shrink your main windows partition if there's enough space (Explorer should tell you how much free space you have). for example, if your windows partition is 300GB but it's only occupying 200GB of space, you could shrink the windows partition down to 250GB, leaving 50GB of unallocated space on the disk for linux partitions.

to do this using the preinstalled Disk Management utility on Windows, right click the Windows partition you want to shrink (whether C:/, D:/ etc.), select Shrink, and follow the instructions. please be sure to select the right amount of space to shrink it by according to what you want, and confirm again that it's correct.

please exercise care, as messing up your disk partitions could royally screw up your OS. what you're doing here can't really hurt anything, but make sure to follow the instructions carefully. if possible, back up all your important data before attempting this.

once you've got what you think is the adequate balance of Windows and unallocated (soon to be Linux) space for your needs, boot into the distro from your usb and let the installer take care of the rest.

view more: ‹ prev next ›

tartarsauce

joined 1 year ago