Viewing profile — Smudge
Smudge
HN member- Joined
- Sat, Jul 23, 2011, 2:04 AM UTC
- HN karma
- 1,713
- Public activity
- 443 items
- HN profile
- View on Hacker News ↗
About Smudge
No profile information was provided.
Recent public activity
-
comment
Comment #45871411
only once pushed or merged to a shared branch.
-
comment
Comment #31982697
I'm no fan of the system we have, and I agree that it's dysfunctional at best, but my view is that the only thing worse than a two-party system is a single-party system. All of the…
-
comment
Comment #31982092
The ever-widening political divide, which I have observed both in the abstract and in family/friend relationships, is something that I could easily see spelling the end of US democ…
-
comment
Comment #23739876
You missed the part about regulating. The point isn't to create a drug free-for-all, it's to reduce the economic incentives that lead to drug cartels.
-
comment
Comment #23593462
I made a CLI for controlling macOS's "Night Shift" feature programmatically. It also doubles as a Rust library. https://github.com/smudge/nightlight Now I'm working on cross-system…
-
comment
Comment #23282539
Having a "brutalist" aesthetic is called out in its README as part of the design philosophy. Brutalist is a bit of an acquired taste. There are at least a couple different schools …
-
comment
Comment #22932581
Well said, and I'm sorry you had to deal with such a heartless reply.
-
comment
Comment #17269752
Doesn't really answer your questions, but I'd point out that it's possible that we only hear about these suicides precisely _because_ they are from professions that tend to produce…
-
comment
Comment #15312960
When modeling was done for the Kuwait oil fires, there were two opposing expectations. One was that the fires would cause a kind of "year without a summer" similar to the Tambora e…
-
comment
Comment #15307748
Worth noting that Teller was one of the inspirations for Dr. Strangelove.
-
comment
Comment #15307695
Most forest fires don't create strong enough firestorms (if they do at all) to funnel material high enough to have an effect -- most of the ash falls back down in a matter of weeks…
-
comment
Comment #15307590
Most tests have been performed underground. And for an above-ground test to cause anything close to a nuclear winter, you need a lot more material than the bomb itself and the soil…
- comment
-
comment
Comment #14677765
Email is just one example, but maybe a better example is talking to an API that supports some form of idempotency. You don't want to talk to the API during a transaction that invol…
-
comment
Comment #14677457
Nice -- pg-amqp-bridge seems like a clever solution for coordinating the two. It still puts some amount of the queuing load on the DB, but I'd be comfortable with that trade-off if…
-
comment
Comment #14677336
Very common in the web context -- you perform some form of relational persistence while also inserting a job to schedule background work (like sending an email). Having those both …
-
comment
Comment #14621836
Firstly, time spent learning is not time wasted! Secondly, the best way to avoid making painful design decisions is... to make them enough times that you instinctively remember the…
-
comment
Comment #13861325
There is a much bigger barrier to entry when it comes to monetizing via product placement and sponsorships. For smaller entities, developing dedicated advertising partnerships is j…
-
comment
Comment #13671538
The book How Not to Be Wrong: The Power of Mathematical Thinking [1] by Jordan Ellenberg has a segment on this with similar examples (minus the programming bits), tying it in to hu…
-
comment
Comment #12037822
Hospital-acquired infections have become incredibly common. My grandmother caught a C diff infection after what had already been a very arduous treatment and recovery, and she rece…
-
comment
Comment #12032598
Curious about the first one -- was there some kind of conflict of interest? As far as I can tell all you were doing was taking public information already available on the page and …
-
comment
Comment #11809528
Immutable data is very easily shared.
-
comment
Comment #11808867
Intuitively the solution kind of makes sense. M must always be the highest point within the range. A and Z are at the same height and are the lowest point within the range. Imagine…
-
comment
Comment #11808002
I think the operating word is "some," not all. We know that UBI will sometimes be misspent. Most if not all aid programs have this problem. That doesn't mean it isn't worth it for …
-
comment
Comment #11807770
Basic income doesn't always solve this for someone who is already homeless, but it might still act as a preventative measure, giving someone enough of a financial buffer to avoid h…