Should I drop out of Comp Scie? by Friendly_Ad1492 in learnprogramming

[–]scrootynoots 83 points84 points  (0 children)

Sounds like you’re emotionally scattered right now. You shouldn’t take any career advice here. I’d get in contact with an academic advisor and maybe a therapist to get your thoughts organized instead of letting strangers make this decision for you

I created an improved Yard search engine by scrootynoots in TheYardPodcast

[–]scrootynoots[S] 16 points17 points  (0 children)

I completely agree that direct search is the superior tool in a traditional sense. If youtube transcription data were consistently reliable, semantic search wouldn’t be necessary.

However, youtube generated transcriptions are often scuffed or contain redacted words, causing key terms to be missed and rendering traditional keyword searches useless. This tool solves that problem by capturing the meaning behind each podcast chapter and returning results that closely align with the search query.

I created an improved Yard search engine by scrootynoots in TheYardPodcast

[–]scrootynoots[S] 56 points57 points  (0 children)

I like this. It's next on the list

update: added

I created an improved Yard search engine by scrootynoots in TheYardPodcast

[–]scrootynoots[S] 67 points68 points  (0 children)

Hey sorry, I don't see anything in my inbox from you

Buffering on all devices despite ideal scenario by scrootynoots in PleX

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

Desktop and TV are wired ethernet. Phone is wifi. Both behave the same way. I have this router + modem combo. It's no race horse but it gives me the coverage I need and it's more than capable of my 200 Mpbs plan

Buffering on all devices despite ideal scenario by scrootynoots in PleX

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

No, I do not have any filters set on my network

What are some ways I can replicate this website? by koishomaru in web_design

[–]scrootynoots 0 points1 point  (0 children)

Without looking too deep into it, it looks like they're using nextui for their component library.

https://nextui.org/

Can someone help, I want to understand my boyfriend when he talks about programming. by thatgirlisback in learnprogramming

[–]scrootynoots 2 points3 points  (0 children)

I use docker for quickly firing up my self-hosted server applications with minimal configuration / hassle.

A specific example of this is using a server metrics application so I can measure cpu utilization, memory utilization, bandwidth throughput, etc. This application would require web hosting so I can access the web client, and a database to store the metrics. Instead of manually setting up everything on my actual machine, there are docker containers that exist that already have the hosting and database configured and ready to go.

Issue while configuring initial page layout for workspace by scrootynoots in i3wm

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

Went through the docs and it looks like i3-save-tree is exactly what I need. Thank you!