GeneT45 | 3 years ago | on: Ask HN: Best book to learn C in 2022?
GeneT45's comments
GeneT45 | 3 years ago | on: How a razor blade can be damaged as it cuts human hair (2020)
Excellent (aftermarket) plane irons of known alloy are widely available (at least here in the U.S.). I know some woodworkers value having all original parts, but if the primary goal is paper-thin even-width shavings it's hard to beat modern metallurgy.
GeneT45 | 3 years ago | on: How a razor blade can be damaged as it cuts human hair (2020)
I think you're looking for the book "Knife Deburring: Science behind the lasting razor edge" by Vadim Kralchuk. The author had a good website, but it appears no more and my cursory web search indicates that he has passed away. He has / had a YouTube channel as well.
GeneT45 | 3 years ago | on: Audio Optocouplers
Looks like my favorite example has disappeared, but there are always these: http://www.audio-consulting.ch/?Parts:Woodlenses
GeneT45 | 3 years ago | on: Book Review: Open Circuits
GeneT45 | 3 years ago | on: Ask HN: What do you think when companies ask for gritty people?
GeneT45 | 3 years ago | on: Ask HN: Do you still buy physical tech books like “Learn Rust” or “Learn Go”?
GeneT45 | 3 years ago | on: My employee refuses to lie to customers – but that’s our policy
You should fire the employee immediately and advertise for a liar, there are plenty of them out there.
GeneT45 | 3 years ago | on: Not inside trading just 100% winning rate
They are the government, so clearly there is no will to do anything about it. The same cretins are re-elected (perhaps because the single, viable, alternate option is even more despicable.
If we, the electorate, are not prepared to oust those that are clearly thieves and liars, than we shall receive that which we deserve.
GeneT45 | 3 years ago | on: California Governor signs law requiring online age checks
GeneT45 | 3 years ago | on: California sues Amazon for preventing 3rd-party sellers being cheaper elsewhere
GeneT45 | 3 years ago | on: Columbia whistleblower on exposing college rankings
So much this. The biggest value of a prestigious university is the name, not the education. Prestigious universities crank out top-notch graduates (and the occasional complete incompetent) because they accept only top-tier students (and the occasional complete incompetent).
As a parent, know that if you get your child into a 'good' school you've probably done all you can. The outcome has more to do with your child than the stultifying, enervating, curriculum to which they'll be subjected.
Education from -1 to 24 is horribly broken (at least in the U.S.).
GeneT45 | 3 years ago | on: The lost ways of programming: Commodore 64 BASIC (2020)
GeneT45 | 3 years ago | on: F4PGA: Open FPGA Tooling: Xilinx 7-Series, Lattice iCE40/ECP5, QuickLogic EOS S3
*It's possible that some of this has been remedied, I gave up on them a few years ago and haven't checked back...
GeneT45 | 3 years ago | on: PayPal blocked Flipper Zero account with $1.3M
GeneT45 | 3 years ago | on: The Kodak Disc Camera
GeneT45 | 3 years ago | on: Ask HN: How to keep “hard” skills as an electrical engineer working in software?
GeneT45 | 3 years ago | on: Our Machinery Guidebook
re other comments: There's nothing "cultish" about hewing to C. Yes, C has (had) some atrociously unsafe string manipulation libs, but that's a straw man. Those libs only exist to allow C backward compatibility. There are many modern, yet mature, libs that handle strings safely. Contemporary C programmers aren't struggling with strings, they're struggling with the very same problems as programmers of Forth, Lisp, Python, and every other language. Which is to say - the language is neither the problem, nor the solution.
Don't get me wrong, I have my favorite languages: Forth, Common Lisp, C# (really!) and, yes, C. But, at the end of the day it's the difference between leather and cloth seats in your Jag. You probably feel more comfortable in one than the other, but they both get you where you're going, and it probably wasn't that much worse if you had the one that wasn't your preference. The "traffic" wasn't altered by your choice of vehicular amenities and the real problems in programming don't really change with your choice of language.
GeneT45 | 3 years ago | on: Chestnut Tools Universal Sharpener – Popular Woodworking Magazine (2016)
I have a drawer-full of sharpening gizmos, but after many years I'm convinced that there's really no substitute for stones - although there are poor to great stones. They all require some understanding of developing an edge, particularly if a fine edge is wanted. Probably the easiest (for knives) is the Spyderco Sharpmaker. Probably the best is anything that helps you hold an angle, high quality, flat, stones, and developing a little skill.
GeneT45 | 3 years ago | on: Ask HN: How to level up your technical writing?
K&R is so obsolete it's now wrong about some things. It's a pretty good read sometime down the road - when you can recognize its shortcomings - but it's not a book from which to start learning C.