HN user

ipoopatwork

56 karma
Posts1
Comments23
View on HN
Debuggers Suck 7 years ago

It's probably the only part where hardware development (FPGA or ASIC) has a significant edge: "time travel debugging" is the norm, where you have a wave window with your design state cycle by cycle. Can't wait to see more of that in software!

The answer, of course, would be research. All the students were working the same amount. Their work habits were different.

The proper research here would have been to make the student change their habit and see if they became better musicians as a result. This article isn't research, it's writing down a fact and then trying to extract conclusions when none can be made.

Well duh. If you're barely getting the grant, you're not going to be in a place where you can impress people and progress very well.

If you miss the grant by a bit, you'll find somewhere where you're a better fit.

It's not the setback that helps

What's this "standard" package anyway? Looks like it's packing eslint with an .estlintrc and... that's it?

Very interesting stuff

FYI the calendar link in July 28 should probably be a href="/nominations" instead of "nominations". Clicking it from outside the home page brings you to a 404.

You might want to look into a RTOS.

Each task has its own stack, and can communicate with other tasks with mailboxes or shared memory (with a lock).

You'd have a task for each of the things you mention: debouncing a button, drive the display from a buffer, and application logic.

The application logic then doesn't have to worry about bounces, how long it'll take to drive the display, etc.

Modal screens over static screens is orthogonal to this though. You'd need to build a priority scheme, and only pass down events to the current on-screen view.

Matrix.org hacked 7 years ago

How would a blackhat grab the wallet if it's GPG encrypted and needs the passphrase from the dev?

Natural Cycles: Enter your temperature into the app. Natural Cycles’ smart algorithm analyzes your data. The app will tell you if it's a red or a green day and whether or not you need to use protection to prevent pregnancy.

Recipe for disaster