• 15 Posts
  • 957 Comments
Joined 1 year ago
cake
Cake day: August 25th, 2025

help-circle


  • I would agree that far too many take the “easy” path of just buying premade foods, but I take issue with the last comment:

    I dont remember this being difficult, even poor and working full time. Its all about the parents’ priorities.

    “Poor” can often mean more than one full time job for a single person. The framing you’re putting on this suggests that any parent has this kind of time, and it just isn’t true. Its also especially worth mentioning that a person’s income can change wildly at any time - someone doing well enough to be the stay at home parent while the other works could suddenly become a single parent. A single parent that would need to work multiple jobs just to afford to keep living in their home.

    And I say this as a parent lucky enough to work from home, and my partner being able to dedicate full time to parenting before going back to part time work.

    Yes, we made all of their food at home. Even baking the bread they eat during the week. Not everyone is lucky enough to make that happen, especially now.






  • That entire lineup (gen 1 through 3) I think cap at 65W, the rest of it is to power the other ports.

    I had to pick up the new tb5 dock with a 265W power supply to support my newest thinkpad, I’m moving the other dock over to another bit of kit to support my older laptops (t480, x1 yoga, x13), but yeah its only 65W.

    The rest is for devices. The USBC ports get a 30W allocation, the USB-A get 15W, the internal controllers another 15W, and the remaining 10W is for the video processing onboard.




  • Actually given that, if you have a weekly with AI as part of it, tagging [AIT] will allow people to filter it out.

    Its pretty ancillary to the newsletter itself so its not really required, but just to mention… if it were tagged, any low effort comments like “slop” or similar would then be removed. I don’t really see that on your posts in general though, so more a thought for later should it become a problem.









  • Telemetry is one reason.

    Not having to worry about the service shutting down (Google Reader) is another.

    Synced read status is a common one as well.

    You may also use it in combination with another service to create RSS feeds for sites that dont have one.

    Honestly having it not just get killed like Google Reader is a big chunk of the userbase.


  • Edit: Completely misread things, I thought you had 192.168.10.0 and 192.168.20.0. Yes it would be the whole subnet for a /24, if you wanted less you’d go higher as mentioned.

    192.168.0.0/29 would include 192.168.0.1-192.168.0.7.

    /28 would get you up to 192.168.0.15.


    No, /24 is just 256 IPs.

    192.168.0.0/24 = 192.168.0.0 mask 255.255.255.0, or 192.168.0.1-192.168.0.254.

    If you want 192.168.0.0 through, say, 192.168.7.254, you need to cover 2k ip’s, which is a /21. The mask would be 255.255.248.0.

    A /24 would only be the last octet.