jlewallen
|
7 months ago
|
on: OpenIPC: Open IP Camera Firmware
I just successfully used the Cinnado T23 installer on a Q5 and it worked. It did seem to take two tries, but I could have been being impatient.
jlewallen
|
10 months ago
|
on: Long live American Science and Surplus
We used to have Electronics Warehouse here in SoCal (Riverside) I miss them but admit I would rarely go. Selection was definitely better than Radio Shack, but catered to an electronics era my personal designs had grown away from.
jlewallen
|
1 year ago
|
on: Launch HN: Enhanced Radar (YC W25) – A safety net for air traffic control
jlewallen
|
1 year ago
|
on: Sci-fi books that you may never have heard of, but definitely should read
I'm surprised Greg Bear never came up here. I started with Blood Music, but I've enjoyed many of his books.
jlewallen
|
1 year ago
|
on: Crafting Interpreters with Rust: On Garbage Collection
Crafting Interpreters is such an amazing work.
There's at least one other Rust implementation of lox that I know of (https://github.com/tdp2110/crafting-interpreters-rs) (no unsafe)
It's always interesting to see how different people approach the problems in their own language or relative isolation. I agree with others here, the real value of the original work lies in avoiding copy and paste.
jlewallen
|
6 years ago
|
on: Anyone who looks at this code instantly becomes insane
I'd bet they made that function so they had a single place to intervene on text being written, not necessarily for the brevity/aesthetics.
jlewallen
|
7 years ago
|
on: C++ Programming Questions to Ask on Interview (2017)
Glad to see this as well. I'm about to hire some C++ developers for embedded work and have never been a fan of this type of interviewing, if only because I know I personally don't excel at this style and consider myself extremely competent. I'm hoping to find ways of assessing incoming candidates along the lines you've briefly touched on in this thread!
jlewallen
|
7 years ago
|
on: Make plastic printed circuits with a standard laser cutter [video]
I had a good experience with AllPCB recently. They even reached out for clarification on an extraneous drl file I had included in the gerbers zip accidentally.
jlewallen
|
8 years ago
|
on: Banning Netflix, Amazon from Festivals and Awards Is Wrong
I did the same when I moved into a smaller 1 bedroom and had to choose between having a television or my small apartment woodshop. It's been great.
jlewallen
|
8 years ago
|
on: Why is setState asynchronous?
Do you maintain a 1:1 relationship between reduced state and components? I'm curious because your word choice seems to imply you do and I'm wondering how popular that is if so.
jlewallen
|
8 years ago
|
on: Building an Operating System for the Raspberry Pi
If I remember correctly, TCL uses a very simple overlay system based on squashfs. Most (all?) of the tooling and package management stuff is also written in bash.
jlewallen
|
8 years ago
|
on: Building an Operating System for the Raspberry Pi
You might want to check into Tiny Core Linux.
jlewallen
|
8 years ago
|
on: Mining Bitcoin with pencil and paper: 0.67 hashes per day (2014)
jlewallen
|
8 years ago
|
on: Regarding the NiceHash security breach
I had always assumed the wrench would come out because the wrench-holder had at least some knowledge about my Bitcoin holdings.
jlewallen
|
8 years ago
|
on: Marijuana company buys California ghost town
I've driven through Nipton more times than I can count. It's a ghost town, I don't know how people survive there.
jlewallen
|
8 years ago
|
on: Spotify preps to go public with 60M subscribers
Thank you for mentioning JQBX!
jlewallen
|
8 years ago
|
on: CirQuoid – PCB Prototyping Tool
Can't agree more. We have an othermill that's come in handy mostly for intermediate boards that involve mashing together other already made boards. We can get boards back from OSH in a week. We even experimented with a "24 hour" turn around service that skips the soldermask.
jlewallen
|
8 years ago
|
on: What is the oldest living organism on the planet?
Absolutely fantastic book. I was surprised to learn there were a few examples closer to me that I had expected. Of course, their precise locations are usually obscured.
jlewallen
|
9 years ago
|
on: Rust on RTL8710 running FreeRTOS
jlewallen
|
9 years ago
|
on: C++17 – better than you might think
I just took a very quick look at Bazel and saw that Windows support is "Highly Experimental" which concerned me. I've been looking around in this space recently as I'm getting into C/C++ again (ARM uC stuff) and all three platforms are fairly important to me for what I'm doing. I'm a big Gradle fan and Bazel seems like a natural next step if it's not problematic.