Hacker Newsnew | past | comments | ask | show | jobs | submit | cushychicken's commentslogin

I think there’s a lot of people out there who don’t want to believe written communication skills like these are as important as raw technical skill.


I recall when I entered college. The first thing was mandatory, required, english classes.

The logic was, if you cannot communicate, you cannot explain why your job, or what you're doing is important. If it has value. If you have value. You cannot hope to explain requirements to others. Or explain the logic or reasons, the "why" of a technical path.

You're likely correct that a lot of people think this unimportant. To them I'd say, they're severely limiting their career, if they don't think communicating is important.


That's really interesting to me. I consider writing to be a "raw technical skill." Programming and writing are inextricably linked. The lexicon of software borrows heavily from writing: language, syntax, grammar, statement, and expression. Even the way we critique code heavily overlaps with how an editor critiques writing: consistent, readable, elegant, concise or verbose, and follows a style guide.


And embedded Linux!

I’ve had a hell of a time finding good embedded Linux devs.

I got insanely lucky to hire two this year.


What are you looking for? Yocto experience? Experience writing drivers? C/Rust/C++? Hardware / FPGA experience as well?


I have been doing backend/infrastructure coding for years and have been thinking about trying embedded work but am unsure how to break into that area. Curious if you (your industry) would be interested in someone with a lot of Linux/systems experience but not in the embedded space?


I'd start from this - https://www.coursera.org/specializations/advanced-embedded-l...

I studied under him at the university. He's also active in open source communities around embedded space.


Thanks!


I've had a hell of a time getting into embedded linux professionally. I don't have that specific job experience on my resume, but lots of related open source work, writings, kernel work etc -- I can do this, I just can't prove it very well.

What would you recommend I do? Looking for any more devs?


Isn't linking to commits enough to prove it?


Is embedded Linux that different to regular Linux?

Edit: I mean, Vizio TVs literally run systemd.


A lot of work here is working on vendor provided BSP (which can range from esoteric mix of ancient kernels/bootloaders to top-quality community maintained mainline kernels) to work on your custom board/product.


So Linux kernel config/building/patching?


Linux kernel + bootloaders + firmware

The Linux kernel side is mostly device trees, device drivers and the like.

u-boot is very famous as a bootloader in the embedded space

Firmware for board bring up and devices


It’s the “embedded” part that people struggle with.

I can find systemd script gremlins all the live long day.

I can’t find anyone who can write device drivers for custom peripherals, then hook them to user space utilities in a sane way.


The the hackaday community might be a good place to train/find such people, although the are more focused on non-Linux bare-metal code I expect.

I guess you are aware of the consulting companies in this space? Baylibre and Denx (now NABLA) come to mind. Probably more Linux embedded companies on the FOSSjobs wiki. Looking at people/companies contributing to related areas of the Linux codebase is another option.

https://baylibre.com/ https://nabladev.com/ https://github.com/fossjobs/fossjobs/wiki/Resources#employme...


Didn’t everyone kind of migrate to more capable chips like ESP32 and STM32 in the intervening decade since Arduino got big and commercial?


I for one really like developing and co-managing specs with an LLM.

I think it’s a great conversational tool for evaluating and shaking out weak points in a design at an early phase.


Waterfall gets an unnecessarily bad rap.

Nobody who delivers any system professionally thinks it’s a bad thing to plan out and codify every piece of the problem you’re trying to solve.

That’s part of what waterfall advocates for. Write a spec, and decompose to tasks until you can implement each piece in code.

Where the model breaks - and what software developers rightly hate - is unnecessarily rigid specifications.

If your project’s acceptance criteria are bound by a spec that has tasked you with the impossible, while simultaneously being impossible to change, then you, the dev, are screwed. This is doubly true in cases where you might not get to implementing the spec until months after the spec has been written - in which case, the spec has calcified into something immutable in stakeholders’ minds.

Agile is frequently used by weak product people and lousy project managers as an excuse to “figure it out when we get there”. It puts off any kind of strategic planning or decision making until the last possible second.

