Ricardo Boss πŸ§‘β€πŸ’»

29 Followers
88 Following
644 Posts

Software Developer

INTP-A/ENTP-A

Websitehttps://ricardoboss.de
GitHubhttps://github.com/ricardoboss

This is true across all languages, from CSS to C++. They only differ wrt how well they allow you to express your intent.

I guess in some ways, this is the common sociological pattern where the descriptive eventually becomes prescriptive ΒΉ. But damn, in sociology it takes years or decades, not a few keystrokes. πŸ˜…

ΒΉ Example: "Oh, many women seem to like kids. I guess that means ALL women MUST have kids"

Notice of breaking changes for GitHub Actions Β· GitHub Changelog

Notice of breaking changes for GitHub Actions

The GitHub Blog
Just pure bliss #github
Anyone in the #flutter community who has experience with multiple flavors? I have trouble building my app for #ios.

Someone created a fully funcional 16-Bit 3Hz CPU in Excel!!! with 128KB of RAM 16 color display, and a custom assembly language to run some programs in it. It’s open source too

Video: https://www.youtube.com/watch?v=5rg7xvTJ8SU

Code: https://github.com/InkboxSoftware/excelCPU

I built my own 16-Bit CPU in Excel

To try everything Brilliant has to offerβ€”freeβ€”for a full 30 days, visit https://brilliant.org/Inkbox. The first 200 of you will get 20% off Brilliant’s annua...

YouTube

Do you use and/or read via #rss, #rssfeeds ?

Boost is good karma. Thank you.

Yes!
71.4%
No
25.5%
What?
3.1%
Poll ended at .

I'm tired of the normal naming for design pattern classes.

From now on:

It's not an XyzFactory with a Create method; it's an XyzBakery with a Bake method.

It's not a FooBuilder with a Build method; it's a FooFarmer with a Harvest method

#GoF #GoFDesignPatterns #designPatterns #softwareEngineering #namingThings

#FediversePoll

Broadly speaking, what would you guess you engage with or read the most via social media.

(Please share this if you voted.)

Politics, Economy or Business
28.8%
Arts, Culture and Entertainment
17%
Science and Technology
51.1%
Medicine, Health and Wellness.
3%
Poll ended at .

Related to the previous post β€” if you use a visual testing tool (e.g. Storybook + jest-image-snapshot), and actually commit your screenshots (I recommend Git LFS), then you can see the visual changes within the PR or commit itself.

GitHub even provides a nice diff (swipe/onion skin/etc).

https://github.com/ashmind/SharpLab/commit/3fda1ee7883916cc6f9d03850d18d68cd1d3304e#diff-9eb2c480fa5872fc9150b29e1fde462cedd98a53d98925cf9502e6d602f47549

Note: I highly recommend running visual tests in Docker β€” otherwise results will be system-dependent, e.g. font rendering might strongly differ per OS.

#testing #storybook #frontend

[gh-1231] Add guidance to BadImageFormatException. Slightly improve o… Β· ashmind/SharpLab@3fda1ee

…utput and dark mode styles.

GitHub