@billseipel@fosstodon.org
@billseipel@fosstodon.org avatar

billseipel

@billseipel@fosstodon.org

This profile is from a federated server and may be incomplete. Browse more on the original instance.

billseipel, to random
@billseipel@fosstodon.org avatar

When I text you and I have known you for years is it necessary to say

"Hi Bill"

Or is this just politeness?

davesnider, to random
@davesnider@social.davesnider.com avatar

When will we see the first successful nostalgia act on the web? We're around 30-years of Internet culture at this point. The early years had a small audience, but each year that passes there will be more people that remember "the good Internet".

At some point an old brand / personality will be able to do a "come back tour" the same as Guns and Roses and capitalize on people's fond memories.

billseipel,
@billseipel@fosstodon.org avatar

@davesnider Welp. I need more coffee. Saw your post and thought "Dee Snider of Twisted Sister dropping truth bombs"

KentuckyConjurer, to random
@KentuckyConjurer@witches.live avatar

Does anyone else live in an area with high nitrate contaminants in the tap water and how do you filter this?

I'm currently having to refill my 5 gal jugs in the city because the runoff from fields is so bad.

We are once again on a nitrate alert. Then they try to say "unsafe for pets, small children, and elderly" but "safe for adults".

billseipel,
@billseipel@fosstodon.org avatar

@KentuckyConjurer Reverse osmosis is the winner.

billseipel, to azure
@billseipel@fosstodon.org avatar

Whatvis everyone's favorite async logging middleware?

Assuming I'll need some kind of queue or message bus to process messages.

Actually...why dont I just create an API which takes json. From there it can fwd it to a 'queue' of some kind. Then process the 'writes' to a db

billseipel,
@billseipel@fosstodon.org avatar

@khalidabuhakmeh Multiple apps sending messages though. 'A' is changed to 'B' in console apps & webapps

billseipel,
@billseipel@fosstodon.org avatar

@khalidabuhakmeh How's the azure options fare?

billseipel, to random
@billseipel@fosstodon.org avatar

Started looking at .

I am tired of having to do data mining excavations in order to find out "what happened".

The part that concerns me is just the "read" part.

billseipel,
@billseipel@fosstodon.org avatar

@_chrismay I need an events sourcing 101 type video

billseipel,
@billseipel@fosstodon.org avatar

@_chrismay Love this episode. However, If you take a drink everytime he says "Right?" I wouldnt make it 1 minute.

billseipel,
@billseipel@fosstodon.org avatar

@_chrismay No plans to deploy

billseipel, to random
@billseipel@fosstodon.org avatar

I may add less oats next time but overall....just like Mom made.

Oh and skip the Peanut butter. Not necessary.

image/jpeg

billseipel, to tech
@billseipel@fosstodon.org avatar

Please.

Can devs ha e better representation in film?

Not all devs wear hoodies.

Not all devs are hackers.

Not all devs are gamers.

Not all devs are "smart".

Not all devs have stickers all over their laptop.

Not all devs "get high".

Not all devs are socially awkward

billseipel, to dotnet
@billseipel@fosstodon.org avatar

The behavior for the List<string> seems... weird.

I'm not quite certain it has the SAME instance for each iteration of the ForEach .

billseipel,
@billseipel@fosstodon.org avatar

@mikegoatly @bitbonk Which is EXACTLY the behavior I observed while debugging. +1000

hankg, to random

I like the idea of breaking out of media bubbles and seeing how bias is reporting things differently. The site ground.news is a mechanism for doing that. They aggregate bias and ownership rankings from third party organizations and then show who is covering what and how. It is fascinating. But I think their rating system has some glaring errors. It's impossible to get a list of all publications but even their standard one shows the problem. AP being center is solid, but in the updated ratings it is skewed as left of center. Politico is definitely not left of center nor is The Hill center. Those are all right of center. NBC and CNN is at best left of center but especially with the new management of CNN that is actually now right of center too. Even in the categories of organizations I can't stand I don't think their ratings hold up. I hate Fox News but there is no way their web/print content are as skewed right as Daily Wire and Breitbart. They would more appropriately be in the same column as WSJ and New York Post. The thing I learned today though is that it is possible to create individual suggestions and tweaks. So maybe it would be worth subscribing after all...I can't tell. Anyone have practical long term usage experience to tell me what their thoughts are?

