Live data from Hacker News

Viewing profile — mechanicalpulse

mechanicalpulse

HN member
Joined
Sat, Apr 15, 2017, 2:03 PM UTC
HN karma
129
Public activity
69 items

About mechanicalpulse

No profile information was provided.

Recent public activity

  1. comment
    Comment #48050253

    > I also think calling these a "sensor" is a bit of a stretch. Indeed. At best, they're an "emitter", a "proxy", a "relay", a "transformer", or some combination thereof with "sense…

  2. comment
    Comment #47999921

    > Don’t we pass someone walking with a gas can on the highway every year though? No. I see something like that every year on television, but not in the real world. If you've seen s…

  3. comment
    Comment #47999688

    The solution is A/B testing and then looking at the resulting crash statistics. Weekly reports produced by the connected BI system should use excrutiatingly precise language like "…

  4. comment
    Comment #47999059

    > a little clumsily s/a little/very/; > What do you think the best implementation would look like? We already had one! Dashboard indicator lamps have been an international standard…

  5. comment
    Comment #47525941

    None of it matters if the controls aren’t responding. You’ll know, too, because they make that sad static beepy noise like some sort of Tactile Control Panel ACKnowledgement failur…

  6. comment
  7. comment
    Comment #47280904

    I can’t argue with you there. The Pentagon’s silence is deafening; I only want to caution myself as much as anyone against jumping to conclusions. It may be AI, it may be bad intel…

  8. comment
    Comment #47280470

    [flagged]

  9. comment
    Comment #47269758

    > I think Blizzard could have also made the player base just as happy by [...] understanding the underlying problem. I'm reminded of the 1995 interview in which Steve Jobs elucidat…

  10. comment
    Comment #47253142

    Modern 802.11 implementations are wildly complex. The output from `iw list` on a Linux system with a modern WiFi radio, a trip through the example configuration that ships with `ho…

  11. comment
    Comment #47231120

    “Life imitates art far more than art imitates life.” — Oscar Wilde, The Decay of Lying (1889)

  12. comment
    Comment #47184574

    I do and it does. $ ls -al /dev/std* lr-xr-xr-x 1 root wheel 0 Feb 24 15:08 /dev/stderr -> fd/2 lr-xr-xr-x 1 root wheel 0 Feb 24 15:08 /dev/stdin -> fd/0 lr-xr-xr-x 1 root wheel 0 …

  13. comment
    Comment #47183914

    It's possible that he's taking "hope for the best, prepare for the worst" to its logical if unhealthy extreme by interpreting every ambiguous 802.11 frame as one with ill intent. H…

  14. comment
  15. comment
    Comment #46278562

    Oh my... This is how the code could look indeed. Which LLM did you use to generate this?

  16. comment
    Comment #46168824

    Yes! I also used glyphosate to kill things growing in and around my sidewalk, driveway, steps, and curb. I've also used a propane torch for the same purposes, but it requires more …

  17. comment
    Comment #46168587

    > As I'm sure you're aware, glyphosate is usually only appropriate as a weed killer on your property if you're looking to kill all vegetation in/around where you spray it. > It's a…

  18. comment
    Comment #45825839

    Nest is hardly the only thermostat out there using solid-state relays. Have you considered the possibility that they did take it into account and they deliberately chose to use SSR…

  19. comment
    Comment #45819558

    Well that's certainly a take. Solid state relays using optoisolated MOSFETs have been around for fifty years. Mechanical relays are overkill for signal switching as in HVAC thermos…

  20. comment
    Comment #45777514

    I also went about looking at the difference rather than the order. In the hexadecimal case, the difference is 15 (0xEF vs 0x12). I thought, then, that for any base B with ascending…

  21. comment
    Comment #45745730

    > Did you live at a time where Internet was not a thing? You must be relatively young. Software existed before the widespread adoption of the Internet. > I remember very clearly bu…

  22. comment
    Comment #45702032

    At infinity, the shape becomes a sphere and all orientations of it are identical. It is no longer a convex polyhedron and, thus, not subject to consideration.

  23. comment
    Comment #45150017

    Podman is daemonless while docker is a client/server pair. Podman also shipped with support for rootless containers, though Docker now has that capability as well. The podman CLI i…

  24. comment
    Comment #45146245

    I've experienced the mind-numbing frustration of API specs that don't match the implementation, which is why I have embraced the concept of requiring the spec to be part of the imp…

  25. comment
    Comment #45144772

    Mostly the fact that it's based on Markdown, which makes the raw specification far easier to read with a text editor than OpenAPI/Swagger. Markdown also permits styling in the vari…