reric88
6
25
reric88

@beehaw.org

reric88 29 points 3 years ago

Please!

I'm all for freedom of speech, but I'm really irked by the lengths people go to just to be offensive.

path: 0 125365 125679, hotness: undefined, score: 29, children: 4
reric88 19 points 3 years ago

This is true to an extent, however from my experience, leftist subs are much more lenient on discourse if it isn't blatantly abrasive or offensive or trolling.

path: 0 121514 125218 125716, hotness: undefined, score: 19, children: 0
reric88 17 points 3 years ago

I recently moved here and through my minimal interaction so far, I love it. I'm all about positive treatment and inclusion. I have only made two posts (as a somewhat personal experiment to test the waters) which would not have had any attention on Reddit, and people actually talked and congratulated me, which was a very weird but welcome experience.

And I love that the downvote arrow is removed in order to promote discussion rather than just vote and move on.

A service can always improve and get better in some ways, but the stance of beehaw is perfect imo

path: 0 135776 137555, hotness: undefined, score: 17, children: 1
reric88 14 points 3 years ago

Can you explain this in simple terms for simple minds like mine? And I only ask for other people like me who may wonder but not ask

path: 0 115727 127581 128745, hotness: undefined, score: 14, children: 8
reric88 14 points 3 years ago

Try using ChatGPT if you haven't. Ive used Reddit in the past for a lot of troubleshooting, but ChatGPT is easier to get the answers I'm looking for unless I asked the question myself. But there's no judgement from ChatGPT lol

path: 0 167886 187883, hotness: undefined, score: 14, children: 4
reric88 13 points 3 years ago

Yeah, my wife uses the official app and she complains about the ads. Constantly, certain subreddit posts show up in her feed as an ad.

I tried the official app and didn't like it. It was too bloaty, comment chains felt annoying, navigation was annoying, lack of features was annoying.

I initially used Reddit Is Fun, then moved to Sync for some reason. Then moved to Boost after the Sync dev went MIA last year.

Each one of those was leagues above the official app.

path: 0 113519 113728 114220 116113, hotness: undefined, score: 13, children: 2
reric88 7 points 3 years ago

This is awesome. We all need to stick together on this one

path: 0 75646, hotness: undefined, score: 7, children: 0
reric88 5 points 3 years ago

Thank you!

path: 0 115957 115958, hotness: undefined, score: 5, children: 0
reric88 5 points 3 years ago

Thanks so much for this guide.ive used mastodon in the past, but it's been a while. I'm not really a fan of the short-blurb content and prefer a forum-format, so here I am!

path: 0 125631, hotness: undefined, score: 5, children: 0
reric88 4 points 3 years ago

Same!

I usually set a time limit when I am going somewhere for that reason. I just let them know I can stay for 5 minutes, 30, an hour etc. I can't small talk, it gets awkward fast. It doesn't have to be awkward though, it's like that scene in Pulp Fiction:

Don't you hate that? Uncomfortable silences. Why do we feel it's necessary to yak about bull in order to be comfortable? That's when you know you've found somebody special. When you can just shut the f up for a minute and comfortably enjoy the silence.

path: 0 15591 19892, hotness: undefined, score: 4, children: 0
reric88 4 points 3 years ago

Cool, thanks! I only have experience with JavaScript and Python, and I personally prefer JS because Python has been confusing to me. But, I have heard Python is more efficient and easier in the long-term.

After 'mastering' JS to a sufficient ability I will put my efforts towards Python. I am stumped as to why I feel JS is easier than Python when I have also heard the opposite; that python is easier than JS

path: 0 115727 127581 128745 129889 130146, hotness: undefined, score: 4, children: 4
reric88 3 points 3 years ago

This is inspiring. I'm here from Reddit. I just joined, and it feels very familiar. I just hope an influx of reddit users won't make things worse for the regular Lemmy users.

path: 0 9500 13393, hotness: undefined, score: 3, children: 0
reric88 3 points 3 years ago

I'm using https://pokeapi.co/api/v2/pokemon as the api. I can grab all the names but that seems very inefficient and had put a lot of load when calling it.

I'm looking at just making an array of Pokemon names to exist within the app, and search through that and then call the specific endpoint using that name.

Edit: Here is the source code https://github.com/reric88/pokemon-vite.git

Also, I don't expect anyone to help out, I really just wanted to show it to someone! But any comments, suggestions etc are greatly appreciated. I have less than 3 or 4 months experience with JavaScript

path: 0 115392 117547, hotness: undefined, score: 3, children: 0
reric88 3 points 3 years ago

Cool, I think I'll do the same. I wasn't popular or super active but hey, doin' my part

path: 0 192557 194888, hotness: undefined, score: 3, children: 0
reric88 2 points 3 years ago

I agree with you. It's disheartening to ask a legitimate question and get negative votes and zero comments.

path: 0 98054 153680, hotness: undefined, score: 2, children: 0
reric88 2 points 3 years ago

Donate to the devs!

path: 0 130533, hotness: undefined, score: 2, children: 0
reric88 2 points 3 years ago

Hero

path: 0 111622 112106 113125 118804 118805, hotness: undefined, score: 2, children: 0
reric88 1 point 3 years ago

This is true, hahah

path: 0 14811 112149 125456, hotness: undefined, score: 1, children: 0
reric88 1 point 3 years ago

Thanks a lot for the suggestions! Yes, I agree the performance is pretty bad. The reason is because I'm calling ALL the Pokemon data at the beginning into an array. I will optimize this after I learn more!

I'll work on adding the evolutionary line, that's a good idea.

Currently, you can search by type, but it's not by the full text of the type. I can definitely implement that. I'll add a drop-down menu next to the search field to select search criteria to filter irrelevant results.

path: 0 118041 118042 118043 191269 191270 192075, hotness: undefined, score: 1, children: 0
reric88 1 point 3 years ago

Oh, I didn't know this, I appreciate the insight. I have been working with typescript a bit, but sidestepped back to JS for a small project because of familiarity. My next project may be typescript just to get a feel for it.

I have heard a lot of buzz about rust, but I haven't looked it up because I don't want to overwhelm myself with new things. But it does seem very popular. And I doubt there's anyone, even people unfamiliar with code, who hasn't heard of the C family!

I'm not giving up JS, since it is so popular for web development, but it does make me sad that it's so inefficient for other tasks in comparison to the other languages. Butz it also makes me kind of excited to get into some of the meatier stuff

path: 0 115727 127581 128745 129889 130146 140625 194168, hotness: undefined, score: 1, children: 0

thanks for using Leebra!

go to feed...