this post was submitted on 10 Jun 2023
14 points (100.0% liked)

Programming

13215 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 1 year ago (1 children)

That was a fascinating writeup, and those interjections of dialog were great! Never used elasticsearch, but I can definitely empathize with work grinding to a halt because a library has incomplete or outdated documentation. Missing object structure for a function's parameter was a recent one for me as well.

It's so bad I no longer even try looking for an official doc before going to chatgpt. Way more often than not it gives an explanation and sample implementation faster than searching for existing resources, and it's also so nice to just be able to ask a follow-up question and immediately get an answer.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

I needed to do somewhat more advanced stuff with matplotlib for school and was amazed that there are only very basic examples in the docs (and parameter descriptions, but those are not always helpful). The elastic docs take the cake here, though.

[–] [email protected] 2 points 1 year ago

I love elasticsearch, but man I really hate it too.

[–] [email protected] 1 points 1 year ago

Elastic search uses REST API and there are plenty of write ups about it. The json typing is handled with strings. Not great - true but the whole docker is written this way. Here’s an example

load more comments
view more: next ›