moseschrute

joined 4 months ago
MODERATOR OF
[–] moseschrute 3 points 2 days ago

I think this is the chart they are talking about, if anyone's curious.

[–] moseschrute 17 points 6 days ago (4 children)

What makes you think we aren’t mad?

[–] moseschrute 10 points 6 days ago (1 children)

r/sellcalifornia

[–] moseschrute 5 points 1 week ago (2 children)

I’m working on a lemmy app. Will be UI focused!

[–] moseschrute 1 points 1 week ago* (last edited 1 week ago) (1 children)

Wow wow what did sqlite ever do to you

[–] moseschrute 3 points 1 week ago (1 children)

Can you give this to me in function form so I can find the global max the gets the most people yelling?

[–] moseschrute 10 points 1 week ago (1 children)

Then you lose your database quickly, so it’s still fast

[–] moseschrute 4 points 1 week ago (7 children)

Does anyone yell if I use SQL?

[–] moseschrute 3 points 1 week ago* (last edited 1 week ago) (1 children)

The TVs aren’t a bad value. Gotta get back the the jailbreaking days. If someone released a custom firmware for my Roku tv that made it dumb I would use it.

[–] moseschrute 4 points 1 week ago* (last edited 1 week ago) (1 children)

I created a community but I haven’t launched a beta yet. I’m a bit of a perfectionist but I’m also thinking I need to have a certain baseline of features to not piss off users.

This is the web app, but I will be launching a native app in beta soon. https://blorpblorp.xyz

My main goals are creating a seamless experience between web and native, having a no compromise experience on larger screens while also not compromising on small screens, and allowing you to browse cached content offline.

[–] moseschrute 4 points 1 week ago (3 children)

Roku was experimenting with similar stuff so I refuse to connect my Roku tv to WiFi. Will never update it

[–] moseschrute 4 points 1 week ago (1 children)

Love my 2013 Honda. Haven’t driven anything newer

 
 

I'm not buying one. But the G4 Pro sucks at package detection. I wonder if this would fix it.

 

...👀

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.

 

My Apple TV updated overnight to 18.2.1. I don’t see a 18.2.1 update for my HomePods yet, so they’re on 18.2. My ATV drops WiFi constantly unless I disconnect the HomePods as an audio source output.

The solution was to update the ATV to 18.3 beta 3 and leave the HomePods on 18.2.

This is mostly a PSA in case anyone else experiences the same issue. Reset my ATV before identifying the issue.

 

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!

 

Recently picked up a Kinesis Advantage 360 Pro and I love it! I also love bringing my laptop to the coffee shop to do work.

I’m wondering how difficult and expensive it would be to build a custom split keyboard to match the Kinesis as closely as possible. I would want this keyboard to be flat and use low-profile keys, but have the same thumb clusters and ortholinear layout allowing me to utilize the same muscle memory. I would also like it to be flat enough that I can fit it in a laptop sleeve case.

I have no idea how difficult it is to build custom keyboards. I’ve watched a few videos, but I would love some tips. I have some very basic soldering skills and I would love a fun project!

I want something designed to last, but I would love to do this for under $200 if possible. I have no idea if that’s remotely realistic.

If there are prebuilt split keyboard that match the Kinesis closely, I’m happy for recommendations but I figured this is specific enough it would need to be custom.

Thanks in advance!

25
First ergonomic keyboard (self.ergomechkeyboards)
 

Just got my first ergonomic keyboard! Coming from a Keychron K2 and now using a Kineses Advantage 360 Pro, which I picked up refurbished for a nice discount.

I’ve been using it exclusively to type for a week, and today I used my M2 MacBook Pro keyboard for the first time in a week.

To the person that decided computer keyboards should be staggered instead of ortholinear, I hate you.

I know there is history to the keyboards being adapted from typewriters, but I realized I’ve been hitting the entire bottom row of keys with the wrong finger. For example, I’ve been hitting Z with my ring finger instead of my little finger.

I could give up the thumb clusters, but I really wish Apple would give you an ortholinear keyboard option in their laptops.

I also keep hitting the wrong key on the Kineses because all the keys are so much closer now than I’m used to. It takes so much less movement and I love it!

 

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’ve spent some time messing with WLED, which is a DIY addressable LED light solution. For example, an addressable light strip means you can control individual LEDs— instead of just the strip as a whole— which unlocks patterns and animations.

Govee is an off-the-shelf plug-and-play solution. This is pretty next level, especially considering “stage scene” is a new feature they added.

The 2min video is worth the watch if you enjoy sick lighting.

41
submitted 2 months ago* (last edited 2 months ago) by moseschrute to c/technology
view more: next ›