@hai@lemmy.ml avatar

hai

@hai@lemmy.ml

He/They

This profile is from a federated server and may be incomplete. View on remote instance

hai ,
@hai@lemmy.ml avatar

Let me preface this with the fact that I don’t like Apple, or any major corporation for that matter.

So, my family (including myself) have been long-time Apple users, heck, we still have our iPad 1 and a few iPods lying around (and they still work great).

But, we’re all starting to loose trust in them. Most recently there was a problem with a screen that simply seemed to have lost touch sensitivity, it still would move ever so slightly but taps weren’t recognized and slides no longer worked, and Apple really only helped by guiding us to a new phone. Before that, a MacBook Pro’s (and yes, I know it’s not an iPhone) battery flat out died, after being replaced a year or two ago for the the same problem _by Apple_.

Also, I’m even not tech illiterate, I know I can replace the battery and likely get it working again after some calibration and tinkering — but it’s just not worth it. The family enjoys them for their simplicity and how they “just work” but mine (and the person with the MacBook’s) confidence is swayed.

One of the biggest problems for me is that error messages are rarely useful. If a message fails to send or iMessages it doesn’t tell you details or even a Microsoft BSOD error message that we’d make fun of for their lack of usability many moons ago, it’s just failed to send and you’re supposed to accept that it simply doesn’t work.

So yeah, I see where you’re coming from.

Edit: I’d like to say I’m on an iPhone 8 (stuck on iOS 16) and haven’t had too many problems personally. I think most of the issues are in iOS 17 or the newer firmware versions, but I do feel that the quality has gone downhill recently.

hai , (edited )
@hai@lemmy.ml avatar

I have 22 apps in total, including system apps, and excluding Apple apps (I have an iPhone) I have 15. I think about 9 of my apps are open-source, so…

If you count the Apple apps: 9/22 = ~0.409 (~40.9%).
If you only count non-system apps: 9/15 = 0.6 (60%).

I do plan on getting rid of some apps soon though, so it’s subject to change.

Edit: Fix formatting.

Are there any Windows-exclusive programs you use?

I had to test/fix something at work and I set up a Windows VM because it was a bug specific to Windows users. Once I was done, I thought, “Maybe I should keep this VM for something.” but I couldn’t think of anything that wasn’t a game (which probably wouldn’t work well in a VM anyway) or some super specific enterprise...

hai ,
@hai@lemmy.ml avatar

Not currently running a VM or anything, but I might need to set one up for iTunes and Garmin stuff.

hai ,
@hai@lemmy.ml avatar

Have you tried Asunder for CDs?

hai OP ,
@hai@lemmy.ml avatar

I am a happy openHAB user for 5+ years. Have you considered switching to see if you like it?

I actually have considered it, and I'm still thinking about it.

I run stuff locally and can connect over VPN to my home and operate as if I am inside the home. I have not looked into these other cloudflare tunnels or tail scale as I don’t think it would provide any advantage to my current setup.

I have a strange setup. My ISP is Starlink (so I'm behind a CGNAT), meaning I kinda need another service to access them outside the network, but (as mentioned) I mainly host for my family who wouldn't know how to work another app or VPN.

hai OP ,
@hai@lemmy.ml avatar

I'm (currently) on Raspberry Pi OS (as I need something that "just works"). Home Assistant is running in Docker like everything else.

A lot of apps use hard coded paths, so using a subdomain per app makes it much easier to use them all. Traefik has middleware, including stripPrefix, which allow you to strip a path prefix before forwarding the path to the app, though - have you tried that approach?

I should've mentioned this, but I'm using Nginx (I really enjoy the simplicity of just having to add a section to a file whenever I want to add something). Before running HAOS I was running RPIOS again and used Traefik, it worked (but felt like a lot more work to setup than just a plain Nginx setup).

Edit: I forgot to mention, but there are things like stripPrefix for Nginx, I'm going to look into them. Although, this is what I meant, when you start to do things that are "advanced" with Home Assistant they turn into "hacks," and the barrier for advanced things feels a lot lower than with other self-hosted services (and I get that Home Assistant is very complex under the hood, it's just frustrating).

