Looks like a React component tree binding to SVG nodes. Right click and inspect element. Right click on the svg element in the (chrome) inspector. Choose `break on` > `subtree modifications`. That led me to look through the network tab for this: https://cursor.com/marketing-static/_next/static/chunks/0sqf... (look for the text "GitObject" in this file)
Small refinement: the underlying model isn’t stochastic at all. The forward pass is a deterministic function of the weights and input, it just produces a probability distribution over the next token. The stochasticity is an optional sampling step layered on top, not something inherent to LLMs. Greedy/argmax decoding (or temperature 0) makes the whole thing deterministic.
So “purely stochastic” overstates it a bit: the distribution is computed deterministically, and you choose whether to sample from it or not.
There are more layers to this problem, if we want to get into the details. The LLM is defined in terms of floating point operations, and those are not actually fully deterministic, on most hardware and in most performant implementations.
IEEE 754 only specifies precision requirements for certain operations, not precise bit patterns (e.g. for exponentials). So, at least in principle, the same hardware performing the same operation could produce different results at different times, as long as they are close enough to the theoretical answer. I'm not sure if any hardware actually works like this.
IEEE 754 also specifies that many of the basic arithmetic operations are not associative - so any reordering (which is common when batching multiple queries at the same time) will introduce indeterminacy from the perspective of your own query (that is the result for your query will change depending on what other query happens to be processed at the same time, which is not under your control).
Finally, even if we take the case when a query is processed alone, and even if one particular hardware is completely deterministic, the result will be different on different hardware - which can again look like non-determinism if you're sending your query to a load balancer.
So, the math for LLMs is deterministic in theory, but implemented with non-deterministic approximations & optimizations in practice, and their results are then normally used only as a probability distribution to be sampled from.
4 different levels to unpack: Literal IPO question, Epstein cover-up (gov. won't just do it), aliens (X-Files) cover-up, and finally the Elon-Epstein connection (email files thread to host him at SpaceX).
Parent commenter is making a joke about the fact that, in the title "SpaceX Files to Go Public", the word "Files" could be read as either a noun or a verb.
Maybe dumb question but how do I just take a sat image and create the scene? The scripts in the repo are all about training which I assume requires you to have the 3d data too.
These sort of projects always look cool but I think the real "wow factor" would be a file upload where you can see the result on your image. I assume there are reasons why this isn't done.
Do you mean converting your image into a 3D scene?
This is where we were heading with our 3D volumetric video company https://ayvri.com
We were working on blending 3D satellite imagery with your ground view (or low flying in the case of paragliders) photos and videos to create a 3D scene.
Our technology was acquired prior to us being able to fully realize the vision (and we moved on to another project).
We all change with time, whether we want it or not. You can influence that change of your mind and soul, just like you can influence how your body changes.
If you fake being a better person than you are within, then by time you will be given by others more trust, more love, more opportunities. The sands of time will start to erase the old personality and implement the new, which is more reflective of the better environment you're finding yourself in. The good parts of the old you stay, while the bad parts are washed away.
This can be implemented on an industrial scale with military indoctrination, where they can take absolute scum and turn them into honorable soldiers and officers.
Is there anyone monitoring US government websites for deletion of pages beyond what people may notice in an ad hoc way? I feel like this should be automated.
There's an Archive Team project for the government, although it's just trying to get as much of a snapshot as possible: https://wiki.archiveteam.org/index.php/US_Government Detecting changes across all pages in real time is going to be difficult to accomplish.
You can use a combination of the website capture data available in the Internet Archive along with what the Internet Archive and ArchiveTeam crawl to analyze and track when page status changes (both content and http codes, 200->4xx for example). Look for the diffs across the .govs of interest. Crawling continues.
(no affiliation, friendly reminder to donate to the archive)
In the seminal SF movie Tron (1982), MCP stood for "Master Control Program", and it has already been firmly established that "Master" is a problematic word we must expunge from our repositories.
No. Like "master" as a branch name, even if it's perfectly fine in this context, as long as it could be suggesting the word use in a problematic context, it should be banned. That's how we banned "master" as a branch name, so why not MCP?
Yes, I mean we should ban all abbrev with M in it /s