I’ve lost track of the number of times that this has caused rework in projects I’ve worked on.


>That’s part of what waterfall advocates for. Write a spec, and decompose to tasks until you can implement each piece in code.

That's what agile advocates for too. The difference is purely in how much spec you write before you start implementing.

Waterfall says specify the whole milestone up front before developing. Agile says create the minimum viable spec before implementing and then getting back to iterating on the spec again straight after putting it into a customer's hands.

Waterfall doesnt really get a bad rap it doesnt deserve. The longer those feedback loops are the more scope you have for fucking up and not dealing with it quickly enough.


I don’t think this whole distinction between waterfall and agile really exists. They are more like caricatures of what really happens. You have always had leader who could guide a project in a reasonable way, plan as much as necessary, respond to changes and keep everything on track. And you have people who did the opposite. There are plenty of agile teams that refuse to respond to changes because “the sprint is already planned” which then causes other teams to get stuck waiting for the changes they need. or you have the next 8 sprints planned out in detail with no way to make changes.

In the end you there is project management that can keep a project on track while also being able to adapt to change and others that aren’t able to do so and choose to hide behind some bureaucratic process. Has always existed and will keep existing no matter how you call it.


>The difference is purely in how much spec you write before you start implementing.

Ah, and therein lies the problem.

I’ve seen companies frequently elect “none at all” as the right amount of spec to write.

I’d rather have far too many specs than none.


> last possible second

Most of the people you describe here will try to start changes at the last possible second, and since our estimates are always wrong, and preemptions always happen, then they start all changes too late to avoid the consequences of waiting too long. It is the worst of all worlds. Because the solution and the remidiatiom are both rushed, leading to tech debt piling up instead of being paid down.

No battle plan survives contact with the enemy. But waterfall is not just a battle plan, it’s an entire campaign. And the problem comes both from trying to define problems we have little in house experience with, and then the sunk cost fallacy of having to redo all that “work” of project definition when reality and the customers end up not working the way we planned.

And BTW, trying to maintain the illusion of that plan results in many abstractions leaking. It creates impedance mismatches in the code and those always end up multiplying the difficulty of implementing new features. This is a major source of Business and Product not understanding why implementing a feature is so hard. It seems like it should just fit in with the existing features, but those features are all a house of cards built on an abstraction that is an outright fabrication.


Oh my god I fucking HATE the SPI config bus on the ice40 series

So difficult to get the directionality right and also enable a JTAG bus

Hate these parts for that reason


Oh wow, Greg Gianforte managed to do something in politics I don’t vehemently hate.

He’s not a very nice person but he did at least used to own a tech company.


OP is making comments about poor performance single cycle of a sigma delta ADC.

Single cycle readings defeat the point of sigma delta ADC setups.

You're taking many high noise samples and averaging them over time to get a better picture of the average voltage.


> Single cycle readings defeat the point of sigma delta ADC setups.

The ADC's internal delta-sigma ADC takes a lot of samples at a much higher modulation frequency and presents them as a single output value.

You do not get the direct delta-sigma output from an ADC like this. The internal logic handles that for you. It's okay to take single samples of the output.


OP is using the chip with the data rate set to 8 samples per second.

Natively/internally, it runs at 860 samples per second, and you can configure it to provide that data at a lower sample rate at lower noise levels by averaging multiple readings together internally.


This is cool. A hundred prototypes in eight weeks is no mean feat.

Y’all made a lot of smart choices to keep your timetable. Not least of which was finding - and listening to - a good CM partner.


This is awesome.

I suspect that for every one job the government would subsidize for a daycare professional, that we’d see three women enter the workforce.

That’s a net of four people employed.

I have no proof of this aside from my own experience watching parents struggle to find care for their kids. Even well off ones where I live. In Massachusetts!

Good for you, New Mexico. I’m rooting for you.


What's even better is this isn't costing New Mexico that much and it removes income restrictions for daycare. I think the total budget is something like $36 million extra with about $20 million of that being capex to build new facilities.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: