[-] dingdongitsabear@lemmy.ml 2 points 12 hours ago

OK, so what this purports to do is use your email server as chat platform. kinda intriguing, could have several use cases, don't know what it does with existing email or how the chat looks like in e.g. thunderbird...

unfortunately, after installing it and being unsuccessful about having it login to my IMAP account (works fine with thunderbird), I've given up.

so, the "onboarding" is less than stellar and the desktop app is electron, which I hate; haven't tried the android app.

[-] dingdongitsabear@lemmy.ml 7 points 14 hours ago

someone needs to rewrite this, both the post here and the promo copy on the website, it's hella confusing and explains nada.

16
submitted 20 hours ago* (last edited 20 hours ago) by dingdongitsabear@lemmy.ml to c/personalfinance@lemmy.ml

can someone explain leverage to me as practised by those RE ~~bullshitters~~ finfluencers. I feel their whole spiel is just bullshit but I don't know enough to be sure about it.

according to them, you "buy" a home - you put X% down and pay your first monthly (and then post on r/firsttimehomebuyer). then you go to (another?) bank and say "look I got this house I wanna use as collateral" and they go "wow you own a house! sure, have this bag of money"... repeat until you "own" like a city block.

like, how does that not crash and burn at the first step, just a cursory glance at the asset's status? how are they not "lol you ain't got no house dumbass come back in 20 years when you actually own it"?

[-] dingdongitsabear@lemmy.ml 1 points 3 days ago

yeah, I wanted a board from a busted laptop and then transplant it along with the battery - plenty room inside.

then, all you'd need is a display controller that attaches to the motherboard's HDMI and drives the display, those are like $20 on aliexpress. everything else is USB and can easily be soldered to USB connectors; the later unibodies would be way more difficult in that regard.

all there's left is to incorporate some USB hub inside and that's it.

[-] dingdongitsabear@lemmy.ml 5 points 3 days ago

there were some restomods, like the X62.

I wanted to do something similar with a 2007 17" macbook pro. they have LOTS of space inside and the keyboard, touchpad, camera, etc are all USB, so reusing them would be easy.

8
[-] dingdongitsabear@lemmy.ml 1 points 4 days ago

the fb route would be awesome, I'm adding this to my research list. would video playback be accelerated in this case?

[-] dingdongitsabear@lemmy.ml 1 points 4 days ago

yeah, that's the main question - do I need a window manager, when I all want is just full screen?

I've found something called mpv-kiosk, but that's a snap and that monstrosity is the opposite of what I need.

[-] dingdongitsabear@lemmy.ml 1 points 4 days ago

doesn't matter. in the future I might cobble something together, like a clock or weather or a slideshow, but I'm fine with a blank/black/whatever screen.

[-] dingdongitsabear@lemmy.ml 4 points 4 days ago* (last edited 4 days ago)

jellyfin's android app has the cast functionality built-in, it connects to jellyfin-mpv-shim. you select the video from the app and press play and that's it - it plays on the remote device. you can then pause, ff/rewind, change subs, etc., from the android app.

as to youtube videos, select video in newpipe, share to allcast, allcast connects to macast, which uses yt-dl to play the video via mpv. you can then control the playback (stop, skip, etc) from allcast.

this all works on a full-featured desktop without problems; I'd like to strip everything but the bare necessities needed to run mpv.

28

I want to create a minimal install for mpv playback through jellyfin-mpv-shim and macast. this is going to be a base for a FOSS media sink akin to a Chromecast. you attach it to your TV and it plays whatever you send it, like movies from your jellyfin server and youtube/vimeo/piped/etc videos. otherwise, there's no interaction with it, it doesn't handle input (remotes, mice, keyboards, etc.), it's controlled via apps (jellyfin android and allcast).

I've already made a proof-of-concept device running debian 12 with Plasma and it (mostly) works. now I'd like to trim the fat and install only what's absolutely necessary as I currently only have a 2006 macbook with busted screen and GMA950 with a mechanical HD. I'm gonna go with LAN only so I don't have to dick around with broadcom WLAN.

