I’ve used rustdesk off and on. It is pretty good. I use it to help my aunt with “computer stuff”.
I’ve used rustdesk off and on. It is pretty good. I use it to help my aunt with “computer stuff”.
Had to scroll down this far just to get to markdown files. Although I write with a bit of a delay. Once I get something working. Then I document what worked and what didn’t. Alternative methods and issues I had with the alternatives.


My brother used to use enterprise windows 10 until he started having that vary issue with trying to play COD.


I will use old machine until the damn thing quits on me and be happy.
Or all of the above while still not being “as secure and private as promised”.


This article confirms my own experiences with AI. I spend a lot more time reviewing, reprompting, and tweaking than I save on coding. Having to double check or fight it to get what I want is not a time saver. Not to say that it doesn’t save time when it is right, but the thing that I never seem to get across to proponents of AI is that anytime I need to reprompt or refine, I have lost. I have officially wasted time at this point compared to simply referencing the documentation. Unless I’m generating a significant portion of code which only needs minor tweaks. I’m generally not saving time.


The only options when dealing with governments is comply or get out.


Depends on how the project and how long they have been around.
At least I don’t need to pay for freeware. Last I checked, the cost of Windows was included in my laptop and I didn’t get the option to not install an OS even though I fully intended to install Linux on it.


Wouldn’t call that a “summary”, but interesting read all the same. Thanks for the link.


I’m so fed up that I’m about to go all in on linux smartphones as long as phone, sms and data work. Everything else. Guess I don’t need it. To my knowledge those things do work. I just need to see how solid they are.


Seems like they are making a big deal out of nothing. This isn’t one of those instances where a false sense of security is being presented. If whatever tool that the user is using to test their ad blocking capabilities isn’t adequate. They will very quickly figure that out when they still get ads. How does any of this result in “Doing more harm than good”?


Again the type of people who probably visit communities like this know that. If the profile is accurate and they know that these people are more resistant to these kinds of tactics. Isn’t just a waste of money to bid on showing that person an ad in the first place. I personally don’t even connect my tv to the internet and I run linux, so I doubt either of said devices are talking to anything. Ads outside that someone play your favorite song would need to build a profile on you on your digital devices and then somehow correlate that to you the individual when you go into stores.
I know you said you don’t think are all the way there, but without getting facial recognition involved. I don’t see how they would correlate the two in the first place. Even then there are still holes, but that is besides the point. My main point is that someone whom meets the criteria that I described in my first comment seems like a waste on money to advertise to if you are one of the advertisers who are bidding on these spots.


Why is it that if they have this information and build these supposedly accurate profiles about you that they would still be willing to show ads at all to the kind of people who are likely to frequent this community? For example, if someone who runs linux, adblockers, firefox with strict profile, etc, etc is being broadcast to these advertisers. Why would they want to bid for advertising space for that person at all?


Stop making personal information into digital ids because when it inevitably ends up in some kind of data breach. These companies all throw their hands up saying sucks to be you.


Honestly, I don’t even believe these articles. At some point it just starts to sound like they are making things up.


Exactly. Another example of people who are on forums like this are worlds apart from people who know quite literally less than nothing about computers.
And nothing of value was lost.


All too often it is a downgrade though. A lot of those webapps have terrible search and I only want to search for what is on the current page anyways. For example reddit search has been notoriously bad for a long time. Half the forums online seem to be using the exact same open source software with the exact same terrible search. When all too often I just want to find what is on the current page anyways.
Yeah, I’m using qwen 31b a3b on an amd 9070xt requires a bit of cpu offloading, but still plenty fast. Using it wall llama.cpp. Combine that with some mcp’s such as ddg-search to make it truly useful by actually being able to search online.
I mostly use it for small tedious tasks with well defined inputs and outputs. For example when hyprland recently changed from their own configuration language to lua. At first I started going line by line translating my config to the new lua language until I realized oh wait this is exactly the type of thing that ML is useful for. Going from the well defined hyprland configuration language to their also well defined lua syntax. It banged it out in less than a minute with only a single mistake which I easily fixed. The mistake it made was that it forgot to translate the comments to lua. It did it in less than a minute and worked first try. Where as I had made several typos and gotten a few lines wrong when I was doing it by hand.
Not to say that I couldn’t do it. I would have gotten it done in about half an hour, but less than a minute is a lot faster.
I also used it to transform a bunch of unstructured data into json data, so that I could then use purpose built tools like jq to parse that. If I’m having trouble finding certain information. I’ll ask it to find me some resources to look at.
Basically small well defined tasks and parsing data is what I use it for and it seems to be pretty good at that.
What I don’t like is the way companies try to market it to people. I don’t believe people should be trying to summarize emails or messages from loved ones, writing essays or any other creative tasks for the most part. Translating is okay. I don’t expect a machine to be able to decide things for me or to be some filter between me and others.