HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kshay

no profile record

comments

kshay
·2 lata temu·discuss
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...”
kshay
·3 lata temu·discuss
I always assumed the 1969 movie “Bob & Carol & Ted & Alice” had something to do with the use of these names...

https://www.imdb.com/title/tt0064100
kshay
·3 lata temu·discuss
It seems like the U should be “Unambiguous” rather than “Ubiquitous”?
kshay
·3 lata temu·discuss
Huh, never realized you could target individual elements of an SVG with CSS :hover rules!

https://upload.wikimedia.org/wikipedia/commons/a/ac/Comparis...
kshay
·3 lata temu·discuss
So basically Perl autovivification for Python?
kshay
·3 lata temu·discuss
Glider was the Flappy Bird of its day!
kshay
·3 lata temu·discuss
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?
kshay
·3 lata temu·discuss
I’m going to hear the Paul Simon lyric as “Don’t I know you from the megachiropteran’s party?” from now on
kshay
·3 lata temu·discuss
It seems you can buy reproductions of these now (of course). https://boingboing.net/2018/11/21/monster-shirts-based-on-an...
kshay
·3 lata temu·discuss
Hmm, pretty sure the Beav was long gone from the airwaves by 1969…
kshay
·3 lata temu·discuss
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.”
kshay
·3 lata temu·discuss
> 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.
kshay
·3 lata temu·discuss
Yeah, I guess maybe this is what a 300 Multiple Choices[1] response was intended for but that seems to be underspecified and I’ve never seen it used.

[1] https://www.rfc-editor.org/rfc/rfc7231#section-6.4.1
kshay
·3 lata temu·discuss
> 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.
kshay
·3 lata temu·discuss
Right, for the average user the barrier to entry for userscripts is significantly higher than for extensions. I recently released one (a small enhancement to the Netflix UI) in both forms for this reason: https://greasyfork.org/en/scripts/446689-netflix-recommendat..., https://chrome.google.com/webstore/detail/netflix-recommenda...
kshay
·3 lata temu·discuss
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?
kshay
·3 lata temu·discuss
> 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.”