fixmycode

joined 2 years ago
[–] fixmycode@feddit.cl 6 points 1 day ago

hot water is a relatively modern luxury. you probably have a living ancestor that remembers not growing up with easy, or any, access to hot water, just hurtfully cold, refreshing water.

[–] fixmycode@feddit.cl 4 points 1 day ago

Niagara user here, I think it's worth every penny, and it's so cheap, and the developer is very receptive. It's a very simple purchase.

[–] fixmycode@feddit.cl 7 points 1 day ago

Chilean here, we have two classics:

  1. Completo (as in "complete", also known as Dinámico for "dynamic"): Diced tomato, sauerkraut, mashed avocado, chilean american sauce (finely chopped pickled white onions, carrots and pickles) and mayo.
  2. Italiano ("italian"): Diced tomato, mashed avocado and mayo.

I'd normally go for the latter and save the former for special occasions.

[–] fixmycode@feddit.cl 1 points 2 weeks ago (1 children)

I think they also want the curated way that apple let's an application into the app store.

the play store is kinda not very restrictive...

[–] fixmycode@feddit.cl 2 points 4 weeks ago (1 children)

no la dirijo pero siempre son bienvenidos a crear sus comunidades regionales en feddit.cl

[–] fixmycode@feddit.cl 4 points 1 month ago (1 children)

do your wife and your girlfriend ever interact?

[–] fixmycode@feddit.cl 9 points 1 month ago

The Timicin episode (S04E22 "Half a life") always makes me tear up at the end. The emotional struggle that Lwaxana had is heartbreaking, and speaks a lot about the role that we give our elders in our society. It's something that we still struggle with more than 20 years later.

[–] fixmycode@feddit.cl 6 points 1 month ago (2 children)

is this the update where I can delete from the address bar history on Android?

[–] fixmycode@feddit.cl 3 points 1 month ago

I live in South America, it's not, every groundskeeper in my medium-income condo neighborhood has one, and makes working from home really difficult, specially in the summer when you want to open a window

[–] fixmycode@feddit.cl 8 points 1 month ago (1 children)

True Blood, season 2 IIRC?

[–] fixmycode@feddit.cl 1 points 2 months ago

correct me if I'm wrong, but it's up to 1000 in Spanish, right? I'm wondering if I'm saying 9 right.

[–] fixmycode@feddit.cl 6 points 2 months ago

I used Skype a lot to call landlines from outside the US, but now I need a replacement, do any of you have recommendations? I'm testing Rebtel, but it isn't cutting it for me, it connects like 1 out of 5 times.

1
submitted 2 years ago* (last edited 2 years ago) by fixmycode@feddit.cl to c/lemmydev@lemm.ee
 

I'm in the process of developing a bot. My intention is to scan all comments regardless of depth in a given community up to a certain date, so it receives only the comments made since the last request. I want to play nice so I'm also trying to do it on the less amount of queries possible.

The community I'm testing this is fairly small, it has 40 comments total, but the problem is that when I request comments without specifying max_depth, and sort ordered by New, I receive only 10 comments, if I try to specify page, or limit, I get an error {"error":"couldnt_get_comments"}.

If I don't specify page or limit, and set an arbitrary number for max_depth, like 4, I get the 40 comments I'm expecting.

My question is: what's the correct way to request comments? My intention is doing something similar to an user pressing "Comments" on front of a community, like calling the community URL with params ?dataType=Comment&page=1&sort=New

view more: next ›