Also interested in making the home as energy efficient as possible (LED bulbs, better insulation, smart thermostatic valves on the radiators etc). If anyone has any resources to read on this please share! For anything "smart" I'm looking for local-first systems without cloud dependencies.
Ask HN: What are you working on this year?
341–350 of 514 posts
Re: Ask HN: What are you working on this year?
#342Re: Ask HN: What are you working on this year?
#343[1]: https://tigyog.app
Re: Ask HN: What are you working on this year?
#344Working at a still-feels-new-to-me job as Graphics Director for Opinion at The New York Times. Our small team publishes arguments and guest essays supported by visual evidence, like these: - https://www.nytimes.com/interactive/2022/10/29/opinion/scien... - https://www.nytimes.com/interactive/2022/09/08/opinion/urban... - https://www.nytimes.com/interactive/2022/07/20/opinion/ancie... But I'm a believer in asking for…
It's really disillusioning to see the top comment in a front-page HN-thread require payment to even be read completely. I can see that this isn't your personal design decision, but there is a literal paywall preventing you from communicating with me. This is absurd.
Re: Ask HN: What are you working on this year?
#345I’m building a hostingplatform for fully managed Wordpress sites. By managed I mean both the WP install, but also plugins, themes and other customizations. I have a customer who does marketing, SoMe, SEO and all that (as a small business for other small to medium businesses) but it turns out she spends a lot of time dealing with tech issues from WP sites (plugin update errors, other tech issues the hosting provider d…
The problem i was facing was mostly that almost all of the plugins used in "general", do not come with a testing architecture in any way. How are you going to handle a "rouge" plugin not closing its tag correctly?
I used to have "hidden" control pages where i would render the most used elements with demo content which i could check against. But then you throw things like composer into the game and most of that goes out of the window.
After all these years, my best approach is still making a backup, hitting the upgrade button, and praying :/
Re: Ask HN: What are you working on this year?
#346I’m building a hostingplatform for fully managed Wordpress sites. By managed I mean both the WP install, but also plugins, themes and other customizations. I have a customer who does marketing, SoMe, SEO and all that (as a small business for other small to medium businesses) but it turns out she spends a lot of time dealing with tech issues from WP sites (plugin update errors, other tech issues the hosting provider d…
We're trying to do the best of both worlds and provide a managed (albeit opinionated) install that leverages our experience on the development side with performance and ease of use on the hosting side. Would be happy to compare notes as it comes together. Our website is in my profile and our email is hello@ the domain listed there.
Re: Ask HN: What are you working on this year?
#347Re: Ask HN: What are you working on this year?
#348It's working and I'm currently making performance adjustments. Hoping to share it here with the technical journey in the next few weeks!
Re: Ask HN: What are you working on this year?
#349Re: Ask HN: What are you working on this year?
#350I'm sick of having to decide between using cloud software and using local software. Cloud software so often needs subscriptions, and if the company dies I lose access to my data. Local software isn't collaborative. I don't want to email files around to myself, or think about versions. So I'm building a software platform for local first applications on top of CRDTs. Its called Replica, though we haven't talked much ab…