#🔌│tech
1 messages · Page 576 of 1
lol
mansen not at work
Mansen (doesn't work), error, error, please reboot and reinstall
ok who wants to be installed as the new mansen

ok you now get all the stale bread
hell yeah! 
Garlic bread time 
j-just... be gentle
Congrats Cals on duck 2!



I once grilled a quail stuffed in a turkey stuffed in a pig, that was fun

just need a goose
Although wait, I remember grandma doing chicken stuffed inside a turkey once 
if it doesnt end at camel are you even cooking
Whole hog is already big enough, good gravy
A Whole stuffed camel or Camalambakicken is a satirical folklore dish consisting of a camel engastrated with a sheep or a lamb, in turn stuffed with other ingredients.
Reference to this recipe is made in the comedic novel I Served the King of England, first published in 1971 by Czech author Bohumil Hrabal as a traditional Ethiopian dish cooked ...
Jeeeesus. It's still doing the retropi install. Someone needs to put a warning label on this thing. 
https://www.youtube.com/watch?v=XLZlPykou_w
Whole Aligator is pretty great too
What a blast raising money for @stayouthservices!!!! Thanks to everyone who came out and showed their support!!! #alligator #bbq #meatskeeter #meat #wholegator #gatorseason #louisiana #cajun #bacon #cookingalligator #cajuncook #food #givingback #hunting #fishing #alligatorhunting #alligator
about the same size but not as easy to stuff
plus you need a 30 foot grill
then why no rino
Endangered
Ah, Louisiana, I thought Florida 
Ah, I knew it's Florida
Stupid tags YT 
Core Ultra 7 265K(F) officially below $230 The CPU receives another price adjustment just a month after the first one. Currently on Amazon, the 20-core Core Ultra 7 SKUs from the Arrow Lake-S series are available at much lower prices than before. Intel officially announced a price cut for this particular SKU back in May, […]
tmw you try to claw back market share
It's not a terrible cpu
This is great for budget builders right now
Yeah if you are on budget and know you won’t upgrade or need more work specific things that aren’t avx512 it’s a great deal
Classic, Intel making the budget deals xD
I need some ELI5 here. Hos the fuck do I access another local users home folder, so I can copy over files from one to another? Google has been completely useless.
Tried changing the main group of the new user to that of the old one in advanced user settings and relogged. But still getting permission denied.
Mansen what are you doing
sudo cp -R /home/user1 /home/user2
and then just chown the data to the right user
but idk if that might not also break smth
prob will
I just need to copy shit and then delete the old user.
Then you can rename your folder to new user and delete the other one 
And chown -R after that
oh smart cals
sudo
If I had, I'd just open and copy over shit
I'm not in the terminal. I'm using the explorer. Again. Explain this like I'm a fucking baby.
In Windows I can just take over the entire folder by force with NTFS permission system.
Alternatively are there folders all users have access to? I just need to copy some fucking files here.

you are user1, want to be user2
rm /home/user2 to clean folder
mv /home/user1 /home/user2 to change name
chown -R user2 /home/user2/ to fix permissions
Log out, login as user2 and delete user1 
I don't want to be any user. I just need to copy some dang files from somewhere in one users home folder to the other.
Whether by accessing their home folder or putting the files somewhere both users normally access.
I don't Linux.
Too many damn weird folders in the file system to know what's shared.
I'm about to throw shit in the sys folder or tmp to see what's accessible ngl
Aite - run sudo thunar in command line and you'll have file manager with sudo permissions, then you can do whatever
mansen still has to fix the perms
not to mention if he needs terminal to run the explorer as sudo why not copy and chown then
or rename and chown
Yup 
But that should be possible with context menu afaik 
its 1 command you did now vs 2
GUI is inherently less complicated for people that are used to using GUI workflows even if it is a higher amount of steps to do
Imagine needing three people to tell me terminal commands to do something an end user would consider something you'd just be able to do with simple drag and drop. 
sudo cp -R /home/oldUser /home/newUser
sudo chown -R newUser /home/newUser
vs
sudo thunar
- all the gui clicking
Makes me wish for a nuclear winter. Partitioning the whole damn file system into user specific permission areas. Just give me standard C:/whatever any day. 
Going to be slightly difficult on a Raspberry Pi

But you can do that, just make a /whatever that all users can read and write to, done
But where? Where in the file system can I "just create a folder"
Anywhere you find it most convenient
i dont think that would fix it since copying with the old user would keep the file perms intact
so mansen would be back to the same issue
Cause the root of the file system sure doesn't seem to let me without fiddling with root, and there's no obvious SHARED folder here.
So you make one!
Yours is in /home/your_user by default 
And then anywhere you give yourself permissions to with chown
Just like Windows does not have such a directory by default
Ny home isn't shared. I need Swiss, neutral ground here. 
yes but windows just plops the first user into the admin group and plops up a dialog that you can do whatever you want by clicking yes
Anyway... Back to trying to compile an emulator
it just hides all this permission stuff from admin users
So sudo mkdir /stuff4all chmod 777 /stuff4all now you have a /stuff4all all users can muck around in
Then this, yeah
I have other SSDs mounted like that in /data0, /data1 etc.
thats 2 separate commands takyon in 2 separate inline code blocks
Sigh... Compile errors with no obvious cause and no troubleshooting on the GitHub.
It's going to be a long weekend.

It worked earlier. Now it doesn't. 
Mac emulation
So not really
There's QEMU way, but I guess native ARM emulator will be better here
There are pre-compiled AppImages for AArch64 https://github.com/Korkman/macemu-appimage-builder/releases/download/continuous/SheepShaver-aarch64.AppImage
Ah, good old using make without -j so it does only one job at a time, because who needs to make use of all the CPU cores

Member when I compiled wine without -j 
I hate this so much. It worked like a charm an hour ago. Got Sheepshaver running and all. Had to terminate it when it froze, then the executable wouldn't run anymore.
So now I'm starting over and keeping a backup executable, except now it won't compile. Not on the old user, not on a new, fresh one. 
Try AppImage 
Not a clue
That error is a weird one, recommend doing a apt update and apt full-upgrade first
Download from link and just double-click, it'll run on about any Linux system 
If it doesn't check if you have FUSE package installed 
Sheepshaver needs an RPI5 specific compile according to the author.
I'm just following caveman instructions here. Using a Debian based SBC with an RPI installer.
Dunno, don't care. I just want this shit to work already. Reinstalling the OS.
tmw you reinstall the os instead of trying to doubleclick a file
This OS serves one purpose. To launch a thing I can't compile on it all of a sudden. It worked before, so were clearing the slate.
Just try thing XYZ. Or just start over and go do something more productive instead of troubleshooting something that worked an hour ago on a clean install.
This is not a "Gee I'm having fun discovering this this new OS and environment" moment. This is a JUST WORK ALREADY moment.
thats not how linux stuff works though
Except it did just work an hour ago
you said it broke and didnt work anymore
So instead of throwing shit at the wall to see what suddenly broke, I'll just start over and try from scratch.
And then make backups this time of executables.
Tine investment difference seems pretty cut and dry
That's what I already tried though.
The error comes from a system library (!) which means either a packager fucked up, or the system was partially updated
Once this damn emulator is compiled, I'll happily take suggestions on RPI friendly distros that literally only has to serve one purpose - to launch straight into Sheepshaver and never do anything else ever again. 
I got no idea but Gemini Pro says
It was missing XIQueryVersion, not XQueryVersion.. AI hallucinations...
I don't really see why AppImage wouldn't work though 
The only thing would be RPi5's GPU, but it looks like it uses the same hardware acceleration for all of them, so 
AI is never wrong 🤖
Just following instructions. There is no RPI5 binary available and According to the developer of Sheepshaver I need to compile it myself for the RPI5, so that's what I'm doing for now.
I need a proof of concept, so I can move on to the rest of this project.
Finesse can happen later.
Also I kind of want my desk back. 
Just try running it 
Maybe developer doesn't know about this one, because it's community build
Tell you what. If this doesn't work, I'll try whatever that is 
Once I dig out a second mouse, so I can have both PCs plugged in at the same time. Getting tiresome to swap out cables 
Aaand pesto!
I'd like carbonara please
I don't know why, I don't know how. But a clean slate worked immediately.
And this time we're backing this fucker up in a vault 
Now for the fun, janky part of using a PC PSU to power the iPad LCD and set up overscan and autoboot.
Oh thank god. Even audio works - That has apparently been a major hurdle with RPI5 previously.
Playing a bit of Simcity 2000 on the living room TV with a cat observing from the couch. 😄
5060’s now in stock at my walmart, 5070’s were not sold since last time I was here I assume
Walmart stock means shit ain’t selling
Thats awesome
No switch 2’s here ;(
Only games
Was hoping theyd have the switch 2 demo here atleast
But they dont

what do you expect from a demo, just take a swtich, and bring it closer to your eyes
how can i use my wooting on ps5?
Is your Wooting keyboard not responding on Playstation, Xbox or in your Bios? Disableing NRKO will resolve this issue.
➤ Follow Wooting online: https://links.wooting.io/?id=VYzZf
➤ Twitter: https://twitter.com/wootingkb
➤ Instagram: https://instagram.com/wootingkb
➤ Discord: https://wooting.io/disco...
Probably some mario kart world Idunno lol
Plug it into a PC to set it up, and remember to disable nKRO.
i just do it
i ve done it
but it doesnt work
It doesn't type when you're on the dashboard?
Not all games support keyboards mind. That's not something the keyboard controls.
let me see
it doesnt
Then you need to double check that you actually disabled nKRO and saved your settings on the keyboard.
I assume you're plugging it directly into the playstation using the included USB cable?
ohhhh

thks
My friend is hyper stressing about 7800x3d Vs 9800x3d and can't decide if it's worth €115 euro more even with research.
Do you think it's worth it for CPU based games especially? @ashen spindle
https://www.youtube.com/watch?v=TCOJ3iFCWcU
HUB to the rescue? do a quick skim
See MSI GeForce RTX™ 4070 Ti SUPER 16G GAMING SLIM STALKER 2 EDITION Graphics Card: https://msi.gm/RTXStalkerEdition
See MSI GeForce RTX 40 Series Graphics Cards: https://msi.gm/GeForceSLIMSeries
#MSI #RTXOn #GeForce
Support us on Patreon: https://www.patreon.com/hardwareunboxed
YT Membership: https://www.youtube.com/channel/UCI8iQa1hv7oV_Z8D...
If they're stressed about it, that means it's a stretch financially, which means it is equivocally NOT worth it
#🎮│game message
Big boost in Factorio
Not so much in other CPU games
It's not about being able to afford it
He put this money aside forever ago, it's more if it's worth it or not.
He's very logical vs wasting money
He's seen it, just it doesn't have all games.
Of course not, but it gives you a nice average expectation.
I think some games he saw up to 30%
Factorio is a HIGHLY optimized game, and makes for a poor comparison, if that's not one of the specific games he plays.
I would just get a 9800x3d if it was a complete new build but probably 7800x3d if I was upgrading.
^^
Grab the 7800x3d with that price difference and then upgrade to zen6 next year or whenever
Unless he’s like playing mmos or games like helldivers
Then again it’s also much much faster in stuff like web browsing etc.
So depends on what games he plays
If it’s Minecraft absolutely go with the 9800x3d 
Also factorio is super misleading because it depends on map size, at bigger map sizes that exceed cache it no longer gives that benefit
Map..sizes?
Factorio is like Minecraft. It keeps generating until it reaches the forbidden lands.
On the benchmark I run map is bigger than cache
And yeah, there's still benefit to be had, up to 50% in edge cases 
Idk what the term is but I know some people getting annoyed because after some time the result is very different hence if you look at some other benchmarks maps it’s not the same order and more memory latency bound than 1T limited
Better term would be save size
it helps at any mapsize with mods
Whatever it is the point is it’s not the same gain consistently that you see in reviews
(Obviously doesn’t make it a bad cpu just misrepresented a bit)
For rhis little more i'd say its worth
Also depends on resplution
I can tell you at my res my 7800x3d is barely used unless i play helldivers or cyberpunk with max crowd densities
Same. Feels like my 3080 is a much more obvious bottleneck in any regular game.
Well it doesn’t really depend on resolution with games like mmos or similar
And 115€ isn’t a little more that’s like 30% more
Considering how long he'd realistically keep it and how much he's willing to spend already it's not much
Disagree
Given that he can just upgrade to zen6 when that’s out for probably just a bit more than what he’d be saving today that would seem much more sensible
30% higher cost on your second most expensive component for marginal games in certain situations just ain't it
*gains not games
Fair enough but dude's stressing about if he needs it or not for his use case so i assume he does do cpu intensive shit
But i do get what you mean, upgrading from a 9700k to a 7800x3d at 5120x1440 with my 7900xtx was nice but a ton of games just didn't really benefit
No pleasant said the guy is clearly concerned about it being a logical upgrade not about it absolutely being fitting for his workload
It really depends on use case more than antthing
Oh i misread then
^
My friend would use this CPU for years
Not upgrade again soon
He's on a 3600 ATM lol
They don't really sell them anymore
Rip
Actually
if he doesnt plan to upgrade again 9800x3d because its better for day to day stuff like web browsing
He said how is it better for browser's lol
And how do you measure that
Anything JavaScript loads much faster so websites are just nicer to use and everything
There’s some web browser benchmarks like speedometer
Not like the 7800x3d loads shit slowly tho
Nobody said that
It’s a much more appreciable quality of life gain over some few fps in some games that don’t see much
❤️ Check out Lambda here and sign up for their GPU Cloud: https://lambda.ai/papers
Guide for using DeepSeek on Lambda:
https://docs.lambdalabs.com/education/large-language-models/deepseek-r1-ollama/?utm_source=two-minute-papers&utm_campaign=relevant-videos&utm_medium=video
📝 Paper+code: https://github.com/lmgame-org/GamingAgent
Some res...

Is Hiby R4 good? 
I like my Echo Mini, but it's so bad to use with big library 
many such cases
I just ran the ffxiv benchmark again bc I wanted to tweak something on my memory but stock its suddenly 10% faster lol
so that means even in the gpu limited bench I'm now 25% ahead of the 7800x3d when I had that lololol
Just saw someone say that the Framework Laptop 12 is too expensive and its real cost should be about 250 dollars..bruh wtf?! you cant get a good laptop for that price
Well, if you look on Amazon
Insert that one LTT video about the three popular laptops on Amazon
idk about 250 but yes its quite overpriced
overpriced sure, no way in hell can you get a laptop that even gets close for 250
True
you can get an older mac book air for cheaper which will end up faster and actually a good experience of a laptop
A MacBook is probably always a better investment unless you’re gaming IMHO
its really not but fw is just really bad build quality and low value
like shit like this doesnt make for great experiences with frameworks lol
https://www.tiktok.com/t/ZTj7a23mo/
This has triggered me more than anything. Dude just said the new overpriced AIO he just bought is better cooling than the mineral water in his old pc lol
tiktok
yeah that already means you shouldnt expect quality
I know but in the video he said he did his “research” and vast majority of the things he said is wrong lol.. imagine being rich like him and clueless with your purchases.
or hes just being a shill :o
Just ignorant and sponsored.
Mineral cooling can be pretty bad for core temps. actively pumping water around will allow the core temps to be lower
little kids make stupid people on the internet famous all the time
hes the new ali-a
Proof of concept proven. Now for 3D printing hell 
hey now, let’s not give all the credit to kids, there’s millions of stupid adults as well 😌
trust me, i’m one of them
Neat, Linus just announced another scrap yard wars.
@magic minnow 

Yo can someone tell me if I’m fucked or not? Keyboard was updating and during the flashing to keyboard firmware bit I bluescreened and the keyboard won’t light up and the keys do nothing it’s bricked
@sudden imp @frozen ingot @exotic plinth since you 3 either posted it or were worried heres a news source confirming its its mostly old data
https://www.heise.de/en/news/16-billion-credentials-No-new-leak-lots-of-old-data-10453869.html
Thanks, I thought it was fear mongering.
https://www.businessinsider.com/apple-is-a-religion-neuroscientists-find-it-triggers-the-same-reaction-in-your-brain-2011-5 finally it makes sense
Article from 2011
furrfu
Rate my raspberry pi setup (I bought a new short cable because my router is powering my pi)
ZigBee network dongle, all my smart devices connect to it and I control them via home assistant
What's coming off it is an antenna
they talk low power bluetooth i think
But... zhe Raspberry has zhe bootoof too? Do they speak some weird non-standard protocol language to be extra spesjul? 😄
Bluetooth Low Energy (Bluetooth LE, colloquially BLE, formerly marketed as Bluetooth Smart) is a wireless personal area network technology designed and marketed by the Bluetooth Special Interest Group (Bluetooth SIG) aimed at novel applications in the healthcare, fitness, beacons, security, and home entertainment industries. Compared to Classic ...
idk if normal adapters can talk BLE
But I suppose putting a big antenna on it might help with reach 😄
People who use ZigBee are doing it to avoid WiFi
It's a different more private method and less stress on the router, it's also superior in a lot of ways.
A lot of ZigBee devices act as repeaters
And it's a standard so it won't just work with normal Bluetooth no
thread my goat
Hmm... does indeed look like "Zigbee" uses some weird proprietary standard. But they also offer a "Zigbee Direct" protocol that is just BLE. Very confusing. Glad I don't have any IOT 😄
Atm I have 19 devices on ZigBee and like 6 on WiFi.
sold all my zigbee stuff lol
I wanted to move away from WiFi entirely, it pissed me off and I hate how they require the internet a lot of the time.
Out of the 6 WiFi devices I only really use 3 which 2 are being replaced with ZigBee when my mum can help.
in the end its all 2.4ghz
Ye but not my WiFi at least
😅
And offline entirely
Don't really use any iot here. Only thing that isn't cabled is our WiFi radio and the TV over WiFi
kinda sad that hue doesnt wanna use thread / matter directly
only from the bridge to other devices
No, they talk zigbee
having to use an extra device sucks imo
Rather have home assistant with a zigbee dongle than it making my wifi bad / unsafe
homepod mini connecting to devices with thread 
Sorry, I'm not apple impaired
I know, thread is the future. But that future is absolutely not here yet. Still need some sort of router thingy. It can be a home pod, Google pod or many other options..
For now though, zigbee works great. And with home. Assistant connecting it all is fairly simple
ye kinda not big enough yet but just using homepod mini instead of homepod mini + hue bridge atleast made my setup simpler and saves a bit of energy 
Price and availability really.. There so much more zwave stuff
Zwave is often said to be more stable
But my zigbee network is fine as well
oooo is there a way to get this in every distro????
but thats tricky and if you mess up the system wont boot :/
idk how tf you can call this intuitive...
Or you can use a goooey utility like gnome-disks
and finding out what options you need
you dont have to use uuid though
I wouldn't call the fstab file intuitive but it is pretty alright toe work with
Seems like the most basic Linux thing, text file that tells you where to find more info and then a list of configurations
what is the spacing about? Do I have to space my lines like that also?
minium of one space or tab
no limit on them, but you need atleast one space between the parts
o
you need atleast one
I will need to do this once I get my new desktop in
cause I ordered one SSD with it and Imma use the same SSD from my previous desktop so I will have 2TB storage
You may need some options though depending on what you mount. sshfs needs quite a few at least
Will need to automount that second SSD but it should be easy cause its exFAT format, right?
True
cause I was using it while dual booting and exFAT was a file system both Windows and Linux can read
Also commonly use nofail on secondary drives.
I might reformat it...if I can move everything off it first
but idk if ill have the space for that
dont you need to install other shit like fuse and some other package to get NTFS properly working on Linux?
NTFS got better under windows
nowadays
Only problem it still suffers with is mounting read only if not shut down cleanly on the windows side.
True but still annoying to have to do manual intervention
Just mean it's relatively annoying in practice when using ntfs drives in dual boot.
True
I just accept it, and can access the windows drive from linux, used to have a ntfs drive shared between, but just decided to no longer let windows in.
and move it to ext4
Hmm good to know, to be fair, hardly ever use my windows install nowadays.
ext is way better, windows is just built so hard on ntfs fucntions
Also if you need, NTFS can be case-sensitive.
ext3
ext4 was long long after nt
it might even have been ext2
porb 2
maybe 3
but like i said, wsl2 adds native ext4 to the windows kernel
pretty sure windows never had any native support for any ext filesystem
no like in the kernel
im pretty sure since ancient times people on windows used ext2fsd
ill gladly take sources on that but afaik that was never a thing
Oh my, that will break all kinds of shit
It's a flag and I am sure it would break a lot of things, mostly used for wsl
never seen ext but there was nfs
this app is a lifesaver for all the low res art I find :D 
can go crazy with the scaling... xzd
Aka... GPU AI Upscaling.
yup, its another day ending in y, lana talking about "this" and nobody knows what "this" is 
waifu2x but with less settings it seems
basically yeah xd
Nice and simple UI too. Mine's a lot more complex...which might be because it's used for deepfakes more than anything. 
all i need
Is it actual Ai upscaling?
Uses image models, yes. Otherwise this part wouldn't be there, and you could just use a paint equivalent for shitty scaling 😄
no could just be different algos for different presets that arent using ai
thats what lana used btw
but the image only says upsacler so god knows what it does
Yarp
given it uses ncnn
Does 60HE V2 fit into the same cases as v1 does?
so, in theory, if they release a V2 PCB on its own, I can simply just slot it into the Alumaze case?
o ook that would be good
why the toggle switches so long in iOS?!?! its odd looking
i want a segway....
ok ok, iOS only NOW allows you to make any music file into a ringtone?????
not my fault this time, you used Segway instead of segue
naht thats still the same topic as the first iOS one cause you interrupted by brining up segway
phone people when the UI changes a dozen pixels from one version to the next
truly an innovative industry
WHAT YOU USED TO HAVE TO PAY FOR THE SONG ON ITUNES
HOW DO I DO THIS WHEN IT UPDATES
Well duh? You used to buy and own music.
Just like an album or a DVD. Just also possible to buy single tracks.
next thing you're gonna tell me I have to pay for movies too smh

why 26 when 18.5 latest
because the new one is 26
Because they gave up on using version numbers over the year.
And Apple can't count either. So they're a year ahead.

if you hold down on a music file in the file manager it seems to have the option to use as ringtone now
you can buy customize ringtones and message alerts for years
it would be around $1-$3
📲 Get it from my website to support my work! 📞✨
Click here : https://linktr.ee/anytunz 💫
(Also Available without the iPhone intro : Look for "Anytunz No Intro" on iTunes)
you can buy stuff like this lool
nah you need to use this version xd https://youtu.be/Mv7RNQtC2Ak
Provided to YouTube by Space Shower FUGA
CHA-LA HEAD-CHA-LA · Konata Izumi (CV: Aya Hirano)
TV Animation "Lucky Star" Ending Theme: Aru Hi no Karaoke Box
℗ 2007 Lantis
Released on: 2007-07-11
Composer: Chiho Kiyooka
Lyricist: Yukinojo Mori
Arranger: Kenji Yamamoto
Auto-generated by YouTube.
https://www.youtube.com/watch?v=7aB-kof0HqE @unkempt lake
📲 Available on iTunes App & Bandcamp (Mobile)
Click here : https://ringtones.anytunz.com 💫
oh hell naw
So if I like download a song or YouTube file song thing I can make it a ringtone?
yeh it seems that way :D
I’ve been itching to get my hands on the new Framework 12 since it was first revealed back in February and it’s finally here on the iFixit teardown table. This 12.2” touchscreen laptop converts to a tablet thanks to the new 360 degree hinge. Has Framework held up its commitment to repairability in thei devices with this new hybrid product...
they now naming it after the year it will be most used in
most used or released in
release is in 25
then it aint making sense
Apple fiscal year start is also last sunday of september, so it is mostly in fiscal 2026 for them
got inspired by carmakers lol
i mean if its aligned with the fiscal year for them it does make sense
they will not be the reason tho
id assume macos and tvos will follow suite so its just easier to keep track
everything
they do, the question is if the devices will follow though
i mean macbooks prob wont and imacs prob wont. they both already use years to specify further afaik
maybe iphoneee
unless they wanna name the m chips in the future by year
iphones will prob switch yeah
just like samsung did
me still on iphone 15 when iphone 26 exists 😭
smh
im still on windows 11 but i found out windows 2000 exists
like why didnt i get an upgrade option
No one here can help you with that, only support can help you
What a scam.
Hell yeah more AI slop
mr shady stuff does shady studd? no way!
So he uses ai thumbnail but then complains the other dude steals his ai thumbnails
Did he delete the tweet
$80 a month LOL WOW
sad thing is that they will have thousands, maybe 100,000's of people sign up for this
When I see AI on stuff I just tend to ignore it
It becomes more of a sign of greed and loss of human touch
I think most people feel the same way right now.
I still play THE FINALS even though they claim they use AI generated content during their development process...
Ai generated stuff isn't bad, if used under proper supervision.
Would you agree if said content was sold as skins XD
wait wait, does Firefox remember the file location for when you download something per website?! cause I download from most websites it defaults to save in Downloads when the dialog folder opens but on NameMC when I download a player skin, it defaults to the Skins folder in my Pictures folder
Yes
Ok I love that
Also sounds like it could be really annoying
you can like, turn it off
only if you right click save
I really really need Android to have more volume steps
Music too quiet
I go up one step, music is too loud now
youtube music on desktop is almost the same except that its always too loud or off
On desktop I don't have the issue
Set YouTube Music volume to 100% and change the volume via my desktop volume which uses steps of 2%
gsettings set org.gnome.settings-daemon.plugins.media-keys volume-step 2
If you use gnome desktop xd
its mostly for weird markets like brazil with imports and such
sounds like something OneUI already has 
Ooo
agreed
but AI generated videos are genuinely getting out of hand with how real they look now
the only way u can pretty much tell if its AI is looking for excessive perfection and lighting on the face
what rank are you?
and also, their voice actors are ai
apparently
wait there are twitch drops
second smart watch now
I like the orange version of that but it falls short with not being ''smart'' enough for me
i need that
Can get most of the apps for my Garmin but not just enough ''smart'' with it still, the Oneplus watch 3 was kinda interesting especially the emerald version, Samsung watches just seem to have bad battery life
Would like to have a camera remote for the smartwatch
my last was the pinetime so I think this one should be plenty for me
orange was my least favorite though
Check project's website: https://www.brainonllm.comWith today's wide adoption of LLM products like ChatGPT from OpenAI, humans and businesses engage and u…
Ok and nothing wrong with the other colours, always buy the one you want 😄
I didn't get to pick but ended up with the blue
it still looks a bit goofy on my baby wrists
I see
i still don't understand what smart watches do
In a nutshell. Watch the clock, use as a remote for your phone, so you don't have to take it out constantly, might help with some heatlh sensors?
yeah but like what do you do on it that you wouldn't rather get your phone out for
except tell the time but then you can just buy an actual watch
Oooo I've got the grey one on the way!
I my usecases I see are navigating on bike and health stuff.
Sometimes I also see friends take calls with them in a pinch
I like mine because it's better to look at the watch than take my phone from my pocket
And also for when I walk, I use it to see how far I walk and how my pace was and calories burnt and whatnot
Sleep tracking is nice too to motivate me to sleep longer
Cause the watch I currently have, it kinda shames you a little on a passive way that you didn't sleep enough xd
I didn't like the notifications on watch. It was quite distracting
Same
I only keep them on for Whatsapp and incoming phone calls
Oh
Calendar too for reminders
still you can get a lot of that stuff from a $50 fitbit or mi band
yep
yeah I only chose this one because it's cheap, so I won't feel bad if it ends up not being used much
this watch is 69 dollars :D
fitness tracking and a watch that looks a little better than a fitness band imo
I dislike the bands, the long ass narrow screen is frustrating to use
these watches are basically a smart band in a smart watch form factor though xd
can't have a nice analog face then either
digital or it ends up being squished and goofy looking
yeh...
so an unnecessarily bulky fitness band then 
Any fellow enjoyers of the Apple Watch Ultra 2? 
I haven't had a wearable in years but one thing I did like about the fitness bands were their ergonomics, takes up less space on your wrist
too big and expensive
I do think apples more advanced heart monitoring etc stuff is pretty cool
but yeah too bulky and overpriced
I don't get the attraction either personally.
But I also don't get the attraction of any kind of wearable, dumb or not with a phone in pocket.
I don't need what a basic watch does, and I don't want the status symbolism aspect.
the Pixel Watch is super compact and hela gorgeous, but its got shit battery and its pricey ;-;
best looking smartwatch IMO though
😍
my distaste for "smart" tech grows stronger every year
yeah, I dont do much outside of the watch and the lightbulb I have
thats true
my current watch has like 2 weeks of battery life <3 <3
Mine is a cellular-enabled model and the eSIM is included in my phone contract. It's nice that I can walk to the shops and just carry my AirPods if I need to take a phone call.
oo
Plus I enjoy using mine for Apple Pay on public transport.
mine has infinite battery :O
idk if the CMF watch has NFC
but its not smart 😔
Not that I've witnessed a phone snatcher IRL but they are a thing in parts of London.
just run after them
my friend got his phone stolen right from his hands while he was using it once .-.
he remotely locked it from his google account and tracked the location to a phone shop where the guy who stole it tried to sell it
Stolen phones in London just end up in China to get stripped for parts
obviously, when you lock the phone remotely, it says its been remotely locked on the lockscreen and the phone shop guy knew it wasnt his
So remote tracking and locking it is kinda pointless in the end
yeh ....
Intel moment on a hot day 🤣
kinda wish I could listen to music with just my watch, so I can skip bringing my phone on a run
For some reason they don't allow that on an android watch
Or maybe they do with earbuds or so connected to it, but watch alone doesn't allow it, it did on samsung's own watch OS thingy 😛
I think samsungs old tws earbuds had 4 gigs of storage built into them for music
Apple and Samsung smart watches do that
I believe Pixel and Garmin also
That's why I chose one without a screen. Oh and it's also not on my wrist
huh?
Smart ring
Oura Ring?
Yes
I am surprised Apple hasn't yet made a smart ring
First they need to Remove capabilities from the apple watch
ooohhhh interesting
idk how those work, are the batteries inside them curved? how do you make curved batteries?!
holy shit this is expensive
and why is the rose gold so much more than the others?! ;-;
cute
I’d buy 10
I'd buy 11!
WAIT WAIT WAIT, to use the features, you need to pay monthly???
only if you connect a bluetooth device though
why would you wanna play music on the worst speaker you've ever heard
It's not that bad
just it's location makes it bad
I'll try my watch 7 again, just need to charge it give it a bit 😄
cause they know people will pay for it
Smart rings are manufactured eWaste.
They don't last very long and are impossible to repair.
https://www.youtube.com/watch?v=fFxnAvUvCzo
Doesn't sound bad at all tbh
A fun battle between the all-new Garmin Fenix 8 vs. Samsung Galaxy Watch Ultra! This was a fun one to make! Which speaker sounds better, and which is louder? Enjoy!
I can't imagine playing music from a watch.
Yes 😦
Well, ofc, because it's "unintended" damn goodle and their wearos
you need to pay almost 600 dollars for the watch itself, then another 6 dollars per month to actually use it...wtf
It's the best, and the others aren't much cheaper. Although they do not have a subscription model (yet)
Like ultra human or Samsung
Watch?
ring*
The Galaxy Watch 7 only has 32GB of storage and you'd need to be tethered to your phone to stream.
I got a 10% discount for you
And the minimum then is 400 - 40
get a whoop
yes its a montly sub too
I can't wait for my Core 2 Time.
i think people call this the subscription economy
I got WiFi, or one can get an LTE model, also 32GB for a little music is a lot, some new phones still start at 64GB
I have nearly 10GB of music on my phone and I need to get more.
I have nothing on my phone, I just stream it all, I think youtube used to download songs but my premium expired and I consider 13eur/m a little too much for my liking 😄
pebble doesnt do any hearthrate stuff righT?
These will.
i have like 30 GB lol
If music video's count I got euhh a little much, but that's on my PC, not my phone :3
i have a garmin for a single reason, its the only watch that warrenties water damage
I have Pebbles and a Samsung thing.
The Pebbles are better.
i wish pebble had a real water rating
IPX8?
A month of battery life will be amazing.
i get > week with garmin
My Pebble Time Steal Kickstarter edition used to be like 10/12 days and now it's only like 6/7.
though to be fair i could get a year of battery our of the same cost in pebbles
i like pebble
Wow these are expensive.
but ive have a box of almost 10 water damaged watchs
i wont ever go back to anything that dosent warrenty water damage
I guess a good chunk of the price is the warranty.
and just build quaility
the 1k+ are stainless or titanium body and sapphire glass
Which I'll never use and Android Wear just sucks, it's way too heavy.
its ok to be poor and not used to heavy ass watchs XD
I could afford one of these, I just don't like Android Wear.
When my ten year old watch is better than my new one there's a problem.
Oh, dumb ones. I almost got some recently.
Honestly, Huawei Watch Fit 2 is a great watch
and thats what they target
all the features you need and its 120 euro
and small too
or get the Band 8 but that doesnt have GPS
but its smaller and has 2 week battery
I have the Band 8 and its distance tracking is very not correct because it doesnt have GPS
and seems it cant get GPS data over bluetooth cause I had location enabled on my phone to try it out
when we getting thin smart watches
That's what the phone is for.
so checked
when battery wont suck
my submariner is 163 grams with band, and my garmin is 166
them engineers gotta lock in
but the garmin is 51mm and rolex is 40 somthing
OnePlus and oppo watches have the same build quality for a third of the price
my watch collects all the data and sends it to the phone next time it connects, or in realtime if always connected and saves it until you end the workout
grandted the garmin is tianium and the rolex is stainless
but they are the same weight
I had to turn that stuff off on my Samsung watch to get over a day of battery.
you can drop like 30+% weight with a normal band
and the descent is the heaviest smartwatch you can buy
I recently got a metal band for my Pebble.
Garmin watches are really good
Plus they’ve got a wider ecosystem of products to link into
Cycling computers etc
Plus if you Garmin maps, they work on all devices.
i get over 24 hours with gps on
with gps off i get week+
diving is what eats the battery up
i need 50%+ to get though 2 dives
oooo Gnome desktop has pride wallpaper :D
as the us dod is huge into garmin
I shouldn't have to charge my watch more than my car.
so i can also do ballastic calcs on the watch lol
it dose
you link the scope, phone and watch
and instead of using phone/scope to input data you can use watch
Bit gay that
I kinda want the new pebble
I realised how little I actually use my Samsung watch features lol
Id rather have battery over features i don't use
Lana
Why else would I be talking about it
I literally said the new pebble hun
I know!
I'm waiting for reviews
How does it have sleep tracking on both if one doesn't have a heart rate monitor
not sure
December feels so far away.
You can do some basic sleep tracking without HR.
That too but tbh
Somehow it's June already
Lol
why does it look 10 years old
Because the left one is an updated watch from over 10 years old
And the right one is a pro version of it
i mean atleast its cheap af
Haven't you heard of pebble before?
Because the 10 year old Pebbles are still peak smart watch today.
heard the name but im not really interested in smart watches at all so
They can't beat these yet, somehow trillions of dollars of market cap across several different mega corps and it's still the best smart watch.
Pebbles exceed in what they do.
Sure they aren't flashy but they exceed with battery life etc
Pebble kicked off the smart watches and they are still the best......
They are smart watches without it being a phone on your wrist.
I'm also looking forward to my Bigscreen 2.
Depends on what you want I guess.
I want a watch that gets notifications, lets me control media and lasts at least a week on a charge.
Like if you genuinely use them like a phone I don't see pebble being the best.
But ye I'm with you.
Thats what I want, when I got my Samsung I basically wanted a phone on my arm.
Yet I only really used it for control, tracking and notifications lol
I did use maps once though and played games when my phone died XD
It would be really nice to get NFC on Cores, but that won't be useful for tap to pay because I'm 99% sure Google won't let them use Android Wallet.
Or Google Wallet or Android Pay or Google Pay or whatever they call it now.
NGL even NFC I barley use my Google pay lol
I did at first because it's cool but then i just went back to using my phone lol
That's the only feature I used on my Samsung watch that my Pebble doesn't have.
It freaked some of the people out at my local zoo that I had my zoo pass on my watch.
The other day I had someone notice I had a Pebble, that was cool.
I don't even think people with apple watches use it much to pay, idk, it just seems like a hard habit to break.
To not use your phone.
I never really got into the habbit of pulling my phone out for everything, enough stuff doesn't take tap that I still think about it.
I don't want Google to know I paid at a shop
i wish apple pay was more normal
What
Apple isn't normal what do you expect?
still having to use cash in 2025 is sad
atleast accept cards
germany
Some third world country?
You know something I'm slightly mad about with tap?
yes
especially restaurants only accept cash often
I don't think I've ever been to a restaurant that doesn't accept either.
Although takeaways often don't accept them
oh that too
Because fees
Hrm, my kernel has a massive chicken and egg problem here that I'm going to have to invert. .-.
just adjust your prices man
They already be pricey
Offer a cash discount.
I need to get pretty keycaps for my 60HE to match the pink cable and the pink alumaze
but I dont like the wavy pattern on the official pink keycaps ;-; or the legends being on the side of the keys
In the states it's illegal to upcharge for card but it's legel to give a discount for cash.
(Last I heard)
(Not a lawyer)
ive seen card be charged more in the US quite a lot when last there...which sucks cause I didnt bring cash with me .-.
I tried to find a site where I can just have Claire be the entire set but can't find one XD
I wish taxes where included in prices.
they would go out of business in a week if they did here 
most diners still only accept cash though
ye i dont think its worth it for them
Unless you mean when you went to America
people are a bit too reliant on e-payments here instead
lots of places has even stopped accepting cash payments period
das crazy
yeah I think its kinda stupid ultimately even if most people do pay with phones or cards these days
How much does the company pay for card processing fees?
am no expert on how the banks operate but I think its basically nothing these days if they use certain services
"Today, The British Retail Consortium (BRC) has published its BRC Payments Survey, showing a rise in the use of cash for the second year in a row to 19.9% of transactions in 2023 (from 18.8% in 2022). Debit cards remained far and away the most common method of payment, increasing to 62.0% of transactions (66.7% by spending). Taken together with credit cards, card payments accounted for over 75% of transactions and 85% of spending"
Oh look, cash is on the rise.
like we've had swish here for over a decade now which lets people send money to each other instantaneously regardless of what bank you have
and you can use that to pay in a lot of stores or online now as well
0.5-2.6%
cash is on the rise cause most payment services are american or EU and the UK is allergic to the EU
/hjk
when they gonna take a big ship to push the uk further away from the rest of europe
I love how easy it is for me to spend in another country Vs in the past.
I didn't use cash once in the Netherlands, just my phone.
No nonsense, just tap and pay and no fees
ideally i would want to have all payment + ID + health card thing available on phone somehow
so you dont even need a wallet
ID idk
We’re getting a digital ID app in the UK.
Idk what a health card is
Oh noes
It’s for drivers licenses etc
oh ye driver license too lol
Dangerous territory
why
Potential breaches etc
GOV.UK Wallet will let you save government documents like your driving licence to your phone, so that you can prove your age or eligibility.
It’s also part of wider efforts to unify digital accounts for government services
I’m ok with this
just make it safe 
dw guys governments always know what they are doing esp digital
its not run by boomers with no clue
good enough
people calling sennheisers ugly now?
while making a headphone looking like that
🤷♂️
Hjkl*
wtf kinda fans does his pc have
hmm i kinda get it but it still looks better tbh
not even a contest
also is an absolutely classic design that has been only marginally changed since the HD600 and the recently released HD660S2 still uses it
490pro so beautiful
different sennheiser
ik
but to some people these also look like fans ig 
I love mine
I think they are such a nice design
what channel do i ask for help my wooting isnt working 😖
OK OK, Android 16's new status icons are growing on me a little
post in #1019755933959733258
I found a major issue with this phone for my use case :/
Since I dont have WIFI and rely on the phone hotspot....
This phone overheats and turns off the hotspot after sending a notification about overheating, if I download anything over like 6GB in size on hotspot :/
so updating or downloading games on Steam is not a possiblity or large ISO files
Weird, doesn't seem Like being a Hotspot should make a phone hot
hmmm idk of any here
16 is already a thing?
Sort of, AOSP has been rebased but its not officially updated on Pixel , or any other phone, yet
except the dev and beta builds
I remember when AOSP was useable.
wdym, is it not now?
It make definitely does
Raw AOSP isn't going to be a good experience without a bunch of tweaks and additional programs.
My 7a was on fire almost
afaik, I heard rumours that AOSP is gonna become closed source
That would be super stupid.
I put it on a ceramic plate... xd
Buy a cheap 4G router?
then id have to pay another monthly fee for data
put it on a fan?
Or swap the SIM card around as needed. Preferable to a phone that overheats, no?
This phone is a downgrade in terms of CPU and overheating, I Guess
but the screen, build quality and updates are an upgrade
I had to use custom ROM on my last phone to stay updated, cause it only got one Android upgrade officially... this phone is getting 3 years
which china phone did you buy again?
my current one or the one I had before this?
my current one is not Chinese xd its British...
maybe thats why it overheats, cause the UK is cold af 90% of the time xd
I too overheat if the temp gets above 20C
there is like no shot its british
Nothing is based in London
sure, not made there, no phone is..but they are based there
nothing is made in china, by ex oneplus peeps
nothing i square under china phone indeed :p
Nah, they are all in London, even says it on the back of the phone
lmao
sure sure
carl pei was literaly a founder of oneplus
yeh I know xd

take chinese team, register building in the uk, now you have a uk phone 
i mean to be fair pei was rasied in us/sweaden
but he literally went from one chinese phone maker ot dothing basicly the same thing at a "uk" based one
What are we laughing at?
It does say London on the phone xd
mainly a reply to this
you know you can just write anything there
100%

:')
check thier linkedn for empoyees
Country where it's manufactured does need to be accurate though, unless you actually make it on mars
they just have a office and store in london
just look at how cpus used to say taiwan as origin country engraving, some then changed to saying china, some say malaysia, and its all the same, the other places just put the cpu onto the pcb
and neither matter for importing as mansen said xD
I mean depending on where it's sold made on mars could be a false claim to where it's made, obviously it's not gonna be made on mars.
From what I really quickly looked up in EU, a phone doesn't even need to specify where it's made, only certain specific items, unless google didn't show me certain things 😄
The plate?
I put my phone on a ceramic dish plate to cool it down
If your phone is british then my iphone is californian
XD
Why don't you just get... a proper router
damn it
Hell an LTE router
after 21gb
Plop the sim card in
but then id need to pay for a second SIM card and route my phone number to it so I can get calls and texts still
Another idea get actual internet xD
theres data only sim cards if your provider has that
or combo offers where they just send you two sims
And often times they can be added for a small fee and use the data fron the same plan
eSims are annoying
nobody even mentioned esims here?
eSIMs are based
Like genuinely i don't understand why 1- lana uses fucking cellular, get an actual internet plan even a basic one would be better than what you're doing
2- if you really can't afford an internet plan then get a second sim that's still linked to your data plan (one for a tablet or a smart watch) buy an lte modem and use that
Dont want to pay 50 a month for a data cap of just 100gb
havent found anyone provinding connection at this location that doesnt have a data cap or a fair use policy .-.
shop around?
Fair use policy is whatever
its not....
Do you seed torrents?
Fair use policy means they throttle the speed dramatically if you go above their limit
Ok
in my aunts case, that limit is 60gb
Do you seed torrents
no
then you're fine
nah I use thast much data often
what do you consider much data
yes they do
Fair Use is very broad and depends on ISP. Some dont give a damn, unless you're running a 24/7 seeding service, others may allow about 300GB or below, some look at Upload only.
My aunts provider, like I said, throttle above 60GB
we werent told that when they installed the service
Ok then option 2 get another sim and an lte modem
we found out when we went above it and suddenly could barely load a website
I know people who have been downloading HARD on Steam , a Terabyte or more a month at times, not a word. And then others on the same plan who got told off for "uploading nonstop all day, every day - sus"
But - If they do throttle they do have to do it in writing and actually state limitations.
Yeah a Data Cap is mentioned upfront, and typically has a "above 50GB your download speed drops to 10mbit or somesuch"
Fair Use is when you use so much internet that they feel like you're taking advantage of an "unlimited" plan. Typically reserved for anyone who tries to operate a server or seedbox from home 😄
nah they call this a fair use policy in their website
I can download terabytes each month and my ISP doesn't really care
Upload is a different story but also only 100 mbps so harder to reach super high amounts
https://www.imagine.ie/acceptable-use-policy/ oh its the "Acceptable" Use policy
i know i just saw sim and i brought it up
I used to never put my phone on WiFi and during those periods I'd use like 150GB per month. Although EE state their fair use policy at 1TB, or it was that the last time I checked.
Oh, seems like it's 600GB per month.
OMFH LOL
i love seeding
Yes seed all those Linux distros
I've had to use WiFi a lot these last few weeks. My Ethernet cable is damaged somewhere along the run and until I run a new one, I'm only using it to download games. It's that or get random DCs or lag spikes in multiplayer games. 
Not too bad for the opposite corner of the house with an ISP router though. Playable for Fall Guys and MMOs 
so to summarise theres plenty of wifi options and they dont throttle after 60gigs if you just get the right plan
the provider lana linked doesnt even mention 60gb limits anywhere
yeah they only show unlimited plans so they might have other ones if the coverage isnt there that dont even get listed anymore lol





