danhorner's comments

danhorner | 4 days ago | on: Warranty Void If Regenerated

I started reading this and it gave a strong whiff of Richard Stallman’s “the right to read” - once dystopian and now a commonplace.

Then I started scrolling and thought the author was just verbose like RMS.

When it just kept going I was just mad to have fallen into the AI tarpit.

Fun idea. 5x too long. I need to calibrate my ai spidey sense better.

danhorner | 4 months ago | on: A change of address led to our Wise accounts being shut down

xe.com is competitive with wise rates and answers the phone. My KYC/AML journey was brief and they came through within their stated timeframe.

However all of the online companies sell the happy path and your experience will be diminished the farther you deviate from it. The right answer may be for a business to maintain a second-source in this as in all critical supplier relationships.

danhorner | 1 year ago | on: California teacher dies from suspected rabid bat bite

I live in Washington and bats occasionally wander into our cabin. As others have pointed out, there is a difference between pre-exposure (Vaccination) and post-exposure protocols.

The rabies vaccine is given pre-exposure and can be obtained at travel clinics. It's generally only given to people travelling to high-incidence areas or sometimes to those working with wild animals. I believe this is because it's only effective for a year or two. Although, there was one documented non-fatal incidence of human rabies in an individual who had been vaccinated years prior if memory serves.

The rabies post-exposure protocol is much less pleasant. It includes Immunoglobulin against the virus as soon as possible post-exposure. This needs multiple injections just to make up the volume. It's much more expensive and a little unusual, so ER visit. A child-sized dose was 4 simultaneous injections into buttocks and arms. It's followed by vaccination+booster at travel clinic, a couple of weeks apart.

If you are able to preserve the bat without touching it, local authorities can examine it. They will need to decapitate it and examine the brain tissue, so the brain needs to be intact and not frozen to get good tissue. ie. Don't put it in the freezer.

Having said that, bats are super-adorable and I've been able to move them with heavy gloves by placing a tupperware over them, sealing with a piece of paper, and relocating them outside before anybody gets close to them. We just had one borderline experience (no confirmed contact) where we felt it was better to be safe than sorry. Post-exposure protocol is criticial if there was contact with the bat because the stakes are so high.

danhorner | 1 year ago | on: Pico.sh – Hacker Labs

Thanks for posting. There are many things down this rabbithole and I hadn't seen pico.sh before.

The github repo has the sources for the backend, but the services themselves are accessible over https at eg: pico.sh, prose.sh, pastes.sh, pgs.sh

Onboarding to the free stuff is easy by sshing with an existirng Identity to pico.sh, which creates subdomains for you at the various services above.

The central idea is to expose a whole bunch of simple services using SSH for auth and for tunneling, and occasionally rsync as a file-transport. While this may not be an efficient way to run high-traffic services, it's a great way to stand up simple back-of-house tools and I wish more people were doing things like this.

Love the aesthetic and the commitment to proving this out.

danhorner | 2 years ago | on: How to commit part of file in Git

I came here to say this. `git gui` is nearly ubiquitous and has saved me for years from learning how to use `git add -p`. I don't use many graphical git tools but its options "stage hunk" and "stage line" are more intuitive and fine-grained than the hunk-splitting in `git add -p`

danhorner | 3 years ago | on: Salary Transparency

This observation seems unwarranted (and a little unkind). For a voluntary personal project - not to mention one that involves a bit of personal risk/discomfort - they can publish the data in whatever format they please and revise it at will.

danhorner | 4 years ago | on: Hacked GDB Dashboard Puts It All on Display

This is a great presentation.

A similar project worth mentioning is Voltron, which can decorate your gdb session with accesory windows. (Use tmux for window layout).

No experience with this dashboard but looking forward to trying it.

danhorner | 4 years ago | on: A patent troll backs off

On the contrary, this patent could now be useless even if it doesn't get invalidated:

It's expired for future use, and according to Sparkfun's response it can't be asserted against prior infringers because Huawei owned it and shipped devices without marking the patent on them.

danhorner | 4 years ago | on: A patent troll backs off

One aspect of this defense was failure to mark: A previous owner of the patent produced processors covered by the patent but did not mark them as such.

It turns out that systematically not marking your patent on your products invalidates claims for infringement unless it occurred after the owner notified future infringers of the violation.

The striking thing about this for a patent troll is (if I understand this correctly) that it's easier to shake companies down if your patent has never been used to ship anything.

That seems odd.

danhorner | 5 years ago | on: Whistleblower: Ubiquiti Breach “Catastrophic”

I have been suspicious of their cloud config and run a docker image of the controller locally.

I'm still on version 5.14 and all of the cloud features are optional. I just ignore them. I guess now I know not to upgrade!

danhorner | 5 years ago | on: The accidental genius of Yo

Thanks for the throwback. We LOVED the collect call thing as teenagers too cheap to drop a quarter into the phone:

- "You have a collect call from AtTheStationMyBusLeavesIn18Minutes. Do you wish to accept the charges?"

- "No"

danhorner | 7 years ago | on: Ask HN: How do you backup your files without depending on a third party service?

+1 for synology NAS. The quality and frequency of updates has been high. I've used both rsync and Time-Machine based backups.

And I too like that it's a hardware business model: I have the sense that my purchase(s) fund development of useful features, not creepy upsell opportunities.

They had a scare several years back about a remote exploit. I think it has caused them to take security and updates seriously ever since.

page 1