what do I need in terms of DEs and/OR WMs? do I need those at all? I seem to remember that I could run firefox in kiosk mode without anything else but X11, could I run mpv like that? or possibly wayland? what would be the absolute minimum package-wise to achieve this?

to reiterate, it's only going to display full-screen mpv when there's video to play, no menus, navigation, nada. possibly some slideshow-while-idle thingy in the future if it doesn't add too much in terms of software needed, but not right now.

75
submitted 1 month ago* (last edited 1 month ago) by dingdongitsabear@lemmy.ml to c/linux@lemmy.ml

I hate spending money on hardware when there's a software solution. like, I've got a subwoofer from a 2.1 system (without satellites) for free. instead of sourcing speakers for it, however cheap they might be, I'll just utilize the speakers from my monitor. pipewire to the rescue, it creates a combined sink that outputs sound to both DP and analog audio, et voila - a 2.1 sound system. people are like "your monitor sounds like that!?" and usually I play dumb: "yeah, yours doesn't? well that's linux for ya".

so, I have a desktop and a laptop and I'd like to share the same monitor, keyboard, and mouse. modern monitors have a KVM switch integrated, you connect your keyboard/mouse/etc. to it, one USB Type-C cable to the laptop, a couple to the desktop and you have a seamless switch; it even charges the laptop, how cool is that!

however, my monitor works just fine and I don't replace my hardware unless I really have to. USB KVMs with similar functions aren't cheap. also, the monitor already has multiple display inputs so I got to thinking, how do I re-create this with no money, or as little as possible, with DIY tech?

first, switching the display; this one took me no time at all. I have a USB Type-C to DP cable (with DP-Alt) and with the power of udev (detect a connection then trigger stuff) and ddcutil (sends commands to the monitor) I got it working as seamless as possible - I connect the laptop and it automagically switches the monitor over. when I disconnect it, the monitor falls back to an active connection, which is the desktop. awesome!

now how about switching the keyboard and mouse over? I'd like to do it in software, like barrier/inputleap does it but without having to move the cursor to the adjacent monitor. also, both machines are on wayland which isn't supported. eventual input lag to the laptop is unimportant, I game on the desktop. no idea if that can be accomplished or if that's even a thing...

that is a thing - it's called USB/IP, i.e. sharing your USB device over TCP/IP; it's a kernel module included by default for a long time now and that thing rocks! not only does the USB keyboard work without any perceivable lag on the laptop, it get's "disconnected" from the host, so your keypresses aren't disturbing the host. since it's a kernel module, no need to convince wayland to play ball! this also works for webcams, scanners, readers, etc., the client system thinks this is a local device and it just works.

so all we have to do is expand the shell script to bring over the keyboard and mouse along with switching over the monitor once the USB-C connection is detected annnd... success!

well, sorta. my wireless mouse is second-hand and I haven't got the USB receiver for it, so it connects over bluetooth. tried sharing with usbip and it works, but the radio connection gets interrupted or something and the mouse doesn't work there. maybe there's a workaround but I don't want to dig further.

also, how do I switch back to the desktop to shoot some peggies? I don't want to disconnect the laptop manually so I could come up with a slew of shell scripts and udev triggers and I'd also need a ssh tunnel, I don't want my keyboard input to travel over the LAN in cleartext, etc... kinda cumbersome. also, once the novelty wears off, the automagicallity gets tired, I'd prefer manually switching between devices with a keyboard combo.

enter rkvm. it's written in rust and as everybody knows that's super awesome. unlike usbip, comms are encrypted, so no sniffing possible, and hotkey switching is a default function, and it also handles the mouse!

now, rkvm currently doesn't support triggers, like "do X when hotkey combo pressed", but Plasma can handle running the monitor switch script on each device separately by listening to the same hotkey combo.

both solutions have their advantages and disadvantages, usbip requires more legwork but is more powerful whereas rkvm is simpler and easier to set up.

the final step, powering the laptop over the same cable. sadly, can't handle that in software, but there are power delivery injectors out there, some as cheap as $7. also, there's this cool project, looks easy enough to source and implement. not sure if I'm going that way or just go with a used dock station, as those can be had for a song for popular business ex-flagships, like the Thinkpad T-series, HP Elitebooks, Dell Latitudes, etc..

