So “Open Source” to AI is just releasing a .psd file used to export a jpeg, and you need some other proprietary software like Photoshop in order to use it.
unalivejoy
- 0 Posts
- 205 Comments
unalivejoy@lemm.eeto Technology@beehaw.org•China's new and cheaper magic beans shock America's unprepared magic bean salesmenEnglish16·3 months agoDidn’t expect an onion article here.
Sadly. It is still in beta though, so it’s still possible for a mobile version in the future. There’s a few discussions on the github asking about mobile support (no responses).
If you’re gonna get a browser with a brave-like experience, might as well get a Firefox based one like Zen.
unalivejoy@lemm.eeto Technology@beehaw.org•Look Ma, No Batteries! Hands On With Lenovo's Self-Charging KeyboardEnglish7·4 months agoI used to have a Logitech K750 solar keyboard. The battery was always dying. The only difference from a traditional charging keyboard is instead of a charging cable, I had a charging desk lamp.
unalivejoy@lemm.eeto Gaming@beehaw.org•Nintendo has reportedly shut down Ryujinx, the Switch emulator that was supposedly immuneEnglish9·7 months agoThey’ll probably use one of these emulators in the future to emulate switch games on the switch 2.
unalivejoy@lemm.eeto Technology@beehaw.org•Some subreddits could be paywalled, hints Reddit CEO - 9to5MacEnglish10·9 months agoSo basically r/lounge?
You can even customize it with userChrome.css
Platinum Status on protondb too.
unalivejoy@lemm.eeto Linux@lemmy.ml•[SOLVED] in ubuntu's recovery mode logged in as me on tty1, how do I copy the output of dpkg -l and history to a usb stick?English10·11 months agoFirst, use
lsblk
to list your block devices. Note the path containing your usb device. e.g./dev/sdb1
Next mount the device to an existing folder or create a new one.
mkdir -p /mnt/thumbstick mount /dev/sdb1 /mnt/thumbstick
Now you can pipe the dpkg output to the usb device.
dpkg -l > /mnt/thumbstick/packages.txt
Finally, you can unmount the stick to ensure everything is flushed. (optional)
umount /mnt/thumbstick
unalivejoy@lemm.eeto Programmer Humor@lemmy.ml•Real find in a website's javascriptEnglish5·11 months agoDon’t worry, this file is likely the output of a bundler.
If you have a very large directory, find will check each individual file, even when
-path
doesn’t match, which makes it take longer to complete. Combine-o
and-prune
to omit them entirely.find . -path '**/node_modules/**' -prune -o -type f -name '*.js' -exec grep 'import' {} +
unalivejoy@lemm.eeto Privacy@lemmy.ml•Twitter/x.com is now forcing you to disable Firefox's Enhance Tracking Protection.English41·1 year agoAnd some projects only test in Chrome. If we’re lucky, they test in Firefox with default settings.
Some even turn the safety off for you
unalivejoy@lemm.eeto Gaming@lemmy.ml•Fallout 4 Fans Are Begging Bethesda To Stop Updating The GameEnglish279·1 year agoI play vanilla. As long as the updates stop my constant crashes on Linux, update away.
unalivejoy@lemm.eeto Firefox@lemmy.ml•Firefox 126 Available - Adds "Linux" To The Android User Agent StringEnglish71·1 year agoThere are 3 classes of Linux distros:
- gnu/glibc based for general use
- alpine/musl based for containers
- Android for people afraid of GPL
unalivejoy@lemm.eeto Firefox@lemmy.ml•Firefox 126 Available - Adds "Linux" To The Android User Agent StringEnglish14·1 year agoGoogle shows you a completely different search experience if you’re using Chrome over any other mobile browser.
School’s back in. Day drinking is allowed again.
I am in misery/I save dick by giving it CPR/recee’s puffs recee’s puffs
Everything is just a skin of either Chrome or Firefox. Until recently, all browser on iPhone were a skin of Safari. Ladybird is the exception.