Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
deathanatos
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
deathanatos
12d ago
The entire second on chess engines is, from the view of the entire thesis of TFA, is incoherent. Let's assume, for sake of argument, that I agree with the section: that an idealized chess move predictor isn't a predictor — which i
2.
▲
by
deathanatos
12d ago
Yes, but also no. If I prompt a graphics artist, "draw me a picture, any style, of a calendar with this day circled in red", you do not have to tell them what a calendar looks like, what the days of the week are, or how many there
3.
▲
by
deathanatos
12d ago
Some of us have been here longer than AI. "To be intellectually stimulated" would be the why, which there used to be more of prior to the frontpage becoming riddled with AI slop. "HN is for conversation between humans" a
4.
▲
by
deathanatos
12d ago
> SHOULD — This word, or the adjective "RECOMMENDED", mean that there may exist valid reasons in particular circumstances to ignore a particular item, but the full implications must be understood and carefully weighed before c
5.
▲
by
deathanatos
13d ago
> 【Processor】AMD Processor > 【Graphics】 Intel Graphics And this is why you don't buy laptops from Amazon. At best, the seller has no idea what they're doing, at worst, this is fraud.
6.
▲
by
deathanatos
16d ago
> The article posits that they may just have centralized monitoring, not control. … the article does posit this … nonsensically. TFA also establishes that "RMCS" stands for "Remote monitoring and control system".
7.
▲
by
deathanatos
16d ago
> I noticed this when a mozilla dev said I must use systemd+pulseaudio I am 99% sure Firefox will run just fine without systemd, or OpenRC half of Gentoo would be with pitchforks and torches. It isn't correct, either, that it requ
8.
▲
by
deathanatos
17d ago
Well, so there's two other problems with system (and popen): 1. IME security teams want to run dumb linters over the code that look for such things. While uses such as the ones you describe are secure, the linter might be blunter tha
9.
▲
by
deathanatos
17d ago
> well-designed to be secure While I suppose this doesn't say the design isn't secure, system() is one of those calls that has no place in modern code. It is insecure by its design. > Any user input that is employed as pa
10.
▲
by
deathanatos
18d ago
> One has to wonder whether all Trump voters wanted this. I don't think so. They voted for it. The GOP quite clearly spelled out the authoritarian desire well before the election.
11.
▲
by
deathanatos
18d ago
> My viewpoint is that we should eventually have AI be assisting in determining if a search is reasonable in the moment. That is truly bananas. Whose AI? Trained on what data? We've had numerous studies show how AIs can be biased,
12.
▲
by
deathanatos
19d ago
Word choice matters. Defaults matter. People will go "well it says durable right here" and while arguably, yes, they should RTFM, it would still be great if tool-builders did not set the shotgun's default state to State::AT_F
13.
▲
by
deathanatos
19d ago
Since it clearly intends to satisfy the async use case, I wish you'd've phrased this as "over aiohttp".
14.
▲
by
deathanatos
19d ago
DHCP works over IPv6, but there's also a corresponding RA option, too, if your v6-only network doesn't use DHCP. https://www.rfc-editor.org/info/rfc8910/ is, I think, the latest version of the standard.
15.
▲
by
deathanatos
19d ago
Tool-tips, having an accelerator next to the item in the menu/context menu, accelerator underlines, god forbid documentation … UIs have long had ways of having a simple way and hinting at, documenting, or showing to the user how to a
16.
▲
by
deathanatos
19d ago
Or even the original premise of agile, which was to iterate on it. But "iterate" these days means "onwards to the next feature that we'll only drive to MVP", not, "polish & fix bugs" or … do things lik
17.
▲
by
deathanatos
20d ago
Dumb captive portals, which do still exist in some places, usually do MitM attacks on the connection, so you need some http(no-s) site that you can abuse as "yeah, this can get attacked by the WiFi" to then answer the portal. The
18.
▲
by
deathanatos
21d ago
And never mind should someone want to edit¹ the image that comes off the camera. Now it cannot remain cryptographically verified, which means it's now in the pool of "dunno" images, where AI fakes can thrive alongside it. ¹in
19.
▲
by
deathanatos
22d ago
Well, that sounds hallucinogenic; v6 & TLS should basically not interact. But like, what error does curl give? I'm sort of wondering if it's more cert store weirdness. Curl & Firefox, I think, will use different stores. I
20.
▲
by
deathanatos
23d ago
I'm curious, but how/what is the actual problem there? I can connect over IPv6 just fine, and IPv6 shouldn't make a difference to TLS¹? (¹in this case)
21.
▲
by
deathanatos
23d ago
> Sean Goedecke wrote a post arguing that you should never be angry at work — a post with which I strongly agree. Anger can be a useful signal, but being angry at work rarely improves the situation. More often, it makes life worse for t
22.
▲
by
deathanatos
25d ago
I play a number of commercial games on Linux. The best behaved ones are the native ones (Factorio, Stardew, Celeste), though the Proton/Wine-based ones (Noita, Enter the Gungeon) usually do alright as well. Netflix's problem is
23.
▲
by
deathanatos
26d ago
Not really, in any company I've ever worked. The answer is "accepted", in the sense that it won't get you fired. But the meeting plows on, and decisions are made in absence of the answer to the question! — and never re
24.
▲
by
deathanatos
26d ago
This isn't going to get solved at the consumer level. Yes, one perhaps can & should attempt to vote w/ one's wallet, but the real fix is anti-trust law enforcement. TFA knows this, > Every pattern above can be explain
25.
▲
by
deathanatos
27d ago
Sure, I'm using "deleted" here to mean a third state more unvisible than "yanked"; I'm not trying to specify exact semantics about said third state, simply that it (a.) isn't yanked, and (b.) yanked's
26.
▲
by
deathanatos
27d ago
> The bad package version has also just disappeared from crates.io with no indication its been yanked. So, yanked crate versions do have an indication on crates.io. (Here's an example: [1]) The Rust blog post uses the word "
27.
▲
by
deathanatos
28d ago
That circuitbreaker exists, by default. It is "CrashloopBackoff", here, and TFA covers it. (& it's an "until X minutes have passed" kind, by default.)
28.
▲
by
deathanatos
28d ago
I think I like where you're going with the "accommodated" or not framing. I feel that most companies' offices, especially tech companies, have lately just taken to straight-up not accommodating people. The company cram
29.
▲
by
deathanatos
1mo ago
The problem is merely determining to "AI; DR" itself is not free. Reading an article takes effort, effort that one hopes will result in something intellectually stimulating. By the time you sample enough of the content to make the
30.
▲
by
deathanatos
1mo ago
You should, I think, at that point be seeing a square image of a jellyfish inside a red square. The square should be containing the image. When you hover, it should reveal the rest of the jellyfish (the image itself is rectangular, and wide
More ›