Viewing profile — adyus
adyus
HN member- Joined
- Mon, Jun 06, 2011, 2:09 PM UTC
- HN karma
- 386
- Public activity
- 226 items
- HN profile
- View on Hacker News ↗
About adyus
No profile information was provided.
Recent public activity
-
comment
Comment #49019374
As the OP mentioned, seems inefficient to upload RAWs for processing and culling online. However, extracting and uploading the embedded or sidecar full-res JPEG, editing that non-d…
-
comment
Comment #34706209
Well, Google's getting close; what about "hot shingles in your area"? https://sunroof.withgoogle.com/
-
comment
Comment #31435471
drone.io ( https://www.drone.io/ ) has worked wonders for me.
-
comment
Comment #28441647
USD is backed by the U.S. military force, via a slippery slope: you can only pay taxes in USD, and if the taxes you owe are large enough and you refuse to pay, the U.S. government …
-
comment
Comment #27365866
As long as the docker daemon starts on startup, there's a `restart: always` option in the docker-compose.yml config file that takes care of it. Using `depends_on: [list]` takes car…
-
comment
Comment #26662943
I agree with you. Removing anything off-chain from the conversation, we're left with the equivalent of selling a million pixels on a web page (but at least there was some utility t…
-
comment
Comment #26661288
I'd argue that this limitation is artificial as well. With some painting forgeries, you're getting down to the molecular or brushstroke level of differentiation. It's all about the…
-
comment
Comment #26593017
In that scenario, trust shifts to somewhere the U.S. cannot easily regulate. In case of crypto, that can just be banned and rendered useless, as long as the rest of the world is US…
-
comment
Comment #26512334
The (U.S.) dollar is backed by the U.S. Army and always will be. Confidence decreases? The U.S. will likely start a war with the country whose currency tries to replace it (on "nat…
-
comment
Comment #26434110
Like I said, it's shorthand for writing the whole CSS. How many lines of pure CSS would it take for `md:font-medium`?
-
comment
Comment #26433827
Tailwind can do what you're describing via the @apply function. Just write your CSS selector to target whatever you'd like, then use `@apply tailwind-classes md:other-tailwind-clas…
-
comment
Comment #25443102
"Nacho server" (not your server) also works.
-
comment
Comment #25275416
I Ctrl-F'ed for Twist, made by the team at Todoist, but couldn't find it. It has a way to go, but I found it the right mix of persistent, long-form discussion and decision making u…
-
comment
Comment #24905573
Unless the parent was being sarcastic on purpose, this is exactly what the company is proposing to do, automate TL;DRs.
-
comment
Comment #22465769
You might be thinking of utility classes as the finished product. They're incredibly useful for quickly prototyping and "jiggling" things until they look good. Once that's done, th…
-
comment
Comment #21672181
A Hall sensor on each window (aka open/close sensor), plus temperature sensors in each room and one placed outside. When the window is closed, but the outside temperature is lower …
-
comment
Comment #21669046
I use Aeotec Z-Wave Multisensors permanently connected to USB power (they can also run on battery). However, any PIR motion sensor would work, such as the cheap models from Xiaomi …
-
comment
Comment #21669041
I use a Z-Wave 6-in-1 multisensor from Aeotec in each room, strategically placed in the corners so as to cover only motion in a single room. That takes care of motion sensing, temp…
-
comment
Comment #21666683
kevinsundar below is entirely correct, that's how I have mine set up as well. However, instead of network detection, there are multiple GPS-based device tracker methods for proximi…
-
comment
Comment #21666159
AppDaemon would be great for that, as the callback methods it requires for listening to state changes or scheduled timer can be independently unit tested and debugged.
-
comment
Comment #21666142
Any discussion of Home Assistant should start with the founder's vision, which I found very clear: https://www.home-assistant.io/blog/2016/01/19/perfect-home-a... The purpose of Ho…
-
comment
Comment #21666090
If you speak a little Python, you should look into appdaemon, it's a developer's (non-UI) way of doing the same.
-
comment
Comment #21482840
This is essentially a souped-up https://portier.github.io/ I applaud the initiative, since it removes the couple steps it takes a user to reset their password via "Forgot password"…
-
comment
Comment #20995714
It's actually easier. Cheating can be discouraged via real-time chat sessions, while async communication like emails or essay-style discussions can be scored via an NLP library lik…
-
comment
Comment #20993502
All three metrics you mentioned can be evaluated using writing. In fact, writing makes up most of the communication in a remote environment.