njordomir

joined 1 year ago
 

Hello fellow lemmings,

I was a wiz at google in the early 2000s. I would find obscure forums for every interest and usually get some pretty good info. My research skills haven't aged well, and I'd like to get a bit more with it.

I use:

  • Rtings, for TVs and monitors
  • Consumer reports, for <500
  • Sites like scamreport where people rant about shitty companies not living up to their promises
  • glassdoor, to see what a company's employees think and how they are treated

How do you research your purchases when there is so much AI slop out there and google doesn't really work right anymore. Duck duck go and bing are marginally better. Are there trusted impartial review sites?

[–] [email protected] 3 points 2 days ago (1 children)

I never appreciated snapshots until I ran a server. I used to just install a new distro whenever anything significant went wrong. Now I use them everywhere.

 

Hi folks, I know many of you are elite system admins running custom built NAS solutions networked together with servers tucked in every spare closet and space in your home, which is awesome. Having said that, I am still newer in my self hosted journey and my existing knowledge is more from running Linux as an daily driver OS since 2005 rather than actually hosting anything. For this reason, even though it's not ideologically pure, I opted for a SynologyNAS for simplicity of management. This was the next step for me after dipping my toes into self hosting after messing around with some VMs and an old laptop.

With the new DSM update, Synology removes several apps and codec support, most notably h.256. I experienced something similar on Linux where I cannot view videos recorded on my action cam. I don't know how many of these photos and videos I have in my file system, but my NAS is local network only and basically contains my photos, videos, ebooks, documents, etc. in separate shares containing a hierarchical folder structure.

My questions:

  1. How can I most easily search my NAS for files needing the removed codecs so I can gauge how much this will actually effect me? I want to approach the problem in a simple way that I can understand.
  2. With Linux and Synology DSM both dropping codecs, I am considering just taking the storage hit to convert to h.264 or another format. What would you recommend? I havent recoded video in ages so I'm learning from scratch, but I do have a desktop with dual 1080s that should be up to the task.
  3. I access my shares via dolphin on KDE. When it comes to thumbnails for a remote filesystem like this are they generated and stored on my PC or will the PC save them to the folder on the NAS where other programs could use them. I just want to make sure I can visually browse the videos and photos on my NAS and have them show up appropriately.

I'm a bit frustrated and kind of favoring just moving things to a different format. I bought a Synology device for an easier experience, and having said that, even if I built a custom solution, didn't Debian remove h.265 as well? I will probably do a TrueNAS or whatever at some point, but I've had way to many family events in the last few years and have to take an easier path right now.

My Linux knowledge is intermediate and my self-hosting knowledge is still fairly basic.

[–] [email protected] 7 points 5 days ago

I can't switch from Celsius to Fahrenheit, the switch just reverts. I do think it looks beautiful and has weather stats that I use when I bike but other apps don't always have (air quality, UV) .

[–] [email protected] 3 points 5 days ago

I have some knowledge of Colorado and I know people from Denver who have personally used this program. The last time I was there, I spoke with several other people who were aware of it and interested. Seems there were both city and state incentives at some point. I saw a lot of ebikes on the roads and trails both in the mountains and the city and lots of new bike infrastructure. I would say that if Denver/Colorado isn't bike booming right now, it's on the cusp of doing so.

[–] [email protected] 33 points 5 days ago (4 children)

I don't like using cashless anything because I know part of the cost is my privacy. Having said that, convenience is a powerful draw and cash can be a pain, especially when you have to find a spot for small coins.

[–] [email protected] 8 points 6 days ago

My partner did this just recently. I just handed the phone to them with Lemmy open and said "he saw you". :D

[–] [email protected] 9 points 1 week ago (3 children)

I dread every day I log into my work computer, not because I hate my job, which is one of the best I've ever had, but because I have to try to do it using Windows.

[–] [email protected] 12 points 1 week ago

That sounds likes fascinating project. I Iove it when people do interesting projects instead of taking the low hanging topics like everyone else.

[–] [email protected] 28 points 1 week ago (9 children)

Minus the thing about pumping freezing air into a computer where it will condense and fry everything, is there a reason other than the noise why a big fan like this couldn't effectively cool a computer?

[–] [email protected] 13 points 1 week ago

If they tell you it's not safe to put their equipment in the buffer zone, ask why it would be safe to send a human through there on a bike.

[–] [email protected] 3 points 1 week ago

You aren't allowed to stop, stand, or drive on a surface marked like the buffer zone between the bike lane and the cars. You are right. That's exactly where this sign should have been placed

I bet whoever placed it, just understands dropping off trailers with their work truck and probably hasn't even thought through how a bike lane works.

