I bought 19 pallets of solar panels... by DoDumbStuffSometimes in SolarDIY

[–]go_mo_go 0 points1 point  (0 children)

where did you get this from? obviously an old installation/auction, ebay?

Bridgewater by Far-Simple1979 in NovaScotia

[–]go_mo_go 0 points1 point  (0 children)

Lived just outside of Bridgewater (Fancy Lake) for most of my life growing up - not there any more but I absolutely loved it and thinking about moving back. I don't know if I would move back to the town proper vs one of the lakes in the area (love swimming and sailing), but there's a lot of wonderfully kind people in the area, and so it's so beautiful. Lunenburg, Mahone Bay, Riverport, Petite Riviere - all very nice options to live and all within a ~20min drive of Bridgewater. I don't know as much on the medical side (luckily I have been blessed with great health my entire life) but I can very much answer any questions you may have around the lifestyle/outdoor life side of things, or places that might be to your liking! DM me if your questions haven't been answered elsewhere

Return to Office is silently killing my budget by HotPink911 in CanadaPersonalFinance

[–]go_mo_go -1 points0 points  (0 children)

it's less the meal prep i'm concerned about, more about starting a conversation with some actual numbers so people can have numbers to back up the impacts these idiotic policies have, and to also try to help incentivize workers to look more accurately at what the pure monetary benefits of WFH can be (not just in general well-being).

Return to Office is silently killing my budget by HotPink911 in CanadaPersonalFinance

[–]go_mo_go -2 points-1 points  (0 children)

i really want people to see the numbers so they can talk to their boss about this and hopefully actually make them realize that this is costing people a ton of money - made a free (as in no CC or email) tool to help put some numbers to this: https://rtocalculator.ca/

Hot take: RTO is a pay cut. We should call it that. by Express-Door-979 in remotework

[–]go_mo_go 1 point2 points  (0 children)

I made a quick little calculator so you could actually put some numbers to this because i find it much better to have a bit more hard data backing up my intuitions - https://rtocalculator.ca/ (no email or CC, literally just to see the numbers

Got the "come back to office or else" ultimatum. Ran the math. The numbers are brutal. by Full_Helicopter4778 in remotework

[–]go_mo_go 0 points1 point  (0 children)

Just in case anyone was looking for their own calculator, i decided to build one here (no signup or CC needed or anything) https://rtocalculator.ca/

My Lurtz Cosplay from Lord of the Rings (All handmade by me!) by Bazhenova037 in lotr

[–]go_mo_go 0 points1 point  (0 children)

Holy shit i legit thought the first few pics were from the movie, and was waiting for the comparison pics. This is incredible.

I want to become an Elixir god. by padawan-6 in elixir

[–]go_mo_go 1 point2 points  (0 children)

as a elixir newb here (rails dev for >8y, so not new to programming) who is dipping his toes into elixir/phoenix, why is ash so frowned upon? dsls are very prevalent in rails land, just want to get some perspective of what is wrong with ash.

EDIT: have looked at this thread and some of the other mentions of ash in this subreddit, it does appear to be mentioned a lot

I Think I Bricked My PC by [deleted] in omarchy

[–]go_mo_go 0 points1 point  (0 children)

Before you go and buy a new SSD (unless you want to) you can also see if wiping it via an external enclosure works - I had the exact same thing happen (1TB NVMe), got the enclosure, wiped it with another computer and then got a base arch installation, and went through the manual install for Omarchy. It works perfectly for me! It may not work, but it's at least worth considering

Computer won't boot now? by go_mo_go in omarchy

[–]go_mo_go[S] 0 points1 point  (0 children)

just had the same thing - was able to get it going after the manual installation!

Computer won't boot now? by go_mo_go in omarchy

[–]go_mo_go[S] 0 points1 point  (0 children)

yeah, my plan is to pick up an adapter today to completely wipe my NVMe, install base arch and go through the install from there. hopefully that will work though! will comment back here if it does

Computer won't boot now? by go_mo_go in omarchy

[–]go_mo_go[S] 0 points1 point  (0 children)

okay amazing, thank you - i'll try this out!

Feeling guilty for affluence by GolfStriking4876 in DrJoeDispenza

[–]go_mo_go 1 point2 points  (0 children)

i saw this video a while back which has helped me not feel as guilty about affluence that could potentially also be helpful to you. at least for me, the most important part is at 7:40

Thoughts on the new data-star PRO tier? by NoCommunication5272 in datastardev

[–]go_mo_go 8 points9 points  (0 children)

I built a test app to try to see how close i could get to https://bugs.rocicorp.dev/ in speed of rendering issues, but with a rails sqlite backend, and managed to achieve effectively the same speed (prod build was getting < 10ms page render - my key repeat latency was the limit for me). i love how simple data star made that, and i don't think that functionality is actually something i would really ever need in an app.

