notnotmike

joined 2 years ago
MODERATOR OF
[–] notnotmike@programming.dev 4 points 6 months ago

Normally I'd complain that they already did this but the first remaster had such terrible flaws like the hit boxes that honestly I'm happy they're taking another shot

I just hope they put it in the MCC. I like the all-in-one package there

[–] notnotmike@programming.dev 12 points 6 months ago

Yeah, I've realized that you can't really put people as easily into the "introvert" and "extrovert" buckets, because it entirely depends on the day.

I can be a social butterfly one day, hyper productive the next, then want to watch reality TV and not leave the couch another. It just depends on the vibe of how I'm feeling

[–] notnotmike@programming.dev 45 points 6 months ago (2 children)
[–] notnotmike@programming.dev 7 points 6 months ago* (last edited 6 months ago)

I'm desperate for better type checking in Python, and part of that is speed. So I'm very interested in these options

I recently started using uv based on a recommendation in another thread so I'll probably give ty a whirl sometime soon

[–] notnotmike@programming.dev 3 points 6 months ago

It's definitely bizarre, because nobody in the story actually "works" besides the local militia and servants, yet everyone has money and is rich

It appears to be because you get a lump sum at some point (inheritance, dowry, whatever) then "invest" it and get interest payments. Or, in the case of Mr. Bennet, they have land that they pay others to work or lease out to farmers. Just really fascinating how hand-wavey the money is, it just "is" for the most part and you don't explain how or why you are rich

[–] notnotmike@programming.dev 2 points 6 months ago

I suppose then a more accurate description would have been horticulture; but I'm using "farming" here as in planting and growing things, not for subsistence necessarily

[–] notnotmike@programming.dev 11 points 6 months ago (4 children)

I guess on some level there's something wholesome about it being a gardening game. I wonder how much of the success is owed to the natural human inclination towards farming

[–] notnotmike@programming.dev 1 points 6 months ago

I don't like it, but I appreciate your opinion. I'm open to being convinced it's cool, so hearing positive opinions is a positive

Thank you

[–] notnotmike@programming.dev 12 points 6 months ago (3 children)

And changing minds is difficult, and by all accounts requires kindness and understanding rather than blame and dehumanizing.

I get frustrated with how most outspoken people on the left seem to take the easy answer of "they're evil!" when talking about people who disagree with them

[–] notnotmike@programming.dev 9 points 6 months ago (1 children)

I tag mostly for humor, things I think are funny, unique traits about a person that I've noticed are a pattern. Some examples

  • thinks the moon landing is fake
  • documents tankies
  • LOVES Taylor Swift
[–] notnotmike@programming.dev 2 points 7 months ago

Depends on your charisma stat...

[–] notnotmike@programming.dev 2 points 7 months ago (2 children)

This some 18INT nerd shit

 
 

Hey all, I've created a catio (cat patio) for my two cats in a window well next to my desk. They absolutely love it, but I would like to make it even better for them by using real grass. Currently, I have a pretty good artificial grass in there that they love to lay in and stays green year 'round, which is fine enough. But I would really love to give them some real grass (or moss) to lay on and maybe even munch on.

So, with that backstory, I would love to find a grass that has the following traits.

  1. Comfortable and safe for cats (both internally and externally)
  2. Stays relatively short since I can't exactly get a lawn mower
  3. Doesn't require a lot of sun

It would also be a bonus if it were okay with more arid climates, because I would prefer to minimize watering as much as possible.

My mind goes to something like Spanish Moss since it stays relatively short and is pretty comfy, but I'm not sure if that's the best option, so I wanted to ask people more experience than me.

Picture of the window well in its current state and one of its occupants for reference below.

And for anyone concerned, the well is closed in with a grate and some chicken wire so they can't slip out. They are not outdoor cats, but we do take them out on harnesses for walks. They are treated for pests like tics and mites as a precaution.

Thanks anyone who answers!

 

Reached 30 and the wheels started falling off. Gained 20 pounds and back pain out of nowhere, it's like a damn sitcom. I feel uncomfortable in clothes I've worn for a decade so its time to put in effort. Better late than never I guess.