are there downsides? sure there are. numero uno, the host (desktop, in my case) has to be on all the time. not a big deal for me, it gets woken in the morning and suspended late at night. there are edge cases when rkvm geeks out, but for a thing that's in its 0.x version, this is more than usable.

so, I've been using this setup for the past week or so and haven't yet found it to break or have any negative side-effects. gaming on the desktop is as snappy (or shitty) as ever and using my mech keyboard and giant screen on the laptop allows me to easily compartmentalize my business and private stuff.

thanks for reading!

edit: edited title to clarify I'm talking about a Keyboard-Video-Mouse switch, not a Kernel-Virtual-Machine.

25
submitted 1 month ago* (last edited 1 month ago) by dingdongitsabear@lemmy.ml to c/linux@lemmy.ml

I'm considering upgrading to a Ryzen 5 5600, they've finally come down to $100 locally (tray version sans cooler).

currently, I have a 1600AF (lower binned 2600, so Zen+) on a B450 board. the upgrade should be straightforward, my board supports it (latest BIOS) and it has the same power rating, so my cheap-ass PSU and stock cooler don't need upgrading.

reason I want to upgrade is I have a number of issues with it under linux so I'd like to check if someone runs a similar setup.

first, I have Cool & Quiet and C-states disabled and Power Idle Control to "Typical Current Idle"; otherwise the machine freezes when waking from suspend after a short while. the second issue is, I have 3600 MT/s Kingston Hyper-X modules that I have to run at 2400 because both XMP profiles (XMP1-3000 and XMP2-3600) are unstable and cause apps to crash (the latter sometimes won't boot at all, can't unlock LUKS).

supposedly, both those issues are fixed in newer gens; old Zen/Zen+ had issues with faster RAM, and the C-state handling is also better in Zen3. also, I can use the new amd-pstate driver.

my PC is plenty fast as is, I'm only considering upgrading to fix them two issues. if it's the same on the other side of the fence, I'd rather skip it.

anyone had first-hand experiences with this?

edit: thanks everyone who took the time to share their setup, I'm way more optimistic about making the jump!

[-] dingdongitsabear@lemmy.ml 35 points 1 month ago* (last edited 1 month ago)

there are no good linux tablets, for any price; by "good" I mean it works as good as an Android or iOS tablet. everything is from not-as-good to way worse and there are things that are downright unusable.

whichever platform you choose (Gnome, Plasma or any of the derivatives like Phosh, Plasma Mobile, etc.) the experience beyond the first 15 minutes (hey, this actually works!) is pretty bad. it's certainly not usable as a main device that you depend on and use for actual work; as a dicking-around kinda project, sure, have at it.

before you spend that kind of money, my recommendation is to get an older Surface Pro or Dell Latitude 2-in-1 in the $150-200 range and see if that functionality is something you can live with. those can be had with up to 16 GB on-board and the SSDs are replaceable (Dells are more serviceable). kernel support is spotty, not all of the features work for all devices, mainly cameras and such; consult the linux-surface github.

edit: just saw this comment, my experiences are similar. the rest of the comments where people think what a device might work like you should disregard.

14
Radarr lists (lemmy.ml)

cross-posted from: https://lemmy.ml/post/11999240

anyone know what the last option does? I want to remove movies that were added by the list but were then taken off it. but the way it's written, it sorta implies that all movies that aren't on a list will be removed, which is what I very much don't want.

8
Radarr lists (lemmy.ml)

anyone know what the last option does? I want to remove movies that were added by the list but were then taken off it. but the way it's written, it sorta implies that all movies that aren't on a list will be removed, which is what I very much don't want.

11
submitted 5 months ago by dingdongitsabear@lemmy.ml to c/android@lemmy.ml

cross-posted from: https://lemmy.ml/post/10113624

what's a reliable way to determine my device's battery health? something like Coconutbattery for macOS - charge cycles, health, factory/remaining mAh, etc...

tried CPU-Z, says health is "Good". gee, thanks... out of what, "Excellent" through "Shit" or what?

