moseschrute

joined 8 months ago
[–] moseschrute@lemmy.world 18 points 1 week ago (1 children)

There’s a YouTube channel called BPS Space where this guy spent 7 years learning how to land a model rocket space x style. He talked about how much you can learn about real rocket science even from a small model.

https://m.youtube.com/watch?v=SH3lR2GLgT0

[–] moseschrute@lemmy.world 3 points 2 weeks ago

Also just checked and every open ai model bigger than 4.1-mini can answer this. I think the joke should emphasize how we developed a super power inefficient way to solve some problems that can be accurately and efficiently answered with a single algorithm. Another example is using ChatGPT to do simple calculator math. LLMs are good at specific tasks and really bad at others, but people kinda throw everything at them.

[–] moseschrute@lemmy.world 4 points 3 weeks ago (1 children)

I will buy 2 and pour one out for you

[–] moseschrute@lemmy.world 11 points 3 weeks ago

…and that hotline goes directly to POTUS landing you on some list

/s, but not really

[–] moseschrute@lemmy.world 5 points 3 weeks ago

The problem is I also have a deep deep distrust of Google. So much so, I think I would rather pay a little extra for a subscription that I feel more directly benefits creators and doesn’t support a company who’s business model is selling spyware and tech addiction. For example, in addition to Nebula I’d consider Dropout TV, Floatplane, Curiosity Stream.

There’s a certain level of cognitive dissonance on my part since I use Apple products. So I’m trying to slowly self host more things and migrate away from big tech.

[–] moseschrute@lemmy.world 12 points 3 weeks ago* (last edited 3 weeks ago) (3 children)

I kinda set a no ads tolerance policy for myself. I pay for some services (e.g. $5/month for Nebula, I donate monthly to Lemmy, etc). YouTube is the main area where ads tend to creep in since iOS doesn’t have an ad blocker for YT. My goal was to totally ditch YouTube for Nebula, but they are missing some creators I like.

[–] moseschrute@lemmy.world 5 points 3 weeks ago (2 children)

What’s youtube? Signed, a Nebula user.

ps. Ik ik tell me I should use PeerTube.

[–] moseschrute@lemmy.world 2 points 3 weeks ago (1 children)

Idk if that was me being completely stupid and misreading that, or if ad stations is something in our near future that we should be worried about

[–] moseschrute@lemmy.world 6 points 3 weeks ago (4 children)

Hold up… they have ad stations? That feels worse.

[–] moseschrute@lemmy.world 36 points 3 weeks ago (1 children)

You said ads, but I think you meant “late stage capitalism”

[–] moseschrute@lemmy.world 12 points 3 weeks ago (1 children)

It’s crazy how there are just more and more reasons popping up to go to Costco (e.g. supporting DEI, infinite return policy). I’m gonna get a membership.

[–] moseschrute@lemmy.world 6 points 3 weeks ago (3 children)

Or even better, “Join Lemmy, it’s like Reddit with no ads”.

450
submitted 3 weeks ago* (last edited 2 weeks ago) by moseschrute@lemmy.world to c/mildlyinfuriating@lemmy.world
 

I’m from a US state where we don’t pump our own gas. Since I don’t pump my own gas regularly - only when I’m out of state - I’m not exactly sure when this happened, but all gas pumps seem to play ads now while the pump runs. At least the states adjacent to mine. Like can I not even pump gas in peace? Stop trying to manipulate my purchasing decisions 24/7.

Edit: ok I get it, there’s a mute button. I appreciate the tip, but people are already reporting that it only sometimes works. Knowing there’s a mute button that sometimes functions doesn’t make me less infuriated

63
submitted 1 month ago* (last edited 1 month ago) by moseschrute@lemmy.world to c/reddit@lemmy.world
 

Someone posted in r/waymo a video of someone covering all the cameras with tape, which apparently immobilizes the self driving car. I interpreted that as non dangerous to actual people since it keep the car from moving at all.

Anyway, everyone in the comments was a circle jerk saying Waymo should come after the person legally. I suggested that big tech like Google and Uber may do more unethical things than this person putting some tape on a self driving car. Never did I once threaten violence lol.

 

...👀

