fixmycode

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

What do people actually do with these figurines?

they go outside with them and ask random people on the street where are their nuclear wessels, of course.

[–] fixmycode@feddit.cl 1 points 6 days ago

I believe this is confirmed as Waluigi's cap has an upside down L in the front

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

are you saying that is wrong to say "huwomankind"?

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

What are you testing?

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

Interesting comic and definitely a fun read, although the first issue is pretty much all setup and a smidge of nu-trek (a lot of "I joined Starfleet for the adrenaline rush" kind of characters).

the definitive red shirt story is not even Star Trek, it's Red Shirts by John Scalzi.

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

In Chile there's this 2000's telenovela called "Romané" about a group of gypsies that arrive to a town in northern Chile. I personally don't understand the fascination, but the show took over the collective minds of the population, I guess it was the abundance of quotable moments and the very distinctive speaking patterns of the characters and their personalities, they were memes before we knew what a meme was. You can quote any character in the show and everyone will know what you're talking about, even young people.

They're still rerunning the show every couple of years or so, 25 years later, I'm not aware of any other show here that has resonated so much.

[–] fixmycode@feddit.cl 6 points 1 month 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 month 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 month 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 1 month 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 1 month ago (1 children)

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

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

do your wife and your girlfriend ever interact?

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 ›