Just use C. It solves all those problens given the most complicated feature is pointers and those hard aren’t to understand.
257m
- 3 Posts
- 43 Comments
It about a comic called “loss” where which has the same character positions as the rectangles.
Fuck, now you made me have a loss as well. I am like -900 points in The Game.
257m@lemmy.mlOPto Linux@lemmy.ml•I accidently rebooted during pacman update and now my system dosen't show option to boot into endeavour os. Systemd just shows option to boot into firmware interface please help!4·2 years agoThank you all for offering advice. I did eventually get it working and repaired all the packages.
257m@lemmy.mlOPto Linux@lemmy.ml•I accidently rebooted during pacman update and now my system dosen't show option to boot into endeavour os. Systemd just shows option to boot into firmware interface please help!1·2 years agoNevermind I ran a script that looped through all packages in the output of pacman -Qk and reinstalled them.
257m@lemmy.mlOPto Linux@lemmy.ml•I accidently rebooted during pacman update and now my system dosen't show option to boot into endeavour os. Systemd just shows option to boot into firmware interface please help!1·2 years agoI couldn’t figure out how to mount /dev/sda1 and did pacman -Syu and then I mounted it once I figured it out now pacman says there is nothing to do.
257m@lemmy.mlOPto Linux@lemmy.ml•I accidently rebooted during pacman update and now my system dosen't show option to boot into endeavour os. Systemd just shows option to boot into firmware interface please help!2·2 years agoDid systemd or grub not even show up?
257m@lemmy.mlOPto Linux@lemmy.ml•I accidently rebooted during pacman update and now my system dosen't show option to boot into endeavour os. Systemd just shows option to boot into firmware interface please help!4·2 years agoWill this work from slax linux? I am sorry if I seem like I can’t fix the issue myself seeing as you have given the resources for me to do so but what would be the exact steps to do that?
Thanks I might try that out later.
I ran it on my pc with a gtx 1070 with cuda enabled and compiled with the cuda compile hint but it ran really slowly how do you get it to run fast?
I’m not saying it’s unhealthly I am just saying they don’t help if they don’t pay above the cost of living. Sure you can get a job paying 15 USD but that isn’t even going to cover rent + utilities. So for now your stuck with your job and don’t have the option to switch.
That only works when worker are less replaceable and desperate. Their are a lots of open job positions today but most pay less than the cost of living.
257m@lemmy.mlto Sync for Lemmy@lemmy.world•Over a quarter of Lemmy users use Sync (based on a poll)English7·2 years agoApp seems nice and I have no complaints with it but it’s not FOSS and it has ads. It would be cool if there were easy ways to make revenue off of FOSS that dosen’t rely on donations so I understand why it would be proprietary.
257m@lemmy.mlto Sync for Lemmy@lemmy.world•Over a quarter of Lemmy users use Sync (based on a poll)English33·2 years agoSmooth scrolling makes me feel sick so that is more of a benefit when using Jerboa.
257m@lemmy.mlto Memes@lemmy.ml•We should have adult playgrounds too. How much could it cost?12·2 years agoI don’t know why this made me giggle so much.
257m@lemmy.mlto Memes@lemmy.ml•Me when I see these awesome dudes at the top of All Top Day, Top Six Hour, Top Twelve Hour, Active, Hot...3·2 years agoFoo Fighters are a great band.
Just to warn you it might be very bulky and the model that the script is downloading is deprecated so you’ll have to find a different .gguf model on hugging face. Try to find a lightweight .gguf model and replace the MODEL variable with it nane as well the rest of the link. Or just download from a browser and move it into the models folder.
257m@lemmy.mlto Mildly Infuriating@lemmy.world•I hate using mobile to read articlesEnglish5·2 years agoIceraven + ublock origin and its all gone.
I believe Llama is open source but not sure how complicated it is to get running locally. Nevermind: https://replicate.com/blog/run-llama-locally
You can probably write a bash wrapper around it that feeds in “Can you summarize this text: (text here)” by setting the PROMPT variable the bash script. (Probably just do PROMPT=“Can you summarize this text: $1”) (Obviously don’t recompile everytime so remove the clone build and download code)
I agree, unless you doing low level stuff where you need absolute control you should use a modern language with proper abstraction just to save time. Most use cases where they use C++ can be replaced with Rust or Go as they aren’t saddled with years tech debt and bloat due to having mantaining backwards compatibility.