• 0 Posts
  • 33 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle

  • Well, there’s two ways forward, one is that you bite the bullet and get your AA which almost always transfers as most of the first 2 years and you’ll be on to most of your degree course work.

    Or, you apply directly college again and you write tour essays on how you’ve grown as a person. The second one will require some time between being suspended and applying again so I don’t know if its an option and that usually requires you have something to show for your about face, I.e. you’ve worked your way up in some kind ofcareerr for a few years. So that can be a real trick.

    They aren’t concerned with if you’ll be learning anything while you raise your grades, they are concerned if you are going to put in the effort and stick with it so they don’t take an opportunity from someone that actually wants to put in the work.

    It’s kinda BS, but also, its adult consequences in an adult world. At the end of the day, you made decisions that make colleges think you need to do some highschool work again so, you’re going to have to deal with the consequences, and that includes doing redundant work, both in cc and then to fill in the gaps once you transfer.





  • Myrecommendations is probably to host a next cloud instance. Does all the standard ‘cloud stuff’. File, contact, calendar sync, plus a bunch if other stuff if you want to add it via plugins. If you’re patient, and a single use you can host it on basically anything. If you decide you want to add users or have a faster site, you can go down the route of sorting out faster hardware or better specs and suck.


  • Yeah, I that nk a lot of people ‘get it’ but can’t quite explain it. So they tell you they use arch and they they are excited about it.

    I’m a pro, I’ve used basically every type of Linuxevwr made. Ive built and run linux from wcratch multiole times, as a lewrning experience, a teaching experience and even protypes for production systrms. I understand the packaging philosophies, I understand the opinionated administration decisions. I’m subscribed to most major distro mailing lists and i understand the political motivations that drive various teams to the different technical decisions.

    Arch isn’t for everyone. And I’m totally fine with that. But it is perfect for people who want to build something with well crafted and unopinionated tooling. Of everyone ‘got’ arch they’d be failing at what they ate trying to do.


  • I have a roughly 13 year old install that I’ve moved through the transition to /usr/ and from sysv to systemd. Its my oldest install. I run almost everything except suse as a systems admin.

    As a way to run Linux, I find arch one of the nicest. Rolling release, unmodified packages direct from the dev, unopinionated systems management, arch build system for any packages you want to compile, arch Linux archive that can be used for snapshotting or locking your rolling release, and AUR.

    It’s a completely different way to manage and build an OS that no one else is really doing. I find team ‘I use arch btw’ to be extremely annoying but at the end of the day, the arch tooling for building a Linux ypunlike to use means that people are naturally going to want to tell you they built something they find enjoyable to use. That’s not really something a lot of people say about most OSs.

    I have a range of issues and annoyances with most major OS, ranging from i cant use this to i wish this worked. Windows, MacOS, Ubuntu/deb flavors, redhat/fedora flavors, openwrt, alpine and other busybox flavors, iOS, Android, Graphine. All have things that mostly work but I’m always working around something.

    And finding accurate documentation for issues on distros that have different configuration release to release is a pain, deb, Ubuntu and redhat flavors are especially egregious. I don’t really care how to do this on RH6 or Ubuntu 11, lol, I want docs for the current version.


  • Well, every instance has different mix of people interest and moderation. Which maybe I was over thinking it but it took a while to figure out where I wanted to be. And my initial experience wasn’t great. My server was way out of date, had caching issues, was slow lots of defederation and perhaps arbitrary blocking that I didn’t know was going on so I didn’t understand why it didn’t work.

    I gave up and came back to a different server and it’s been good since. But, no one is switching from threads or Instagram for that experience. Or at least going to stick with it long enough to find a home.


  • I’ve built a place I find comfortable, took a couple tries. But I have found decent content, found some of my friends from twitter, found replication bots for people I used to follow but not really interact with.

    It’s not twitter, but it took me 5+ years to build out my twitter. I think over time, enough people will join defederated social media that it can be a pretty good experience if a little too much work for many. But it will take a little time.



  • The_Pete@lemmy.worldtoTechnology@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    49
    arrow-down
    8
    ·
    8 months ago

    Because even for me, a full time systems coder, just figuring out what server to join was a pain, I had to try 3/4 time before I felt like I had enough info to make the correct choice, and then finding other users from my previous twitter gang was a pain, the barrier to entry is much higher than some other options.





  • Yes, WebDAV will max your local connection. Its generally not the encryption that makes ssh slow but the fact that it is designed to give real time terminal feedback. In order for you to see each letter typed in an ssh session, the buffers are really small and it intentionally sends a tone of small packets. Great for single characters bad for large file transfer.

    Its OK here and then when you need to push a config file or something but moving large files is not really what its designed for and consequently, it sucks.


  • Well, for starters, tftp is the wrong thing for local file transfers if you want it to be fast. The only reason its still around is because its simple and offer the only file transfer protocol that is built into the firmware of the network card.

    You read that right, its a simple file transfer protocol built into every network card made in the last couple decades.

    Your best bet for file transfer is probably something like a WebDAV server. Which next cloud can handle for you. You can just enable normal WebDAV on something like httpd but then you gotta handle authentication yourself. (Or allow local and connect with VPN)