I feel you will appreciate reading a bit of Kant's work, the critique of pure reason would a good start. In perpetual peace, he makes the argument that in order to achieve peace everyone should freely exercise their right to "public reason", aka their right as an individual to critique others (the state, organisations, or individuals).
souperk
IMO it's about saving men from the patriarchy. I was recently on an interview of Judith Butler and I really appreciated its take that the movement needs to show empathy and compassion.
Wondering if a volunteer could go to the physical location necessary to restore service. If it's in Athens Greece, I can make the trip.
Edit: The server is located in Azores, the flight would cost 415eur, I cannot afford that, maybe someone in Portugal could help?
Military spending is a self fullfiling prophesy. A country spends more because other countries are spending more. Recession kicks in and somehow the goverment has to justify its military spending when people are getting hungry, so it goes to war.
Europe was built on the promise of stopping war without military power, that's a step in the wrong direction.
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:
- 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.
- 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)
- 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.
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.
There are a lot of things to unpack here.
First of all, your friend is at vulnerable place and this is not the time for you two to explore a romantic relationship. You will definetely regret rushing things, you sound like a kind person and you don't want to exploit her. Try to be there for her, give time and space for something romantic to develop.
When the time has come try to be clear and formal, ask her for a date, like you are meeting a new person. Dating someone you know for a long time can be confusing and messy, invest the time to understand the romantic side of your relationship.
Also, you deserve to be with someone that appreciates the whole you. De-transitioning should something you do because you want to and not something you do because someone else wants it. You are allowed to change your mind, but make sure you do it for the right reasons.
Last but not least, as far as the equipment is concerned, there are always strap ons π
PS the concept of love can be complex and confusing. There is a lot of research around it, but IMO the bottom line is that there are two sides of it you need to be aware. 1) there is limerance which is a feeling and 2) there is love which something you do
This need is probably something you can discuss with your therapist.
I have had a couple of interviews but no success from easy apply. I would say the ratio (applications / interviews) is about 1-2% for me.
I ended up setting up a postal server on my vps (see here). Their docs are pretty easy to follow through and it's probably the cheapest option (assuming you already use the and have a domain).
I haven't finished reading this, but so far I find this a very interesting read. I would suggest adding a definition of fractals, while I have a good grasp of the concept, I think that it would help to define how you are thinking about it.
Depends on what you are trying to accomplish, pydantic is great for encoding/decoding
If you don't need that go with dataclasses