• 21 Posts
  • 277 Comments
Joined 2 years ago
cake
Cake day: August 6th, 2023

help-circle
rss


  • @souperk@reddthat.comtoChat@beehaw.orgdeleted
    link
    fedilink
    English
    610 days ago

    You are being very vogue, and it’s making it hard to answer your question.

    If you are looking for a mental health professional, there are platforms you can use online, or even lookup professionals in other countries and contact them. Keep in mind, depending on the country the cost can vary greatly, a psychologist in Greece will cost you 40eur per session, but one in USA will cost at least 400usd per session.

    Depending on the country you live in, maybe there are public services you can use, though from your post it seems unlikely 🥲

    Also, books and video essays, are a great resource bettering ones self, you just need to find the right ones.


  • Petkauskas’s article describes the discovered breach as “a plethora of supermassive datasets, housing billions upon billions of login credentials” that have been sourced from “social media and corporate platforms to VPNs and developer portals.” This data is sourced from “30 exposed datasets” that researchers say contains “tens of millions to over 3.5 billion records each.”

    To be clear, this is not a new data breach, or a breach at all, and the websites involved were not recently compromised to steal these credentials

    Regardless of whether this involves freshly leaked credentials or not, it might be a good time to freshen up your logins. Hackers’ jobs are getting easier by the day.





  • I have same experience. I would sleep every day a bit later until I got to the point where I would sleep at 6am, spend the whole day feeling like a zombie, then sleep early and repeat.

    For the past year, I am trying to wake up every day at 8am, it kinda works. I still occasionally get out of schedule but within a few days I am able to get back to the routine.

    Another thing that has helped is falling asleep to a streamer video. I watch everynight a trackmania video and it helps me fall asleep.


  • Hey, I was fired last July and I went through the same process, I actually asked a similar question on Lemmy and the feedback I received helped a tonne in landing more interviews.

    Here are the steps I believe helped me:

    1. Make sure your CV is machine parseable, search for open resume, upload your cv see what it detects. Ideally, generate your CV using that tool.
    2. Create your own portfolio website, here is mine for reference https://souperk.gr/ (I have a public repository, feel free to copy if CSS isn’t your strong suite)
    3. Check that toggle on LinkedIn to signify you are actively searching atm (don’t remember how, but you should see a ribbon on your avater if it’s active)

    For me, landing more interviews was the hard part. Once I got a few interviews going, landing an offer was easy.



  • I like Arc’s user experience with vertical tabs. They are bigger, easier to organize and they are cleaner. Also, the sidebar toggle is hard to work with, ideally I would prefer the ability to toggle with a shortcut or reveal on hover.

    Aside Arc, Zen browser has a good vertical tab experience.

    Overall, I still main firefox for my personal browser, though it’s UX is still lacking.



  • So you are basically building a classifier that tries to assert if a user will like a video. While many are against any kind of “algorithm” within the fediverse, I believe that it’s a necessity. But, I think allowing users to tag content and then building classifiers that allow you to filter based on that would be a more aligned with the fediverse.

    Anyway, cosine similarity has worked for a lot of things, so I think it’s a solid foundation to get you started. Another thing you can try is using an embedding model, specifically a model that receives a segment of a video and yields a matrix with the property that similar input will result in outputs relatively close to each other (cosine or euclidean distance).

    Another thing to consider is building a platform that will permanently store data. If you can come up with a set of endpoints, I can implement something in python to get ypu started. I don’t have experience with video processing so I cannot help you with that, but the crud aspect is no biggie.