backstory, I got a Samsung Tab S6 used, wiped it and installed LineageOS 20 and I'm using for a couple of months. the battery kinda sucks. granted, I have like 3-4 hours SOT/day but a 7000 mAh battery should last a couple of days; pure guesstimation, I had an iPad some years ago and that thing lasted for eons.

if I leave it overnight with 10ish% battery remaining and battery saver on, it's dead by morning. that sort of drain can't be normal? on the other hand, I don't have google services so every app has its own running service - syncthing, KDE Connect, Allcast, Jellyfin Player, etc.

there's the stuff I can read from /sys/class/power_supply/battery/ but nothing useful in there; like charge_full and charge_full_design are the same (70400) and other promising sounding items are unset or nonsensical.

tried the same on my Redmi phone w/LOS, completely different files there and equally useless.

I don't wanna go through sourcing the battery, prying the thing open and replacing it, only to find out that's how it's supposed to work. any ideas?

22

what's a reliable way to determine my device's battery health? something like Coconutbattery for macOS - charge cycles, health, factory/remaining mAh, etc...

tried CPU-Z, says health is "Good". gee, thanks... out of what, "Excellent" through "Shit" or what?

backstory, I got a Samsung Tab S6 used, wiped it and installed LineageOS 20 and I'm using for a couple of months. the battery kinda sucks. granted, I have like 3-4 hours SOT/day but a 7000 mAh battery should last a couple of days; pure guesstimation, I had an iPad some years ago and that thing lasted for eons.

if I leave it overnight with 10ish% battery remaining and battery saver on, it's dead by morning. that sort of drain can't be normal? on the other hand, I don't have google services so every app has its own running service - syncthing, KDE Connect, Allcast, Jellyfin Player, etc.

there's the stuff I can read from /sys/class/power_supply/battery/ but nothing useful in there; like charge_full and charge_full_design are the same (70400) and other promising sounding items are unset or nonsensical.

tried the same on my Redmi phone w/LOS, completely different files there and equally useless.

I don't wanna go through sourcing the battery, prying the thing open and replacing it, only to find out that's how it's supposed to work. any ideas?

48
submitted 5 months ago* (last edited 5 months ago) by dingdongitsabear@lemmy.ml to c/linux@lemmy.ml

so, I have a weird problem with a Dell Latitude 5285, that's a 2-in-1 with a detachable keyboard akin to the MS Surface Pro 5. it has an i5-7300u, 16 GB LPDDR3 (on-board), 500 GB NVMe, 12.3" 1920x1280 3:2 touch screen.

I got it second-hand, unknown history, without a battery. they're stuck at 400 MHz without one, but Thottlestop in Windows and msr-tools in Linux fix the BD_PROCHOT throttling and the machine performed adequately for months.

I've sourced a replacement battery, removed the patch and my problems started. there's weird screen flickering, looks like bad video ram or a flaky connection. it's intermittent, sometimes it runs without issues for hours, sometimes minutes and sometimes it flickers from the start, so troubleshooting and checking if this or that fixed things takes days.

the artefacts are inconsistent with anything that is or isn't happening (load, temps, etc) or power source. the problem is mostly exacerbated when the battery is full and/or when waking from sleep, it's almost always super glitchy then.

here's a demonstration:

would be great if I could try a different battery or try this one in another device, but don't have that option.

at no point are there ANY glitches on the external display (tried DP-Alt over USB Type-C and HDMI over Dell WD19 Dock), regardless if the internal screen is enabled or not.

so, bad luck - faulty screen or backlight or RAM or something, right?

except, when I unplug the battery (but leave it in place) and connect it to power and reenable the BD_PROCHOT patch - zero glitches! it runs for hours - videos, GPU and CPU stress test, not one hiccup, tear, nothing!

if it were a normal laptop, I'd just leave it be and use it as a desktop. it feels like such a waste with the functional touchscreen though.

