silas

joined 2 years ago
MODERATOR OF
[–] silas@programming.dev 3 points 1 year ago (1 children)

Well, someday I’d love to hire a few Lemmy designers to make a set of icons to choose from. Until then, if you install the app to your phone’s homescreen as a web app you’ll get to keep the old icon and it won’t change with the next release :)

[–] silas@programming.dev 2 points 1 year ago

I’ve been annoyed by this too. Here’s the issue on GitHub for discussion, I doubt anyone will have any objections but it still might be a little while until it’s implemented

[–] silas@programming.dev 3 points 1 year ago

These are some really good thoughts and topics to discuss at this stage in the Fediverse. We must be looking big-picture right now as we move forward. Thanks for pushing the envelope!

[–] silas@programming.dev 2 points 1 year ago

Absolute gold

[–] silas@programming.dev 20 points 2 years ago (1 children)

Spatial computing has gone too far

[–] silas@programming.dev 1 points 2 years ago

Thanks! Community picker will be fixed in the next alpha release, and still waiting on an upstream bug to be fixed for video support but hoping to have that added in the next release too

[–] silas@programming.dev 4 points 2 years ago (1 children)

Are any aftershocks expected?

[–] silas@programming.dev 4 points 2 years ago

Congrats! 🎉

[–] silas@programming.dev 2 points 2 years ago (1 children)

Thanks! Exactly what I was looking for, I didn’t look at the docs thoroughly enough it seems

[–] silas@programming.dev 3 points 2 years ago

Here’s a guided tour of it if you want to learn more

[–] silas@programming.dev 11 points 2 years ago (3 children)

What has been the most rewarding part of working on Lemmy for you guys?

[–] silas@programming.dev 13 points 2 years ago (2 children)

As developers, what can we do (or not do) to best support Lemmy’s vision and goals right now?

 
57
Still here! (i.postimg.cc)
submitted 2 years ago* (last edited 2 years ago) by silas@programming.dev to c/lemmynade@lemm.ee
 

Hi friends,

Unfortunately, I had some health issues in the family to deal with this month. I was hoping to have made more progress on Lemmynade by now to be able to release a public alpha for you all, but sometimes life throws curveballs.

Thankfully, everything has been taken care of and I’m back to working on this project again. I’ll continue to provided updates here and there when I can.

Thanks for hanging in there. I appreciate you all and can’t wait to share Lemmynade with you! In the meantime, enjoy the refined app icon :)

- silas

 

According to the Bun blog and changelog, Bun now supports SvelteKit! Bun is an incredibly fast JavaScript runtime, bundler, transpiler, and package manager — all in one. Similar to using npm, here’s how you can start a SvelteKit project with Bun:

$ bunx create-svelte my-app
 

Where are you all finding details on what features are included in each version of lemmy-js-client?

 

cross-posted from: https://programming.dev/post/1805918

Here’s a glimpse of the community view on Lemmynade! I’m ironing out all the kinks and killing off bugs in preparation for alpha release—specifically improving search, posting, and the desktop layout this week.

Security and privacy are and will always be top priority with Lemmynade. Instances are verified before logging in, your account tokens are highly-encrypted on your own device, and the only data collected by me is simple, anonymous, aggregated statistics. Anything related to your account in any way happens privately on the server-side instead of the client.

Stay tuned on the alpha release date by following !lemmynade@lemm.ee, and as always feel free to ask questions below!

– silas

 

Here’s a glimpse of the community view on Lemmynade! I’m ironing out all the kinks and killing off bugs in preparation for alpha release—specifically improving search, posting, and the desktop layout this week.

Security and privacy are and will always be top priority with Lemmynade. Instances are verified before logging in, your account tokens are highly-encrypted on your own device, and the only data collected by me is simple, anonymous, aggregated statistics. Anything related to your account in any way happens privately on the server-side instead of the client.

Stay tuned on the alpha release date by following !lemmynade@lemm.ee, and as always feel free to ask questions below!

– silas

 

Hey friends and followers,

Here’s a quick look at the comments section in Lemmynade. I’m working full-time on this project and getting more exited to share it with you each day!

Follow !lemmynade@lemm.ee for updates as Lemmynade gets closer to public testing

42
submitted 2 years ago* (last edited 2 years ago) by silas@programming.dev to c/lemmyapps@lemmy.world
 

It’s been a while so I’d thought I’d post an update real quick.

Still hacking away at Lemmynade each day, and Lemmynade now has an icon! Most of the basic features are complete. My focus right now is boosting security and performance. I’ve also got a few more bugs to work out with comments to make sure they’re displaying nicely.

If you’re new here, Lemmynade is a beautiful, touch-friendly web app and public website for Lemmy. The goal is to make Lemmy more approachable, discoverable, engaging, and fun to use through a high-quality user interface.

Follow !lemmynade@lemm.ee for more, and let me know if there’s anything specific you hope to see in Lemmynade in the comments!

23
submitted 2 years ago* (last edited 2 years ago) by silas@programming.dev to c/lemmynade@lemm.ee
 

It’s been a while so I’d thought I’d post an update real quick.

Still hacking away at Lemmynade each day, and Lemmynade now has an icon! Most of the basic features are complete. My focus right now is boosting security and performance. I’ve also got a few more bugs to work out with comments to make sure they’re displaying nicely.

If you’re new here, Lemmynade is a beautiful, touch-friendly web app and public website for Lemmy. The goal is to make Lemmy more approachable, discoverable, engaging, and fun to use through a high-quality user interface.

Follow this community for more, and let me know if there’s anything specific you hope to see in Lemmynade in the comments!

 

I'm getting a "user_already_exists" error from /user/save_user_settings no matter what settings I try to change. The JWT is valid, and this is happening on multiple instances the same (programming.dev, lemm.ee, etc.) Anyone have any ideas why I'd be getting this? Here's my payload:

{
  show_bot_accounts: true,
  auth: token
}

Edit: This issue describes a bug where this happens when the avatar field is not included. Just tested it and that's the same problem I'm running into. I fixed it temporarily by passing the current avatar url.

view more: ‹ prev next ›