Hacker News new | past | comments | ask | show | jobs | submit | jlawrence6809's comments login

When I was shopping for a mini split recently all the models I could find seemed to be variable speed compressor and blowers, unless I was reading something wrong. So maybe this isn't an issue anymore? I oversized mine but wish I went even bigger after a cold snap we just had in the pnw this last winter.


Mini splits are better in this regard than traditional ducted installations.


A heat pump is just an AC that can move heat in either direction so you should be able to.


I built a platform for homeschooling families with structured courses that are taught and graded by an llm (chatgpt 4 API).

Homeschoolmate.com


I built a chrome extension that is featured on the chrome web store[1] and the number of requests I get from shady data brokers looking to buy my extension and fill it with spyware is really concerning. A naive dev could build something cool and sell it off to someone thinking they'll maintain if for them but instead just cause a hazard for users. Google seems to do a decent job of reviewing the use of permissions but some extensions like mine really need access to everything on the page so I can only imagine what a data broker could do with it. Be careful what you install.

[1] https://chromewebstore.google.com/detail/css-selector-helper...


Cool extension. I love when devs open source stuff that makes their lives easier.


Thanks! Here is the repo if you have any issues/suggestions: https://github.com/jlawrence6809/CSS-Selector-Helper-for-Chr...


How far did you have to deviate from the demo extension to make this? I've written themes for vscode and intellij but never done an actual extension because it's js/ts and I don't really enjoy writing those.

I really wish they had a DSL for extensions to allow them to be more broadly written. Like, I feel like I have to basically learn js to learn to write a chrome extension and I'm a go/rust dev who will use it literally nowhere and I just want to make the AWS console not suck, for instance.

But I keep trying to will someone like me into existence to make this extension and nobody is appearing lmao.


This extension is pretty unlike most of the examples the chrome docs provide because it extends the devtools which most extensions don't do. There are a lot of hidden gotchas you have to look out for when extending devtools and the api they provide just isn't as well thought out. However I actually made the first version of this extension when I was just starting out learning html/css/js and I think it was good project for that. I wouldn't worry about making something presentable for the webstore at first. Just build whatever you need with really bare bones UI and iterate if you forsee it being useful for other people. Maybe even start with a greasemonkey script.


They've done so in the past when they blocked the AdNauseam extension several years ago.


If only there was a headless version of AdNauseam, I would finally have a use for the many Raspberry Pi's sitting in my drawer.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: