HN user

couchand

4,375 karma
Posts40
Comments1,629
View on HN
www.wired.com 3mo ago

CBP Facility Codes Sure Seem to Have Leaked via Online Flashcards

couchand
12pts1
dr-knz.net 2y ago

The Future of Computer Science (2018)

couchand
35pts13
loige.co 2y ago

Rust shenanigans: return type polymorphism

couchand
3pts0
medium.com 3y ago

Why Rust is good for your car

couchand
7pts0
news.ycombinator.com 4y ago

Ask HN: Firefox Updates – Too Aggressive?

couchand
2pts1
news.ycombinator.com 4y ago

Tell HN: We'd better step up to protect privacy

couchand
47pts25
github.com 5y ago

Rust nightly now supports AVR platform

couchand
2pts0
www.nytimes.com 6y ago

I Spent a Year in Space, and I Have Tips on Isolation to Share

couchand
87pts19
www.nytimes.com 6y ago

How the Brain Can Rewire Itself After Half of It Is Removed

couchand
1pts0
slate.com 6y ago

The Supreme Court Denies Domino’s Petition in a Win for Disability Rights

couchand
2pts0
www.theatlantic.com 6y ago

A New Clue to How Life Originated

couchand
77pts3
www.theatlantic.com 7y ago

At Work, Expertise Is Falling Out of Favor

couchand
3pts1
slate.com 7y ago

“Some Did Not Have Socks. Their Hair Was Dirty.”

couchand
1pts1
www.nytimes.com 7y ago

The Scariest Part of Kids’ Relationship with Tech: Parents

couchand
2pts0
www.theatlantic.com 7y ago

Jeopardy Wasn’t Designed for a Contestant Like James Holzhauer

couchand
3pts0
en.wikipedia.org 7y ago

Triangle Shirtwaist Factory fire

couchand
1pts0
www.nytimes.com 7y ago

Trump Accuses Google of Burying Conservative News in Search Results

couchand
87pts103
www.nytimes.com 8y ago

G.O.P. Pushes to Overhaul Law Meant to Protect At-Risk Species

couchand
1pts1
bgpmon.net 8y ago

Internet traffic for Google, Facebook, Apple was briefly rerouted to Russia

couchand
333pts107
blog.couchdb.org 8y ago

Apache CouchDB CVE-2017-12635 and CVE-2017-12636

couchand
1pts0
blog.jolla.com 8y ago

Sailfish X program roll out starting

couchand
2pts0
motherboard.vice.com 8y ago

Turning Off Wi-Fi and Bluetooth in iOS 11 Doesn’t Actually Turn Them Off

couchand
1pts0
blog.jolla.com 8y ago

Sailfish X: new flashing tool and new sales start day

couchand
3pts0
mobile.nytimes.com 9y ago

Push for Internet Privacy Rules Moves to Statehouses

couchand
2pts0
medium.com 9y ago

Debugging Data Node Failures in Elasticsearch 5.1.1

couchand
1pts0
kasrarahjerdi.com 9y ago

Some Things That Make Me Scared

couchand
3pts0
www.nytimes.com 9y ago

National Security Agency Said to Use Manhattan Tower as Listening Post

couchand
4pts0
en.wikipedia.org 11y ago

List of messiah claimants

couchand
1pts0
en.wikipedia.org 11y ago

List of emerging technologies

couchand
1pts0
techcrunch.com 11y ago

Stack Exchange Raises $40M Led by A16Z to Boost Its Programmer Forums

couchand
268pts224

Not just you. There's been a huge pushback in the local music community around this. Concerts listings now prominently feature the name of the poster designer! Humans FTW.

And in truth it's a paradox. The better a company is (generally correlated to an empowered workforce with a sense of agency and purpose), the harder it is to extract profit for the capitalist class.

Which helps explain the "need" for CEOs to meddle.

The argument being made here is really incredible when you unpack it.

1) The construction of the Empire State Building was particularly effective due to the depth of human-to-human collaboration.

2) Isn't it great that we can burn a bunch of dinosaur blood to convince ourselves that we don't need other humans?

I tried learning to play a recorder (flute) using some internet howtos as a guide, but got stuck at the first lesson, when the sound produced by the flute didn't match what the Fourier analyser in audacity measured.

That is, I tried to play a C, but the Fourier transform resulted in a bimodal distribution, and none of the bumps was near the expected C frequency.

What a wonderful experiment! You've uncovered "harmonics": your recorder (or any instrument) sounds a complex mixture of frequencies, even when you play just a single note. The different mix of frequencies from one instrument to another is what gives each a unique sound, called the "timbre". The harmonics of wind instruments like your recorder are particularly complex! Try the same experiment with a stringed instrument, which will make something closer to a pure sine wave. Try it with anything that will make noise!

But I'd recommend not using Audacity to learn to play an instrument. You need your ears for this, so it may as much effort developing listening as developing playing technique. But in the end, don't worry too much about that, just have fun making music!

Interesting that your first counterexample is Charlie Parker. I've been listening to a lot of Phil Schaap's Bird Flight recently (https://www.philschaapjazz.com/sections/bird-flight). It's funny to see how many of the episodes are Phil describing a recording session more or less like this:

"The Bird showed up two hours late to a three and a half hour recording session. They recorded one take each of six tracks, but the recording engineer was surprised when they started so he missed the first half of the first track. And that's how we got the five tracks on <INSERT CRITICALLY-ACCLAIMED ALBUM HERE>."

FWIW It's not at all clear to me how this requirement would be implemented in practice: "This syntax would explicitly be limited to orphan implementations."

What an incredibly on-the-nose anecdote, I love it!

The term of art for this strategy is "size to the horizon". Imagine you're looking across an open plain. The trees and rocks closer to you are bigger and you can make out more detail. The ones further away are still abstract.

You have to know exactly what to do with the things right in front of you, but you have to keep only a general awareness of that which is distant.

I apologize if my comment came off as snark. Your comment was nothing but pasted text which ommitted relevant detail, so it was not clear what the intent was. In context, to me, it did not seem to be illuminating. It actually seemed to be introducing confusion where there previously was none.

Data races are not possible in safe Rust. Race conditions are. The distinction is made clear in the Nomicon article, but commenters here are really muddying the waters...

On the one hand, we like to encourage learning here. On the other, we prefer not to copy-paste a bunch of possibly-irrelevant content. Well, forgive me for pasting in a StackOverflow answer that may be relevant here: https://stackoverflow.com/questions/11276259/are-data-races-...

Are "data races" and "race condition" actually the same thing in context of concurrent programming

No, they are not the same thing. They are not a subset of one another. They are also neither the necessary, nor the sufficient condition for one another.

The really curious thing here is that the Nomicon page also describes this distinction in great detail.

Test code is code. It's as much of a burden as every other piece of code you are troubled with, so you must make it count. If you're finding it repetitive and formulaic, take that opportunity to identify the next refactoring.

Just churning out more near copies is not a good answer.

Lots of folks are doing front panels in PCB these days. They're precision and sturdy and you already have the workflow set up.

Not a lawyer here. Why does an Article III judge need to get involved, and not in other administrative matters, like say, in an administrative immigration case?

edit: further investigation has indicated that it's immigration law which deviates from usual practice of administrative law, which would potentially expect an automatic stay in a context like this.

That doesn't mean that naive single-threaded code is necessarily interrupt-safe. If the allocator is interrupted and the interrupt service routine needs to make use of the allocator's data structures for any reason there could very much be a conflict.

This particular algorithm is focused on GPUs, so I'm not clear on the applicability. However I did want to clear up the idea that there are no concurrency concerns for single-threaded library code, an assumption that's been the source of many bugs.

The credentials for service accounts are generally available to a system admin but I think in most cases it would be a strange request to ask for them, so not a strong vector for social engineering.

A service account is used to give limited permissions on one system to another system. Normally only that system would need access to them, not any human.

Their main benefit is that, since no person is trying to do their day job here, the account can be locked down to precisely the permissions it needs. The reality is that service accounts are usually given extremely permissive access initially and then forgotten about. This makes them juicy targets for attackers.