Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gte525u
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
gte525u
4mo ago
Organizational self-imposed DOS attacks.
2.
▲
by
gte525u
5mo ago
It depends - some agencies you can apply directly without doing a phase 1. Others you need talk to the TPOC of the Phase 1 to find out the process or you have to be invited. In the current environment - I would contact the TPOC - it could
3.
▲
by
gte525u
5mo ago
SBIRs have been mucked up since last fall. The program lapsed and it just got reauthorized for certain departments. Without that reauth only those who had phase 1's could apply for phase 2's.
4.
▲
by
gte525u
6mo ago
Are there benchmarks available to compare vanilla wireguard to fips wireguard?
5.
▲
by
gte525u
6mo ago
We used it for a new Defense/Aerospace projects. Language-wise it's fine although verbose. Intent was to separate similar IP so there was no claim of cross contamination. Built-in threading and a robust standard library is nic
6.
▲
by
gte525u
1y ago
Very different use case. It's for one-off secure file transfers.
7.
▲
by
gte525u
1y ago
FWIW - I work in aerospace. I believe this is talking about their FAA Designated Engineering Representatives (DERs). They are employed directly by the company or are consultants - they are subject matter experts in their domain. They ac
8.
▲
by
gte525u
1y ago
There were a lot of waivers back in the day. A couple big companies (Boeing) still use it.
9.
▲
by
gte525u
1y ago
I would look at SCTP socket API it supports multistreaming.
10.
▲
by
gte525u
1y ago
From my experience, it seems to be the people that learned PASCAL first for some reason.
11.
▲
by
gte525u
1y ago
This works until someone tries to vertically align something like a table or a line that is wrapped.
12.
▲
by
gte525u
1y ago
^This - we're trying to use one to partially automate some system engineering type activities. It's great for reviews where any given reviewer could be expected to have a misunderstanding of certain details or skip a section (RAG
13.
▲
by
gte525u
2y ago
Do you have any resources you could link to - for those that are curious?
14.
▲
by
gte525u
2y ago
FWIW - it happens in aerospace - ARINC 651/653
15.
▲
by
gte525u
2y ago
There a couple companies that make a DILS where the localizer and glideslope can be temporarily deployed. The intent is for emergency or short term use.
16.
▲
by
gte525u
2y ago
ARINC 429 definitely one way to do it. It has a fixed baud rate - there is no feedback to the transmitter. Typically, each "bus" contains a single or small subset of messages (called labels) over it.
17.
▲
by
gte525u
2y ago
It's line speed processing of multiple cameras in HW - it should be less power consumption than equivalent GPU or Jetson.
18.
▲
by
gte525u
2y ago
Somewhat related - but there are a ridiculous number of platform/systems that ship with derivative of Dinkum C++ standard library - MSVC (included). When you lookup the company behind it - it's basically small shop that seems to
19.
▲
by
gte525u
2y ago
Alternatively - you can get an export license for information to the particular person. Kind of like a TAA for a foreign employee. Previous employer had a European EW expert in the US office temporarily. Still not fast and lots of paper
20.
▲
by
gte525u
2y ago
It may vary on your definition of major - but they definitely do in the southeast and lower midwest.
21.
▲
by
gte525u
3y ago
Out of curiosity - what were the rough edges in the distributed application space?
22.
▲
by
gte525u
3y ago
There is a python script[1] that pulls down LCSC parts as kicad symbols and footprints. [1] https://github.com/uPesy/easyeda2kicad.py
23.
▲
by
gte525u
3y ago
Analog discovery series is cheap and good enough for a lot of tasks.
24.
▲
by
gte525u
3y ago
uCOS-II and uCOS-III were open sourced a while ago as well https://github.com/weston-embedded
25.
▲
by
gte525u
3y ago
FWIW - ARINC429 is a common one way serial bus used in commercial aviation.
26.
▲
by
gte525u
3y ago
Basically 'Ed Wood' reimagined?
27.
▲
by
gte525u
3y ago
Safety critical in aerospace uses MCDC as the gold standard for testing.
28.
▲
by
gte525u
3y ago
Shouldn't that be (void)a;
29.
▲
by
gte525u
3y ago
MISRA C++ lags quite a bit relative to C++'s evolution over the last 20 years. It's closer to JSF C++ style guide.
30.
▲
by
gte525u
3y ago
FWIW - usually when interfacing with foreign code like that you match what the foreign code's types than convert it afterwards. Then add an assert [sizeof(t1) >= sizeof(int)] or better a static_assert. The intent isn't to make
More ›