Skip Navigation
Fuck this guy.
  • I mean, you can give us a bath first.

  • Smart password
  • I've had this before as well; Very annoying.

  • Self hosting is hard. How do you overcome?
  • I try to balance things between what I find enjoyable/ worth the effort, and what ends up becoming more of a recurring headache

  • Hacker Accesses Internal ‘Tile’ Tool That Provides Location Data to Cops
  • Very disappointing. Does Apple sell Air Tag data to 3rd parties?

  • Filen cloud
  • Just bought 3 since they stack and I'm worried they won't be offered in the future XD

  • Why do used electrics drop so quickly in price?
  • Yeah, I've heard that's a concern. I also heard that there hasn't been enough failures to know when you should expect batteries to fail. I've heard numbers like 300k-500k miles, since the cells inside the batteries are rated for thousands and thousands of cycles. I guess one way to hedge your bets would be to buy one that has modular battery replacements, so you only pay 4k vs 20k

  • Why do used electrics drop so quickly in price?
  • They're tempting, but Tesla's feel too sterile for my liking. Also not a fan of the center screen. I'd prefer one in front of the driver

  • Filen cloud
  • I actually emailed their support asking about the lifetime licensing, and they did mention they calculate/ limit the lifetime licenses to be sustainable. I hope they are able to succeed and be around for a while with their price modeling. Maybe lifetime won't be for sale for much longer

  • Filen cloud
  • Oh interesting, was there a Q&A or something or just speculation?

  • Filen cloud
  • I've noticed this too. I have to open the app for sync to start happening. I raised this concern to their customer support and they quickly responded saying they'll pass it to the dev team. Fingers crossed they add a fix soon.

  • Filen cloud

    What are your thoughts on filen? I don't seem to be able to find a community for them here, but it seems like a pretty solid up and coming company for secure cloud storage options.

    14
    Why do used electrics drop so quickly in price?
  • I've read that quite a few EVs have batteries where you can swap individual modules, and don't need to replace the entire battery arrangement if something fails. That seems to bring the price down significantly, especially considering you won't be spending money on oil changes, timing belts etc

  • Why do used electrics drop so quickly in price?
  • Great point! I'll have to look into this more. What did you end up getting?

  • Why do used electrics drop so quickly in price?

    It's been years since I've checked the used electric market, but I'm seeing cars like the Hyundai Ionic 6 or Polestar 2 for low 30s, where as they were in the high 40s or mid 50s new a year ago.

    My suspicion is that:

    1. Normal car depreciation when driven off the lot
    2. General fear of batteries wearing down prematurely, even if the car has ~10k miles
    3. Any applicable federal rebates or otherwise have already been claimed and can't be claimed on used vehicles(?)

    Is there any other reason why these drop so quickly? Would buying one be considered foolish in anyway?

    36
    YNAB vs Quicken Simplifi
  • Great to hear; Sounds like I made the right choice!

  • Personal Finance @lemmy.ml root @lemmy.world
    YNAB vs Quicken Simplifi

    I wanted to start using a budgeting program to better organize my spending/ goals, and basically narrowed it down to 3 --YNAB, Actual and Quicken Simplifi.

    I setup a self-hosted instance of Actual and was able to import my spending from my account by exporting from my bank and importing into the app, however this seemed like it might get tedious over time, so I decided to try YNAB.

    So far this has been pretty straight forward. I’m still waiting for things to sync up with my linked accounts, but I like it so far. I would try Simplifi but there’s no trial period there; though the graphs and UI make it seem appealing.

    Anyone here have any experience with Simplifi/ YNAB, and why might you chose one over the other?

    11
    YNAB vs Quicken Simplifi

    I wanted to start using a budgeting program to better organize my spending/ goals, and basically narrowed it down to 3 --YNAB, Actual and Quicken Simplifi.

    I setup a self-hosted instance of Actual and was able to import my spending from my account by exporting from my bank and importing into the app, however this seemed like it might get tedious over time, so I decided to try YNAB.

    So far this has been pretty straight forward. I'm still waiting for things to sync up with my linked accounts, but I like it so far. I would try Simplifi but there's no trial period there; though the graphs and UI make it seem appealing.

    Anyone here have any experience with Simplifi/ YNAB, and why might you chose one over the other?

    1
    Recommendation for software/ apps
  • Thanks for the reply! I'll look into these!

    Update: Ended up installing Actual and it's pretty nice! I think I'll also check out Quicken and YNAB (for non self-hosted options).

  • Personal Finance @lemmy.ml root @lemmy.world
    Recommendation for software/ apps

    Hello,

    So I recently revisited (and recreated) my savings spreadsheets so that I can track my needs, wants and savings. To try to keep track of my fixed costs and also try to follow the 50/30/20 rule (not sure if this is a good strategy or not).

    I have everything mostly sorted, but as new things come up, say a new subscription or a cancelled one, changes in rent, etc. It will be a bit of a hassle to keep this up to date.

    Are there any software/ apps that you guys use that you like that make this kind of thing easier to see where your money is going?

    2
    homelab @lemmy.ml root @lemmy.world
    PiAlert without WAN access

    For those of you who know of PiAlert or similar projects/forks like NetAlertX, do you know of any that can run without WAN access?

    I just got PiAlert running the other day and noticed that it does not update correctly unless it has access to WAN which seems odd, since it's basically just running arp commands within internal IP ranges over specified interfaces.

    Edit: Looks like I was just able to modify one function to return a hardcoded value to resolve the need to connect to WAN

    0
    Network conflict on VM with multiple interfaces
  • Understood. Thanks so much!

  • Network conflict on VM with multiple interfaces
  • Just SSH dropping. Everything on the VM side is ok.

    And yes, the computer I'm using is on .6.X (LAN VLAN) and the VM is on .1.X (MGMT VLAN).

    The management VLAN is only accessible by a couple devices and this is one of them. To get PiAlert to be able to see devices on the LAN VLAN, it has to have an interface to be able to ARP from.

  • Network conflict on VM with multiple interfaces
  • Would that be similar to telling SSH to listen on only one interface? Because I did try that but it unfortunately did not resolve the issue

    Edit: Found what you mean. I'll give this a try, thanks!

  • homelab @lemmy.ml root @lemmy.world
    Network conflict on VM with multiple interfaces

    So, I finally got this project (PiAlert) working how I'd like.

    It basically uses arp to keep track of devices on your network, and let you know when new ones join. It gives some basic stats like uptime, etc and you can configure a few different notification options to be alerted when a rogue device connects.

    Anyways, to get this work on my network involved setting up several network interfaces, as I have quite a few VLANs I'd like to keep an eye on. While everything seems to be working, I feel like I may have created an asymmetric-routing situation, as now when I SSH to the VM hosting this, it will freeze up after a few seconds.

    My interfaces look like such. The problem is that I am accessing this VM (hosted on 192.168.1.0/24) from my personal network (192.168.6.0/24). My personal network has access to 192.168.1.0/24 and obviously to it's own subnet, so I think packets are getting confused, as there are multiple routes they can take to this VM.

    I believe this is confirmed, because if I disable the entry for 192.168.6.0/24 in my /etc/network/interfaces file, the problem goes away.

    How should I handle this? I've tried some simple UFW rules to try to force things to only use the 192.168.1.0/24 interface, but to no avail.

    Edit: Sorry for the weird markdown, not sure why it's highlighting keywords

    8
    Homelab Honeypot
  • Yeah, such a nightmare, lol. If I ever feel like hosting a honeypot I'll probably DMZ it or use a VPS or something, but I'm going to change gears on projects for now.

  • homelab @lemmy.ml root @lemmy.world
    Homelab Honeypot

    I recently installed an instance of TPot Honeypot, and it looks and feels pretty fantastic.

    I haven't opened it up to the whole world, because my goal here was to just have the same ports I expose for my personal projects (game server, matrix chat, wireguard, etc) be exposed to it.

    I know this project is a bit overkill for this use case, since it comes with a ton of honeypots that I'm not using, and that I'm essentially trying to make a fancy IDS, however I have a couple questions.

    1. Is it possible to add custom ports for honeypots that aren't included in the project? For example, if I have a game running on port 4567 and there is no honeypot for that, I won't see any activity.

    2. Is there another (perhaps lighter) Honeypot that you guys would recommend?

    Edit: I guess disregard. I realize now that I can't have honeypots running on the same ports as the services in which I'm wanting to monitor. Port forwarding from WAN to multiple devices using the same port won't work

    5
    homelab @lemmy.ml root @lemmy.world
    Pi Alert VLAN issue

    I recently discovered Pi Alert (and the various forks of it) and it seems like something that might be useful on my homelab.

    I've decided to use this version, and have tried the others as well, but I can't seem to get it to discover things outside of the VLAN that it is installed on.

    It is running on a Proxmox VM using a trunk'd interface that has several VLANs available to it. If I SSH into the VM hosting Pi Alert, I am able to ping the devices on the other VLANs without issues, so I know ICMP detection should be working.

    Here is the config section. I am using SCAN_SUBNETS = [ '192.168.1.0/24 --interface=ens18', '192.168.2.0/24 --interface=ens18' ] To test 2 of my VLANs, and as mentioned, they are on the same interface, however this does not seem to be working.

    Anyone have any suggestions?

    5
    Possible change in job title

    Hey all,

    Firstly, not sure if this is the best place to ask this question, but here it goes anyways.

    I've been a Systems Engineer for about 6 years now, and it's fairly enjoyable. I get to program, play with hardware from time to time, but something is missing.

    In my free time, I like to spin up projects on my home lab, write and host new open source projects, maintain a fairly complex network, etc.

    A couple years ago, our company got hacked, and honestly, the aftermath was some of the most fun I've ever had at a job. I got to discover new tools to help my team (like Ansible to help us perform bulk actions across our tester fleet), I got to come up with clever ways to upgrade our fleet of machines to meet the new IT regulations and deploy them at scale once we got the green light to return to the labs and I got to think of new security strategies to help better protect us (my small team within the larger company) going forward.

    After the dust settled, it was back to basically only programming, but I do miss when I was able to use my infra/ security/ networking knowledge for that short time.

    If I were to change from Sys Engi to something else, what should I be looking for?

    3
    The Dyson Show nearing 1,000 episodes!

    This small YouTuber has been pumping out dad jokes for almost 1,000 episodes (999 currently).

    Show him some love :)

    PS, I’m sure some bot will yell at me for this link. Apologies.

    https://youtu.be/LtSWM-f2Rg4?si=e0-uur23aJh-MhEE

    0
    The Dyson Show nearing 1,000 episodes!

    This small YouTuber has been pumping out dad jokes for almost 1,000 episodes (999 currently).

    Show him some love :)

    PS, I'm sure some bot will yell at me for this link. Apologies.

    https://youtu.be/LtSWM-f2Rg4?si=e0-uur23aJh-MhEE

    1
    homelab @lemmy.ml root @lemmy.world
    Gl.iNet no longer open source?

    After looking into travel routers a bit, I quickly came across Gl.iNet which seems to be a leader in the space. It seems they use OpenWRT which is great, but with some special sauce on top of it.

    In a few different posts I've seen people mention that they are no longer open source. Does anyone know if this is the case? I see some activity on their Github repo, but am not quite sure which parts people are worried about being closed.

    Post 1

    Post 2

    4
    homelab @lemmy.ml root @lemmy.world
    Travel Routers

    For those of you who use travel routers, do you only use them to wire guard/ openvpn back to your home networks for local resources?

    Do you use the travel routers firewall features at all, or does the VPN tunnel home take care of concerns about others in the public (hotel/ coffee shop/ etc) from seeing your devices?

    3
    homelab @lemmy.ml root @lemmy.world
    Whoogle

    I've been using Whoogle for probably a couple years now, and it's been great.

    I do not have a cert on my PC that's running it (in my house) so my connection to it is not https. My question though, is once my query reaches from my device to the whole server (http) does Whoogle then use HTTPS when exiting to complete the query?

    2
    homelab @lemmy.ml root @lemmy.world
    Setting up a WireGuard client on GL.iNet travel router

    I've gone through this process a few times over the last week since trying out WireGuard, and for the most part it's been seemless. There's hiccups here or there, but normally just me misconfiguring my keys/ config file.

    Typically on the client (my phone, tablet, etc) there is an option to generate the key pairs. I'll then put the public one on my peer definition in pfsense, and away we go.

    With this GL.iNet router however, there is no option (that I see) to generate the key pairs.. so I think the problem I'm running into is that they are not matching/ expected when the negotiation with my firewall happens.

    How can I go about generating these keypairs? Has anyone had this issue with GL.iNet?

    EDIT: After finding a post from GL.iNet staff advising to not have a Listening port in the Peer section, and to set the MTU to around 1300, I have everything working as expected.

    4
    homelab @lemmy.ml root @lemmy.world
    Setting up fail2ban on Debian 12

    I've used fail2ban in the past on Ubuntu, and it was very easy to setup.

    Apparently on Debian, there is no /var/log/auth.log, and it does not use iptables, so fail2ban is not seeing the failed login attempts and jailing the purp.

    Has anyone set this up successfully before? I see suggestions online to set backend = systemd, but this does not seem to be fixing the issue for me.

    5
    homelab @lemmy.ml root @lemmy.world
    TP-Link AP Hardware version mismatch

    Hey all,

    I have a TP-Link EAP660-HD which has been serving me very well. I recently upgraded the FW on it, and after checking the back of the unit to see that it is a ver 1.6 (and downloading the appropriate 1.6 FW) I see in the dashboard that it says it is a HW version 1.0.

    Is this expected? Pic

    2
    Personal Finance @lemmy.ml root @lemmy.world
    When people say they lost their 401k

    I've had a few people in my life tell me that they lost X % of their 401k during the (insert financial crisis).

    Recently when a friend told me they lost 50% of their 401k in the 2008 time, I said: "Well you didn't really lose anything, because you still had the stocks, and even though they were worth less, you still had the same number of stocks, so you could have waited it out?"

    To which my friend replied: "That would be true if the person managing my 401k didn't sell".

    I hadn't actually thought about that. I mean personally most of my funds are in age based target funds, but those funds are also managed by someone, right? So is there a way to prevent someone from selling your stocks if the economy tanks? I have a pretty long retirement horizon (still in my 30s) so I can weather the storm for a bit.

    Edit: Thank you everyone for the insightful answers. This really helps to clear things up

    19
    That's dedication

    A long time ago I came across this channel called DysonShow500 It's a guy performing small jokes of the 'dad' variety.

    Years and years have gone by, and I now see he is approaching his 1000th episode.

    Just wanted to post here to give him some love and attention :)

    0
    root root @lemmy.world
    Posts 79
    Comments 225