• 0 Posts
  • 13 Comments
Joined 5 months ago
cake
Cake day: April 9th, 2024

help-circle

  • Because it’s always so easy to compile everything you need from source! Just make sure to download, compile and install the dependencies first as well. Oh, and the dependencies’ dependencies. And the ones from them. And so on. Unless you’re lucky enough that there are already packaged dependencies available for you. Don’t know how to compile? No problem, just read the documentation. You can be absolutely 1000000% dead serious sure that everything you need to know is documented and extremely super duper easy to understand if you don’t know the source code or barely know how to code at all. And if not, maybe you can find the bits of information on the respective Discord server. It will probably be also very intuitive to know which build options you have to set in which way and which ones even exist. And that without causing conflicts with other packages you need to compile. Still got got problems with compiling? EZ, just open a bunch of issues on the respective GitHub pages. (If present. Otherwise, try to find another way to contact devs and get support, Discord for example.) Maybe, about six months later you’re lucky to get a response. And if not, don’t worry. Some will tell you, you should RTFM or are an idiot. Some will just close the issue because your platform isn’t supported anyway. Then you know, what you did wrong. Also don’t mind if your issue gets ignored.
    If you finally managed to compile everything from source, congratulations! Now run the program and test if everything is working. If it’s not or if it is crashing, don’t worry! In developed and civilised countries you can just buy a shotgun and blast your own head away to end this suffering.

    EZ! Just compile from source! /s



  • Zacryon@lemmy.wtftolinuxmemes@lemmy.worldtoxic help forum
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    4 months ago

    From my amateur experience Krita is really nice for drawing, painting and sketching, especially if you have a graphic tablet, as it bundles commonly used features and makes them easily accessible.
    But it is by far not a sophisticated image manipulation program such as GIMP, which comes with a plethora of more features you’ll probably not use if you’re just doing some “typical Krita stuff”.






  • You are literally wrong. Nice article, don’t see how that’s relevant though.

    Could it be, that you don’t know what “intelligence” is? And what falls under definitions of the “artificial” part in “artificial intelligence”? Maybe you do know, but have a different stance on this. It would be good to make those definitions clear before arguing about it further.

    From my point of view, the aforementioned branches, are all important parts of the field of artificial intelligence.


  • I totally agree with Linus Torvalds in that AIs are just overhyped autocorrects on steroids

    Did he say that? I hope he didn’t mean all kinds of AI. While “overhyped autocorrect on steroids” might be a funny way to describe sequence predictors / generators like transformer models, recurrent neural networks or some reinforcement learning type AIs, it’s not so true for classificators, like the classic feed-forward network (which are part of the building blocks of transformers, btw), or convolutional neural networks, or unsupervised learning methods like clustering algorithms or principal component analysis. Then there are evolutionary algorithms and there are reasoning AIs like bayesan nets and so much much much more different kinds of ML/AI models and algorithms.

    It would just show a vast lack of understanding if someone would judge an entire discipline that simply.




  • Cheers to that. Being welcoming and forgiving with new users or just ones who don’t know yet how to state their problem better, is a must. Assholes, like those elitists you spoke of, are not only unique to the Linux bubble, but are a sickness spread through all kinds of volunteer-based software related streams. I mean, just take a look at stackoverflow or forums and github pages of some open-source projects.

    I can understand if someone is annoyed by insufficiently detailed problem threads, if they see that very often, but don’t take that out on the user, because that would be the best way to deter people from using that project. And also because it’s super unhelpful and inconsiderate.
    That doesn’t mean serving someone everything on a silver plate and not expecting anything from the user. It’s okay to expect more involvement of the user to solve their own problem. However, do it in a nice way. Some mere hints, even if someone is not at the capacity to completely help, can go a long way.

    As you nicely put it, every user and voluntary contributor is an ambassador of the project.