Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mattacular
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
mattacular
10d ago
I pretty much assume every smart home device capable of doing this is doing it already. Nothing gets connected to wifi. If temporary connection is required it gets a random one time use guest network SSID and pass that I remove after. (Yes
2.
▲
by
mattacular
17d ago
Snowflake defense
3.
▲
by
mattacular
28d ago
The problem to me is, if people slowed down enough to carefully review and also rewrite model output in their own words (even if we're not counting code output), then what you have is a tool that probably makes you slower overall inste
4.
▲
by
mattacular
2mo ago
"Byte-for-byte"
5.
▲
by
mattacular
4mo ago
What are some traditional automated refactoring tools that can do stuff like those tasks from the example?
6.
▲
by
mattacular
4mo ago
For one made by a real band check out Sturgill Simpson's cover
7.
▲
by
mattacular
4mo ago
A lot of software engineers do still care how software is produced. That's a good thing!
8.
▲
by
mattacular
5mo ago
That's how JWT is designed to work
9.
▲
by
mattacular
6mo ago
Code cannot and should not be self documenting at scale. You cannot document "the why" with code. In my experience, that is only ever used as an excuse not to write actual documentation or use comments thoughtfully in the codebase
10.
▲
by
mattacular
7mo ago
Test automation is kind of like a religion. It is comforting to believe that the solution to code is more code.
11.
▲
by
mattacular
7mo ago
I find it to be more difficult. Especially if I can't pane the files in view comfortably (ie. beyond 2 or 3 it gets significantly harder to work across them). Some frameworks or coding styles really lean into having lots of tiny files.
12.
▲
by
mattacular
7mo ago
That settles it
13.
▲
by
mattacular
7mo ago
It's hard to tell with these releases if Anthropic's astroturfing campaign has come to HN or not but I feel like it probably has
14.
▲
by
mattacular
8mo ago
Estimation is an art, not a science. It's always going to be a judgement call by the engineers tasked with giving them to management. Taking all of the factors from this article and beyond can and should go into making that judgement c
15.
▲
by
mattacular
8mo ago
Trade Joe's maybe I could see but how did Whole Foods make this list?
16.
▲
by
mattacular
8mo ago
I see them as conflicting viewpoints because as a general rule companies do not focus on > Long term financial interests, mostly. It's great that you as an individual feel otherwise (I do too), but there are larger macro forces at w
17.
▲
by
mattacular
8mo ago
> Not a great regulatory move, in my opinion. > But I really wish ad companies would implement this rule across the board. You don't see how these are conflicting viewpoints? What do you think would compel a company to act in som
18.
▲
by
mattacular
8mo ago
Account created 16 hours ago posting highly dubious AI hype? This user is almost certainly part of the intense astroturfing campaign likely financed by Anthropic that has been ongoing for days/weeks now.
19.
▲
by
mattacular
8mo ago
Their rationale is written here, May 21 2021 final comment on the closed issue from the creator themself. Even in 2021 this was a dubious argument to make given the browser landscape, and they are clearly just frustrated to be challenged on
20.
▲
by
mattacular
8mo ago
Absolute madness and no thank you. Have others not noticed the extremely obvious astroturfing campaign specifically promoting Claude code that is mostly happening on X in recent days/weeks?
21.
▲
by
mattacular
8mo ago
I think that's true and it's also a convenient way to "smuggle" in Google's most important doodads: their tracking apparatus which includes all of the single sign on and MFA stuff on top of the usual analytics
22.
▲
by
mattacular
8mo ago
The AirBNB JS style guide is kind of like a relic in time from the transition to ES6 etc. Leave it in the past. Their only argument for not supporting eg. "for-of" is because of "legacy" browsers not supporting it. Maybe
23.
▲
by
mattacular
9mo ago
I'm not talking about unnecessary (nor incidental) complexity. That is a whole other can of worms. I am talking about the complexity required given what you need to a system to spec. If choices are made to introduce unnecessary complex
24.
▲
by
mattacular
9mo ago
Nothing can remove complexity other than simplifying requirements. It can only be shuffled around and distributed to other areas of the system (or library, or vendor functionality etc)
25.
▲
by
mattacular
9mo ago
I hear this argument as an excuse not to write comments (sometimes at all). Maybe I am just lucky but I have never had this issue as you've described in codebases, and if I did, certainly not to that extent where it became a memorable
26.
▲
by
mattacular
9mo ago
Explain "why not what" is good general advice. My further advice for comments is: even bad comments can be useful (unless they're from LLM output maybe...) therefore when in doubt, write a comment. Write it in your own words.
27.
▲
by
mattacular
9mo ago
The soap opera effect (caused by motion smoothing and similar settings) is the one that bugs me most. It's good for sports where the ball is in motion and that's it. Makes everything else look absolutely terrible, yet is on by def
28.
▲
by
mattacular
9mo ago
My Nest works great other than the app trying me to get to change my account to Google, which I just close out of every-time. Basic functional UI and works as billed. The unit itself has a nice sturdy feel to it with a very intuitive wheel-
29.
▲
by
mattacular
9mo ago
Really nice, I found it highly intuitive on first use. Only thing I might suggest is making it more obvious what the "handle" button is that initiates the pick.
30.
▲
by
mattacular
9mo ago
They can detect golang pretty reliably by fingerprinting the requests they handle (ie. TLS handshake) unless the app developer has taken some explicit measures to counter it.
More ›