HackerTrans
TopNewTrendsCommentsPastAskShowJobs

armsaw

no profile record

comments

armsaw
·18 giorni fa·discuss
I haven't had luck with mouse, but you can actually connect a bluetooth keyboard to the Apple TV. I use a little handheld unit from Rii and it works great.

For mouse, if you have an iOS device you can use the "Remote" widget on your phone as a mouse, and it works in the Moonlight client well enough to click through prompts etc.
armsaw
·2 mesi fa·discuss
Is there a way to follow inline links from a mobile device? Doesn’t seem to work for me in mobile Safari.
armsaw
·4 mesi fa·discuss
Seems like, the kind that will award a $70 million contract to a guy with a hotmail address.
armsaw
·4 mesi fa·discuss
Preorders open tomorrow according to the store page. You can’t order the base RAM model today, either.
armsaw
·5 mesi fa·discuss
Thank you for making Obsidian! I am wondering if you have any plans to package the headless sync client up for container use in Docker or Podman?

Also, is the Obsidian CLI available when obsidian-headless is installed? Or is obsidian-headless only a sync client at this time?
armsaw
·10 mesi fa·discuss
I’ve disabled iCloud and use the PhotoSync app to move photos and videos from my phone to a file structure on my NAS, which Immich reads as an external library. Stable for over a year now - very happy with it.
armsaw
·anno scorso·discuss
Yes, for ~7 years now the Files app has existed. Sandboxing is still a thing.

Möbius Sync and Synctrain are the options for Syncthing. Both work, neither are official (nor is the currently-maintained Syncthing fork for Android).
armsaw
·anno scorso·discuss
Granted there are some other rows with missing or incomplete information, but Tesla appears to be the only manufacturer for which this information is withheld in every single instance without exception.
armsaw
·anno scorso·discuss
When I look at this data, I see the type of self driving in use, as well as the written narrative of every crash, along with several other fields as REDACTED FOR BUSINESS REASONS, only for Tesla vehicles, where every other manufacturer seems to have these fields populated. To me, that information would be crucial to understanding what actually happened in each case, as opposed to only being able to understand some of the ambient conditions around each accident.
armsaw
·anno scorso·discuss
I was using this for a while and really loving it, however the dev just recently decided to undertake a rewrite into Lua which breaks all existing scripts, and changed how the online/offline paradigm works, which made me feel a bit skittish about whether it is going to be a stable long-term solution. I am really rooting for Zef here though and hope it settles into a good place soon!
armsaw
·anno scorso·discuss
The Yattee client for Invidious works great on iOS, or the Vinegar/Baking Soda browser extensions that replace the YouTube player with a basic (ad-free) HTML5 player work also.
armsaw
·anno scorso·discuss
If you use an AppleTV, there’s also a pretty decent navidrome client called LMP.
armsaw
·anno scorso·discuss
Often the issue is with mDNS device discovery across vlans or subnets, especially with IoT / home automation type devices.

What you are doing with SSIDs will not create any segmentation on your network, unless you have implemented either vlans or subnets, and corresponding firewall rules to gate traffic.
armsaw
·2 anni fa·discuss
Docker would punch through the host firewall by default, but the database wouldn’t be accessible to the internet unless the user opened the ports on their router firewall as well, which based on the article, it sounds like they did. Making the assumption they’re using a router firewall…

In this case, seems like Docker provided a bit of security in keeping the malware sandboxed in the container, as opposed to infecting the host (which would have been the case had the user just run the DB on bare metal and opened the same ports)