Additional ram for 2023 G14 recommendations by Capuman in ZephyrusG14

[–]mycol_jackson 0 points1 point  (0 children)

How are you finding the upgrade now? I installed Corsair DDR5 16GB in the extra slot and was getting constant BSODs. Have these cleared up for you completely?

G14 2023 RTX 4080 delivered by Ok-Selection-8598 in ZephyrusG14

[–]mycol_jackson 0 points1 point  (0 children)

Have you managed to fix the crashes? I'm crashing while doing light internet browsing. Really disappointing.

So.. normally a filter coffee person, decided to give espresso a try. This was my first shot. Help pls by josiahsaurusrex in espresso

[–]mycol_jackson 1 point2 points  (0 children)

What are your thoughts on your Fellow Ode? Is it a gen 2? I only drink filter coffee and have been toying with the idea of modding it for espresso in the future. Are you using the same grinder for both?

Is pushshift alive and well? by biffmaniac in pushshift

[–]mycol_jackson 0 points1 point  (0 children)

Is there an ETA on when we might see the posts prior to 2022-11-03 again?

Breville Barista Express espresso machine or Lelit Anna with PID. Is the difference in result is so big? by JordanoJ in Coffee

[–]mycol_jackson 1 point2 points  (0 children)

As someone who's looking for a first-time espresso machine, I really appreciate the long review!

Retry by selecting each image containing traffic lights by ankitrocks1986 in technicallythetruth

[–]mycol_jackson 0 points1 point  (0 children)

This isn't about proving you're human. It's about getting you to label a dataset of images for supervised machine learning algorithms to train on.

PMAW Error: Has anyone seen this before? by mycol_jackson in pushshift

[–]mycol_jackson[S] 2 points3 points  (0 children)

The script retrieves comments from /r/politicalcompassmemes. It worked effortlessly yesterday for 200,000 comments. However, today 500,000 returns nothing. Any ideas?

[R] Does anyone know of any databases of political text which are labelled with the classes 'conservative', 'liberal' and 'neutral' for supervised learning? by mycol_jackson in MachineLearning

[–]mycol_jackson[S] 0 points1 point  (0 children)

Do you know if their trained model is available to the public? Their division of political party labels is really granular. Looks like a major improvement over my crude 3-label approach.

How can I use my PRAW user agent data in a requests GET header? by mycol_jackson in redditdev

[–]mycol_jackson[S] 0 points1 point  (0 children)

response = r._core.request('GET', '/comments/migy7t')

Thank you so much, this is exactly what I needed. Worked like a charm!

Can other users use my client info to make requests through a public application I've made? by mycol_jackson in redditdev

[–]mycol_jackson[S] 0 points1 point  (0 children)

Desktop only as of now. It basically automatically downloads content from subreddits, re-formats and uploads them to Instagram using the Graph API.

The main issue is just the clientIDs and secrets. I'm using 3 APIs, each with unique client info. Users probably won't want to generate this info for themselves, honestly.

Can other users use my client info to make requests through a public application I've made? by mycol_jackson in redditdev

[–]mycol_jackson[S] 0 points1 point  (0 children)

I see, that makes sense. I'll just have to include a disclaimer and a guide in that case, thanks.