Andrew Walpole

251 Followers
183 Following
444 Posts

Principal Web Developer & Engineering Manager. Currently VP of Web Engineering at Fingerpaint.

Previously: Traina, Jack in the Box, Intercasting Corp, Napster

👨‍💻
Developer, Designer, Maker, Teacher, Learner, Leader

My posts are my own.

he/him

Website/Bloghttps://andrewwalpole.com/
Githubhttps://github.com/walpolea
Codepenhttps://codepen.io/walpolea
mfm.rockshttps://mfm.rocks

Bought a sketchbook and decided to put it to the left of my keyboard to see if anything came of it.

Full success! Doodled up these under-desk hook designs until I had one I liked, revised the shape in Illustrator, extruded in Fusion, and 3D printed and mounted within an hour.

And related, I broke the flocking out into a new `Flocker` type, which I accidentally made better by allowing the `Flocker` to also be `MOVABLE`.
In the first tests, Wanderer still had flocking code, which counter-acted the `Sense/Signal`, removing it shows a quicker and more concentrated swarm.
Added a `Sense/Signal` capability in https://mfm.rocks - All `Wanderer` types now stop and signal when they sense `Wall`, creating a loose swarming effect.
MFM.ROCKS

draw a frog
Spooooky! 👻

I'm one of those insatiable people that loves to write regex. One of the most useful places I've found to do it is in vscode. In document or global search and replace, you can enable regex and go to town.

For example, across 16 files, I had to remove all `<u></u>` tags that some email html generator tool had added around various sets of content.

`<u>(.*)</u>` / `$1` took care of all ~80 instances in one go.

Saturdays are for 3D printing. https://www.thingiverse.com/thing:5974206
boo pixel art by sergiode21

Pixel art of the fastama Boo from the game Super Mario World.It consists of three pieces that are joined with glue.does not need supportsresolution 0.2

Thingiverse
And as expected, none of the good details here are represented in the front-end. Just a bad progress bar and a fuzzy message. Why? People like clarity.

It looks like `expectedServiceTimeUTC` is giving out a really nice clue as to what my position is in the queue. With 4 sessions open, all say `progress:0.01` but each has varying service times ranging from 1 to 2 hours.

This Queue-it service is used by a lot of other companies, like Disney, where you can usually use these same tricks to provide some sanity to just staring at a seemingly unchanging page.