Readit News logoReadit News
CraftThatBlock commented on Nest 1st gen and 2nd gen thermostats no longer supported from Oct 25   community.hubitat.com/t/n... · Posted by u/RyanShook
thangalin · 6 days ago
https://www.sinopetech.com/en/collections/temperature-contro...

I replaced all my thermostats for both of my homes with Sinopé products. Smart, allows integration with locally hosted home automation, and compatible with ZigBee networks. Purchased my first batch in late 2021 and haven't had any issues. Physical temperature controls if the LAN goes offline. Highly recommend.

Here's the hardware installed for on-prem home automation using the open-source Home Assistant software:

* Raspberry Pi[1] CPU, heatsink, A/C adapter, and case

* ConBee II Zigbee USB gateway[2]

* USB ADATA Micro SD card reader and USB cable

* Micro SD card (for operating system and Home Assistant)

* Ethernet cable (optional if using onboard WiFi)

There's a tutorial walking through the setup:

https://www.youtube.com/watch?v=GJEwrSSFe9s

It takes a little more labour to make it remotely accessible via smart phone, but once you have it locally hosted, that world is your oyster.

[1]: https://www.raspberrypi.com/products/raspberry-pi-4-model-b/

[2]: https://phoscon.de/en/conbee2

CraftThatBlock · 5 days ago
Same for myself. Sinooé devices are extremely solid (at least the Zigbee ones I've used) and work perfectly with Home Assistant. Would highly recommend.
CraftThatBlock commented on Dotless Domains   lab.avl.la/dotless/... · Posted by u/wibbily
Animats · 4 months ago
Most browsers treat one word not as a domain but as a search key. This was an issue when companies started getting their own TLDs. Could you just type "amazon" or "microsoft", which are TLDs, and go there without being diverted to a search engine? The answer is no. Even if you put a dot after the domain name.

DNS lookup and web browser domain lookup are not quite the same. This is the price of a unified input bar.

CraftThatBlock · 4 months ago
At a previous company, our intrasite was a bare custom domain, and the most reliable way to get there was to add a / at the end. This is likely browser dependent though
CraftThatBlock commented on What I've learned from jj   zerowidth.com/2025/what-i... · Posted by u/eproxus
2freedi · 4 months ago
I began using Jujutsu as my VCS about 2 months ago. Considering most of my work is on solo projects, I love the extra flexibility and speed of being able to safely fixup recent commits. I also love not having to wrangle the index, stashes, and merges.

`lazyjj` [1] makes it easier to navigate around the change log (aka commit history) with single keypresses. The only workflow it's currently missing for me is `split`.

For the times when I have had to push to a shared git repo, I used the same technique mentioned in the article to prevent making changes to other developer's commits [2].

It's been a seamless transition for me, and I intend to use Jujutsu for years.

[1] https://github.com/Cretezy/lazyjj [2] https://jj-vcs.github.io/jj/latest/config/#set-of-immutable-...

CraftThatBlock · 4 months ago
Hey! I'm the author of lazyjj, let me know if you are missing any features in it!
CraftThatBlock commented on What I've learned from jj   zerowidth.com/2025/what-i... · Posted by u/eproxus
esafak · 4 months ago
When I'm developing I inevitably fix one thing after another as I pass through the code. What I'd like is a tool to take such PRs and automatically split it up into loosely coupled, cohesive chunks.
CraftThatBlock · 4 months ago
With jj, I often do this and use jj split -i, which opens an interactive editor (similar to git's interactive add/rebase) which I can select parts of the change to be split into a separate change/commit. This enables me to take a large piece of work, split it into individual chunks, and open PRs for each change.
CraftThatBlock commented on A better merge workflow with Jujutsu   ofcr.se/jujutsu-merge-wor... · Posted by u/todsacerdoti
simonmic · a year ago
Are Jujutsu users all using it from the command line ? Is there anything magit-like yet ? Or do you use magit with it ? Have you run into extra complexity and messes because of having two VCSes interacting in one working copy ?
CraftThatBlock · a year ago
I am (slowly) working on a TUI: https://github.com/Cretezy/lazyjj

Deleted Comment

CraftThatBlock commented on Flameshot – Open-source screenshot software   flameshot.org/... · Posted by u/nikolay
bnj · a year ago
Is there any feature rich open source option for MacOS? I use and enjoy free shot on windows but I’ve struggled to find good options for the mac
CraftThatBlock · a year ago
I use Flameshot on Linux, and I've found that Shottr works great on macOS.
CraftThatBlock commented on Is It Dry Yet?   badgerbadgerbadgerbadger.... · Posted by u/badgerbbbadger
eternityforest · a year ago
Does Home Assistant support Apprise notifications? For my automation system I have a box where you can enter an Apprise target, and get notified with the nfty.sh app.

It's really nice because the channel name is the password, there's no API key or sign up needed.

I like Zrok a lot for true remote access, it seems to do something similar to what tailscale is doing there, but it's powered by some decentralized tech that seems to leave open the possibility of having the tunnel endpoint in a phone app so it still works on isolated LANs.

Of course this is all theoretical, since in practice I keep my personal everyday practical tech a bit more off the shelf, I just put a YoLink vibration sensor on the dryer.

CraftThatBlock · a year ago
Yes, it has an integration for Apprise. You can also just use the Home Assistant mobile app to receive notifications on your device.
CraftThatBlock commented on Speedometer 3.0: A shared browser benchmark for web application responsiveness   browserbench.org/announce... · Posted by u/cpeterso
CraftThatBlock · 2 years ago
Some of my results:

Desktop Firefox: 25

Desktop Chrome: 26

Laptop Firefox: 16

Laptop Chrome: 20

Laptop Safari: 21

Phone Firefox: 12

Phone Chrome: 10

---

Desktop: 5900X, 3090, Linux

Laptop: M1 Pro 14"

Phone: S24 Ultra

Ran all tests in private window to avoid extensions, and gave a minute to cool between tests. Laptop/phone was plugged in.

u/CraftThatBlock

KarmaCake day1531April 23, 2014
About
https://github.com/Cretezy

https://cretezy.com

Work @ Lyft, all opinions my own

View Original