I want advice on good beginner resources. I'm talking really beginner, like how many reps to do, how long between reps, what machines to hit, etc. I've been to gyms before but just kinda rode the reclined bike them made shit up when I got to the weight machines. I also am terrible at not doing too much with my back, which is almost certainly where my back pain originates from, so extra instruction on how to properly engage my core is a bonus.

The one advantage I have is that I'm very good at tracking calories. I've just gotten lazy since Covid. So I've downloaded MacroFactor to try out some new technology. I've used Waistline recently but it's just too cumbersome to add food, and I lose motivation.

Appreciate the help in advance!

P.S. the one upside to turning 30 is that I can grow a beard now. So at least I've got that going for me

 

Around two years ago I was on a really small team, just two or three developers, and the other developer decided they wanted us to use Rider. Because I didn't have a preference, I used Rider and rather enjoyed it. However, that developer has since moved teams and now it is just me (for the time being).

So I was considering moving back to Visual Studio or even switching to Visual Studio Code, but I wanted to see some arguments against this.

Here is my list so far, but it's probably out of date since I haven't used Visual Studio in a long time.

Pros of Rider:

  • Much faster than using ReSharper
  • Less sharp interface with a better font
  • I'm used to it at this point
  • I have a Nyan cat loading bar which is kind of fun

Cons of Rider:

  • Enterprise license is expensive (probably)
  • New versions of C# aren't immediately supported
  • Refactorings are becoming less necessary with the rise of AI assistants
  • Don't really like their source control manager

Wanted to hear what other users think. What keeps you using Rider?

 
 

Oh and banned for rule 1 if you disagree

 

The Praying to the Gods achievement requires you to kill the fanatic 10 times "without drinking any potion which restores prayer" and without leaving the wilderness. Simple solution is to pray on the nearby Chaos Altar or to take the obelisk down to a less busy altar near Ferox.

However, do you think the spaghetti code takes into account Stat Restore Pot Share or butterflies? Could you cheese this one with a friend?

 

I would recommend everyone try this. Just sit down, bend your knees, throw a blanket over, and show them the entrance. Just be warned they will not leave unless you make them

 

My favorite way to develop applications is microservices, or at least smaller services that can separate concerns a little bit. In our current application, there is an API we've created with an OAS document and an auto-generated .NET SDK based on the document. We then have a web console that makes calls to the backend API using the SDK and, ideally, customers would also use the SDK.

So my question to everyone is: what is the best "flow" to develop a NuGet package?

Currently, we have pipelines which publish the NuGet package of the SDK to our internal NuGet repository on every commit within a merge request. We have a manually incrementing semver with an additional build number tacked on (for example 1.2.3+abc123).

Now this works pretty well, but we often run into problems where a tester's NuGet doesn't pull down the latest version based on the build number if it detects it has the proper semver number. For example, if we create 1.2.3+abc456 NuGet won't pull down this version as long as it has the original 1.2.3+abc123 in its .nuget/packages directory. Testers and developers have to manually delete the version from the packages directory and do a fresh restore.

So, is there a better way to do build numbers? Or should I be deleting the NuGet package from the private repository every time (doesn't sound ideal...)?

The other part of this question is what is the best way to develop and test NuGet packages locally?

My current flow is a PowerShell script which will create the new .nupkg file, publish it to a local/filesystem NuGet directory with some random semver number (i.e., 9.9.9), update the .csproj with the version (temporarily), and then do a fresh dotnet restore on the target project. However, this can be cumbersome and feels like something that should be built into the dotnet command. Am I missing something, or is this really the best way to develop locally?

 

You can add Ecosia as a search engine to Firefox Android by going to Settings - Default Search Engine - Add then entering the following:

This will also allow you to use the Firefox Search widget on your home screen to search Ecosia.

I tried using the Addon to no avail, so I had to manually add the search myself.

Thanks for creating the community! I had forgotten to use Ecosia on Android for a while now. So much missed opportunity

 
view more: ‹ prev next ›