Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
anmorgan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
anmorgan
1mo ago
Unfortunately many links are 404. Would have liked to have seen them.
2.
▲
by
anmorgan
3y ago
Let me rephrase that. A toaster is functionally simple, but designing, engineering, manufacturing, and creating a business selling toasters is not. Also I'm making the assumption it is for profit since they started off with "I
3.
▲
by
anmorgan
3y ago
To mix in with other's comments. It's always good to have a target in sight, but building a physical product with no experience will be a long, expensive journey. I make physical and digital products as a consultant, the first thi
4.
▲
by
anmorgan
6y ago
I would disagree that example is a slippery slope, but more of a leap across a vast canyon. Going from providing information and requesting an action, to making an automated decision and action, is much more difficult as you pointed out. Th
5.
▲
by
anmorgan
6y ago
Are you being specific about the word darken? Because LCDs are design to either allow or block light. So technically an LCD can "darken" incoming light. But I think the point of inconsistent lighting from the environment would be
6.
▲
by
anmorgan
7y ago
Okay, I think this reply helps frame your stance much better. You are not necessarily proposing no C ever, but saying at least start a new project with a C++ compiler / IDE and if there are reasons to use C code or rules like "don
7.
▲
by
anmorgan
7y ago
On Arduino, from my experience, it is easy to run into memory constraints, especially when using dynamically allocated memory like strings. And I'm taking about both the flash memory for code and the ram for data, stack, and heap. I do
8.
▲
by
anmorgan
7y ago
An 8-bit microcontroller where memory is constrained and all the vendor libraries are written in C, is a good example. Your 32-bit ARM M3/M4 cores are probably crossing that line where the memory cost of using C++ is worth it, but I wo
9.
▲
by
anmorgan
7y ago
This is geared towards qtquick (not widgets) applications, but to create a general theme you can use this pattern: https://doc.qt.io/archives/qt-5.11/qtquickcontrols2-flatstyl... Then before the engine is loaded i
10.
▲
by
anmorgan
7y ago
I find your comment very similar in tone as the article: someone who is a interface designer that has had bad experiences with UX designers. I think this is unfortunate, because I think UX design just a definition of the process that produc
11.
▲
by
anmorgan
7y ago
From my internet researching a while ago the main difference, and why MLMs are legal, is that an MLM sells a product, whereas a pyramid scheme sells people. That is, you can make money solely by acquiring more people who pay to be apart of
12.
▲
by
anmorgan
7y ago
I think it really depends on what you want to do. If you want to work with physical systems, computation, or data-science, then I think engineering physics is a good path. Where I went to college, all engineering physics majors concentrated
13.
▲
by
anmorgan
7y ago
I have a degree in Engineering Physics where I concentrated in Electrical Engineering. I also minored in Industrial Design. I currently work at a product design firm as an "Embedded Systems Engineer", where I primarily design and
14.
▲
by
anmorgan
7y ago
Unfortunately this comment is conflating two ideas. Nothing in this article conflicts with the idea that a UX designer knowing how to implement their designs in code would be a benefit. I don't see a problem with the author (and others
15.
▲
by
anmorgan
8y ago
Mainly because of the extensive Hardware Abstraction Layers (HAL) libraries available from most mcu vendors
16.
▲
by
anmorgan
8y ago
I am excited to see this come out: https://www.nordicsemi.com/eng/Products/Low-Power-Cellular-I... Seems promising, but I don't see the current consumption documented anywhere yet.
17.
▲
by
anmorgan
8y ago
It would not be more signal. https://en.m.wikipedia.org/wiki/Wave_interference The goal of noise canceling is to fully use destructive wave interference to create a 0 amplitude "signal", which is no signal at
18.
▲
by
anmorgan
8y ago
Depending on the application, I'll use a Finite State Machine pattern, but if I need something more complex I'll use QM QP/C (which is uses a hierarchical state machine pattern). So it's good to see others using Quantum
19.
▲
by
anmorgan
9y ago
What I assume IncRnd is referring to is the deterministic behavior of an RTOS. Here is a good white paper from National Instruments: http://www.ni.com/white-paper/3938/en/
20.
▲
by
anmorgan
9y ago
> Software is so complex that nobody really understands it. Unless this statement is trying to imply something deeper than what it states, I would disagree. I work with embedded systems and connected devices. To me it's not a proble
21.
▲
by
anmorgan
9y ago
Is running software/application in the Linux environment deem it a derivative work? Does Honeywell have to adhere to a GPL if they aren't modifying the Linux kernel? It's not clear to me that they would need to follow GPL.
22.
▲
by
anmorgan
9y ago
Though we do have 4K tvs now.
23.
▲
by
anmorgan
9y ago
I would actually say it is more of a game engine, especially when compared to three.js. Babylon.js supports physics plug-ins and collisions. They also have an action manager and other useful built in methods. Their tutorials are a really go
24.
▲
by
anmorgan
9y ago
Fair enough, his description seems misleading. To me a pixel is a discrete RGB value, which is made up of physical components, for example: https://google.com/search?tbm=isch&q=close+up+of+lcd+screen https://
25.
▲
by
anmorgan
9y ago
From the article: "Asking someone what the size of a pixel is is a good way to confuse him or her because it’s a trick question. A pixel has no size, no physical value or meaning outside of its mathematical representation. It is a part
26.
▲
by
anmorgan
9y ago
I know it's picky and this article is trying to be simplistic, but pixels do have a physical size. That is why there are optimal resolutions, starting with a 1:1 representation of physical to software. Edit: Actually the first paragrap
27.
▲
by
anmorgan
9y ago
Good Display is a Chinese Vendor that seems a little more transparent. http://m.good-display.com/products_list/&pmcId=160&productCa... You can buy a demo kit which features a STM32F1 and source code. You can al
28.
▲
by
anmorgan
10y ago
A friend and myself were talking about this exact same thing the other day (he works in the web / desktop app space and I work in the embedded space). We were working on an embedded project a while back and he didn't like seeing &
29.
▲
by
anmorgan
10y ago
They also have QNX. http://www.qnx.com/content/qnx/en.html
30.
▲
by
anmorgan
10y ago
Agreed. The drop shadow needs to be swapped between the two.
More ›