Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
linuxlizard
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
271.
▲
by
linuxlizard
12y ago
I worked on some safety critical systems in C. The philosophy was treat the code like a little person running around. The person (the code) always wanted to know where the fire escape was. The fire escape always needed to be very easy to us
272.
▲
by
linuxlizard
12y ago
While address space is huge, RAM isn't infinite. Our embedded Linux runs out of memory quite often. Or if the swap space fills up on a server with a disk. I've spent many hours chasing corrupted memory due to someone not checking
273.
▲
by
linuxlizard
12y ago
What sort of C programmer wouldn't test for malloc() failing. Drives me batty to see articles where malloc() is happily assumed to always succeed.
274.
▲
by
linuxlizard
12y ago
"None of Idaho’s most-searched dishes are built around its most famous crop, the potato. We choose to assume that Idahoans know their potato preparation techniques and don’t need online refreshers." Damn right we do. :-)
275.
▲
by
linuxlizard
12y ago
Like me! Except for the brilliant part.
276.
▲
by
linuxlizard
12y ago
Dagnabbit. 33.1.1 not working for me. Chrome works. (OSX 10.9.5)
277.
▲
by
linuxlizard
12y ago
Why not ROT13? Or a simple substitution cypher? Not trying to be silly. But if the only goal is to prevent man-in-the-middle attacks such as someone mangling the data, why not "corrupt" the data such that the phone company in the
278.
▲
by
linuxlizard
12y ago
The Arduino embedded C library (which I'm assuming they're using) isn't as rich as a Glibc or uclibc. Sometimes I have to fall back on very old school methods to build complex strings.
279.
▲
by
linuxlizard
12y ago
Thank you!
280.
▲
by
linuxlizard
12y ago
"* Vexed by crippling anxiety about whether you're going to be laid off" Sounds like a regular normal day at an American company.
281.
▲
by
linuxlizard
12y ago
How do you define "user computer"? We run a bazillion tests on our stuff during manufacturing. Stuff is plugged in/out of Windows boxes over and over on the manufacturing line. It's hard to tell where that "last st
282.
▲
by
linuxlizard
12y ago
I smell a software product opportunity for OSX / Windows.
283.
▲
by
linuxlizard
12y ago
I work on printers. We've done useful things with our USB to make them appear as mass storage (drivers stored on the printer--no download necessary). Once the driver installed, we switch over to a printer+scanner profile. If we can pre
284.
▲
by
linuxlizard
12y ago
Tricky part is finding a bug in the firmware after release. If locked out, then can't update the stuff in the warehouses. Would need to scrap all parts in inventory, potentially costing hundreds if not thousands of dollars.
285.
▲
by
linuxlizard
12y ago
Why not something like a USB Firewall? Black/white list vid/pid (which are easily faked, yes). Closes the door a small amount. But can also blacklist all HID.
286.
▲
by
linuxlizard
12y ago
Embedded firmware engineers are so conservative I bet the firmware for tricorders will be written in C.
287.
▲
by
linuxlizard
12y ago
While I dislike #if/#else/#endif, dynamic libraries rarely exist in embedded systems. Using many small object files is my solution of choice but it pushes the if/else/endif problem into the Makefile instead.
288.
▲
by
linuxlizard
12y ago
Thanks for the runbox.com mention. That looks like just what I need for my server.
289.
▲
by
linuxlizard
12y ago
> momentary contact button is technically extremely simple Don't forget debounce. Debouncing can be tough. http://www.ganssle.com/debouncing.htm
290.
▲
by
linuxlizard
12y ago
Obligatory XKCD apropos to "bare hands." https://xkcd.com/538/
291.
▲
by
linuxlizard
12y ago
NextStep, yes. The first time I saw Win95 (Chicago beta), I decided it was a rip-off of the NextStep UI.
292.
▲
by
linuxlizard
12y ago
The Smithsonian Institute (Washington DC, USA) has a walking model along the capital mall. Our local (Boise, ID) Discovery Center has a model, too. Fun stuff!
293.
▲
by
linuxlizard
12y ago
That board is so cool. Want!
294.
▲
by
linuxlizard
12y ago
Yeah, tools from hardware vendors are notoriously awful. Embedded debuggers (JTAG) are almost always terrible, too.
295.
▲
by
linuxlizard
12y ago
All excellent advice. I especially like #4,5.
296.
▲
by
linuxlizard
13y ago
Yes! This please, yes! Your body is not just the carrying case for your brain. Your brain is an integral part of your body. Taking care of your body is taking care of your brain. Depression often follows not taking care of yourself. If your
297.
▲
by
linuxlizard
13y ago
I see a potential market for a mechanical device that automatically covers up the license plate when the car is parked & turned off. Pull into parking space in the mall. Cover up your license plate. Or, better yet, put an image of rando
298.
▲
by
linuxlizard
13y ago
Your ideas are intriguing to me and I wish to subscribe to your newsletter.
299.
▲
by
linuxlizard
13y ago
Yes, please! Even with recurring annual charges (e.g., DropBox), I like getting notification that I'm about to be charged. With new charges after a trial, it's even nicer because it's a reminder that this thing is about to st
300.
▲
by
linuxlizard
13y ago
"Per company policy you have been denied access to the URL: http://fakenamegenerator.com/ Reason: Not allowed to browse Questionable category" Now I'm REALLY curious!
More ›