hai OP ,
@hai@lemmy.ml avatar

Strip prefix won’t work if the frontend expects to find paths at absolute locations. You would need to patch the html, css and js on the fly, which is somewhere between ugly and (almost) impossible.

This is what I've seen would be the only "feasible" way of getting HA to work behind a subpath, in my opinion this only works for very small application though (not something as complex as Home Assistant).

hai OP ,
@hai@lemmy.ml avatar

Still no subpaths, changing default authentication providers, and there can still be workarounds that feel hackish (I've used HA is a container before) the difference is that you'll do less in Home Assistant, so you avoid them as much as possible.

hai OP ,
@hai@lemmy.ml avatar

You make some good points, I've said a few times now that I mistook Home Assistant add-ons as traditional Docker containers (which I've learned the hard way is flat out wrong, you know what they say about assumptions).

First subdomain. I think HA is completely right that proxy with a subpath is basically an anti-pattern that just makes things worse for you and is always a bad idea (with very few exceptions).

I don't agree with the comment replying about how developers are lazy. That being said, I also wouldn't call a subpath an anti-pattern, it's not uncommon and I wouldn't say that it is always a bad idea (they have some pros and cons on subdomains and it's what my setup calls for).

As for your tunnel I don’t know how you’ve set it up and I haven’t used tailscale but them only allowing one domain sounds like a very arbitrary limit, is it something that costs money to add? I use NetBird which I selfhost on my VPS and from there tunnel into my much beefier home setup.

There's an open feature request for subdomains, but it hasn't really gone anywhere. I'm assuming that it must be how they handle SSL certificates.

As for authentication there are 10k plus contributors to Home Assistant yearly but very few bother to make authentication more streamlined. I would’ve loved OpenID/OAuth2 support natively but there are ways to do so with custom components and in the end I quite strongly feel that if the end-users of your smarthome setup (i.e. the wife and kids) need to login to Home Assistant then you’ve probably got more work to do. Remote controls which interact with HA handle the vast majority of manual interaction and I’ve dabbled with self-hosted voice interfaces for the more complex operations.

Yeah, I've seen the idea that Home Assistant shouldn't be the part you interact with several times, but I don't really know of any better things to handle this. None of us really love voice controls and I've toyed around with Google Home (but I think it's absolute garbage and self-host to get away from companies like Google).

I just suspect you’re making things harder for yourself and maybe have a strange idea around how to selfhost in general?

Not my ideas that are strange, I'd love to have a traditional setup. I've mentioned it a few times in other replies, I just don't want to be the "just look at my other replies" person, so here's whats going on: Starlink is my ISP (CGNAT; I can't port-forward), Tailscale is now my only way of accessing things off of my LAN (I didn't mind Cloudflare Tunnels, but Cloudflare scares me and Jellyfin is a pretty important thing and supposedly if you want to stream video you're not allowed/supposed to use Tunnels), my only device is an RPi4 (I've tried other devices, but I really love the simplicity of the Pi -- and also don't have many other devices that would work that good for self-hosting).

Again, I'd love to have a "normal" ISP (we live in the middle of no where) that lets me port-forward and is nice and something other than a Pi to host on, but this is what I'm stuck with.

Sorry if this came across as writing you on the nose, that’s not my intention.

It's all good I get where you're coming from, and I'm sure you understand what's going on for me.

hai OP ,
@hai@lemmy.ml avatar

I largely agree with this, but (and this might be me being a little paranoid) I don't really trust anyone to handle my data like that. I self-host as much as possible to get away from things beyond my control, I understand that this is an extremist view of things, but the only reason why I use Tailscale Funnel is because the family would either not know how to, or not want, to deal with a VPN like that.

hai ,
@hai@lemmy.ml avatar

So, it's an app for Ubuntu Pro. Just what I needed.

hai ,
@hai@lemmy.ml avatar

They added a casual game mode, that I think is offline.

hai ,
@hai@lemmy.ml avatar

I think it’s more that there really isn’t a need for this. If I’m not sure what a tab is I can always click on it. Chromium got this a while back and (even with minimal exposure to Chromium) I didn’t like it, it weirdly felt annoying and unnecessary.

hai ,
@hai@lemmy.ml avatar

I have been a long-time Notion user and really love Skiff. But, my trust in Notion has really been shaken after they added AI. I’m not sure what to do right now. :\

hai , (edited )
@hai@lemmy.ml avatar

My problem is with annoying advertisements within a productivity suite for something I don’t want.

I would’ve been fine if all they did was add AI, but there seemed to be a new one every time I logged in.

Edit: it is also kind a privacy thing.

hai ,
@hai@lemmy.ml avatar

I might take a break from these encrypted ones, I’m thinking about trying to find a plain old IMAP/POP provider.

hai ,
@hai@lemmy.ml avatar

Honestly, I just need something that works and is standardized. Also, I just want email — I thought Proton had an email only plan, but they must’ve removed it or something. I have my own VPN, and don’t torrent or do other things that I need to hide from my ISP (who are pretty lazy anyway).

Thanks for the information though! Cool that they have a way that you can still use the apps you want (that was my biggest problem with Skiff tbh).

hai ,
@hai@lemmy.ml avatar

I’m gonna start comparing all my options today or tomorrow. Thanks a bunch for you help, I hadn’t seen that thread before! I also hadn’t seen Posteo yet, but it looks pretty good.

hai ,
@hai@lemmy.ml avatar

Basically style vs the instructions that make up the font. It’s lead to a lot of rip offs (see: Helvetica vs. Arial).

hai ,
@hai@lemmy.ml avatar

Can’t Ukraine just switch to GLONASS? Sorry if this is a dumb question, I don’t really know anything about satellites (just that my Garmin supports both).

hai ,
@hai@lemmy.ml avatar

Yeah, but aren’t they unlikely to jam GLONAS? Can they see people’s locations if they use it?

White House calls for legislation after ‘alarming’ proliferation of Taylor Swift deepfakes — Social media networks also need to do more to prevent the spread of the images, said press secretary Kar... ( www.bloomberg.com )

White House calls for legislation after ‘alarming’ proliferation of Taylor Swift deepfakes — Social media networks also need to do more to prevent the spread of the images, said press secretary Kar...::The White House said sexually-explicit AI-generated images of pop star Taylor Swift were concerning and that Congress...

hai ,
@hai@lemmy.ml avatar

So, this could be a dumb question, but will IPAs have this region-locking?

Like, can I use something like AltStore to use the EU version of Firefox?

hai OP ,
@hai@lemmy.ml avatar

The iTunes of eBooks.

hai OP ,
@hai@lemmy.ml avatar

Yeah, I remember iSH being on TestFlight and just being blown away. Like what it could do on an iPhone 6S as an app.

hai OP ,
@hai@lemmy.ml avatar

I knew of the Gogs forking, but why was Gitea forked?

hai OP ,
@hai@lemmy.ml avatar

I really love Onnivore, but my only issue is that RSS feeds are mixed in with the things you add to it. That being said, they’ve had a few updates that make it a lot better.

hai ,
@hai@lemmy.ml avatar

Took wayyy to long to find something not recommending Kagi.

hai ,
@hai@lemmy.ml avatar

Worldcoin, founded by US tech entrepreneur Sam Altman, offers free crypto tokens to people who agree to have their eyeballs scanned.

What a perfect sentence to sum up 2023 with.

hai ,
@hai@lemmy.ml avatar

You’re getting downvoted a lot, but honestly you’re right. The fact that corporations are arguing over who gets to use technology that could help people with, or could have, medical conditions is really depressing. I get that an Apple Match isn’t going to be that accurate, but it could still be a sign that something is off.

Technology could help people, but I guess this is why we can’t have nice things.

hai ,
@hai@lemmy.ml avatar

“We just need to make sure that the data collection of your data collecting app is working on your data collecting OS so we’re gonna need to add some data collection on that.”

hai ,
@hai@lemmy.ml avatar

I wholeheartedly believe that Apple is a marketing company more than a tech company.

Oppenheimer and the resurgence of Blu-ray and DVDs: How to stop your films and music from disappearing ( www.bbc.com )

Oppenheimer and the resurgence of Blu-ray and DVDs: How to stop your films and music from disappearing::In an era where many films and albums are stored in the cloud, "streaming anxiety" is making people buy more DVDs, records – and even cassette tapes.

hai ,
@hai@lemmy.ml avatar

Although the controls on the second and third gen Apple TV are absolute hell I’ve always liked the fact that Netflix had a native look and feel on them. It actually makes be fairly annoyed when an app has a separate non-native UI.

Teslas Have a Minor Issue Where the Wheels Fly Off While Driving, Documents Show ( 1ft.io )

Tens of thousands of Tesla owners have had the suspension or steering of their vehicles — even in practically brand new ones — fail in recent years. Newly obtained documents show how Tesla engineers internally called these incidents “flaws” and “failures.”...

hai ,
@hai@lemmy.ml avatar

I think the problem with a number of their reliability issues is that they essentially have (bad) agile in the automotive industry.

hai ,
@hai@lemmy.ml avatar

Do they really call a spacecraft airborne?

hai ,
@hai@lemmy.ml avatar

Let me start by saying that if Beehaw would be missed for all of us, but I doubt people would move with it if it left ActivePub. That being said I’d recommend sticking with Lemmy, sure it doesn’t have all the features yet — but it’s still young (and is still growing).

hai ,
@hai@lemmy.ml avatar

My brain autocorrected this for me, and I was confused why you were posting it at first.

This reminds me, there is a thing that the human mind can read horribly spelled words — as long as the general idea of it is the same (most of the time the end and beginning). I would try to find an example, but it’s late and my ability to form proper search queries os diminished.

hai ,
@hai@lemmy.ml avatar

Okay, this might be a dumb question, but do different cigarette brands do (taste?) different?

Again, sorry of this is stupid.

hai ,
@hai@lemmy.ml avatar

I had a brief expedition into game development recently and ended up using Unreal Engine, I eventually gave up on Unreal – but I do plan on checking out Godot. Although, I eventually go home sick for Linux (my computer isn’t powerful enough to run a Windows VM with a game engine; please spare me), and ended up wanting a “it just works™” setup. So, logically, I try Fedora. Although, the installer just wouldn’t boot, not on a USB, not on Ventoy, nothing. Just a cold dark screen with a solid underline cursor. I also tried OpenSUSE at one point, but there’s some bad blood between me and that distro so I think I gave up at the installer. Anyway, I ended up installing Arch Linux, and would you look at that, the installer launches!

TL;DR: Arch Linux might take more time to get setup to your liking, but once you get it there, it it just works™.

PS: I have very much non-free hardware, this could be part of it – and it made installing Artix Linux with hardware encryption very difficult that one time. :/

Edit: PPS: I’m not trying to say “don’t use Fedora or OpenSUSE,” use what you want. This is my experience.

hai ,
@hai@lemmy.ml avatar

On a similar note Cloudflare Radar has a fascinating amount of statistics.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • supersentai
  • WatchParties
  • Rutgers
  • jeremy
  • Lexington
  • cragsand
  • mead
  • RetroGamingNetwork
  • loren
  • steinbach
  • xyz
  • PowerRangers
  • AnarchoCapitalism
  • kamenrider
  • Mordhau
  • WarhammerFantasy
  • itdept
  • AgeRegression
  • mauerstrassenwetten
  • MidnightClan
  • space_engine
  • learnviet
  • bjj
  • Teensy
  • khanate
  • electropalaeography
  • neondivide
  • fandic
  • All magazines