







That is a wild take imo.


BOOOOO
This feels like bait. But really the answer is encrypt your disks or use something fully ephemeral if you are that paranoid about your hardware physically being compromised. Disabling all of your system logs which do not leave your system and removing any visibility you have is quite honestly the best way to screw yourself over. How are supposed to know if a system is compromised if you are covering your eyes and ears for the sake of obscurity?


If you ask me it should have been the cob. Not the kernel.
Link Yes it was very real and it was very much Canada lol
I know it’s a meme sub but that happened back in 2020.


No matter what they say LLMs are not intelligent. AI is a a scam. It’s predictive algorithms on an incredible scale which in the right applications can be really amazing tools but this promise of agi, sentience and the claims of thoughts, feelings, emotions, hallucinations and yes intelligence… absolutely just a scam.
Agreed. Just point them to the repository. Cloning the repo and running the script is the barrier to entry here. If they can’t do that then reading it would do them no good either which means they have some learning to do.


Can confirm. Worked for a few years for authorized retail and they leaned pretty hard into it.


I love my steam controllers. Surprisingly where they shined best for me was in racing games. Single joystick was enough for steering. Trackpad+gyro was great for flicking to look around and if there is nos or boost in the game I would always map it to the button for full press on the trigger. Legitimately not an experience you could replicate with any other controller.


It’s nit picking but compatibility is sometimes not guaranteed with certain asset packs/features that seem to be shipped by default across certain versions. It kind of comes with the whole “hey, when you view the thing please view it using this url” aspect which is fine generally but there are always those outlier situations. Like I said though. Total nit picking.


Draw.io. Has its downsides but they are perfectly acceptable considering how bad everything else is.


The screen itself maybe however it is always going to be infinitely more intricate compared to a device that has no moving parts (minus buttons).


Yeah, this is kind of everything that most fedi communities I know about do not want.
Cool that you built a thing and all and maybe there is a use for it but I’m gonna have to respectfully downvote.
That would be interesting. If this is going where I think it is then it would probably suck seeing as touch screen input feels exponentially worse with latency but nonetheless would be really cool to see work for hosting a web app of sorts for desktop use.
Check out linuxserver.io, kasm and whatever the x11 version of waydroid is called. I can’t remember it at the moment. That should give you enough to get started building a container if you want.


This is dope! I wish there was a proper community that did tests like this in mass using open source standardized methods/hardware.


Aaaaand
Pop goes the AI bubble.
Last stages of capitalism for tech is usually in the form of an ipo of some sort which is what this will lead to.
There will be other cool shit obviously with integrations and tools that will hopefully trickle down to open source models but the writing is on the wall. This is a cash out and enshittify move.
The best news out of it is we will start to see less and less “our company is Ai and we shoved Ai into said thing” as the companies late to the game will continue to shoot their shot until OpenAI has completely dominated the market and investors stop caring.
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.
Afterwards go to the git repo of this ”app” pages source code. There is a one command solution to deploy it.
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.