• 8 Posts
  • 190 Comments
Joined 1 年前
cake
Cake day: 2024年10月6日

help-circle
  • Yeah. Though I don’t think coding will be tapped out for awhile. I’m a little biasses as that’s what I do for work. Tech Twitter is full of people claiming AI is going to replace engineers. I work on a very successful team of very talented engineers, and if I told them AI is going to replace them, they would laugh. But I would be lying if said I didn’t fantasize about switching to a job where I get to build something with my hands.


  • My new rule for myself is everything I bring into my house has to be art. I got this beautiful hand made cutting board the other day. Anything can be art, and it doesn’t all have to be pricy. I threw some pathos I propagated into a soup can the other day. Boom art!

    This is mostly me trying to cope with all the AI slop that is slowly eating digital and physical art forms. For me, art is anything human made, and I want to surround myself with it.








  • I don’t think I’m going to add this feature tbh, BUT

    I’m currently collaborating with the Interstellar devs to design a very powerful filter engine for both our apps. This will let you load in one or multiple filter files for complex filtering within the app. The specification we designed would allow you to write a filter that says

    IF post.thubnail.url has length > 0 THEN hide the post
    

    You can combine that with other checks

    AND post.community.name is in this list
    

    And the best part, these filters will be shareable with other users! You will be able to browse or optionally publish a filter you designed.

    Instead of building a dozen niche features like this, we can ship one very powerful filter engine that can handle many use cases. How does that sound?