Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
meta_AU
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Be My Weasel
(youtube.com)
1 points
by
meta_AU
5y ago
|
0 comments
2.
▲
by
meta_AU
8y ago
Shorter and more secure alternative with elliptic curve zero-knowledge proof - for example with a 160bit curve you could have a 240bit (30 byte) licence key comprised of a 160bit field element and an 80bit hash.
3.
▲
by
meta_AU
8y ago
Making test points for all your testable functions and aligning them to a stripboard really simplified making a testing jig. You can solder some pogo pins to the strip board and just press each board to your jig to program/test it. Als
4.
▲
by
meta_AU
8y ago
The algorithm for the first example reads just like an implementation of a SAT solver. Set a variable, propogate clauses, backtrack on conflict (learn new 'rule' from conflict).
5.
▲
by
meta_AU
8y ago
Maybe add a definition of 'risk' in the quick summary. It tends to man different things to different people, and linking back to a definition (e.g. the effect of uncertainty on objectives) helps keep discussions on track.
6.
▲
by
meta_AU
8y ago
the same way that if you lift for 3 months, it achieves nothing. I'm probably missing the point - but that first 3 months of training is where you make the fastest growth and can double the weight you lift (from untrained to novice).
7.
▲
by
meta_AU
8y ago
Misleading title, should be changed to 'Why we moved from flopnax to rilkef and you should too'.
8.
▲
3D Hubs discontinues peer-to-peer printing service
(3dhubs.com)
1 points
by
meta_AU
8y ago
|
0 comments
9.
▲
by
meta_AU
8y ago
For some of the unsupported targets there is the Rust->C compiler. Haven't used it myself but I've seen that, for example, the ESP32/ESP8266/Xtensa is supported by it.
10.
▲
by
meta_AU
8y ago
From memory WeChat verification only allows one verification every few months (and only if your account is old enough). In theory you can get a hostel employee to verify you, but they have usually used up their verification for that quarter
11.
▲
by
meta_AU
8y ago
A useful example project would be an FFT or OFDM accelerator for a microcontroller. Most microcontrollers really struggle with FFT so it is an example where a small uC and a small FPGA can be cheaper than a large uC. Sliding window FFT is g
12.
▲
by
meta_AU
8y ago
Sometimes 1.1.1.1 is used as a testing value, and can get blocked for reasons. CloudFlare is getting a huge amount of spam IP traffic to 1.1.1.1 from misconfigured equipment, it wouldn't be too surprising if some upstreams have firewal
13.
▲
by
meta_AU
8y ago
Probably also because ammonia is polar, three positive protons and an electron pair in a tetrahedral arrangement. Whereas H2 is two protons hiding an electron pair in a linear arrangement.
14.
▲
by
meta_AU
8y ago
Circa 1992.
15.
▲
by
meta_AU
8y ago
Listened to American Kingpin on audiobook during a recent trip. It was pretty entertaining if anyone wants more information on this topic.
16.
▲
by
meta_AU
8y ago
If you have a look at any Zachtronics games you can see one way of doing it. It is just a leaderboard represented as a histogram. A separate one for instructions, cycles, etc. No need to know the best, just keep track of what other people h
17.
▲
by
meta_AU
8y ago
It depends how often you want to update things I guess. A wildcard costs less than $50 a year these days, so if that might be better for some people than renewing their LE every few months.
18.
▲
by
meta_AU
8y ago
The other option is to register a domain and use that to get either LetsEncrypt cetts or purchase a wildcard.
19.
▲
by
meta_AU
8y ago
Additionally, the accuracy of the PCB fab when drilling holes is going to be better than when routing the edges of the board. Just need to ensure you pick a hole diameter that matches the fabs drill sizes. (and oversize the hole a little or
20.
▲
by
meta_AU
8y ago
I'm not really following the trapdoor reasoning. Both RSA and elliptic curves are based on having a system where 'exponentiation' commutes and the 'logarithm' is computationally difficult. RSA only needs the two gen
21.
▲
by
meta_AU
8y ago
From memory, GCC does one NewtonRaphson iteration on the approximate result so the error is much lower (closer to e-9 from memory again). They don't use the approximation directly in fast-math mode.
22.
▲
by
meta_AU
8y ago
Sure,but you are judt bolting one heat engine to another (the motor). I'm assuming the efficiency of the motor is better than the TEG (generally the case), so why not just draw power from the motor instead? This technology is probably
23.
▲
by
meta_AU
8y ago
It is the inverse of the square root. If you want to normalise a vector, you divide the components by the length. The length is the sqrt of the sum squares (Pythagoras). Divide is more expensive than multiply. So get the inverse sqrt of the
24.
▲
by
meta_AU
8y ago
Heat engines generate work (power) through the movement of heat from hot to cold. Conventional systems (steam turbines, Stirling engines, regular thermoelectric generators) require a temperature difference of much higher than 5C between hot
25.
▲
by
meta_AU
8y ago
Anyone trying to work out if Mikrotik has some equivalent of this SQM, looks like no. Well, not explicitly fq_codel or any extensions. Though using the sfq queue system with traffic shaping seems to give the same improvement to bufferbloat.
26.
▲
by
meta_AU
8y ago
When reading through the problem statement I started wondering why a distributed tracing system, like Zipkin, wouldn't work. A microservice architecture seems very similar to most reactive programming systems, and distributed tracing i
27.
▲
by
meta_AU
8y ago
Running K8S on other environments isn't a difficult job, but you do need a certain level of experience running systems. You need to set up EtcD, in prod you have 3 or 5 of them - there are a couple of topologies for running EtcD and pe
28.
▲
by
meta_AU
8y ago
I've always liked how K8S release notes come with a series of blog posts doing a deep dive into each feature. But when I think back on it, because they come out after the release announcement I end up forgetting about them until the ne
29.
▲
by
meta_AU
8y ago
I used to worry about being over dressed or underdressed for interviews or events. At some point I just decided that I'd never looked at someone else and considered them to be overdressed, so maybe there is no such thing. Dress in what
30.
▲
by
meta_AU
8y ago
Shorthand for 1.7kW or 1,700 Watts. The shorthand is common in some fields, I've mostly seen it in electronics where you might have 4k7 to represent 4.7 kOhm or 4,700 Ohms.
More ›