brachypelmasmithi

joined 2 years ago
[–] brachypelmasmithi@lemm.ee 3 points 6 days ago

he probably doesn't have anything to think with at this point

[–] brachypelmasmithi@lemm.ee 1 points 1 week ago (1 children)

holy shit! how many terabytes is that?

[–] brachypelmasmithi@lemm.ee 6 points 1 week ago

In fact, shooting him in the head would center-mass the kid. Not a good way to go.

[–] brachypelmasmithi@lemm.ee 4 points 1 week ago

I've actually been meaning to read it for a good while, thanks for the guide!

[–] brachypelmasmithi@lemm.ee 13 points 1 week ago (3 children)

i'm guessing it's the Enigma of the Amigara Fault. haven't read it myself but have heard it's pretty eye-gorey.

[–] brachypelmasmithi@lemm.ee 2 points 1 week ago

it really does seem like it, though at least it doesn't get worse on multi-language setups, which i thought would happen but thankfully didn't (at least for me)

[–] brachypelmasmithi@lemm.ee 9 points 3 weeks ago

Soon the cadburies will be cheaper than actual eggs

[–] brachypelmasmithi@lemm.ee 5 points 3 weeks ago

it looks really similar to that scene in the amazing world of gumball but i doubt that that's it

[–] brachypelmasmithi@lemm.ee 1 points 3 weeks ago

As a native speaker I use jedzie in the context of boats embarassingly often. It doesn't really make a difference in casual settings since you get the message across anyway, but of course you wouldn't say that in any formal situation.

[–] brachypelmasmithi@lemm.ee 5 points 3 weeks ago (1 children)

Passed my microbiology finals just now! Can't wait to get back home and just chill out.

[–] brachypelmasmithi@lemm.ee 13 points 3 weeks ago

Pretty cool technology ruined by greed. If we don't get this under control (which we won't probably) we're in for a pretty interesting age of the Internet, maybe even the last one.

 

I've been looking to move on from membrane keyboards and go mechanical, but no matter where I look literally every mech has some form of obnoxious RGB lighting on it. Are there any that just.. don't have it?

 

I'm trying to mount an action cam to my FAST airsoft helmet, and I've got the j-hook baseplate already installed, but with just the baseplate the camera's FOV is still way too high.

I cannot bring the camera lower than this using just the baseplate, so I thought I'd just buy an extension that will let me swivel the camera further down, but I tried searching for it and couldn't find anything.

This is how I've got the camera set up now, and this is how I want it to be. I need the green part, which is just a male-to-female extension part, but I don't exactly know how to search for it, as anything I try comes up blank. I know this part exists, because I've seen it a few times before, and of course right as I try to search for it, it conveniently disappears as if it had never existed. Can anyone help me out?

EDIT: Thanks for the answers! Simply searching "gopro mount extension" was enough to find what I needed. I feel stupid now.

 

I came up with this question right after I wanted to take apart a microwave to see why it wasn't heating anything before I remembered that that's a very, VERY bad idea

 

Here's my previous post with a similar vibe.

This time I needed a cool background image for my website, so I made this one. 480x480 px original, upscaled ×4 to 1920x1920 using NN sampling. I needed the image to loop on the x-axis, hence the tiny amount of variety in the foreground. It also works as a nice phone wallpaper.

I got better at making clouds since the last post. Back then I was still tracing clouds from some photos I took (the clouds in the previous post were fully traced from a photo), but now I just need to look at a reference at most and go "oh right, that's how clouds look" to start drawing. I also got better at lighting clouds.

 

(TL;DR and update at the bottom)

Running a rooted (Magisk Delta) LineageOS 21 (ver. from 27 Sep) on a Motorola Edge 30 (dubai).

Managed to brick it by simply activating the "Invert colours" option in the settings. After doing so the screen has turned off and is unresponsive. Bootloader and recovery work fine. Booting into the actual OS shows the lock screen for a split second before the invert module activates and turns the screen off again.

Even though the touchscreen is unresponsive, the physical buttons/functions still work just fine (long pressing POWER toggles the flashlight as per my settings, and shaking the phone also toggled the flashlight before I rebooted the system). Upon connecting the phone to my laptop via USB, it shows up in lsusb, but of course doesn't mount itself since I'd have to open the USB connection settings window in the phone to mount it.

I did some digging and it turns out that this is a relatively common issue. My first instinct was to just go into recovery, connect via ADB and modify the settings file via adb push or adb shell settings, but my laptop is not authorised, so I can't do anything with ADB on it. Trying to authorize the laptop without the screen seems impossible. This, this, and this post, among many others, didn't work. Anything related to ADB might very well be out of the question, because even though adbd is running as root I still don't have access to any important parts of the file system without authorization (for reference, the /data, /sdcard, /mnt/system/sdcard, and /system directories, among many others, are empty). Editing prop.default or default.prop ADB properties to enable insecure ADB also doesn't work as upon rebooting the properties return to their initial state.