[–] [email protected] 2 points 1 week ago

If you would like to activate your heated bum that'll be 19.99 USD /mo. I know we already installed the hardware, but you have to pay us to use it.

[–] [email protected] 2 points 1 week ago

Yeah, you know there's bound to be some juicy drama if they want to remove it so bad.

 

Hi folks,

About a month ago, I posted the thread at the shared link because my phone keeps spontaneously rebooting at my local Safeway store. I found several other people with similar issues online, but no one who has discovered the actual cause. I also haven't fully understood why, but I have a few updates to share since visiting the store a few more times.

  • Scanned subGhz (w/ flipperzero) and Bluetooth frequencies. Lots of interesting things. Something bluetooth or bluetooth LE keeps popping up on the logs on my phone before the phone crashes, probably a beacon
  • Turning off Bluetooth does not stop the behavior
  • Pulled the log from the phone post-crash and it has some interesting things in it. I don't understand it fully, but it reads like the whole system is dying due to something happening in the wifi manager?

Can anyone glean any additional information from this:

time: 1727914596869
msg: android.os.DeadSystemException: android.os.DeadSystemException
stacktrace: android.os.DeadSystemRuntimeException: android.os.DeadSystemException
	at android.net.wifi.WifiManager.getScanResults(WifiManager.java:4451)
	at com.android.systemui.statusbar.pipeline.wifi.data.repository.prod.WifiRepositoryHelper$createNetworkScanFlow$1$callback$1.onScanResultsAvailable(WifiRepositoryHelper.kt:88)
	at android.net.wifi.WifiManager$ScanResultsCallback$ScanResultsCallbackProxy$$ExternalSyntheticLambda0.run(D8$$SyntheticClass:0)
	at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: EmptyCoroutineContext
Caused by: android.os.DeadSystemException
	... 9 more

I think what's happening is the phone is trying to take some kind of action based on a beacon and is crashing, but I don't have any loyalty apps installed. Does anyone have a better understanding of how this stuff works?

 

I'm looking for 3rd parties who watch and report on developments in these large "world-shaping" corporations. Like a watchdog or a canary when they get into lawsuits or get caught doing bad things. Investigative reporting whether IRL or thorough internet documentarian style is ideal.

I've been thinking a lot about how google's algorithm changes have contributed to the web becoming the shit show it is now and what the alternatives could be. I do want to make sure I have a clear understanding of as much of the history as I can.

I tried searching "who watches google" and obviously just got advertised pages of Android Wear spy bracelets.

Is there a good old-fashioned directory page (or Community) for these anti-Web 2.0 resources?

Your help is appreciated!

 

Howdy fellow lemmings,

I know your collective knowledge is greater than mine, so I have come to you for your wisdom.

My OnePlus 9 is nearing the end of it's life. The power button doesn't work or registers a double press (I use tap2wake and tap2sleep instead) and some other parts are hinting that they're starting to die. Also, something in 915Mhz or 925Mhz seems to be causing random UI reboots at the grocery store. Might be hardware or custom rom related.

