Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
davekeck
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
davekeck
11mo ago
Surprised that folks were still using RealPlayer in 2011
2.
▲
Mic-E-Mouse – Covert eavesdropping through computer mice
(sites.google.com)
94 points
by
davekeck
1y ago
|
14 comments
3.
▲
by
davekeck
1y ago
It took me a minute to realize they're not just videos too. Really outstanding work.
4.
▲
by
davekeck
1y ago
“Muitithreabring”
5.
▲
by
davekeck
2y ago
> Something I still fail to understand is where you can actually spend 20ms Aren’t these numbers .2 ms, ie 200 microseconds?
6.
▲
by
davekeck
2y ago
Out of curiosity, how is that measured across machines? (The first thing that comes to my mind would be to use an oscilloscope with two probes, one to each machine, but I’m guessing that’s not it.)
7.
▲
by
davekeck
2y ago
To work towards eliminating PFAS in everyday products, I envisioned a service where people could send in things they own to have them tested, and the results would be published on a website/app and searchable via barcode. Win/win:
8.
▲
by
davekeck
2y ago
I always assumed it was because FM station bandwidths (200kHz) are much wider than AM (10kHz). AM's 10 kHz chops off a lot of human-hearable frequencies.
9.
▲
by
davekeck
2y ago
It’s not soldered, but it does have a Molex Pico-EZmate connector (chosen for its low profile), and I’m not sure you can find batteries premade with that kind of connector. You could reuse the existing connector with a new battery, but that
10.
▲
by
davekeck
2y ago
- I think the most important skill for making hardware is just having a good fundamental understanding of electricity. Just developing an intuition around Ohm's law gets you remarkably far in terms of developing and debugging circuits.
11.
▲
by
davekeck
2y ago
I 1000% agree with the sentiment, I hate that we throw so many electronics away. I need to make a blog post showing how to replace the battery.
12.
▲
by
davekeck
2y ago
Send me an email (support@toaster.llc) and I can make a custom Stripe invoice / shipping label. Still need to figure out how to automate international shipping!
13.
▲
by
davekeck
2y ago
Definitely, the HN crowd has been kind.
14.
▲
by
davekeck
2y ago
I got so lucky with that, still can't believe I could work around it!
15.
▲
by
davekeck
2y ago
> How does your manufacturing process look like if someone decides to click the "buy" button and do you have any open orders currently? I assembled ~120 of these devices beforehand so I just need to package them up and ship the
16.
▲
by
davekeck
2y ago
Appreciate your thoughts. In case it helps explain the wording: I went with "exclusively for Mac" because I intended it to be an in-group signal to Mac folks that the product is high quality and conforms to the norms of the Mac pl
17.
▲
by
davekeck
2y ago
> Do you think this would be appropriate for turning into a long form video? Time-lapses are certainly one of the intended use-cases. I still need to add video-export features to the companion app though. Right now it only supports expor
18.
▲
by
davekeck
2y ago
Thanks for the suggestions! The compression is an interesting idea. It's been a while since I touched the FPGA RTL but I think there might be space to fit something like that. Related to compression -- a dirty little Photon secret is t
19.
▲
by
davekeck
2y ago
> - How did you find companies that make the parts (pcb, enclosure)? For the PCB, it came down to who could meet the specs that I needed for the board. I recall the three important specs being BGA pad spacing, wire thickness, and wire sp
20.
▲
by
davekeck
2y ago
Yeah, I was trying to set appropriate expectations for the motion capabilities. The sensor is pretty sensitive, so if there's movement within the spec'd range (~5m) it can trigger. It works quite well indoors / in garages &#x
21.
▲
by
davekeck
2y ago
It unfortunately doesn't have a mount. (A friend has been hounding me for months about that...) I've been using adhesive pads to mount it to things. The Gorilla "mounting tape squares" are strong and don't leave any
22.
▲
by
davekeck
2y ago
The best way to calculate the battery life is in terms of photos. It can take a minimum of 50k photos on a single charge, so 50k photos * 30 minutes == 2.8 years. The battery self-discharge will deplete before that though, so I'd expec
23.
▲
by
davekeck
2y ago
> how do you manage the balancing of card use, or is there still a card firmware layer in the loop that does that? The SD card is accessed as a ring buffer, so all addresses are written evenly. (It was my understanding that SD cards impl
24.
▲
by
davekeck
2y ago
That actually kind of exists currently via "MDCUtil", which should work on both macOS and Linux: https://github.com/toasterllc/MDCCode/blob/rev10/Tools/MDCUt... For example: $ MDCUti
25.
▲
by
davekeck
2y ago
> Did you consider writing your app using the Web Serial API? If you did, why did you decide to go the native route? I went the native route mainly because I love native software, particularly native Mac software. I never quite enjoy usi
26.
▲
by
davekeck
2y ago
Fair enough. When I was writing that I wasn't 100% comfortable with that wording either. I couldn't find a phrasing that meant "100% unhackable over the internet when in service", so I just went with "unhackable&quo
27.
▲
by
davekeck
2y ago
Currently it replaces the oldest photos, yes. (There might be use cases where you only want to keep the first 20k photos though -- if anyone wants that, get in touch and I can add a setting.)
28.
▲
by
davekeck
2y ago
> Makes me wonder what other poor decisions went into the design of this thing. Haha me too man, me too. (Edit: I don't mean that sarcastically, I'm genuinely interested how others would make this thing.)
29.
▲
by
davekeck
2y ago
The Mac-specific parts of Photon Transfer (the companion app) are really just the GUI stuff (AppKit) and the GPU shaders (Metal) for the image pipeline. In fact the "MDCUtil" tool should still work on Linux (I haven't tested
30.
▲
by
davekeck
2y ago
It does feel a little weird that the battery outlasts the storage. Maybe I should've gone with 256 GB SD cards == 40k photos.
More ›