caddywompus | 3 years ago | on: Show HN: How did I live without Pipe Watch?
caddywompus's comments
caddywompus | 4 years ago | on: Winamp source code leak
caddywompus | 4 years ago | on: Winamp source code leak
I'm guessing they went with version 5, since it looks like versions after that might have been a full rewrite?
caddywompus | 4 years ago | on: Winamp source code leak
It includes a skin that allows it to work on modern display resolutions. It's really interesting to see just how low-res screens were when it was in it's hey-day, given that they are nearly unusable on a 4k monitor.
Edit: I was too young to remember the releases, but replies are indicating that version 5 was in fact, not the most popular :P
caddywompus | 4 years ago | on: Robert Sapolsky on Depression (2009)
As far as I've seen, there is no physical (i.e. blood/fluids) test that can detect depression, it is diagnosed based on behaviors and history. A common feeling is that you want to make sense of these feelings by attributing it to a more understandable health issue.
Depending on what your mind ruminates on, it can be impossible to talk to others about what your thinking (as they may be dismissive, or alarmed). That's where you need someone who's qualified to talk to, like a doctor or counselor.
I'm surprised by the amount of criticism of medication in this thread. Although it is by no means a cure, it is an extremely powerful tool that can allow your brain to break out of feedback loops, and give you some control over your emotional regulation.
Reach out to your doctor, and be frank. Tell them exactly how low your feeling, and don't sugar coat it. They'll have questions to ask you. Also note that you can get doctors who are not a right fit. If you feel like your doctor is not helping, or you feel worse off from seeing them, then find a new one.
Depending on the severity, know that you can always push the issue, regardless of what friends/parents/teachers/colleagues tell you. If you are in crisis, call a cab, an emergency line, whatever, to get yourself to a clinic or hospital.
This kind of thing takes time and effort to solve, and you're the only one who knows how, you, personally feel. It's not like a broken bone, or infection, you have to do your best to describe to doctors how you're feeling.
caddywompus | 4 years ago | on: The scientists hired by big oil who predicted the climate crisis long ago
caddywompus | 4 years ago | on: The scientists hired by big oil who predicted the climate crisis long ago
caddywompus | 4 years ago | on: Portable nuclear reactor program sparks controversy
caddywompus | 4 years ago | on: Portable nuclear reactor program sparks controversy
And of course, like you said, deeply entrenched industry leaders have their own interests to protect.
The article isn't meant to be for or against nuclear energy, but rather the pros and cons of deploying a miniature plant
caddywompus | 4 years ago | on: Portable nuclear reactor program sparks controversy
caddywompus | 4 years ago | on: Portable nuclear reactor program sparks controversy
It's a situation where both intermittent renewable sources and nuclear plants would benefit from a way to store excess produced energy
caddywompus | 4 years ago | on: Portable nuclear reactor program sparks controversy
caddywompus | 4 years ago | on: Portable nuclear reactor program sparks controversy
caddywompus | 4 years ago | on: Portable nuclear reactor program sparks controversy
My concerns are solely with how fuel would be managed, so that it isn't lost, and subsequently broken. One example was scrap workers taking a radioactive source to a scrap yard to be melted down, not realizing what it was.
caddywompus | 4 years ago | on: Portable nuclear reactor program sparks controversy
caddywompus | 4 years ago | on: Portable nuclear reactor program sparks controversy
Regarding nuclear waste disposal, this is the coolest solution I've seen so far:
caddywompus | 4 years ago | on: Portable nuclear reactor program sparks controversy
Still, I'd imagine identification and cleanup would be much easier with something like this.
caddywompus | 4 years ago | on: Portable nuclear reactor program sparks controversy
I see your point, any nuclear excursion tends to get blown out of proportion, but it does have some unique dangers.
In particular, diesel fumes eventually dissipate, whereas radioactive materials will settle and continue to be a problem for decades. Which may not be a problem if it's left alone, but anyone unlucky enough to interact with it could end up with it on their body/clothing unaware that they're absorbing an unsafe dose over a period of days or weeks.
But yes, I agree, we do need to move away from fossil fuel sources one way or another.
caddywompus | 4 years ago | on: Portable nuclear reactor program sparks controversy
caddywompus | 4 years ago | on: Portable nuclear reactor program sparks controversy
The other things we humans are bad at, is implementing solutions that last decades. It is inevitable, that over a period of 30 or 50 years, there will be multiple lost small reactor installations. My case in point, is meant to be the aforementioned videos, where an extremely expensive radiotherapy machine can be neglected to the point of abandonment.
What I want to highlight, is the insidious nature of a potential loss of a radioactive source. A small amount of material can contaminate a very large area relative to it's size, and its not something that can be seen or detected without equipment.
And the type of damage isn't as immediate or jarring as say a runaway reaction/meltdown, it would be limited to people who unintentionally handle, or ingest particulate.
For example, if you don't realize that you've been exposed to a material like this, you can carry it around on your clothes, or in to your home, and that's the real issue. You're body would be exposed to radiation over a long period of time, eventually resulting in a higher than safe dose. Any cancers/diseases as a result of this may not even be attributed to exposure, since a person may not have even realized they came into contact with it.
> That is true. Another weakness humans have is our inability to intuit large numbers and probabilities.
I'm not sure if this is meant to be a jab at my comment, it's not my intent to be a scare monger, but I would like to point out these past incidents to highlight the unique nature of the danger inherent to these materials.
This can relieve a pain point if you ever need to work on a serial port, and as you are typing in a command, the other side sends text, which overwrites the characters you were typing (depending on how the local echo is configured). It reminds me of a line based serial terminal emulator, where the input is a separate text box, and the output is a larger box above it.
Oh, and it also seems to have methods of sampling the data as it comes in, so that it can be configured to only show the messages you are looking for, and also counting them?
The source file is also tiny: https://www.kylheku.com/cgit/pw/tree/pw.c
Very Unix