what I've tried:

  • different USB Type-C chargers
  • fresh paste on CPU, clean vent
  • latest firmware, tried downgrading, no change
  • memtest passed twice on thorough, all clear
  • internal diagnostics also
  • it never froze or crashed
  • screenshot during glitches doesn't contain them
  • disabling turbo, upping/lowering the max/boost GPU clock, forcing cores offline, limiting max frequencies with TLP
  • the battery isn't deformed and doesn't exert pressure on the screen or any cables; also tried running it with the screen slightly lifted from the case, no change
  • pressing, jerking, wiggling of the internal display cable/connector, no change
  • same issues in Windows 11, Ubuntu 23.04 and Fedora WS 38; rarely but sometimes in BIOS/during boot
  • sadly, can't undervolt the CPU/GPU (Throttlestop FIVER says it's locked) but some MSR writes are apparently OK (like disabling BD_PROCHOT works).

at some point, it had both charger and dock with PD attached at the same time to both USB Type-C ports; it's possible this fried something, although I have no evidence of that.

so, I'm sure this is NOT a linux hardware problem, but I would like to use linux to fix the problem. at this point, I am sure it's defective, whether it's age or physical or manufacturing defect or whatever; but since it definitely works perfectly without the battery, I'm looking for some tweaks that makes it perform with the battery the same as without it.

seriously doubt anyone's seen anything similar but are there any ideas what to look at? what to try?

edit: I'm not asking for free hardware troubleshooting, maybe I haven't expressed myself succintly. what I'd like is some sort of snapshot of all relevant registers with battery working. and then one without. and then have somehow the difference between those two computed, so I can see which setting I need to tweak. would this be doable?

13
submitted 5 months ago* (last edited 5 months ago) by dingdongitsabear@lemmy.ml to c/fedora@lemmy.ml

I can't resolve (ping, ssh) any computer on my network from a newly installed minimal Gnome Desktop F39 on a laptop; since it's minimal, it's possible something's missing from the installation.

trying from the laptop gives:

$ ping server.local
ping: server.local: Temporary failure in name resolution

pinging .box static DNS entries as well as IP addresses works. all other computers can resolve each other and the new laptop (1 debian, 1 fedora, 1 macOS), some have static, some dynamic IPs. they all get the DNS IP of my pi-hole, which resolves everything fine. resolve.conf and all other relevant files are stock. avahi and systemd-resolve are running and report no issues. same behaviour with WiFi and LAN.

I could switch to static IPs and assign e.g. .box suffixes all around via local DNS but I don't want to do that, this setup is/was working on every other PC.

any ideas what I'm missing?

edit: just booted off of a live USB with F39, resolves server.local just fine. so I'm missing something in my installation, right?

edit II: installed it (minimal) on another laptop, same deal - no .local resolution.

13
submitted 5 months ago* (last edited 5 months ago) by dingdongitsabear@lemmy.ml to c/piracy@lemmy.ml

I haven't had anything to do with windows in like 5+ years. I need to set up a laptop with it for someone tomorrow, I'm guessing W11 is nowadays recommended? what's currently the best option for a hassle free experience (no ads, no random game installs, no migrations to onedrive, etc)?

last time I did it, I used the W10 ISO from Microsoft, applied the hwidsomething and ran some debloater from github. back then there were some ~~ESR~~ LTSC ISOs available on torrent sites, is that still a thing?

the install is going to use firefox, chrome, skype, libreoffice, etc., they all autoupdate themselves, so it's going to be reasonably secure. what's my best bet for a set & forget situation? thanks.

[-] dingdongitsabear@lemmy.ml 17 points 7 months ago

feels like an austin powers discarded skit... achieving world dominance by pretending to be mike from accounting who does excel like really good

[-] dingdongitsabear@lemmy.ml 21 points 10 months ago* (last edited 10 months ago)

it's a false dichotomy; the issue is not whether you do or don't have something to hide, the issue is you choosing what you share and with whom.

the fact that I don't blast the quality of this morning's stool accross all my social media outlets doesn't mean that I'm hiding it, it means that I choose not to share it.

that's my decision and I don't allow my hardware, software, service provider, government, or whoever-the-fuck to make it for me.

[-] dingdongitsabear@lemmy.ml 16 points 10 months ago

*affect.

thanks for the humorous takes, but what's the verdict...? and what's the next step, download posts and settings and move elsewhere?

view more: next ›

dingdongitsabear

joined 11 months ago