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

help-circle

  • When i was with a customer who was using one of ther VPS offers, performance was unexpectedly low and upon contacting support it was clear the small fish dont get great support answers, but rather pushed to the FAQ.

    And i personally find their offerings and marketing scummy. Big promotional prices, but always some small print with a higher price after x Months.
    Or just stuff thats not included by default.
    I never had that with other (also very cheap) providers.

    As long as it works great for you, i wouldnt see a reason to leave.
    There arent that many providers offering such small ressources at all or at such a price. To be fair, not much one can do with those specs… 10GB storage is very limited already.
    But for those specs… always free oracle tier would work too (though requires a credit card).


  • Ionos… not a good provider.
    Great it works for you, but i wouldnt touch them with a long pole.
    Created by an old internet provider (which is also not very good…), pulling every shady marketing trick weird “cloud” providers have…

    Contabo is very cheap too, but i wouldnt trust them with critical stuff.
    Netcup is next, quite good and still cheap.
    Hetzner is very nice, but the cloud offers are expensive. the dedicated server offers though… holy sweetness, specially the auction servers.
    Dont forget smaller providers either, they can have some good stuff, but cannot really compete with the big players. (i have one for clean ip space for mail)

    Over the years hosting i learned that paying slightly more is often worth it depending on the needs.
    And as my requirements went up, i moved up in the tiers. If you have a need for the dedicated servers, gets cheaper for what you get (though you need to manage the hardware side then too…)

    Oh and dont forget the Oracle free offers. I dont really trust Oracle, but free compute is free… maybe dont store sensitive stuff though


  • I dont see how e.g. arch would be super hard to maintain.
    There is a nice GUI program for installing programs and updates. (like many modern distros)
    If you dont want to set everything up, go with Endeavour or Garuda.

    I find rolling release to be easier to maintain and keep up to date than non-rolling.
    Specially if you want up to date packages for desktop use.


  • Windows has a request assistance function? wtf… where is that found?
    I only know Remote desktop tools and most of these work perfectly fine on linux as the client or even under Wine.

    [Edit: woah, i did some rambling below here… not related to your specific case here, but some nice information maybe]

    Linux as host is where it gets funny… bigger ones support X11, pretty much none support Wayland.
    To be fair, its impossible to control mouse and keyboard under Wayland without root.
    I think we now have some new desktop packages for gnome and kde which can do that, so now they need to be implemented.

    But i dont see an effort being made for Wayland by the bigger providers in the near future… the market just isnt there and there is lots of uncertainty with the featureset.

    Switched to Rustdesk a while back, works nicely as client, but only picture output with wayland as host.l as of now.
    And i cannot copy&paste under wayland as client… even though it worked before…







  • more time into crafting the right prompt

    Thats not work to you? My company pays me to spend time to do the right thing, even though most of the work does the computer.

    I see where you are going at, but your argument also invalidates other forms of human interaction and creating.

    In my country copyright can only be granted if a certain amount of (human) work went into something. Any work.
    The difficult part is finding out whats enough and what kind of work qualify to lead to some kind of protection, even if partial.
    The difficult part was not to create something, but to prove someone did or didnt put enough work into it.
    I think we can hold generated or assisted goods to the same standard.

    Putting a simple prompt together should probably not be granted protection as no significant work went into it. But refining it, editing the result… maybe thats enough, thats really up to the society to decide.

    At the same time we have to balance the power of machines against human work, so the human work doesnt get totally invalidated, but rather shifted and treated as sub-type.
    Machines already replaced alot of work, also creative ones. Book-printing, forging, producing food… the scary part about generative AI is mainly the speed of them spreading.



  • It not only has to be not ‘open’ in the explorer, but properly unmounted. Tools like mkfs dont do that for you, its just not their job. (and might be unwanted or stop your from making mistakes like accidentally overwriting the wrong drive)

    try umount /dev/USBDRIVE

    If that still complaints about Device or ressource busy, then something is still using it.
    Either try to close things that might be the culprit, reboot and try again or, if installed and you are compfortable, you can check which processes using lsof -D (you can get that location using mount | grep )



  • Nyfure@kbin.socialtoMemes@lemmy.mlFor real tho
    link
    fedilink
    arrow-up
    9
    ·
    11 months ago

    Just FYI Germany likes to make things more difficult, so with federation every sub-area is separated in many aspects and has own agencies for different things…

    BfDI is only responsible for health and internet-provider institutions (and a few more).
    Otherwise you can send it to the one where the company is located at, or always where you are located at. (they will forward it, but that can take a few months, so better to submit where it has to go).


  • Nyfure@kbin.socialtoMemes@lemmy.mlFor real tho
    link
    fedilink
    arrow-up
    10
    ·
    11 months ago

    EU Cookie Directive applies to all website owners within the EU aswell as Websites which target EU users.

    It gives clear rules for different categories of cookies like how you need to display them and for which you actually need consent to be allowed to use them.
    It also sets rules for how easy certain actions have to be and granularity.
    (very simplified)



  • This. You can also directly connect via IP address when enabled on the target, very handy.

    Its probably also one of the few which have started developing Wayland support on the host side.
    Currently only clipboard and video sharing works, mouse and keyboard are close…
    wayland is very restrictive and things like full keyboard/mouse reading/writing need special handling (and afaik a mouse write method wasnt really available from user permissions so far)