Edit: should also mention this is only one of the key features. The client will also have a website version that functions - hopefully - near identical to the mobile app. It will be offline first allowing you to browse cached content without internet.

 

The email analogy is really… boring.

Full disclosure, this idea is for a Lemmy client I’ve been toying around with making. I’ve gotten a bit in my head and would to run an idea by everyone.

The challenge:

Onboard people onto Lemmy in a way that makes sense to people that understands Fediverse and explains it well enough that typical social media users will understand it too

My onboarding flow idea.

As you read this, think of CARROT weather, an app with a funny personality.

You are an alien creature exploring the Lemmy Verse, a federation of social planets. You must chose a home planet, then you are free to explore its local communities or any of the communities in the lemmy federation of planets

I might give the alien creature a name. TBD.

Is this stupid?

Remaining challenges:

  • I suspect a guiding the user to select the same “home planet” if they log out could be an issue.
  • Should I explain that not all planets live in the same Federation? I’m thinking no.

Would love to reinforce this with animations that really drive the idea home. Almost like cut scenes from a video game. But that is beyond my area of expertise, for now.

 

cross-posted from: https://sh.itjust.works/post/29038131

I'm a decent developer, but with only a couple years' professional experience and no formal training. I'm looking for open source projects to contribute to (ideally pick one or two and get dedicated to them).

I'm open to small or large projects.

I'm using this as my source of options:

https://fediverse.party/en/miscellaneous/

But I'm curious if there are other ones, or if you all have ideas about which ones are needing and deserving help.

Thanks!

 

Here are the problems I want to solve:

The same app everywhere

It will run as a website, iOS app (also on macOS), and Android app. It will be responsive, supporting phone, tablet, and computer screen sizes along with everything in between.

And I’m not talking about simply resizing the interface. Navigation (e.g. sidebar or on mobile bottom tab bar) will match what you would expect to see on the device size you’re using. But everything else (e.g. posts) will look the same, which I hope will make it really easy to jump from mobile to desktop.

Onboarding and configuration

The app will allow you to configure it to look like a typical Reddit or Lemmy app. During the onboarding process, I will prompt you, asking which style of interface you prefer. Consider these presets, which change a bunch of more granular configuration options. I will also give you the ability to fully customize each option instead of picking a preset.

Caching and offline support

This is where it starts to get more tricky. Caching is easy. If you launch the app, it will have everything you previously saw still loaded.

I would like to make it so upvoting, for example, can be done offline. The app will optimistically apply the upvote to the post or comment, then when you reconnect to the internet, it will actually apply the upvote. This is a difficult problem to solve, so I can’t promise this will work, and it would likely be the last feature I add.

I need your feedback

This is a big project to undertake. I really want a Lemmy client that checks those boxes for myself, but I’m curious if any of those resonate with you? Is there anything I missed that you would like to see? If I do build this, I will likely have to keep the project very focused as far as features go initially.

Just for context, I’m using Voyager on iOS currently. I really like it, but the “the same app everywhere” concept and making it easier to onboard Reddit users are my main motivations for creating my own app. My app will also be fully open source

 

I love Apple Home. It has its flaws, but— just like Lemmy— I love trying out bleeding-edge tech like Thread, Matter, mesh based routers and sick lighting. I also mess around with Homebridge, and I’ve considered trying Home Assistant. I’ve learned a lot, and I want to collaborate with other home automation enthusiasts. I’m going to try to post more to that community, but I wanted to put this out there if anyone is interested in collaborating with me to build up that community.

 

I hate big tech controlling social media. I desperately want social media to be federated.

I really love community-driven social media like Reddit. Lemmy feels… too small. I really loved that Reddit let me jump into any niche hobby, and instantly I had a community. Lemmy, you’ll be lucky if that community even exists, and if it does, chances are nobody has posted in ages.

On the other hand, Lemmy is full of political content lately. I’ve basically been doom scrolling everything US election-related, and it’s really starting to take a toll on my mental health.

I know I can filter content. I know I can post and be the change I seek. Yet, it feels like an uphill battle.

Not sure what the point of this is, or if it’s even the right community to vent about this. I just really want to replace Reddit, but I find myself going back more and more (e.g. r/homekit is very active compared to Lemmy version).

view more: next ›