[-] lotanis@discuss.tchncs.de 21 points 6 months ago

There's a massive cultural thing in the US about the iPhone being the preferred phone and if you don't have one it must be because you're too poor to afford one. Obviously this is a result of marketing and isn't universal but it is a surprisingly widely held view.

Given that, showing up in a group chat as a lone blue bubble marks you out as the inferior group member (in some people's eyes). It doesn't matter so much 1:1 but if there are 10 people the odd one out stands out.

[-] lotanis@discuss.tchncs.de 31 points 9 months ago

I do it, because it makes a massive difference to me how tidy my bedroom feels and how welcoming the bed looks at the end of the day. I just have a duvet though, so it's 10 seconds of pulling on each corner until it's reasonably even - not going for perfection!

[-] lotanis@discuss.tchncs.de 31 points 9 months ago

Do not declare your undying love for someone. It puts way too much pressure on, and unless they're in exactly the same mental place it's unlikely to go anywhere.

Instead, just ask them if they'd like to go on a date. That obviously communicates that you're interested in them, and gives a good starting point to build a connection.

[-] lotanis@discuss.tchncs.de 50 points 9 months ago

You can update your version of Fedora through the updater software as well but it's a very clear separate process that is initiated manually.

Distro version updates bring major updates to key packages - the one you'd notice most would be to Gnome, the desktop environment. There will be other things too that get only bugfix and security updates during the life of that version, and then after a while that version will lose support and you won't get any updates at all (https://docs.fedoraproject.org/en-US/releases/lifecycle/).

Updating is very safe and reliable. I've had my Fedora install at work for 3 years, updating periodically and it's working extremely well.

[-] lotanis@discuss.tchncs.de 27 points 10 months ago

Context: I am an embedded software engineer. I write a lot of low level code that runs on microprocessors or in OS kernels, as well as networking applications and other things. I write a lot of C, I write some Rust, I write Elixir if I possibly can, I write a lot of Python (I hate C++ with a passion).

I don't think you want Rust. Python is unbeatable on "idea to deployment" speed. Python's downsides:

  • Painful packaging/distribution if you want to get a load of people who don't have Python installed to run your thing (e.g the GUI program we currently maintain for talking to our hardware)
  • Performance under some circumstances. There are some things that are not quick in Python. They're not always the things you expect because Python actually drops down to C modules for a lot of the number crunching that you might do. E.g. for ML you are basically using Python to plug a load of bits of fast C code together

Rust is good when you need at least one of:

  • High speed
  • Control over use of memory
  • Low level systems programming (drivers etc.)
  • Can't cope with a Garbage Collector
  • Compiling to a microcontroller

If you're doing one of those and so have become expert in Rust, then it is actually excellent for a lot of other things. E.g. you might build your data processor in it, and then distribution is easy because it's just a single binary.

One option you might look at is Go. You get a lot of performance, you get good parallelism if you need it, it's designed to be easy to learn, and it also compiles programs to a single binary for easy distribution.

[-] lotanis@discuss.tchncs.de 21 points 11 months ago

The general concept you're describing is called Risk Compensation. It feels intuitively correct, but in whatever context it's been studied in almost all cases it turns out that the safety feature is actually better overall. Some people might be a bit riskier knowing about the safety net, but not enough to counteract the safety improvement.

Also - in the UK - road deaths go down over time, while miles driven goes up. Driving is getting safer. Cars are part of that, but so is road nd signal design and driver training.

[-] lotanis@discuss.tchncs.de 38 points 11 months ago

I think we need to separate the system from the product. With Reddit they're the same, with a single owner. With Lemmy/ActivityPub, just like with email, there's an underlying system that nobody owns. It's an ecosystem of pieces created by lots of different people.

It is a good thing that people are building products on top of that. Some of them are FOSS and some of them not. As long as no-one gets too much control of the underlying system then that's great! Users retain choice and can choose FOSS apps if they want, or they can choose something like Sync.

I agree it would be sad if the only apps were paid, but I think a mix is a sign of a healthy ecosystem.

[-] lotanis@discuss.tchncs.de 20 points 11 months ago

I personally think that a sign of a healthy technology platform is one where some people can make money from it, while the platform itself remains open. To use Linux as an example, it's wonderful that it's open source, and it's great that Red Hat can be a profitable company based on Linux. It's a good sign and it helps the Linux ecosystem thrive due to RH's contributions.

For Lemmy there are plenty of free apps - no-one is being forced to use Sync. I'm happy to pay for something that provides some more polish to my Lemmy experience, and doesn't require anything of anyone else.

[-] lotanis@discuss.tchncs.de 29 points 11 months ago

I think they mostly died when GChat turned off XMPP support and became a walled garden.

If Beeper does become a successful business though, there'll be a full time development team "playing catch-up" with money behind them. It's interesting if you read this that they're rolling out features ahead of the message providers in some cases!

They're also leveraging some existing infrastructure. Beeper is built on Matrix which does a lot of the heavy lifting for them.

12
submitted 11 months ago* (last edited 11 months ago) by lotanis@discuss.tchncs.de to c/askandroid

I'm transitioning to Bitwarden having been using a hodgepodge of Firefox and Google password management. I'm gradually trying to de-google anyway and I've got a bit frustrated with the Firefox Android password manager (fine on desktop, often doesn't offer to generate passwords on mobile).

Do people have any tips for how to get the most out of Bitwarden on Android? I've done these things:

  • Switched the main Auto-fill setting over (and enabled auto-fill in Bitwarden)
  • Disabled Firefox's password management
  • Turned off "Offer to save passwords" and "auto sign-in" in Google Password Manager
  • Turned off Privacy->Use auto-fill with Google

Is there anything else I should do? Is there a Bitwarden equivalent to everything you could do with the Google services? E.g. some apps said "Google Smart Lock" and they don't appear to do anything now.

[-] lotanis@discuss.tchncs.de 21 points 1 year ago

I bought it to play in hotels while travelling for work, but what I most use it for is playing games while sitting on the sofa.

There had always been this separation between PC gaming and handheld/console gaming. With the Deck that separation goes away. The things I would normally go upstairs to play on a PC on my own are now things I can play anywhere.

It works well with almost any game, but it works particularly well with games with control systems designed for gamepads. A great use case are the former Playstation exclusives ported to PC - Spiderman, God of War etc.

[-] lotanis@discuss.tchncs.de 60 points 1 year ago

I think the whole "no life mods" thing got a bit overblown. Reddit communities flourished generally due to the ones that had good active moderation. Setting a consistent theme and tone for the subreddit and keeping the bad actors out. It takes a lot of work, they did it for free and we benefited.

The issue is when some people are mods for tons of major communities. That's when it is overreaching.

[-] lotanis@discuss.tchncs.de 44 points 1 year ago

"A laughable claim, Mister Bond, perpetuated by overzealous teachers of science. Simply construct Newton's laws into a rotating system and you will see a centrifugal force term appear as plain as day." https://xkcd.com/123/

1

kbin.social shows up in the instances list (https://discuss.tchncs.de/instances), but I'm having trouble with !nfl@kbin.social. I couldn't get it to show up in search until I searched for the full URL (https://kbin.social/m/nfl). Once it did, I can join, but there's no content. See here: https://discuss.tchncs.de/c/NFL@kbin.social

Edit: actually, one post has now shown up, but not the rest.

view more: next ›

lotanis

joined 1 year ago