Browsing Posts / Page 13 of 33

Yuki likes to keep up on the war in Ukraine.

#cats #family

Oct 11, 2022

I wonder if Queen Elizabeth II was an organ donor.

#humor

Sep 20, 2022

If Governor Ron DeSantis can secure $12M this year to fly migrants to other states, why can’t he instead spend that money on the judges he needs to process them?

#GOP #politics

Sep 18, 2022

If you're looking for a better option to the Ember mug, try the OHOM ui ceramic mug. It uses a Qi charger that also charges your phone. The ceramic reacts with the charger and heats the mug to 130F without a battery. It's half the price of an Ember mug.

Ui Fine Ceramic Self Heating Mug | Coffee and Tea Cup | Ohom
Ui Fine Ceramic Self Heating Mug | Coffee and Tea Cup | Ohom

ohom.com

#tech #gadget #recommendation

Sep 1, 2022

“The Bear” was fantastic. But I’ll take a second season before an Emmy.

#tv

Aug 23, 2022

I just realized that #MAGA stands for Make Attorneys Get Attorneys.

#GOP #politics

Aug 23, 2022

Not sure how I feel about the Doctor Who finale.

#tv #humor

Aug 15, 2022

Even times of day are getting jobs.

#pedantry #humor

Jul 28, 2022

I have been saying this for years: lethargy is the true mother of invention.

#philosophy

Jul 26, 2022

Now I know how Chester Cheetah reproduces.

#sexyfood #humor

Jun 29, 2022

Now guns have more rights than women.

#Roe #politics

Jun 24, 2022

One thing is clear: if #Trump isn’t a criminal he’s credulous or insane. Fortunately for us, given his ego he’d never plea insanity and can’t plea credulity.

#politics #January6th

Jun 23, 2022

Software Development is Not Coding

When asked, most people think that software development is about coding; the physical act of programming apps and platforms for servers, computers, and mobile devices. This is not the case.

Software development is the process of solving problems through software. It's a creative process that is centered on discovery and adaptation which uses tactics like programming (coding) to accomplish its ends. Likewise, software development is not the act of reusing existing software for a new purpose. That's just copying bits.

So it is important for those involved in the software development process to understand and acknowledge the following key aspects.

Discovery and adaptation is the focus.

Understanding the problem domain is the key to a successful software development process. And we know the least about a problem domain at the outset. So it doesn't make sense to plan everything out at the beginning. Software development is an exercise in learning. We learn more and more about the problem to be solved as we move through the process. And as the problem domain comes into focus we should be refining or redefining what we should be building as we learn.

Mistakes will be made.

Mistakes help us solve problems and are one way in which we learn. Embrace them. Plan for them.

We cannot predict the future.

Perfect plans are usually perfectly wrong. It is impossible to perfectly know the steps, mistakes, discoveries, interruptions, and goals for a project, nor the time impact of each, all in advance.

Estimates are guesses about the future.

Great software doesn't just manifest in one go. It springs forth in a deficient state and evolves over time. This makes guessing about its future state with any accuracy a fools errand. It also means that creating precise specifications for those guesses can be a waste of time.

Accuracy and precision are not the same. Something can be very precise but horribly wrong. This has been shown by various studies, including those in the Microsoft Press book Rapid Development by Steve McConnell. According to the book it doesn't matter how diligent or thorough an estimate may be. The data shows that when compared to a more broad, high-level, or piecemeal approach based on past experience, the error bounds are largely the same.

Right-fit planning works.

We must understand the level of precision that makes sense. For example, it doesn't make sense to plan an entire project with the same precision as planning next week's work. Likewise, planning specific deliverables for dates far out into the future is also problematic. Small time horizons increase the accuracy of our guesses.

Release often.

By deploying changes frequently, we allow the entire team to steer the direction of the project early and often. This agile approach will ensure that the final product performs as it should for its users.

#tech #code #philosophy #Fynydd

Jun 22, 2022