I'm looking for something with:

  1. Unlockable bootloader with option for root. I may or may not root this time around, depends on how tailscale to my pihole at home works. I absolutely must be able to strip out the bloat and preferably the google apps as well (though I'd like to keep the option for play store), I'm extremely ad-phobic.
  2. Open hardware that third party developers can properly use. I'm running CrDroid on my OP9 and it's ridiculously great, but cannot make good use of my camera. There are quality issues, cropping issues, and functionality issues and I've experienced similar with other phones I had in the past. Are there manufacturers who publish specs resulting in better 3rd party camera implementations? I would be fine with a more midrange phone, as I don't play many games, but I need the camera to work well.
  3. A large/active modding scene is appreciated
  4. Bonus points if they don't advertise a bunch of AI bs that I don't want or need
  5. Location is USA, though phone can be from anywhere as long as it works. I need at least a few bands to be able to use the phone in Germany.

Can anyone advise on which manufacturers meet my requirements?

My understanding is: OnePlus - unlockable, rootable, custom ROM cameras suck unless the rom uses default op9 camera and it seems that this doesn't work well with more AOSP-y ROMS

Pixel - varies by manufacturer

ASUS - I'm seeing concerns about unlocking and Roms though it seems they have been good in the past

Nothing Phone - unlockable/rootable

Fairphone - seems ideologically pure, but performance, camera, and battery life may not be awesome

Suggestions and insights are appreciated.

 

Hi folks, I'm in a bit of a personal crisis currently and need to quickly find a piece of speech transcription software that works on Linux and does not require a significant time investment to set up and can help me transcribe a number of audio clips <15 min. each.

  • Can someone recommend a program that can transcribe some audio recordings for me and is relatively simple to set up and use?
  • Do such programs need a GPU to run effectively? I'm running a Dell XPS 9370 laptop which only has internal graphics.

My backup plan is to listen and transcribe by hand, so recommendations of a program that will allow me to self-transcribe by typing while listening at a reduced rate are also appreciated.

  • If any experienced transcribers are reading this, have you found that your pedals worked well with Linux?

Normally I would try out all the different programs and do more than the small number of searches I've done, but my timeline doesn't allow time for to build a cluster of custom-coded transcription bots running gentoo on hand-soldered hardware.

My environment is EndeavorOS running on a Dell XPS 9370,internet is over Wifi, with no external dongles or anything currently hooked up.

 

I visit a store regularly and every time to try to reference something on my phone in that store, I get UI crashes. The phone works fine everywhere else. Its a Oneplus9 running a custom rom.

Two questions:

  1. What could cause this? Is some sort of interference in the store crashing things? Is the bright light causing the luminosity sensor to overwhelm. Is the store trying to mess with or track my phone in some way and all my modifications, privacy configurations, etc. are choosing to crash instead of allow it?
  2. Do you have any ideas about how I can figure out what is causing it? Spectrum analysis with a flipper zero or something similar, logs of some kind on the phone, process of elimination? Links are appreciated if it requires advanced nerd cred (I'm probably intermediate with Linux, Android and tech in general, except networking where my knowledge is mediocre bit growing).

I am beyond curious what is going on because it is so weird that it works perfectly everywhere, but the UI keeps rebooting in this one store.

 

I have a decent 2 bay synology, but want to put all my docker images/ VMs running on a more powerful machine connected to the same LAN. Does it ever make sense to do the for media serving or will involving an extra device add too much complexity vs just serving from the NAS itself. I was hoping to have calibre/home assistant/tube type services, etc. all running off a mini PC with a Ryzen 7 and 64gb ram vs the NAS.

My Linux knowledge is intermediate; my networking knowledge is begintermediate, and I can generally follow documentation okay even if it's a bit above my skill level.

 

When we were kids, you may have had a honky-horn with a bulb on the end, perhaps you had bells with gears that strike multiple times as they unwind like one of those self-propelled matchbox cars. Maybe you unscrew your bell halfway so the cracks on the trail ring it as you weave through a crowd of other trail users. Or maybe you ride a folding bike through the airport with a little electric horn. Perhaps you're the best kind of DIY redneck and have fitted a literal tugboat horn to a bike trailor so you can scare the bejeezus out of a coalroller after they dump a load of black smoke on you.

Whatever it is, I want to know about it and why you chose it.

 

Hi Folks,

I host a nextcloud instance, a NAS, and a few content portals for things like ebooks and music (internal only). I'll be migrating Smartthings to Home Assistant eventually. We're going to be upgrading to fiber soon and I have the opportunity to rebuild my wife's network with a long term outlook (we'll likely be here for years). Currently we have an older eero mesh system over cable internet. My desk is right where the cable currently comes in so all my Ethernet devices can live near the router.

My question is this:

What am I missing out on as a self-hoster by using whatever equipment metronet gives me?

What am I missing out on as a regular internet user by using the default equipment.

Am I likely to be annoyed about where the fiber comes into the house?

If it makes sense to buy my own router or access point(s), what is a reasonable balance between "daddy Bezos please read all my emails" and "you'll never be secure until you build a router from custom circuit boards you custom ordered and hand assembled in a secure area".

I'd like to avoid complex configuration, but if I can surface advanced options when needed, that would be great.

My Linux knowledge is intermediate. My networking knowledge is begintermediate.

 

I'm looking for door & window contact sensors and motion sensors to replace an old Simon 3 ADT security system. I've read a lot of posts and such and I'm still having a hard time picking out sensors that will work with an existing Smarthings v2 Hub (currently used for lights) and eventually Home Assistant once life calms down a bit more and I have time to go through all the setup. As I understand it, matter/thread support was added in the v3 hub so I don't have this on my ST v2.

I'd like to avoid anything from Amazon and locally functioning sensors are preferred.

Can anyone advise on how to pick good devices? There seems to be tons of info out there, but I'm having trouble sifting through it for the info I need. This is a surprise for a family member who has been considering replacing an older system. I'd like to get it in place before they have the chance to buy a crappy, locked down, spyware riddled system from a company like Amazon so that I can be sure everything will transition smoothly to Home Assistant later.

view more: next ›