TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What was your last “ah-ha!” moment?

23 pointsby sunday_serifover 2 years ago
What was the last moment in which something technical (or otherwise) just clicked? What exactly did you learn?

9 comments

muzaniover 2 years ago
The idea that wealth is performed, not possessed.<p>Wealth is compensation. One must prove that the wealth they gained is less than the effort they put in. A billionaire sacrifices his life, his marriages. An actor or rock star becomes a drug addict and goes through hell and depression. People assume higher salaries come with poor work-life balance, even when it&#x27;s more efficient to have healthy, rested, happy employees.<p>Wealth also has to be consumed. Often via taxes, but also sponsorships, charity etc. How many rich people oppose tax on the rich? Amazon famously has minimum profits.<p>If not properly performed, then society finds a way to deprive people of their undeserved wealth. Then you get minimum wage laws, more tax, revolutions, etc.<p>Theives also frequently view themselves as taking from the undeserving rich, and compensating the inadequately compensated poor. You see this not just in robberies, but those justifying piracy and running red lights.
I_dev_outdoorsover 2 years ago
I was taking flight lessons and dropped my pen under the rudder pedals. I had a pencil in my pocket and my flight instructor said he was impressed that I had a backup.<p>This kind of drove home that you need to be prepared for a lot of different outcomes because I would have been screwed if I was flying by myself and was unable to take notes.
评论 #33167705 未加载
mikewarotover 2 years ago
Technical:<p>When I learned exactly how an HP 5061 atomic clock works, in the process of repairing them.<p>The tube is a marvel of modern engineering, a physics lab in a package small enough to hold in your hand. In the end, it takes quantum mechanics, and turns it into a razor thin filter&#x2F;rf detector. If you put in 9,192,631,770 Hz, you get a strong DC signal output, a few hundred Hz higher or lower and the output drops off rapidly.<p>HP engineers did some VERY clever work. They start with a high quality crystal oscillator, in an oven to help stabilize it&#x27;s output. They multiply it&#x27;s output frequency up to 9.2 GHz using a PLL to get the odd bits, and straight harmonic generators for most of it.<p>A small phase modulation is added to the signal, which in effect spreads out the probe frequency enough to allow finding the peak output. As the equipment starts up, it&#x27;s precise enough to drift into detection range once it gets up to temperature.<p>The gentle rocking back and forth of the clock frequency to probe the sides of what is effectively a razor thin, quantum stabilized, RF filter&#x2F;detector with microamp output. was genius. Doubly so when they used the phase of the output variation to tell which side of the peak they were on, and to then lock to the center of the range.<p>If you&#x27;re on the low side, the signal goes up with frequency<p>If you&#x27;re centered in the middle, the signal goes up with both sides, and you get double the swing frequency out<p>If you&#x27;re on the high side, the signal goes down with frequency<p>They use this signal to then add a very small, and very slowly changing steering signal to the 5,000,000 Hz crystal oscillator... which then locks it into frequency with an accuracy of about one cycle&#x2F;day. In effect they take it&#x27;s error bars from +&#x2F;- 10 Hz to about 0.001 Hz.<p>We connected two of them to the X and Y channels of an oscilloscope, and observed a diagonal oval that didn&#x27;t drift, even after we came back from lunch, nothing had changed.<p>There are even more bits of clever in the device, but that gets into Zeeman splitting, etc.<p>Other atomic clocks, such as the Rubidium Clocks that are available surplus in E-Bay work in a similar manner, but instead of a stream of Cesium atoms, they have a cell of Rubidium gas that becomes 1% more opaque to a specific wavelength of light when excited with RF at 6,834,682,608 Hz
przeorover 2 years ago
Cryptocurrencies is a more social revolution than technical one. It helps to spread innovative ideas more evenly across the globe.<p>Cryptocurrencies provide coordination mechanisms and is the &quot;fuel&quot;.<p>I&#x27;m from Poland, so good example will be gaming as we have CD Projekt (they made Cyberpunk 2077 &#x2F; Witcher and other titles) here. Their advertising budget is huge and most of it goes to Facebook ads, Twitter ads and other Silicon Valley funded companies. So in order to make a successful title, you need to spend a lot of money on ads.<p>On other side, Axie Infinity in 90%+ spreaded around the globe because a lot of people coordinated to do so because of this cryptocurrencies social phenomena.<p>I&#x27;m sure this mechanism will be used, improved over the next years and more &quot;money&quot; will go to &quot;token holders&quot; instead of to social platforms like FB.<p>It&#x27;s win-win situation for the game&#x2F;software producer and to the user etc.
评论 #33152898 未加载
评论 #33155187 未加载
sandreasover 2 years ago
I was trying to create PDF files from photos taken with a phone camera (aka docscanner) and tried to compress as good as possible, when I realized that PNG supports 1 bit mode, with a palette of only 2 entries...<p>Combined with adaptive thresholding (e.g. Sauvola) this resulted in extremely compressed but still readable images.<p>I wrote a little C# tool called shrivel for my requirements: <a href="https:&#x2F;&#x2F;github.com&#x2F;sandreas&#x2F;shrivel&#x2F;blob&#x2F;main&#x2F;shrivel&#x2F;Commands&#x2F;ProcessCommand.cs#L111" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;sandreas&#x2F;shrivel&#x2F;blob&#x2F;main&#x2F;shrivel&#x2F;Comman...</a><p>No release but it works like this:<p><pre><code> shrivel process .&#x2F;images&#x2F;input&#x2F; --filter=resize[1750,1750] --filter=adaptivethreshold --output-template=&quot;{inputDirectory}&#x2F;processed&#x2F;{name}.pdf&quot; --merge-pdf=&quot;.&#x2F;small_merged.pdf&quot;</code></pre>
altiluniumover 2 years ago
1. Investment, no matter what is its form, is not a golden bullet to prosperity. In fact, it&#x27;s a glorified risky gamble : sevenfold (more or less) win or lose it all.<p>2. Each of the world&#x27;s current top crypto coin has their own unique value proposition (for example : bitcoin &quot;the original cryptocoin&quot;, ethereum &quot;the programmable cryptocoin&quot;, stablecoin, etc).<p>3. There&#x27;s a new trend that current new cryptocoin should have their own specific use case (for example : BAT for digital ads, TEKKON for openstreetmap-styled contribution, Golden for wikidata-styled contribution)<p>4. The very essence on &quot;why double entry accounting&quot; matters is : you are always being forced to re-check all the transaction twice, make it more safer, especially from high risk transaction bookeeping.
评论 #33159185 未加载
joshxyzover 2 years ago
this past fee days i understood jwt is for microservices scaling, mind blown moment
meiralealover 2 years ago
Blockchains will inevitable become the world&#x27;s ledgers
mikewarotover 2 years ago
Non-Technical:<p>We thought that &quot;The Algorithm&quot; was a NERFed version of AI, and thus completely safe to use. We&#x27;ve allowed it to mediate all human thought on society wide scales. It may be the extra push that kicks off WWIII.
评论 #33162019 未加载