Whats a current obstacle or challenge in your life you'd like to share and brainstorm for solutions?
Whats a current obstacle or challenge in your life you'd like to share and brainstorm for solutions?
I wanna build a fun NN that takes as input an image of your face, and outputs your predicted weight.
If the prediction is wrong, you enter the real answer and then it will use your face and your real weight for the next round of training
I just really want to know if it’s possible to guess someone’s weight by their face, and think it could be a fun exercise.
It’d also be fun to see what features it extracts at various layers (e.g. cheek sag, double chin, eye sink, etc.)
That would be interesting, although make-up would skew results.
Tinder being a great example of that
Thanks, this is probably one-axis (west to east) solution, but it’s the only less complex solution that is easy to automate, maintain, and handle off-roading.
You only gotta worry about greasing that central gigantic screw.
I don’t have enough knowledge on the subject to suggest a solution.
But asking a solution along a tangent since you mentioned heat:
Which colour does your van and its roof have?
If its a darker colour, maybe trying a lighter colour would help reduce the heat gain?
www.youtube.com/watch?v=W_2lsMXR_wo
www.youtube.com/watch?v=qLVNjS403M8
Thanks, I was looking for a portable dual axis solar tilt solution to capture more electricity from the sun from my rooftop.
If it was heat, I would have just moved to a higher altitude place with a bonus of fresh cool air.
My van is white BTW ;)
www.reddit.com/r/…/rooftop_solar_tracker/
Looks like someone out there had the same idea.
They’re currently selling a packaged system for ~$5k, which is a bit pricey, but maybe worth if you’re full time on the van life. Looks like you could probably fit 2 of these units on a typical roof, obstructions permitting. Alternatively you could do one tracker and one flat unit.
It looks like ground based 2-axis tracking systems can be found for ~$500-1k, you’d just need to bring your own expertise to mount it to the roof and program the controls yourself.
Semi-unrelated: others mentioned painting your van white (which you already have) but I’ll raise you one better - consider painting it with an IR-Emissive cooling paint, e.g., i2cool.com
There’s unfortunately few products on the market at this time, but keep your eyes peeled.
I can help start you off if you want.
(To ward off the mods all of these suggestions are for personal photos and personal video files, created by, or for the user, and in no way am I recommending that piracy is ok or legal)
There are a few frontend/backend solutions that you can pick from that are popular and well supported.
The front end that you pick can be a steaming device like a Amazon fire stick, Roku, or AppleTV, this also includes smart TVs, (not all TVs support all or any) for widest support an Android tv would work).
As for where to get your media files there are a lot of options out there, but be careful (I don’t know the this instance’s stance on site recommendations so I can’t list them). As for how, torrenting is still the most popular, but not the only option. You’ll need a torrent program to get the files to download to your “server”. It is also very encouraged and recommended to use a vpn while you download and seed to protect yourself.
While not expansive or detailed I hope this helps.
With zero sarcasm: thank you for taking the time to write that explanation out.
However, this is kind of exactly what I’m talking about. You’re saying I can use plex, or jellyfin, or kodi, with all the opperating systems (but not?) and you say I can stream to smart TVs, are Chromecasts smart? I can follow instructions, I just don’t understand how this technology stack works together. Nobody even tells me what Linux distro to use!
The issue with Linux is that the best way to run jellyfin is to use docker (setup and running docker is its own thing that takes more time than I care to work on over lemmy). That way it’s Linux distro agnostic. With windows and Mac there is no issues as they have native apps from the server side that gets timely updates.
If you want to use windows, Mac or Linux, plex downloads for the server to house and stream media from can be found here: linux choose your distro and install as per your distros standard instructions windows you can also install the server software via Microsoft’s windows store if you are so inclined. mac/apple I have no clue if plex lists their server app via the App Store so your on your own there.
Plex will walk you through setup and ask where to find the files you want to add. Jellyfin as well.
Jellyfin files for the server and client(player/viewer) can be found here jellyfin some options have instructions. Some options require you to be able to understand how to install software specific to a Linux distro and the windows/Mac options should be easy to install and understand.
The Linux distro you want to use will depend on you, but each service has their own preferences.
The end goal of installing all of this is to stream from your server client to the player client software. The server client software will have options on how you want the server seen on your internal network (intranet) and if you want to be able to access the server outside your network, say on your phone on the go (internet). The server clients will also ask you about where they need to look to find the media files you wish to stream locally or outside your network. plex and jellyfin have all of this and more to mess around with, but if you are just doing this at home no need to explore too much if you don’t need to.
So, any of those will work with almost any distro. I’d personally recommend Jellyfin because Plex is run by a private company and it has turned around and bit its users lately.
I think you might want to look up installation instructions for Jellyfin here to understand it a little better: jellyfin.org/docs/general/installation
As for what distro? Lots of choices! One thing to remember is there’s so many ways to set things up and everyone has different preferences, so it’s really difficult to just say “Do A, B, and C.” But maybe I can help a bit without assuming anything about your experience level.
Jellyfin is just a “front-end” app that runs on top of an OS, that you can access through a browser on your network. All it does is give you a very convenient way to serve up media files you give it access to, across your network! :)
My setup as an example: I personally run a server OS called “Proxmox”, wherein I made a virtual machine for OpenMediaVault (a custom Linux OS for making a file server), which helps me run a Docker container for Jellyfin.
(Docker containers are really cool but can be a bit advanced)
But if you think of each component as a building block that you understand and set up, you will get a better idea of what you can learn or leave out for your particular setup.
But let’s make it simpler! I didn’t know anything about this either when I first started. Say you have an old PC with some drives laying around. You could just as well install OpenMediaVault bare metal as the OS, and install Jellyfin within it maybe. That might be enough.
Open Media Vault is a modified version of Debian Linux, if I recall correctly. It has a great community too.
Here’s a really good site with some information: perfectmediaserver.com
I’d also suggest checking out “selfhosted” communities here on Lemmy or maybe that “/r/” site lol.
YouTube can also be handy here, for understanding how to get things going. Things like “ProxMox home server guide” or “Jellyfin server setup”, “OpenMediaVault jellyfin docker”, that kinda thing.
Sorry it’s super late after a long hike for me but I hope some of this helps you a little on your journey! It’s definitely something to take your time in, more than a “weekend and it’s finished forever” kind of project. :)
Linux distro shouldn’t really matter here. Given what you’ve said, I would recommend using Debian just because it’s the most popular server distro and a lot of server guides will either assume you’re on Debian, or have instructions for Debian. For instance, if you see suggestions to install software using sudo apt install software-name-here, that’s for Debian.
You would probably want to use Docker for this. There are instructions on how to install Jellyfin with Docker here.
I would like to force my Luba 2 robotic mower to mow steeper terrain (almost 45 degrees). The main problem is wheel slipperiness. Current ideas:
You’ll want to add weight and grip. I’m not certain what the wheels are like, but you may be able to either replace them or modify them for better traction. I’d see if you CSB find all terrain bike tires and cut them down.
Weight wise, you’ll need to play around and see what you can add without hindering movement.
Counter suggestion, kill off the grass in the area and replace it with a creeping ground-cover. You won’t have to mow, it adds ornamental value, and it’s better for local wildlife.
Unfortunately I think this is one you just gotta wait out. Eventually as the older population downsizes/ moves to assisted living/ dies, houses will become available.
Also, vote for governments that view housing as a human right and not an investment.
Well, fundamentally capitalism involves the deprivation of the means of subsistence and production from one class so that they are forced to sell their labour-power to the capitalist class in order to obtain the means of subsistence. You could define that as “mistreatment” or not I guess, but whether or not you do, personal treatment by your capitalist does not change the form capitalism takes. Workers’ power comes from combining. Capitalists are already combined—they work together to keep wages low and prices high. Unionising only levels the playing field in that regard.
I’m not saying that you should always focus on unionisation in every situation—sometimes there is more important political work to be done. But if you have nothing else to do, it’s often the most accessible starting point.
It appears i have upset my hip/ lower back and if I love wrong it refers pain into my knee and I can’t bend it without laying down on my back and doing a minute of stretches to get it right again.
Then it’s good for an hour or two before it happens again.
Fortunately I’m an Australian and can go to a dr and physio. Unfortunately I’m in PNG for work for 3 more weeks with none of that available
Thanks I’ll check out the videos.
Shoes i can’t do much about given i wear work boots 13 hours a day but luckily today it’s improved with some stretching and taking it easy
So shouldn’t he apply for disabillity or something? Not to be unkind but you can’t keep your parents warm by setting yourself on fire.
home life isn’t as great as it used to be
Are they making it that way, like do they act manipulatively or threaten you or harm you in any way?
I am looking into a career change but I’ve been doing the same type of job my whole career.
I have an upcoming interview for a job that sounds really interesting but I’m worried that I won’t be able to highlight my transferable skills.
Does anyone have tips/suggestions?
Just nailed an interview because I prepped with ChatGPT. Gave it my resume, the position I was applying for, and some of my recent accomplishments and it helped me realize that I was a stronger candidate than I thought, so I was able to use that during the interview.
Please keep in mind that at no time do I ever believe ChatGPT blindly.
Idiotic bureaucratic systems designed to not work
So not much brainstorming to do with a bunch of anthropomorphised catch-22’s.
Narcissists at work. Seriously. Manipulative fucks who are ladder climbing and have little interest in the field. They make my life harder. I currently have to deal with one at work and I know many more are up ahead. How do you handle someone who basically shows classic signs of narcissism, and controlling and toxic behavior, especially when the person themselves are not in the slightest open to the idea of changing or being wrong or seeking help.
I’ve tried setting boundaries, being nice, being sneaky, being absent/avoidant and nothing seems to work. This person has chosen me for some reason to be their pet or something and they get angry when I sway from the script (which is the case on a daily basis).
The script is that I am poor and helpless and need her constant advice and directions to function.
Ignoring her makes her angry. Several times I tried to ignore something and get distance but it always increases her desire to “check” me and make sure I’m okay and in-script. So avoiding her exacerbates this. :(
Just something to keep in mind. If someone is a dick to you, abusive or ruthless, or just hurtful… 90% of the time, it’s not you. It’s them. There is something broken in them that makes them mean, and needing to hurt. They are malfunctioning.
The last 10% of the time… Own it and work hard to fix it…
But hurtful people hurt, not because of you, but because they are damaged and want to hurt people, and that’s wrong.
Malignant compliance maybe? I had a boss who kept nagging me about stuff she didn’t even know how to do so I decided to give her my undivided absolute attention calling her every time I was going to do somehing, every time while I was doing it, every time after completing the task and so on.
I did this for a while and only as a last resort because I was fed up with her attitude. It worked like a charm! Lol