Screen duplication and remote input programs like scrcpy also don't work as they require ADB authorization to perform inputs.

I tried booting TWRP, but I couldn't find an image that could boot on the phone. Some got stuck on the boot logo, while some bootlooped ad infinitum.

I'd really like to repair this phone ASAP, as quite a few things depend on it and I was stupid enough not to make a proper backup, with my only one being my old phone containing data up to early September that I haven't wiped yet.

If I won't be able to do anything this week, I might be able to do something on the weekend when I get back home and hopefully use adb via my main PC, which should still hopefully be authorized. If it's not, I could try plugging an external display into the phone and/or a keyboard/mouse in order to authorize ADB.

I know posting this on Lemmy is a bit stupid considering how small the communities here are, but I figured it'd be worth a shot. If this doesn't work out I'll post it on XDA or StackExchange

TL;DR:

  • Turning on "Invert colors" option in LineageOS 21 for the Motorola Edge 30 (dubai) turns the screen off and makes the touchscreen unresponsive while the phone is in the OS. Bootloader and recovery work fine.
  • My laptop is not authorized to use ADB, and as such, I cannot access the file system to modify settings and/or recover data via ADB
  • TWRP is not an option as there doesn't seem to be a valid image for my device
  • Screen duplicating programs (ones that I know of at least) cannot work without ADB authorization
  • I might be able to authorize the ADB connection by plugging an external monitor and mouse/keyboard into the phone when I get back home

I'm looking for a way to either revert "Invert colors" entirely or at least recover data from the device before I wipe it.

In order to do that I would have to:

  • find a compatible TWRP image, OR
  • bypass ADB authorization/enable insecure ADB, OR
  • plug in an external input device and hope that it works (a keyboard would be the best bet)

Any advice is very appreciated

Update, 12 Oct 2024:

Unfortunately the ADB authorization on my main PC expired, and the phone didn't support video out via raw USB to HDMI, so I had to just wipe it. Thankfully at least I didn't lose everything because of my old phone that I haven't wiped yet, but still.

I did some testing after I wiped the phone and it turns out that the touchscreen is functional, it's just extremely hard to get any signs of life when you can't see fuckall. Likewise, the screen isn't completely turned off, just EXTREMELY darkened. At full brightness the bright blue header of the setup notification was visible with the setting turned on, which was enough to let me navigate back to the setting without much hassle.

If you're having the same problem, then genuinely try to feel your way back to the setting, this will be even easier if you happen to have a second phone with LineageOS (or any modern Android, really) on you that you can use as a reference. And of course make backups regularly unlike my silly ass. In fact, go do one right now. Just do it. You might thank yourself later. I know I would have.

 

I've been thinking about upgrading my electric toothbrush since my current crappy one is basically on death's door after a couple years of use. Is there like a toothbrush equivalent of a Toyota Hilux I should know about?

 

Just a random question that popped into my head while correcting a message I sent to a friend.

 

Posting for anyone who might like it.

I needed a wallpaper for a dumbphone I bought, so I made one, using one of my photos as a reference. The original is 128x160, this one was upscaled 8x using NN sampling for clarity

 

I managed to bag a Lenovo Thinkpad T440 for quite cheap as a replacement to my old laptop and I've been wondering about upgrading it.

Problem is the T440 is quite hostile when it comes to upgrading, unlike the T440p. Replacing, for example, the CPU is basically impossible as it's soldered directly to the board. And so I've been thinking about something stupid a.k.a. replacing the motherboard entirely with a T440s board, which has a better CPU soldered onto it.

In theory the two boards should have the same dimensions and should be interchangeable, but does anyone know if that's actually the case? I couldn't find much about this kind of swap online, so I thought asking here would be a good idea.

 

I've been wanting to diversify my set of apps for a while now, and the recent purchase of SMT by ZipoApps finally gave me the push to do so.

Right now I've replaced my gallery with Aves, my file manager with Material Files, and my voice recorder with Record You.

And that's about it. I still need a replacement for Simple Dialer and Simple SMS Messenger (Contact You doesn't support MMS and it would be really nice to have MMS support), Simple Calculator, and Simple Notes (looking specifically for an app with a dedicated widget like the one SN has).

Can anyone recommend something for the apps I'm still missing?

 

I really need to start organising things and a calendar on my PC where I could set up events would really help. No other fluff, quite literally just a program that shows me the current month and handles events, perhaps with like a notification function or something along these lines.

Given how simple this would be I'd code one myself, but I haven't got the time to do so at the moment, so I just wanted to ask if anyone's able to recommend something similar to that.

view more: next ›