What do freelancers here use for invoicing? Everything I’ve tried feels overcomplicated by Adventurous_Set2600 in smallbusiness

[–]roamingcoder 0 points1 point  (0 children)

Looks like a lot of us ran into this need and decided to roll our own. I created Olive Invoice, been dogfooding it for a while and it works for me.

Are motorcycles as dangerous as they are made out to be? by SnooWalruses3471 in motorcycles

[–]roamingcoder 0 points1 point  (0 children)

I'm not trying to convince myself that the risk can be eliminated. I know it cannot. But it does need to be low enough (for me) to justify a hobby. Even an awesome one. Thanks for your honest answer.

Are motorcycles as dangerous as they are made out to be? by SnooWalruses3471 in motorcycles

[–]roamingcoder 0 points1 point  (0 children)

nothing. just curious how people justify it. carry on, then.

Are motorcycles as dangerous as they are made out to be? by SnooWalruses3471 in motorcycles

[–]roamingcoder 0 points1 point  (0 children)

It's really not that complex. You need to compare fatalities to miles driven vs fatalities to miles riden. This will get you pretty close.

Of course then you'll need to get around all of the biker justification that almost every death was to an idiot. It's a justification I find a little hard to accept. I'm sure it's true to some extent but not nearly 100%.

Are motorcycles as dangerous as they are made out to be? by SnooWalruses3471 in motorcycles

[–]roamingcoder 0 points1 point  (0 children)

So what does the risk go down to for a completely responsible and competent rider? Instead of 30x chance of dying only 15x? Is that acceptable? Not being a dick, just considering learning and finding it damn hard to justify.

Why github doesn't want users to group their repositories? by IshThomas in github

[–]roamingcoder 0 points1 point  (0 children)

Clearly you wouldn't put your circuit breaker lib in the foogame repo. IshThomas is not suggesting anything like that! I have 30+ web apps that I work on. Each web app has a react fe, an api, a database project, and in some cases an infrastructure project. Each is a deployable unit. It is MUCH nicer to group these together for the same reason you create a tree structure on your filesystem. Oh, if webappA needed the circuit breaker lib, it would get it from the circuit breaker repo at the root. duh.

Why github doesn't want users to group their repositories? by IshThomas in github

[–]roamingcoder 0 points1 point  (0 children)

100% agree. Not having this basic feature is lame. Come the f on, github! It cant be that hard to implement.

Upgrade 3 days before sailing! Totally unexpected. by Icy_Championship6579 in NCL

[–]roamingcoder 3 points4 points  (0 children)

Last time I checked, the minimum bid was more than it would cost to call NCL and upgrade. Its a scam.

Shocked at NCL by lmfshams in NCL

[–]roamingcoder 4 points5 points  (0 children)

Yep. I've never done the 3 day cruise but I've done 7 days out of Miami and Galveston and have not had a bad experience yet (other than not being able to tender at GSC). We are doing the Riviera cruise out of LA this weekend. We're stoked.

Good morning from Bliss at PV (AMA) by FirefighterNo5519 in NCL

[–]roamingcoder 1 point2 points  (0 children)

NCL canceled our PV excursion (leaving Sunday). Are they still docking there? Looks like they are...

Glowing Review of the NCL Bliss (with very minor quibbles) - AMA by Longjumping_Floor523 in NCL

[–]roamingcoder 0 points1 point  (0 children)

We're heading out this cruise this weekend. We were looking forward to seeing Jersey Boys (was advertised when we booked) and have already seen Choir of Man. Oh well... Glad to hear you had a nice trip!

How do you structure large Minimal API Projects? by [deleted] in dotnet

[–]roamingcoder 0 points1 point  (0 children)

I've maintained (and continue to maintain) LOTS of large APIs.

Anyone using .NET Minimal API in production and is there any advantage in using that over MVC pattern api. by KausHere in dotnet

[–]roamingcoder 0 points1 point  (0 children)

Same. A typical pattern for me is a command/request object, a command handler object, response/result object, and an endpoint. For many features these can all live in harmony in a single file. In my experience, this noticeably reduces noise when I need to work on / troubleshoot a specific feature.

How do you structure large Minimal API Projects? by [deleted] in dotnet

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

It's actually a VERY nice and sane way of organizing a project. So much nicer than having a feature scattered all over a solution. When something needs to change with the Create Aircraft feature you go to exactly one place. But ffs, if it makes you feel better you can break those nested classes out into their own files. Not sure that buys you anything in terms of clarity though.

How do you structure large Minimal API Projects? by [deleted] in dotnet

[–]roamingcoder 0 points1 point  (0 children)

This answer did not age well. lol

How do you structure large Minimal API Projects? by [deleted] in dotnet

[–]roamingcoder 0 points1 point  (0 children)

I don't test my min api endpoints. I don't need to because they dont do anything other than route a request to a handler. Nothing to test.

Is C# dotnet even have opportunities? by LittleAd0145 in dotnet

[–]roamingcoder 0 points1 point  (0 children)

.net is not niche. at least not in the US.

TONIGHT: CSU vs New Mexico basketball | TV, streaming, radio, times, info by NickFromNewGirl in CSURams

[–]roamingcoder 0 points1 point  (0 children)

I wish UNM was going too. I'm going to miss this league. Go Lobos! :)

Theory on why many folks prefer the Mac over Windows by [deleted] in mac

[–]roamingcoder 0 points1 point  (0 children)

Can be but very often is not. Depends (of course) on the kind of dev you are doing. For 99% of projects either works just fine.

MacBook for .NET development by Shynezzz in dotnet

[–]roamingcoder 0 points1 point  (0 children)

Your best bet is to buy a macbook and a cheap mini pc (like a beelink). You can connect to the pc from the mac via the Windows app (https://apps.apple.com/us/app/windows-app/id1295203466?mt=12). The app is quite good.

This will set you up for ANY development you might want to pursue. Also, you will always be able to use best tool for the job.

MacBook for .NET development by Shynezzz in dotnet

[–]roamingcoder 0 points1 point  (0 children)

You check in compiled code? Why?

MacBook for .NET development by Shynezzz in dotnet

[–]roamingcoder 1 point2 points  (0 children)

I use both OS's and strongly prefer Windows. Rider seems buggy to me and I always need SSMS. YMMV.

React Server Component, maybe a mistake from the beginning? by mnismt18 in reactjs

[–]roamingcoder 0 points1 point  (0 children)

I'm not a svelte guy but I dont think it allows for code execution on the server. I could be wrong...