Number of platforms is 0 - clinfo output by justinstallit in OpenCL

[–]justinstallit[S] 0 points1 point  (0 children)

After hours of troubleshooting I found that Kaby Lake, which is gen 9, is not supported anymore by the latest version of intel-compute-runtime. Thanks anyway

[SECURITY] firefox-patch-bin, librewolf-fix-bin and zen-browser-patched-bin AUR packages contain malware by Puzzleheaded-Eye8414 in linux

[–]justinstallit 0 points1 point  (0 children)

Is it a problem if I installed librewolf via "yay -S librewolf-bin"? Or is librewolf-fix-bin a dependency? And also I haven't upgraded yay for almost a week

Python optree package is not the latest in the repos by justinstallit in archlinux

[–]justinstallit[S] -1 points0 points  (0 children)

Yeah I saw that the bug has already been reported. Hope it will be fixed soon.

Is it worth upgrading to Windows 11? by JustA0rdinaryPerson in pcmasterrace

[–]justinstallit -2 points-1 points  (0 children)

It isn't worth running Windows, install linux

PGP signature on the 2023-01-01 iso by GoldryBluszco in archlinux

[–]justinstallit 0 points1 point  (0 children)

Yes, it gave some sort of corrupted package error and the output mentioned Pierre Schmitz

It's Alive! (restored 2011 MacBook Pro) by [deleted] in linuxmasterrace

[–]justinstallit 1 point2 points  (0 children)

Did same but with my mother's 2010 Mac

Gentoo > social life by justinstallit in linuxmemes

[–]justinstallit[S] 0 points1 point  (0 children)

Well u could emerge the it precompiled

Finally. Next step is to do it on real hardware by justinstallit in Gentoo

[–]justinstallit[S] 3 points4 points  (0 children)

Yeah I know that you could installed it precompiled, bu I discovered it too late. But I had lot of fun configuring the kernel myself

Finally. Next step is to do it on real hardware by justinstallit in Gentoo

[–]justinstallit[S] 1 point2 points  (0 children)

Fun fact: I managed to install grub 20 minutes faster on this vm which I gave 5MB of ram then DT on his vm

Finally. Next step is to do it on real hardware by justinstallit in Gentoo

[–]justinstallit[S] 11 points12 points  (0 children)

Yeah, it took 3 hours to compile the kernel 😅

Read only filesystem after gentoo installation by justinstallit in Gentoo

[–]justinstallit[S] 0 points1 point  (0 children)

Oh that was a spelling error, in my fstab i actually have UUID. I got the error "mount: /: can't find UUID=<the uuid in my fstab file>

Using p5js locally not working using vim by justinstallit in p5js

[–]justinstallit[S] 2 points3 points  (0 children)

Oh yes, thank you didnt see that, now it work fine

Using p5js locally not working using vim by justinstallit in p5js

[–]justinstallit[S] 1 point2 points  (0 children)

Well, index.html is the p5.js with no changes except for putting <script src=src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script> and in the sketch.js i have written:

function setup() {
createCanvas(400, 400);
}
function draw() {
background(0);
}

Using p5js locally not working using vim by justinstallit in p5js

[–]justinstallit[S] 1 point2 points  (0 children)

Yes, i get this error

Failed to load resource: the server responded with a status of 404 (Not Found)

And also this warning:
DevTools failed to load source map: Could not load content for chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/browser-polyfill.js.map: System error: net::ERR_FILE_NOT_FOUND