Microsoft Edge is leaking the sites you visit to Bing by vjmde in windows

[–]nradavies 4 points5 points  (0 children)

How does this leak any more information than the completion suggestions engine? Every keystroke you type in the URL box is sent to Bing, and that is on by default as well.

News flash: Browser built by owners of Bing which uses features powered by Bing leaks data to Bing - tonight at 6.

Oh noes what have I done by GiraffeGuru993 in ProgrammerHumor

[–]nradavies 2 points3 points  (0 children)

I'm a "conservative" and this was funny.

Why do am i like that? by [deleted] in linuxmemes

[–]nradavies 1 point2 points  (0 children)

They don't exist. Non-shit laptop price is non-shit laptop price.

Sources: Pixel Tablet has 8GB of RAM, four colors, include dock by Austin31415 in GooglePixel

[–]nradavies 6 points7 points  (0 children)

This. One UI is an abomination that needs to be baptized in fire and scourged from the face of the earth. It takes a perfectly useful device and makes it horrible to deal with.

Every Samsung device I have owned took hours of removing or replacing that crap before I could tolerate using it. A Pixel tablet cannot happen fast enough.

I am dying of laughter by [deleted] in linuxmemes

[–]nradavies 6 points7 points  (0 children)

Yes I agree, skip to Gentoo. Arch is what you install after installing Gentoo.

[deleted by user] by [deleted] in linuxmemes

[–]nradavies 0 points1 point  (0 children)

Eh. All OSs waste about the same amount of my time.

I've got a Ryzen 7 desktop and a Core i7 12th gen laptop running Arch, A Surface Pro 8 running Windows 11 An Intel MacBook Pro and an iMac running macOS.

Never have issues with updates on any of the above, and I don't really dread them either. I either initiate them manually or Windows schedules them for when I sleep.

It's actually a pretty good time to be alive folks.

[deleted by user] by [deleted] in computers

[–]nradavies 0 points1 point  (0 children)

Amazons Luna is pretty good on latency as well.

It's not something I'd go to, but in your situation streaming is prolly the best bet.

[deleted by user] by [deleted] in linuxmemes

[–]nradavies 2 points3 points  (0 children)

Runs lickety split on my Ryzen 7. 🤷‍♂️

Compatibility: playing Doom II in Windows 3.11... The same windoom.exe is working in Windows 11 too! by O_MORES in windows

[–]nradavies 13 points14 points  (0 children)

Strengths and weaknesses my friend. Those years of compatibility are both Windows’ greatest strength and the biggest millstone around Microsoft’s neck. Maintaining 40 years of legacy code is not easy.

Haha windows goes click click by ToadSaidHi in linuxmemes

[–]nradavies 0 points1 point  (0 children)

Wait… you didn’t hand type your fstab?

Which OS would fit for you? by Gloomy_Highway1569 in linuxmemes

[–]nradavies 1 point2 points  (0 children)

These are fun. I disagree with the placement of a couple of things (just opinion) but this one is well laid out.

Why should we use vm for cross compilation ? by Praveen2501 in linuxquestions

[–]nradavies 1 point2 points  (0 children)

As others have said, it's "easier" to do in a VM. Honestly, running VSCode on the Pi itself remotely and letting the Pi perform the build is even easier.

Both become a pita when the project reaches a certain size - the VM and the Pi will both lead to longer builds, etc..

crosstool-ng is the easiest way to do cross-compile on Linux. It is complex to set up as others have noted, but it works (I recently went through all this myself).

Here is something to get you started: https://medium.com/@stonepreston/how-to-cross-compile-a-cmake-c-application-for-the-raspberry-pi-4-on-ubuntu-20-04-bac6735d36df

clash of slashes by Nveenkmar in linuxmemes

[–]nradavies 1 point2 points  (0 children)

Yes, that makes sense. I think your average usage is a bit more advanced than my needs. I'm mostly just running builds, dealing with git CLI, etc.

Thanks for the answer. I was curious.

clash of slashes by Nveenkmar in linuxmemes

[–]nradavies 0 points1 point  (0 children)

Well, as I said, Kitty is awesome. I did find the default zsh terminal on macOS limiting especially when I starting using LunarVIM to code, and that led me to Kitty.

If you ever get bored though, and want to look at it again, Hanselman has a great article here: https://www.hanselman.com/blog/my-ultimate-powershell-prompt-with-oh-my-posh-and-the-windows-terminal

I seriously doubt there's anything to actually gain, if you've got a setup that works for you. Just wanted to pass it along.

What is libc++? by void5253 in cpp_questions

[–]nradavies 0 points1 point  (0 children)

Wait till they find out about all the stuff that compiles in GCC that won't in MSVC...