Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mechanicalpulse
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
24 ms
·
1.
▲
by
mechanicalpulse
19d ago
It depends on the vertical. If you're outsourcing a sixth-generation fighter jet or an aircraft carrier, your options are fewer than if you're outsourcing building construction or office supplies. You don't want to trust yo
2.
▲
by
mechanicalpulse
19d ago
Maybe a honeypot?
3.
▲
by
mechanicalpulse
19d ago
Anthropic is gearing up for an IPO. The fact that other protocols already do what MHS describes is not relevant to the intended audience: investors with FOMO. Also: https://xkcd.com/927/
4.
▲
by
mechanicalpulse
4mo ago
> 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 "s
5.
▲
by
mechanicalpulse
5mo ago
> 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 something like that every year, let me ask you a qu
6.
▲
by
mechanicalpulse
5mo ago
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 "number of {people,children,dogs,expectant mothers
7.
▲
by
mechanicalpulse
5mo ago
> 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 (ISO 2575) since 1982. > But it&#x
8.
▲
by
mechanicalpulse
6mo ago
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 failure.
9.
▲
by
mechanicalpulse
6mo ago
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 intelligence, it may be Russian counterintelligence, it may be
10.
▲
by
mechanicalpulse
7mo ago
> 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 elucidated the fundamental reasons that Xerox missed its gol
11.
▲
by
mechanicalpulse
7mo ago
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 `hostapd`, or perusing the lengthy list of standards, amendmen
12.
▲
by
mechanicalpulse
7mo ago
“Life imitates art far more than art imitates life.” — Oscar Wilde, The Decay of Lying (1889)
13.
▲
by
mechanicalpulse
7mo ago
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 ro
14.
▲
by
mechanicalpulse
7mo ago
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. However, just because he's paranoid
15.
▲
by
mechanicalpulse
9mo ago
Oh my... This is how the code could look indeed. Which LLM did you use to generate this?
16.
▲
by
mechanicalpulse
10mo ago
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 effort and cannot be applied quite so selectively. I
17.
▲
by
mechanicalpulse
10mo ago
> 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 non-selective herbicide in t
18.
▲
by
mechanicalpulse
11mo ago
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 SSRs instead of electromechanical relays? Have you considered
19.
▲
by
mechanicalpulse
11mo ago
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 thermostats, IMHO, but you do you. Anecdotally, I have a fir
20.
▲
by
mechanicalpulse
11mo ago
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 digits A and descending digits D, (D-(B-1))/A=B-2. F
21.
▲
by
mechanicalpulse
11mo ago
> 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 buying software on physical media and never, ever "
22.
▲
by
mechanicalpulse
11mo ago
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.
▲
by
mechanicalpulse
1y ago
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 is nearly a drop-in replacement for docker such that `a
24.
▲
by
mechanicalpulse
1y ago
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 implementation. For example, the express-openapi pac
25.
▲
by
mechanicalpulse
1y ago
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 various descriptive portions, which makes for superio
26.
▲
by
mechanicalpulse
1y ago
Others have already mentioned that this is possible with iOS. iOS 14 introduced a bunch of privacy improvements including the PHPickerViewController, but some apps may not yet be using it. [0] I will say that in the event that an app is n
27.
▲
by
mechanicalpulse
1y ago
Yup. I've even found myself in situations where the owner of the third-party service is another team or department within the organization I'm working for or partnering with. Oftentimes, the product/project people on our te
28.
▲
by
mechanicalpulse
1y ago
Gruber is famously protective of the original Markdown specification and his specific use case. He’s reacting to others’ expectations and clarifying his position that a “Markdown editor” is a bit of an oxymoron. He supports that position
29.
▲
by
mechanicalpulse
1y ago
I'm reminded of a Final Jeopardy! clue from a few years back -- > As of 2013, this 3-letter verb common in sports, theater & politics has the largest entry in the online OED. The correct response? What is "run"?
30.
▲
by
mechanicalpulse
1y ago
The site was assembled using webpack and at least one element has a `data-react-helmet` attribute, so my guess is it's a React or React derivative such as Next.js. You're right -- it's not progressive enhancement and it'
More ›