Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
structural
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
121.
▲
by
structural
5y ago
Of course, when you get to buildings that are old enough, you have several layers of solid material (brick/stone) on the exterior, as well as things like double-thickness brick interior walls as well. This doesn't do RF propagatio
122.
▲
by
structural
5y ago
Do people really stare at the license plate in front of them anyways, though? It was made quite clear during driver training courses many years ago not to do this and that your glance pattern should always start and return to near the horiz
123.
▲
by
structural
5y ago
It's not at all a bizarre argument in a labor shortage. Exactly what you should expect to happen is that low-value economic activity gets replaced by higher-value economic activity!
124.
▲
by
structural
5y ago
Components for producing SDRs are impacted by the overall semiconductor shortage very significantly, too: keeping stock of what are fairly niche products is difficult when times are good, but with component lead times in the 52-80week range
125.
▲
by
structural
5y ago
There's also a not insignificant number of employers that use their status as one of a very few employers in town to abuse employees, either in salary or otherwise, because the barrier to quitting is "do I want to uproot my entire
126.
▲
by
structural
5y ago
And yet, people keep coming to San Francisco, LA, and other cities because there is work there. You can't look at housing costs divorced from other costs of living, either: for example, moving to places that are "dirt cheap"
127.
▲
by
structural
5y ago
The dirty secret is that shipping is a rarely profitable industry, so the "owners are too cheap" aspect is really the owners trying to go out of business as slowly as possible, hoping that times will improve in the future: if the
128.
▲
by
structural
5y ago
2754 tonnes is not really considered a large amount of material on the scale of global logistics. That's even closer to "regular weekly/monthly delivery" numbers than a large or special shipment.
129.
▲
by
structural
5y ago
Don't forget that if any company were to do litigation completely in-house, the second they were involved in one major litigation would be the perfect time for anyone else to take the company to court -- their lawyers are already all b
130.
▲
by
structural
5y ago
Yeah, but if you're not already in the job, the distribution of "teams that are currently hiring external candidates" can be quite skewed towards the worse side of things, and if you don't know this going in, you'll
131.
▲
by
structural
5y ago
What's also interesting is that transportation & communication are very much easier than they were for past generations. This is also combined with shorter times that a worker stays at a single job before moving on for another oppo
132.
▲
by
structural
5y ago
One of the issues is that the contracts are overly specific, can be extraordinarily difficult to change, and are not written by experts in the job to be done. There's always tension between "you need to be absolutely specific in o
133.
▲
by
structural
5y ago
Yep, we're hearing 52week lead times on pretty much all microcontrollers at the moment, with more esoteric parts being... somewhat more than that. A year ago you could buy 10k+ units of most common parts -- in stock -- from each of the
134.
▲
by
structural
5y ago
The Artix-7 is an excellent series of devices for learning how to work with PCIe. You're limited to Gen2 speeds, but that's not an issue for developing most applications. One thing to keep in mind is that "Artix 7" is an
135.
▲
by
structural
6y ago
It is absolutely standard practice for this to happen. At contract completion, the contractor must destroy or return all classified materials: these sorts of designs would certainly be included. It's pretty interesting, but a lot of th
136.
▲
by
structural
6y ago
You absolutely do assume that that network is hostile/compromised. There are a number of other networks in other places where more important communications are done. It's a giant PITA, and a lot of stuff leaks from Congress becaus
137.
▲
by
structural
6y ago
Their geocoding seems to work decently enough for street addresses from what I've seen, which is what it's technically advertised to do. It doesn't have a Google-sized database of business entities, so I'm not surprised
138.
▲
by
structural
6y ago
It's somewhat economics of scale, but also that small/cheap FPGAs are sized rather closer to what you'd expect in a microcontroller (and that is quite sufficient for many designs). Supporting PCIe and other high-speed interfa
139.
▲
by
structural
6y ago
Read the BSD license. There's nothing preventing the code being redistributed in another product (in this case, Mapbox JS v2) under any license terms whatsoever, as long as the copyright holders are appropriately credited.
140.
▲
by
structural
6y ago
It looks like at least one company has started to produce products that tie together the radio <-> FPGA <-> GPU compute pipeline for SDR using cuSignal and these Jetson modules: https://www.crowdsupply.com/deepwa
141.
▲
by
structural
6y ago
I can't disagree more strongly about this. Many, many times I'm trying to understand a codebase, and what I have is that codebase, not the dozens of dependencies involved, and not a full development/build environment. I may n
142.
▲
by
structural
6y ago
Tegra started out as their mobile chip, but has evolved into their robotics/automotive/industrial-SoC platform through the Jetson series of modules which are alive and well. [Sidenote: this has resulted in the hilariousness of tak
143.
▲
by
structural
6y ago
I think the difference is that you're using the language as a prototyping/design language: there, shortening the feedback loop is absolutely critical. There are lots of things that are not prototyping though - when I touch a graph
144.
▲
by
structural
6y ago
What's been your overall experience with using Vulkan shaders for compute? Are there basic primitives that are missing from shading languages and/or have you found any impedence mismatches between writing shaders vs. how you might
145.
▲
by
structural
6y ago
You also get the benefit of hiring several devs that already trust one another and have experience working together without stepping on each other's toes. That's where you can look at the product they have already developed and fo
146.
▲
by
structural
6y ago
You don't even need to do this: qemu support for executing arm64 binaries is fairly good, so you can just run the builds on your beefy x86 server anyways.
147.
▲
by
structural
6y ago
I think most of your issues are equating "QEMU == vmware player" or something like this. It's really not: as a matter of fact, QEMU is just a processor emulator, in software. It's not a full-operating-system VM environme
148.
▲
by
structural
6y ago
Two important aspects of being a wiki replacement, especially at a larger scale: - Group ownership of particular topics or sections of topics. This allows for things like "anyone on the team responsible for project X can edit/mode
149.
▲
by
structural
7y ago
Quaternions are also quite a bit more efficient (both in flops especially when composing rotations frequently) as well as storage space (4 values in a quaternion vs. 9 in a 3D rotation matrix). It's interesting to compare disciplines,
150.
▲
by
structural
7y ago
Not everyone's development environment is connected to the Internet. Additionally, trying to compile the project from source is extremely painful compared to most projects: it's not really possible in any obvious way to duplicate
More ›