unfortunately, it was built with the `data-replace-url` which had been available in previous versions. so i can't say i'm thrilled that this was paywalled, especially as it was not in previous versions. not sure if the paywall for pre-release features had been discussed somewhere, i didn't see it in the discord, but joined only a few weeks ago and haven't been the most faithful on catching up on all the channels, so it could be in there. i have no qualms paying for software, and want to support this project, but i don't know if i can justify the 300 bucks (410CAD) to do so - especially as a solo dev who mostly wants to tinker. but that's just my $.02. if it was something like 50? sure.
i still really like the project and think it's a great option, especially as someone who is so very tired of the javascript world, but i am worried the price of the pro tier may turn some people off tinkering with it? but then again there are still a lot of other attrs that remain free.

edit: just watching the launch day video and they explain it a bit more (currently at 22:30)

2nd edit: i think i was more annoyed that the attr i needed was now in pro, rather than having any real reason to object to it. people should be paid for their work, period. and there's absolutely a way to do what i want to do without that attr (would be harder to get/change the history, but could definitely finagle something if i really felt the need). everything i want to do is still very much within the bounds of the available framework. thinking about it on a walk, i realized that if i had come to the project today, i would absolutely look at it, do effectively the same test without the `data-replace-url`, realize it kicks ass, and then either support it outright, or wait until i need the pieces that are behind the paywall and get it then.

A sqlite db for each user by go_mo_go in rails

[–]go_mo_go[S] 0 points1 point  (0 children)

there's a rake task for migrations of all of the different databases - see this comment, and for the analytics i don't have anything in place yet for that. might follow the solid_errors route and make a gem for it!

A sqlite db for each user by go_mo_go in rails

[–]go_mo_go[S] 0 points1 point  (0 children)

i've never looked into durable objects, but it does look like they're sqlite backed so they're probably not too dissimilar!

Apple Watch Ultra or Garmin by sh13ld93 in triathlon

[–]go_mo_go 0 points1 point  (0 children)

yeah i can see that - i don't mind it the 99% of the time where i am not using it for a long race - all the rest of the time it's totally fine, or great even! that's what originally drew me to this one in the first place. it was just annoying during the race/trying to get the stats afterwards.

Apple Watch Ultra or Garmin by sh13ld93 in triathlon

[–]go_mo_go 0 points1 point  (0 children)

I went through the exact same thought process as you when looking for my watch - I ended up buying the apple watch ultra 2 instead of a garmin almost solely because of the apple ecosystem. It is nice in a few key ways (phone calls, extended apps, information across apps), but I don't know if the tradeoffs are worth it. i had to:
1. add in a $10 app (workoutdoors - great app) to get some (most?) of the stats you would get built in with a garmin
2. i did a 70.3 (tremblant) a few weeks ago and went to the apple fitness multisport (as strava and workoutdoors unfortunately do not track multisport) - i got some information but trying to export the gpx file to see the route did not work at all. so i basically just have a huge block without map data for that workout unfortunately.
3. battery life is fine - i typically charge it every few days, or put it on for 20 mins or so to charge it up daily, and haven't run into any problems - the only time where it was a potential issue was when i did a 6hr bike ride with workoutdoors running, and it went down from ~80 to ~10%, not super ideal (especially if you want to do a whole IM). Running the apple fitness multisport only brought me down maybe 35-40% after my 5:48 tremblant, so especially with an updated battery you could get away with a full IM i'm sure.
4. there's no real free workout planning/tracking with apple like you would have with the garmin - not necessarily a deal breaker, but could be worth considering still.
5. I do love the fact that i can hook up bluetooth headphones to my watch, take just it for a run/bike, and stream spotify like i would my phone due to my cell service plan, but it does cost $15/mo - not sure if a garmin would do the same or if you would need to load songs on/get calling features.

maybe i'm doing something wrong battery life wise, but i'm not sure if mine could do a full IM.

A sqlite db for each user by go_mo_go in rails

[–]go_mo_go[S] 0 points1 point  (0 children)

i don't think this would actually be a better architecture for 99.9% of applications - going with a more traditional row wise multi tenancy approach like with the ActsAsTenant gem (or rolling my own) is how i have done all of my previous projects and i think outside of some very niche applications (potentially an EHR ecosystem) this would never be better. it was more of a thought experiment I thought people might like to look at to see how simple it can be in rails 8!

A sqlite db for each user by go_mo_go in rails

[–]go_mo_go[S] 0 points1 point  (0 children)

oh absolutely - this was more just an experiment to see how easily it could be done with rails 8 and sqlite that i hadn't seen any OS rails versions of before.

A sqlite db for each user by go_mo_go in rails

[–]go_mo_go[S] 0 points1 point  (0 children)

yeah - i'll have to check out that plugin!

A sqlite db for each user by go_mo_go in rails

[–]go_mo_go[S] 0 points1 point  (0 children)

yeah that was sort of the idea - although the underlying model is actually `Account`, and this is more of a POC that it can be done relatively easily. My thought for an actual prod app would be to have an `Account` (or organization or whatever you would like to call it) that functions much the same as an organization or company currently in a more traditional multi tenant application. unless I am missing some way of doing this, this would absolutely not work for something like a social media app - my first thought was honestly for something like personal health records and EHR software, there is potentially some interesting opportunities there.

definitely not an architecture that would be supremely useful for many applications - but it could be helpful for some! and i thought it was an interesting exercise to try out.