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

help-circle
  • I’d suggest learning what docker is and how to use it if you are trying to host it which is “installing” a web page.

    If you want an icon to go to a dedicated window (web app experience) there are lots of options with lots of advantages and disadvantages. Just research progressive web apps. This method is going to require the frontend be hosted so you either need an instance that is using this frontend or you need to host it yourself.

    Also to let you know. You’re getting downvotes because this is a very lazily asked question. You didn’t link to what it is you need help with, you asked the question in a manner that suggests you have done no research.

    No hate since everyone is a beginner but I really suggest you spend a little more time crafting your questions to the community. Also read a little on docker and how lemmy front ends work.

    In the meantime this should help you get started.

    Docker Official Documentation

    Afterwards go to the git repo of this ”app” pages source code. There is a one command solution to deploy it.

    Mlmym GitHub

    As long as docker is installed and set up you should just be able to enter the command for the deployment to get it running.

    Go to http://localhost:8080 or if that doesn’t work https://localhost:8080 in your browser as indicated by the command and there is your front end.


  • Honestly this sounds like a bit of a pickle. If I were in your situation I would just use one of the cellular carriers 5g internets. I personally use a T-Mobile 5g internet hotspot with a fresh tomato flashed nether 6700 plugged into it. Then I basically do all of my networking from that. Latency is a fair bit higher (usually about 30-50ms) but upload is significantly better than spectrum.



    1. Install watch on odysee extension.
    2. Make a odysee account
    3. Continue your normal habits of watching YouTube but being redirected to odysee when creators have posted there.
    4. hurt YouTube just a little bit.

    I’m so sick of hearing that odysee is only a nazi crypto scam. That content exists on every platform but by shitting all over every option that comes out and then whining when YouTube does more anti user crap is just ridiculous.

    You don’t need to just use odysee. You can use YouTube for your recommendations then be redirected for the content. Eventually when recommendations are there it will be an easy transition for the majority of people but until then, at the very least don’t step on the face of a working competitor that has good intentions.

    P.s. You don’t need to use the token, it was mostly just given to viewers and creators for free.




  • You make good points here for the beginner however there are better alternatives and solutions for basically everything you mentioned here. The biggest I want to address is conflicts on your system. Generally running servers on metal is just outright bad practice. Containerize. Always containerize. There are lots of great options. Docker, podman, Lxc, helm, flatpak… hell. Snap if you must. Running servers on metal is generally is just asking for trouble unless the system’s entire purpose is for that. Also the cg-nat situation. Personally been behind it for a few years but it’s not a problem as long as you have a reverse proxy tunnel in place. Not a hard fix at all.




  • Just to elaborate here. You are describing one implementation of a blockchain that provides a cryptocurrency. Blockchain is literally just another form of a database. It’s just that it can contain traits that would allow the database to be shared and distributed unlike typical databases. Currently there are some companies that are utilizing blockchain for their inventory systems. They aren’t using any more energy than they would with a typical system. They are just doing it to keep an unchanging record of past transactions which helps with fraud and loss prevention.

    P.S. Money laundering using a system that is publicly distributed and has every transaction involving usd paired with an ID, social security number and enough pictures of your face to make a 3D model is genuinely idiotic.






  • Jesus Christ. Have people never heard of covers? Every song here is in some way or another akin to a published cover of another song. Pretty bad ones at that. Obviously if it were matching the songs one for one, then it would be considered copywrite enforceable but realistically these would be more along the lines of copywrite abuse. The music labels would absolutely love for this precedent to be set so that anything even that remotely resembles anything ever made will allow them to own new independent artists within established genres.

    The cases

    Here is a list of cases that set precedent. The thing that connects them all and makes them relevant is that the defendant was either successful, made a lot of money, was very popular or it was the label attacking a artist for sounding like themself after leaving the band. See John Fogerty v. John Fogerty


  • Yeah, I’ve been testing nouveau with NVK+zinc. Can definitely confirm that the Nvidia open source drivers are getting better and it’s happening fast. Desktop experience is nearly flawless now except quite a few games still don’t work and Nvidia specific features are disabled(cuda, rtx, dlss). AMD is def the way to go for a good experience on Linux.

    I’m just hoping to see things change seeing as Nvidia hired the nouveau maintainer and he has been contributing directly to nouveau using his Nvidia provided email here as of late.


  • Fuzzypyro@lemmy.worldtoLinux@programming.devLinux Server OSes?
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    4 months ago

    Debian is a pretty safe choice overall but and I’m sure I’m going to get downvoted like crazy but arch has been a fantastic server OS for me for a while. Debian is pretty hands off but I have some pretty unorthodox requirements/hardware setups and the combination of the wiki and such a wide range of packages supported has enabled me to use the hardware to its fullest potential. Also rolling release lts kernel is pretty dope.