notnotmike

joined 2 years ago
MODERATOR OF
[–] notnotmike@programming.dev 4 points 2 months ago (1 children)

I do a similar thing with 35. I have to say it like a character from Scrubs

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

For the most part, Crypto assets have no real value. They can be used as a currency, but that's infrequent at this point, and really it's now just a speculative asset.

In other words, Ethereum's (and other Cryptos) value is based almost entirely upon how much people think someone else will pay in the future.

If they think the price will go up, then they will buy. If they think the price will go down, then they will sell.

Because of this, any shred of evidence that could predict the perceived value going up or down can cause a huge shift in the market. Most likely a news article was released, or someone Tweeted something, that made people think the price could change.

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

The idea of searching had me thinking that it would be nice to have a search-focused instance that didn't defederate from any sites (besides the illegal stuff) and auto-subscribes to every new community so it has all the information possible. Then you could do "foo bar site:searchlemmy.com" and get an effect similar to reddit

Although that's probably unnecessary. But would be kind of cool

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

I have a friend who is just so damn stubborn when it comes to mixing up their "comfortable" things if they aren't the one to come up with the idea

Very frustrating

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

Any suggestions for an XMPP client?

In an ideal world I want something that has Discord's "drop-in" chats where you don't need to "start a call" anywhere, you just join in. My biggest gripe with Element's voice chat

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

Yes, I'm afraid so. Some of the concepts will still apply but it's most likely wiser to get a EU-specifc or country-specific book if you can find one

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

Black and Decker makes a series of books that are pretty good, I've been enjoying them so far. Black & Decker The Complete Guide to Wiring

I've also found various books from thrift shops to supplement as well as various resources from the internet

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

That statement presumes knowledge of GFI that I did not have - load side means nothing to a layperson

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

I'm leaning the science behind home electricity. I want to install an outlet in my bathroom for a bidet but I realized I didn't understand when and where I needed a GFI outlet. So I'm learning via a handful of books

Similarly, I want to add another outlet in the basement for my cats' automatic litter box.

I also just replaced my Nest doorbell with a "dumb" doorbell but the chime won't work. So I need to do some research on how the chimes work...

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

I haven't seen it mentioned but I enjoy channels like Solo Solo Travel - slow-TV style videos about public transportation. What food can you get on a first class flight from Tokyo to Australia? All the videos have zero commentary unless you turn on the subtitles.

I enjoy them a lot because they're very relaxing and make me feel very cozy.

[–] notnotmike@programming.dev 192 points 3 months ago (22 children)

My hot take? No, it's not

You'll never change a mind with cruelty. You are merely selfishly expressing your anger

Best case scenario, this person now feels bad about buying a Tesla, but is now stuck with the car. They will likely have to waste resources fixing it and it may happen again. Sure, you could assume they're rich and can afford to fix it but that wastes literal resources extracted from our planet to fix or replace the car. And if someone buys the used version they'll have the same problem and may not be quite as rich the next time someone vandalizes the car.

More likely scenario, you piss the owner off and they dig in deeper. That's just how humans work

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

I can find alternatives with enough effort, but I love me some heavy peated Scotch. The smokier the flavor the better

 

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

 
 
 

https://d2l.ai/

The book was written originally by a group of Amazon engineers and strives to be a resource on getting started with deep learning.

Even if you have no interest in developing models, you should be aware of how they work under the hood.

For the AI enthusiasts, it makes them more interesting. For the AI doomists, it makes them less scary.

The book being online and an easy to remember URI makes this a great reference book that you can access from any device with an internet connection. You could read the whole thing with cURL if you were feeling wacky. You can also clone the repo and host it locally if you want to "own" a copy.

They are releasing a physical book in English this week, so for you collectors out there can have something for your shelves.

 

Get good loot from a toolbox in Fallout? Gotta check them all now

 
 
 
 
 
view more: ‹ prev next ›