HN user

kshay

138 karma
Posts0
Comments44
View on HN
No posts found.

I like how he didn’t explicitly request 22. It was more like “anything 1-255 would be great... oh, by the way, I happen to be using 22...”

I’ve been using it for most of those years, and still use it every day. We recently had to wrangle a bunch of 400Mb+ XML files, and everyone else’s editor struggled even to open them, while I happily regexed my way around extracting various data.

However, I reluctantly have to say that when working with TypeScript codebases specifically, I do feel the lack of IDE features for recognizing imports and cross-referencing symbols across files. Any other BBEdit diehards in this position? What have you ended up doing?

Yes, exactly. “Bake your mocks into your third-party library implementations” is an interesting idea and might be a useful thing to do, but it’s certainly not “testing without mocks.”

The factory should create a “Nulled” instance that disables all external communication, but behaves normally in every other respect....

...For example, calling LoginClient.createNull().getUserInfo(...) should return a default response without actually talking to the third-party login service.

So... a mock.

There's nothing in the underlying HTTP response from https://csvbase.com/meripaterson/stock-exchanges that tells me I can get an HTML or CSV version. Is there a JSON version available? What other variants exist? How do I know that this URL will deliver different responses?

Well, you can send a HEAD request with a given accept: header to find out what you’ll get without actually fetching the data. But it’s true that it would be nice to have the full set of possible responses advertised somehow.

Honestly, the thing about other sites using your GA tag seems like the biggest red flag/potential for some Google algorithm to have actively started penalizing you. The timing doesn’t quite track, but maybe some interaction between that and the spam update?

It's not one thing that cause the drop but a combination of things

Let me propose a bold generalization based on observations of sites of all sizes wrestling with Google over the last 20 years, and to which there are certainly exceptions (this case may be one):

It’s always one thing.

Of course, there are always a multitude of improvements that can be made to nibble around the edges and get incremental improvements in various metrics. And a gradual change in traffic may have several simultaneous sources.

But when the effect is an identifiable precipitous drop in search traffic, almost all the time, it turns out there was a single reason, whether a change Google made or a change the site made.

This may be a totally unhelpful observation, and feel free to ignore it. But in these situations I’ve come to find it’s more fruitful to look for A Cause than to approach it as “a little here, a little there.”

One nitpick about the responsive design—between width 1535 and about 1920, the Comments box appears in the left rail but it’s partly obscured. Seems like you should either adjust the media query to keep it at the bottom until there’s room to show it, or make the box itself a variable width.

Also a Phys. Ed. question…

Hopefully the many “AI-powered” fitness apps out there would not give this advice.

Agreed—I love RSS, but don’t really see “organizing newsletters” as its killer app, or experience “newsletters come via email” as a pain point. Filters seem to serve basically the same purpose.

very fun jobs like musician and professional athlete pay subsistence wages

Modulo a very small subset of top-tier performers, I think we’re already there!

When submitting an extension to the Chrome Web Store you’re asked for a written justification for why it needs to run against the sites/URLs specified in the manifest. I’m curious how closely anyone at Google examines these; if this is such a clear ToS violation then maybe it shouldn’t have been approved?

(Edit: I’m not asserting that it is in fact a violation, but that its having been approved suggests it didn’t seem like one to the Web Store folks, at least, and maybe Medium should have addressed this by trying to get it removed rather than banning the user.)