• 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle


  • I usually just deep clean once a year and wash the floor multiple times over until it’s pretty clean. Then I let my robot vacuum/mop keep it mostly clean twice a week the rest of the year. The robovac helps enforce a cleaner lifestyle by ensuring things aren’t left out and about. The floors will never be perfectly clean though, just the nature of life~

    As for everything else, I set reoccurring calendar tasks to space it out but I try to do one area per weekend. Keeps cleaning manageable but regular.


  • They have a few plans, but the cheapest is $5/mo. If you go past the allotted searches it’s pay per search after that (at a very tiny cost).

    I switched to DDG when Google started adding cards at the bottom of the first page and made search results utterly useless for me. DDG wasn’t bad but it still felt like something was missing or some results were flooded by a specific site. Kagi went the extra step to group results from a site sorta like how Google has.

    Ultimately it’s the benefits of old Google but some nice refinements and QoL improvements. Because it’s paid for, they don’t need to sell your data or shove paid for results down your throat.








  • Having had both great and terrible work out days, I found what led to the good, enjoyable days was purely the mindset. HIIT on a stationary bike sucks, but I had some fun sessions when I turned it into a game. Weight lifting routines can be super boring, but changing from rep based to time based and seeing if you can crank out a few more reps without sacrificing form can make it fun.

    It takes a lot to get into that mindset for me, but it’s possible and it makes a world of difference. Gamification of any task can introduce a challenge and give oneself a better purpose in the moment.


  • The class keyword exists for a reason and it has a perfectly fine use case when you need to make use of creating new objects. I think it may be disliked because people come over from Java assuming you need to define everything as objects/classes when we have modules and other methods of doing the same thing with a little bit less clutter. I recommend reading up on the underlying functionality and how classes and objects work compared to modules.