Re: your experience teaching synths in university, do you feel there is certain knowledge/concepts that are difficult for those self-teaching sound design?
I do the same "no presets rule", with most being the result of random experimentation and fiddling of parameters. This does a good job at "creating never before heard, totally out there sounds", but I imagine it's trickier the more specific your end goal is.
That sounds like my ideal job. The longer I've been a developer, the more I've come to dislike work that doesn't address problems faced by end-users/the org.
Two economists are walking in a forest and they come across a pile of shit.
The first economist says to the other “I’ll pay you $100 to eat that pile of shit.” The second economist takes the $100 and eats the pile of shit.
They continue walking until they come across a second pile of shit. The second economist turns to the first and says “I’ll pay you $100 to eat that pile of shit.” The first economist takes the $100 and eats a pile of shit.
Walking a little more, the first economist looks at the second and says, "You know, I gave you $100 to eat shit, then you gave me back the same $100 to eat shit. I can't help but feel like we both just ate shit for nothing."
"That's not true", responded the second economist. "We increased the GDP by $200!"
I was not expecting panpsychism to pop up on HN. Years ago I explored the topic out of curiosity; at first it seems pretty absurd, but you can find some interesting discussions and insights about it. At the very least, it can encourage you to think differently about consciousness, and perhaps even question some of your own assumptions about consciousness.
It's odd to me that you chose color as an example of something objective, since so much about perception is subjective.
Even if we think about it in more quantitative terms, with red being defined as having a dominant wavelength approximately 625–740 nanometres, it's a bit of an arbitrary definition isn't it? If we observe a wavelength of 624, objectively we might say it's not red, but someone may still observe it as red considering how close it is to red. Or someone with protanopia won't see anything in those bounds as red either.
Sometimes I wonder how many criticisms of JavaScript frameworks are driven by a nostalgia for an internet that no longer exists. Not this post per se, but many seem to forget why the industry landed on React in the first place.
Minor nitpick, but I wish this post started with defining what we mean by logging vs tracing, since some people use these interchangeably. The reader instead has to infer this from the criticisms of logging.
This or bran cereal are both good options in my experience. Just make sure to watch for how much sugar is in it; some brands will sneak in sugar even in granola.
You're setting up a binary between advanced/primitive; I would hesitate to speculate that they would conform to our ideas of these concepts.
The other thing to consider is, we might perceive some actions as violence, while the other species may not view it at violence at all. We may simply be materials that can be reallocated for other purposes, just like how humans often view living things in our environment.
On a higher level, software development is a process of converting unknowns to knowns. We can't estimate or act upon what we don't know; as we uncover details, we can more accurately gauge level of effort and what the best solution is for the problem at hand.
If they're nontechnical, they may not care about how it's done at all, but they will care about timelines. They may have agreements with others that depend on the product, or may have stakeholders they need to communicate with.
As developers we usually focus on our direct communication with the business owner, but I think it's helpful to imagine the second order communications that will result from how we communicate progress on our technical solutions.
For example, if we convey confidence to get a certain piece done by x date, the founder may in turn pass on that confidence to shareholders. But if we later backtrack after realizing that it will be a bigger lift than expected, the founder may have to walk back those expectations.
> How is being “leaky” in any way bad or even good?
Information-gathering is a common early step in any attack against a system; knowing the language & libraries involved (especially their versions) allows you to search for any existing CVEs that apply.
> Are you advocating “security by obscurity”?
I don't think OP was implying that security by obscurity alone is sufficient, just that it's unwise to advertise information that's not relevant to end users, that could help would-be attackers.
I know this is just an example, but is this an accurate representation of what these arguments are like?
> Western societies are structured on Enlightenment-era philosophy that fundamentally does not value Black people as people, and defines them as slaves. Even though documents like the Constitution have been amended to end slavery, it created a society that is rotten to the core, and the only way to fix it is to burn down civil society.
I found this particular one strange because it sounds like essentialism, which is both a hallmark of Western philosophy and a common target of critiques by critical theorists and poststructuralists.
I wonder if the speed/frequency of discourse has soured some of the potentially good ideas that critical theory can put forth.
In college I had a deep interest in critical theory, but I recall most of my time with it spent simply thinking: reflecting on the ideas and critiquing them myself. We didn't exactly debate the ideas, either - it was more akin to collaborative analysis of their strengths and weaknesses.
As you suggest, I think allowing this ebb and flow made the experience a more fruitful one.
When I used Python for Advent of Code a few years ago, I found that Python makes unit testing fun.
Coming from .NET 6 development, I'll do what I need to do when it comes to fleshing out unit tests, but the brevity of Python unit tests was real pleasant to work with.