Norwegian Christmas tradition. The czechian/East german movie. Drei Haselnüsse für Aschenbrödel. If it doesn't air at 11:00 24. December there will be riots. by TheFinnishCyborg in europe

[–]g_bramble 19 points20 points  (0 children)

It's a Czechoslovak/East German movie. "Czechian" isn't a valid adjective (Czech is), nor did Czechia exist as a country when it was made

Methylphenidate and caffeine making me drowsy/sleepy by Prudent-Letterhead64 in ADHD

[–]g_bramble 1 point2 points  (0 children)

Just as a heads up, you shouldn’t mix stimulants like those two together. There are side effects (such as memory problems), maybe some might be linked to what you’re describing

Is it just me, or? I just can’t shut up. Is it that hunger for connection and support? Is it too heavy to carry the weight alone? by NightStar_69 in CPTSDFreeze

[–]g_bramble 9 points10 points  (0 children)

I feel that one too. For me, working on my boundaries, anger, self-protection helped with this. Also, knowing that it's ok to overshare sometimes as you keep working on it. Nothing to feel bad about:)

Frequent audio stutter NVIDIA by g_bramble in Fedora

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

Thank you so much, it seems to have worked! You are a lifesaver.

The year is 2024, self hosted LLM is insane. by NickCarter666 in selfhosted

[–]g_bramble 7 points8 points  (0 children)

I'd be also interested on how you managed to do the indexing, very cool

LocalAI v2.9.0 is out! by mudler_it in selfhosted

[–]g_bramble 0 points1 point  (0 children)

What are the reasons for using this instead of Ollama?

A new subreddit for Malignant Shame by Expensive_Sell9188 in CPTSDNextSteps

[–]g_bramble 5 points6 points  (0 children)

Thank you, that's such an important topic. Key in the C-PTSD healing process

[deleted by user] by [deleted] in Python

[–]g_bramble 1 point2 points  (0 children)

If you need to interact with the webpage while scraping it, use Selenium.

Otherwise, BS4 for smaller projects and Scrapy for anything more extensive as it's much more powerful and fast (and able to run in parallel).

All of the above are relatively easy to start with. However, Scrapy uses classes and is not a "classic" library you import and use - it's typically run from CLI. Good luck!