I was disappointed to discover that the new Apple Silicon MacBook Air and Pro (all sizes) only support 866mbps WiFi 5 speeds whereas the older Intel models supported 1300mbps speeds. Not enough MIMO channels. They do support WiFi 6 at that speed, however.

#tech #apple #mac

Jun 21, 2022

#Apple #Mac mechanical keyboard users who want a great set of PBT double-shot shine-through keys for their keyboard, check out this set from PWNAGE for only $15.

Full Keycap Set - Double Shot PBT Shine Through
Full Keycap Set - Double Shot PBT Shine Through

pwnage.com

#tech #gadget #recommendation

Jun 18, 2022

One prerequisite for passing gun reform must be answering “yes” to the question: would this legislation have prevented any of the last five mass shootings?

#politics

Jun 14, 2022

Only a study involving the dairy industry would come to the conclusion that it’s a great idea to hide the expiration date on milk cartons.

Consumers embrace milk carton QR codes, may cut food waste
Consumers embrace milk carton QR codes, may cut food waste

phys.org

#tech #food #opinion

Jun 2, 2022

I just posted a new SQL Server ORM library for .NET 6.0 (C#) named DataStore, which uses JSON object storage and a fluent-style querying pattern.

GitHub - argentini/Argentini.DataStore: SQL Server ORM library that stores models as JSON data with custom indexed computed columns for fast search and ordering (like mongodb). DataStore uses a fluent pattern for powerful querying and ordering of paged data, and parallel bulk saves (Windows, macOS, Linux, .NET 7.0, x64, Arm64, Apple Silicon)
GitHub - argentini/Argentini.DataStore: SQL Server ORM library that stores models as JSON data with custom indexed computed columns for fast search and ordering (like mongodb). DataStore uses a fluent pattern for powerful querying and ordering of paged data, and parallel bulk saves (Windows, macOS, Linux, .NET 7.0, x64, Arm64, Apple Silicon)

github.com

#tech #code #csharp #dotnet

May 28, 2022

I built a virtual Enigma Machine using .NET 6.0 and C#. Unlike the original hardware, this one can encipher the entire UTF-16 character set! It's configurable and very strong for a keyless cipher.

GitHub - argentini/Argentini.Enigma: A virtual Enigma Machine that enciphers and deciphers UTF-16 strings, and which can be used for keyless encryption in mobile, desktop, and server apps (Windows, macOS, Linux, .NET 7.0, x64, Arm64, Apple Silicon).
GitHub - argentini/Argentini.Enigma: A virtual Enigma Machine that enciphers and deciphers UTF-16 strings, and which can be used for keyless encryption in mobile, desktop, and server apps (Windows, macOS, Linux, .NET 7.0, x64, Arm64, Apple Silicon).

github.com

#tech #code #csharp #dotnet

May 27, 2022

I updated my Benford's Law project to .NET 6.0 and C# 10. What is it? It uses the law of anomalous numbers to determine if data or images have been altered.

GitHub - argentini/Argentini.Benford: Experiment with Benford's Law to find data anomalies in number lists and images (Windows, macOS, Linux, .NET 7.0, x64, Arm64, Apple Silicon)
GitHub - argentini/Argentini.Benford: Experiment with Benford's Law to find data anomalies in number lists and images (Windows, macOS, Linux, .NET 7.0, x64, Arm64, Apple Silicon)

github.com

#tech #code #csharp #dotnet

May 27, 2022

No, Denzel Washington, the devil didn't “get ahold of” Will Smith at the Oscars. He was just as asshole. No supernatural forces are required to be an asshole.

#opinion #atheism #humor

Apr 4, 2022

More relevant than ever.

Sting - Russians (Guitar / Cello Version)
Sting - Russians (Guitar / Cello Version)

www.youtube.com

#music #politics

Apr 1, 2022

Page 13 of 33
Pageof 33

Copyright © 2024 Michael Argentini. All rights reserved.