HackerTrans
TopNewTrendsCommentsPastAskShowJobs

32bitkid

no profile record

Submissions

Greaseweazle: Open-source USB device and host tools for floppy drives

github.com
2 points·by 32bitkid·4 ปีที่แล้ว·0 comments

comments

32bitkid
·2 ปีที่แล้ว·discuss
I think it’s also think it’s interesting to consider from the perspective of side-channel attacks/information leaks. For the most part, I think text notes are well just text. But I shutter to think what other metadata, fingerprinting, or background conversations/information could be extracted from a bunch of audio. But maybe I’m just being overly paranoid.
32bitkid
·2 ปีที่แล้ว·discuss
For a while, I was using PC-BASIC to generate audio files for the IBM PCjr cassette interface to do some more diagnostics, for a machine that I had that didn’t have a working disk drive. I don’t even know if there is anything else out there to generate those at this point. PC-BASIC is great!
32bitkid
·3 ปีที่แล้ว·discuss
I’d take it one step further: if `git log`—a hierarchical view of the connection of commits—is the only way you (and your team) interact with commit messages, then yea it’s probably fine.

But, I think the value of commit messages become really apparent once you (or your team) are relying on other visualizations of commit messages like `blame` and `bisect`

Tracking down the introduction of a bug with bisect and resolving to a commit whose message in “minor”, because the person in the past didn’t think this change was important enough to describe intent can quite the temporal foot-gun.
32bitkid
·3 ปีที่แล้ว·discuss
This is the epitome of the sentiment: those interested in the pursuit of “hard truths” are only extrinsically motivated to find fault in others and gleefully “correct” another’s “faulty” self perception. Never intrinsically motivated to better themselves…

Tell me more about how everyone else in the “modern world” is the problem…
32bitkid
·4 ปีที่แล้ว·discuss
Legit question: who, exactly, classifies as “the insane” in this statement?
32bitkid
·4 ปีที่แล้ว·discuss
For the latter I use often use `git stash` for that; stashing off the test case/data, then at each step of the bisect, you can do `git stash apply` (rather than `git stash pop`) to reapply the same changes multiple times.

Before moving on, a quick `git reset —-hard` will get back to a clean flip
32bitkid
·4 ปีที่แล้ว·discuss
Something that took me an embarrassing long time to realize was that North American electrical outlet binding terminals are a combination slotted/Robertson screw head. The Robertson is great.

Klein tools makes combination head tools that engage both, which is fantastic if you are upgrading a bunch of outlets.
32bitkid
·4 ปีที่แล้ว·discuss
If I pay for grammarly, and it plagiarizes an existing work but represents it as an entirely new, independent work and I am unaware of the existing work that is being stolen, who is doing the stealing?