HackerTrans
TopNewTrendsCommentsPastAskShowJobs

incorrecthorse

no profile record

comments

incorrecthorse
·9 bulan yang lalu·discuss
Plot twist: It's not actually scalable because no amount of tools and buzzwords can compensate for the lack of experience in proper architecture for scaling.
incorrecthorse
·11 bulan yang lalu·discuss
> For the uninitiated, Linear is a project management tool that feels impossibly fast. Click an issue, it opens instantly. Update a status and watch in a second browser, it updates almost as fast as the source. No loading states, no page refreshes - just instant, interactions.

How garbage the web has become for a low-latency click action being qualified as "impossibly fast". This is ridiculous.
incorrecthorse
·11 bulan yang lalu·discuss
And compute-intensive hash functions. Computers this day are powerful enough to hashcat each individual pwd+salt if a fast hashing function is used.
incorrecthorse
·12 bulan yang lalu·discuss
I think the common confusion boils down to:

> The moment of capturing a measurement is known as a metric event

Which suspiciously reads like a log.

In practice, a metric is an aggregate of events (the "metric events") when you're not interested in the individual event but, but in the aggregate itself. For practical reasons this is not implemented with logs but with more primitive technical events emission.

This is not fundamentally incompatible notions. If you do an electrocardiogram, you might be interested in your BPM, but it is deduced by the full log of each beat. The segregation we do in computing is more practical than fundamental.
incorrecthorse
·tahun lalu·discuss
The bad ID naming `d1` is convenient for the argument...
incorrecthorse
·tahun lalu·discuss
It blows my mind OpenAI wouldn't be able to build a Windsurf alternative for orders of magnitude less than $3B.
incorrecthorse
·tahun lalu·discuss
> we form thoughts at 1,000-3,000 words per minute

I would like to know what this measures exactly.

The reason I often prefer writing to talking is because writing lets me the time to pause and think. In those cases the bottleneck is very clearly my thought process (which, at least consciously, doesn't appear to me as "words").
incorrecthorse
·tahun lalu·discuss
It _is_ equivalent to a back door, that's the point. The UK demand can be accessed more rapidly and properly by disabling the feature than by implementing a backdoor, since it is the same thing.
incorrecthorse
·tahun lalu·discuss
> So, what exactly has generative AI actually done? Where are the products?

The product is ChatGPT, actually.

If LLMs are a bubble, then you should expect most of OpenAI's revenue to come from its API (which is used by startups which have raised money to do "magic AI stuff", and the bubble would pop when investors would stop giving the money). But according to https://futuresearch.ai/openai-revenue-report, revenue from the API accounts only for 15%, the other 85% being the different subscriptions offers, including 55% of ChatGTP Plus subscriptions -- that is, _direct consumers_.

This doesn't prove that it isn't a bubble (the consumers could realize it's useless and then leave some time later), but it makes it less likely IMO.
incorrecthorse
·tahun lalu·discuss
Do they have an incentive to learn? If the reward process in the company also consider it "out of scope" (meaning the remaining work is scheduled as such), there is nothing to really learn.
incorrecthorse
·2 tahun yang lalu·discuss
*Cinephiles took the DVD boom era for granted

The reason it ended is because the general public doesn't care.
incorrecthorse
·2 tahun yang lalu·discuss
Those people seem to have a passion for developing package managers (instead of just seeing it as a tool that needs to do the job), and as long as it is the case, I don't see how we wouldn't end up with one new package manager every year.
incorrecthorse
·2 tahun yang lalu·discuss
Aren't you screwed from the moment you have a malicious user in your workspace? This user can change their picture/name and directly ask for the API key, or send some phishing link or get loose on whatever social engineering is fundamentally possible in any instant message system.
incorrecthorse
·2 tahun yang lalu·discuss
It can take an arbitrary amount of time. Modules are just code executed top to bottom, and might contain anything beyond mere constants and functions declaration.
incorrecthorse
·2 tahun yang lalu·discuss
Code coverage proves that the code runs, not that it does what it should do.
incorrecthorse
·2 tahun yang lalu·discuss
Unless you want an empty test suite or a test suite full of `assert True`, the reward function is more complicated than you think.
incorrecthorse
·2 tahun yang lalu·discuss
The update affected less than 1% of all Windows machines. [1] Although maybe the biggest software failure in history, far from the biggest possible one. The level of cloud connectivity in the world could basically break the world if we didn't have diversity.

[1] https://blogs.microsoft.com/blog/2024/07/20/helping-our-cust...
incorrecthorse
·2 tahun yang lalu·discuss
> Those two flight deck pilots had breathed-up all the oxygen in their breathing packs by the time they hit the sea, something confirmed by the empty breathing packs that were recovered. Which means they were alive when they hit the sea!

I don't understand how this follows. The best scenario is that they had their last drops of oxygen around hitting the sea; in other scenarios they died from lack of oxygen before hitting the sea.
incorrecthorse
·2 tahun yang lalu·discuss
Board state itself becomes unique pretty quickly, so you would just end up with a gigantic lot of "moves" played only 1 time.

EDIT: so you could define "rare" moves as the biggest difference of occurrences between state N and state N+1.
incorrecthorse
·2 tahun yang lalu·discuss
Looks like this missed the opportunity to load the board in JS from the URL to be truly static.