HackerTrans
TopNewTrendsCommentsPastAskShowJobs

picometer

no profile record

comments

picometer
·2개월 전·discuss
The state is not going to drown. The polity of urban New Orleans is the liberal thorn in its side, and that's the area at risk.
picometer
·7개월 전·discuss
The code block after "Welcome" is the code sample. Very literate.
picometer
·2년 전·discuss
This is a well-referenced essay, drawing the on writing of David Parnas [1], Peter Naur [2], and Zach Tellman [3].

As software developers we’re intimately familiar with these ideas. But the industry still treats it as “folk knowledge”, despite decades of academic work and systemization attempts like the original Agile.

We really need more connective work, relating the theoretical ideas to the observed behavior of real-life software projects, and to the subsequent damage and dysfunction. I liked this essay because it scratches that itch for me. But we need this work to go beyond personal blogs/newsletters/dev.to articles. It needs to be recognized & accepted as formal “scientific” knowledge, and to be seen and grokked by industry and corporate leadership.

[1] https://dl.acm.org/doi/pdf/10.5555/257734.257788

[2] https://pages.cs.wisc.edu/~remzi/Naur.pdf

[3] https://explaining.software/
picometer
·2년 전·discuss
I’m a violinist (amateur but play regularly). When I have an important note, which is held for a while and needs vibrato, I frequently decide to shift my left hand position so that my middle finger is responsible, rather than the index finger. It feels stronger, easier to nail the intonation (pitch) with precision, and freer to perform the desired type of vibrato. (String players do vibrato by wiggling the left hand finger, which affects the pitch and overtones / oscillation modes of the string.) In fact, I tend to avoid using the index finger on notes that require vibrato.

That preference might be explained here, by the precision/strength combination. I tried holding a hammer as described in the author’s hammer exercise, and there’s similarity, though it requires much more weight-holding. The left hand doesn’t hold the weight of the violin (consider a cello or a guitar with shoulder strap), but a little grip strength is required to securely hold down the string, especially with vibrato.

Overall, fascinating article. I feel quite motivated to read more on hand anatomy and biomechanics.
picometer
·2년 전·discuss
Agreed. I recall being taught in college physics labs: there is no such thing as “human error”. Instead, think about the causes and mechanisms of each source of error, which helps both quantifying and mitigating them.

Same energy here. “Be more careful” is extraordinarily hand-wavy for a profession that calls itself engineering.
picometer
·2년 전·discuss
Count me in as interested!
picometer
·2년 전·discuss
A while back I prototyped (very roughly) an auditory equivalent to “syntax highlighting”, using ambient tones and white noise, rather than discrete beeps/sound effects. [1]

I’m actually revisiting this project right now! I’m reimplementing it in Rust and also exploring different ways to communicate parser state and other contextual information through sound.

[1] http://marycourtland.github.io/AuralJS/
picometer
·2년 전·discuss
I’m glad I saw your comment!! I’ve experienced this exact phenomenon when playing Minecraft while listening to an audiobook or podcast. Returning to that area will immediately remind me of the topic or narrative that I heard. Presumably it’s related to the “memory palace” technique, but otherwise, I can’t make heads or tails of it. It’s immediate, as if the location is a hash key mapping to the information. Or as if they’re stored in literally the same place, and fetching one implies fetching the other.

Similarly to you and the article’s author, this doesn’t happen with whatever thoughts I may think while at a location. But in that situation the brain is engaged in generating those thoughts, and not with the task of learning new information. So I don’t find it surprising that it works differently.

I haven’t thought about it in relation to “consciousness” yet. Will have to chew on this article a bit.