florabuzzword's comments

florabuzzword | 7 years ago | on: Markov Chains Explained Visually (2014)

> ...keeps pulling you down the rabbit hole. So at the end of the video you know that you don't know stuff you either think you knew or didn't know existed. And then you start looking up Wikipedia and just getting lost in the music.

Education as entertainment means that the goal is to get the consumer to feel good about himself, to feel like he learned something. You're getting paid (in money or kudos or whatever) to engage the consumer's narcissism, not his curiosity.

This is a profound observation. I’m not sure it only applies in entertainment.

I’ve heard it put other ways, but your version, if applied to education as a whole, might be a pretty big deal. There’s no shortage of evidence, either; from Ivy League campuses to niche interest subcultures.

Maybe “narcissism” isn’t the best word, but some sort of similar tension related to confidence seems to be associated with successful educational environments. We commonly attribute it to a one-way causal relationship, but you’re articulating the opposite. Likewise, we are used to acknowledging that ‘not giving up’, or ‘belief in one’s self’ is a necessity, but again you’re making a separate claim.

You’re saying, in so many words, the confidence in and of itself defines the will as well as the curiosity. And I can’t argue with it. I want to, but I’m not sure I can.

florabuzzword | 7 years ago | on: Markov Chains Explained Visually (2014)

I don’t think I agree, but ultimately only feel comfortable speaking for myself.

I’m fairly new to programming so would be interested in hearing if someone else does this too...

On a walk this afternoon (for some reason), I realized I had a visual shape in my head for most design patterns. Some of them look a lot like a knot-tying diagram, for example. I’m not sure I had realized that before.

I also realized the shape representations are about as close to implementation as I would prefer to store design patterns in my mind. Beyond that, they might be limiting or, at worst, strenuous to use as guidelines. They’re surely more useful (to me) than UML or even code.

But the best part is I can tell they’ve been there all along. I wasn’t trying to make them up. I was just mapping out a project while on a walk. I was pretty relaxed at the time and maybe that’s why this came up.

For what they are, I was a little disappointed how long it took to parse the Elements of Reuseable OO Software book when I was just learning to code. And then when I had used the patterns and knew them, I found it a bit sad they were communicated through such rigid forms.

Art actually contends with the same sort of conceptual divisions. There’s the medium which is rigid and cumbersome, the form which is more pure, critical in the abstract but medium-agnostic, and the application, being the interface or the thing out in the world.

So I do agree the ability to transpose these concepts between form and implementation is what matters, but it’s the back and forth that matters, not where one begins.

florabuzzword | 7 years ago | on: 14-year-old boy uses legal quirk to run for Vermont governor

Technically, it looks like the minimum age requirement is 4.

From his website, which is linked to in another comment:

Is This Legal?

Yes! According to the Vermont Constitution and the Vermont Attorney General, you only have to have lived in Vermont for 4 years or more on the day before the election. Ethan has lived here for 14 years.

florabuzzword | 7 years ago | on: 14-year-old boy uses legal quirk to run for Vermont governor

>“...and is taking his place with the state's more age-appropriate candidates on the Tuesday primary ballot”

Blatant ageism!

uncommon != inappropriate

I’m only slightly kidding. I am thoroughly impressed with his comments thus far and would like to hear more of what he has to say.

On one hand, I remember thinking I knew a lot more than a I did when I was 14. On the other hand, he is not me!

florabuzzword | 7 years ago | on: AMD Threadripper 2990WX 32-Core and 2950X 16-Core Review

Does video editing or After Effects work could as home use yet? Video editing, in terms of cutting and splicing clips, is not going to benefit much from this chip, but a lot of effects rendering will benefit, and basic video editing uses a lot of effects these days.

That’s all I’ve got.

florabuzzword | 7 years ago | on: Hollywood gets its own open-source foundation

I think you’re right. I should have specified formats and pipeline components. There are business reasons to not open source these things, but it couldn’t hurt to ask.

OpenVDB was a crucial step. It’s hard to live without it these days.

florabuzzword | 7 years ago | on: To understand how group dynamics work online, look no further than Numtot

That’s refreshing. Unfortunately, I have. At least in the past few decades, brutalism has been conflated with being unkind, authoritarian, or Stalinist. But maybe this wave has passed and I’m out of the loop. I also didn’t think brutalist architecture was appreciated in circles like this, so I clearly am out of the loop to some extent.

florabuzzword | 7 years ago | on: To understand how group dynamics work online, look no further than Numtot

Which “Brutalism” is BIMBYISM referencing? I don’t use Facebook so maybe someone here can answer this. Is it:

- The architectural style?

- The social housing traditions that birthed the architectural style?

- The contemporary literalist misappropriation of the term to reference dystopian urban infrastructure which punishes the needy? (like spikes under bridges)

I’m hoping it’s the first and will be pleasantly surprised if it’s the second. But not getting my hopes up.

florabuzzword | 7 years ago | on: Hollywood gets its own open-source foundation

Very cool.

Were there any projects outside of the VFX Platform (vfxplatform.com) you could point out?

As mentioned in this article, it seems that the VFX studios, even the small ones, are very siloed and protective. Of the studios with Github accounts, the software they release is usually stuff they don’t use any longer.

florabuzzword | 7 years ago | on: Engineering whiteboard interviews: yay or nay?

My experience agrees with this. I am a different, significantly less comfortable person to be around when strangers are asking me so many questions about myself. I think it’s just about the worst way to get to know me.

When I get hired this way, I always feel a little bit of guilt because I know they actually hired somebody else.

What can be done? I’m not sure, but I can say one thing: my level of discomfort is multiplied by the number of strangers in the room. Does this ever get considered with interviews?

I am far more comfortable coding in front of 1 or 2 people who each give me a little bit of background about their coding experience; just so I know. If they are experienced engineers, it’s probably not going to change what I say aloud, but it just makes me more comfortable. I guess more overlap of technologies in our background does help. It’s nice to not feel pressure of worrying if my solutions reflect general programming conventions enough to be language agnostic. I have never really used Java, for example.

florabuzzword | 7 years ago | on: A Guide to Python's Magic Methods (2012)

Oh yeah, don’t get me wrong. It’s cool as hell! I’m totally gonna use it for a GUI menu-building script interface I’m making right now :).

I have just never done it before, and I think this is the first time I have seen the concept, so the first thing that popped in my mind we’re all the things that can go wrong. But, also all the things that can go right.

page 1