billseipel,
@billseipel@fosstodon.org avatar

@hankg Thanks for this. Its been hard to find news sources online for me.

renwillis, to NoStupidQuestions
@renwillis@mstdn.social avatar

Long holiday weekend plans… what are you playing this weekend???

billseipel,
@billseipel@fosstodon.org avatar

@renwillis Guitar

billseipel, to random
@billseipel@fosstodon.org avatar

strategy.

Branches: main and 'features/[your-branch].

Requirement:
Multiple devs work on multiple features concurrently.
Features move through various states of qat and uat (deployed to qat & uat environments via commit tags)

Problem: keeping 'main' clean. Some say to always keep main updated. But if its not 'production ready' I dont see why you merge to main.

Solution: I dont see a way around it. You simply work your feature until its ready to merge to 'main'.

billseipel, to random
@billseipel@fosstodon.org avatar

If its an internal app where nobody else is planned to use it... what is the benefit of making it an "API" over just building a console app?

See so many people wanting to make a "microservice" where totally uncalled for.

Dont do an API... just to do one.

billseipel, to dotnet
@billseipel@fosstodon.org avatar

Feature Flags.

Tell me your experience with them.

billseipel, to random
@billseipel@fosstodon.org avatar

Our current rules engine is okay but....

It iterates all the rules. Then applies the first where all conditions specified.

The implementation seems.... clunky.

Worse, is maintaining the set of rules in the database.
Its a relational set of tables. Each rule has a set of rule components. To satisfy a rule means every comp must pass.

Authoring rules is laborious. Theyre sorted by an 'ordinal' column at runtime. Its just kind of a mess.

billseipel,
@billseipel@fosstodon.org avatar

@Cmastication In my research I've whittled it down to 1 or 2 options: the specification pattern or Martin Fowler's idea of removing conditional logic by refactoring to polymorphism. But still dont have a great maintenance implementation. Considered JSON as a storage medium. idk...

RickiTarr, to random
@RickiTarr@beige.party avatar

What is the best piece of advice you ever got?

billseipel,
@billseipel@fosstodon.org avatar

@RickiTarr
"Sometimes dead is better."

bradwilson, to github
@bradwilson@mastodon.social avatar

I have a permanent branch that's never going to be merged into main. Is there any way to get GitHub to stop asking me if I want to merge it whenever I push new commits to it? I want this to go away for specific branches (I'll also accept it going away for all branches, because I mostly don't care about this).

billseipel,
@billseipel@fosstodon.org avatar

@bradwilson You could...Create a new repo, delete the local git folder and push it to the new repo. Then delete the branch from the og repo. Lots of work but...that will work.

billseipel,
@billseipel@fosstodon.org avatar

@bradwilson Yep. Pick your poison.

khalidabuhakmeh, to random
@khalidabuhakmeh@mastodon.social avatar

Beep Boop

billseipel,
@billseipel@fosstodon.org avatar

@khalidabuhakmeh This aint no locker room...

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • kavyap
  • thenastyranch
  • mdbf
  • DreamBathrooms
  • InstantRegret
  • magazineikmin
  • Youngstown
  • GTA5RPClips
  • slotface
  • modclub
  • everett
  • Durango
  • rosin
  • cisconetworking
  • ethstaker
  • khanakhh
  • vwfavf
  • ngwrru68w68
  • Leos
  • normalnudes
  • tester
  • tacticalgear
  • cubers
  • osvaldo12
  • provamag3
  • anitta
  • JUstTest
  • All magazines