big fan of this and have been doing similar. i just got to a good state with my Linear clone app. im planning to do a REST client soon, how'd that go for you?
Nice, Linear is a perfect target for this mindset.
The REST client went surprisingly smoothly once I committed to keeping it boring.
I'm building Mac apps in Xcode, and I keep multiple small apps in a single Xcode project with a few shared libraries (basic UI components, buttons, layout helpers, etc. to keep all my apps similar).
The REST client is literally just another target + essentially one extra file on top of that. No workspaces, no collections, no sync, no plugins. Just method, URL, headers, body, hit send, show response. Requests are saved and loaded as plain local JSON.
What surprised me is how little code is actually required once you strip away "product features".
i stopped ordering delivery for the most part as i'd rather walk and get it than pay the markup. a lot of restaurants are either spinning up their own app with discounts OR are offering a discount for ordering directly thru them. and honestly, i'd rather a local restaurant get more profit than just cutting it over to one of the apps.
a month ago my wife wanted to order chipotle on a lazy sunday and it was $64 for delivery and only $31 when i went to stand in line and get it. unreal.
i loved the touchpad. it was def priced too high and when it dropped i bought some for my family. the OS was really nice and they really should have toughed it out and iterated more.
i guess it depends! i've been collecting for at least 15yrs and i still keep it organized alphabetically and then chronologically. i always loved the idea of a 'high fidelity' type organization system though.
i started lemmy with a programming instance, as it's a bit more focused on what i want to see. on android i use an app 'Sync for Lemmy' which makes it a little easier when i want to branch out into viewing all of lemmy.
honestly, any platform these days is going to need a lot of filtering to cut out what you don't want to see
- Lemmy is FEDERATED ( google about it )
- If you want to see only posts from LOCAL ( not local to your instance ) posts select "LOCAL" default is "ALL" ( Federated from all )
Thanks, I think it got better in at least one instance of those. But for some reason programming.dev is okay either way. Feels like posts don’t change if I switch between all/local. Why is that?
this is almost exactly how ive been using llms. i dont like the code complete in the ide, personally, and prefer all llm usage to be narrow specific blocks of code. it helps as i bounce between a lot of side projects, projects at work, and freelance projects. not to mention with context switching it really helps keep things moving, imo