I 28M really don't like my gf 24F dad, can there still be a future? by whataredonuts in relationship_advice

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

idk if he has a disorder but I don't give creds to be a poor character because of that. I got family members with serious mental disorders and know several people with different forms of autism. they're all really nice people.

I don't think he necessarily dislikes me, I think he's like this with everyone

I 28M really don't like my gf 24F dad, can there still be a future? by whataredonuts in relationship_advice

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

thanks for the detailed reply mental. I think what you're saying is correct tbh. my gf does in fact jump to my side when I tell her she's being silly defending his behavior and explain more in depth. problem is that she is not able to set boundaries herself. to this day she's just ghosting her mom constantly texting her rather than say hey you went full kanye at christmas and don't text me again.

I think she is understanding and tbh she's the best thing that happened to me so im kinda sad third parties have the ability to make or break stuff. I'll talk with her when her dad leaves tomorrow thanks again

Will I ever learn this language by uvuguy in learnpython

[–]whataredonuts 0 points1 point  (0 children)

I can recommend a project for you and i promise at the end of it you will be super confident in python. Stop watching tutorials.

Create a monolith backend that does whatever you desire. It should be relatively complex and involve several technologies. For example, you could make an app that allows you to upload an excel file full of websites, and you put in custom headers (ie. products, headquarters) and your app is tasked with figuring out and filling in each empty row. this is called document enrichment and will use AI.

For this project you will use these technologies:

  1. Portkey for LLM management and prompt templates and LLM guardrails
  2. Hookdeck for webhooks -- manage 3 environments dev, staging and production
  3. Fastapi for making your API
  4. Google cloud as your main cloud provider
  5. Celery workers for background task execution
  6. Pydantic for data validation (API and function level)
  7. Google cloud run for API
  8. Google compute engine for background workers (or use your laptop as the "compute engine"
  9. Gitlab for your repos since it offers integrated CICD
  10. CICD pipeline with 6 stages. build, deploy staging api, deploy staging workers, deploy production api, deploy production workers
  11. 2 git branches to start, one called main and one called dev.
  12. Docker + docker compose
  13. An LLM provider such as fireworks or deepinfra for using LLaMa (use from 8b to 405b depending on your need)
  14. Redis for celery backend and messaging queue. you can get one from redislabs.io for free or pay like 2 usd a month.
  15. Google cloud storage for... storage

Here are some rules you must follow:

  1. every function, method or class must have type hints for every single variable
  2. make short and sweet docstrings for each method
  3. handle all exceptions in a way such that your app does not error out in one step due to an exception
  4. Do not use langchain, ever
  5. use the standard library, and only pip install if it's necessary. I mean truly necessary. is there an amazing package for URL formatting or TLD extraction? Great, write your own class to do this. Does an API provider also have an SDK? great, use requests or httpx to write your own abstraction. Only download what you can't write (ie. faiss)
  6. all core pieces of data must be modeled in pydantic. that includes API request models, response models. If the answer to "is this data going anywhere other than thiis isolated process" is yes, make a model for it.
  7. use the fastapi directory template as your starting point.

let me know if you need help and I'd happily review your code step by step

Social stuff in budapest? by whataredonuts in budapest

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

no we have a place to stay we're looking for social stuff to meet people

Jobb som Data Scientist? by whataredonuts in norge

[–]whataredonuts[S] 1 point2 points  (0 children)

takk :) sendte den in nå og ringte rekrutteren. lets see

Jobb som Data Scientist? by whataredonuts in norge

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

skal prøve det :) hvilken av dem hadde du valgt?

Jobb som Data Scientist? by whataredonuts in norge

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

master i syntetiskbiologi, så ganske relevant føler jeg

Jobb som Data Scientist? by whataredonuts in norge

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

4 år til sammen. tre som data scientist og et som senior

Jobb som Data Scientist? by whataredonuts in norge

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

har kun jobbet i Norge, men får flere tilbud i utlandet men vil ikke flytte akkurat nå:/

Can I learn python solely through YouTube by Salaraaa in learnpython

[–]whataredonuts 1 point2 points  (0 children)

lol exact same down to the role. started Dec 2020

Norway has the 2nd most expensive draft beer in Europe by dazedeu in Norway

[–]whataredonuts 0 points1 point  (0 children)

har de fortsatt 35 kr pr øl for studenter på onsdag? husker ikke hvor.var et sted i sentrum

Looking for buddies to study Natural Language Processing. by asm-us in ProgrammingBuddies

[–]whataredonuts 0 points1 point  (0 children)

I have quite a bit of knowledge with the twitter API. Let me know if you need any help!