spacetime_cmplx
No user record in our sample, but spacetime_cmplx has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but spacetime_cmplx has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Negative income tax is an alternative to UBI, but it's discussed less often. Does anyone know why? I feel it should be easier to implement (plugs right into the existing tax system), should be cheaper (the more you…
Ironic. Every time a company measures its employee output with number of lines of code or commits, devs are the first to point out that management is dumb for using a surface-level metric. But you're doing the same…
As a serious security person, this is why I use 999999 as my passcode
What's stopping someone from placing the silicon under ab electron microscope and reading the data visually? I mean, the circuit that encrypts data has to have some way to load the key (the circuit might not be in the…
That's concerning. Could you elaborate on how you identified the traffic as cloudflare workers? Also, what sorts of HTTP attacks? wp-admin probes? Plain DDoS? Cloudflare has (had?) a murky history with not taking down…
While OP's reply answers your question, it's important to not apply current costs to predict the future of AI. Hardware for LLMs is one step function away from unimaginable capabilities. That breakthrough could be in…
Sure, in which case the real prompt is as useless as a hallucinated one, so what's the difference?
Why is everyone so confused about this? Isn't verifying the easy part? You put it into the GPT-3.5/4 API as a system prompt and see it answers like the actual chatbot. If it does, you've either extracted the actual…
If 't be true thou art so 'gainst w'rds changing meaning, then wherefore aren't thee speaking liketh this
It's far easier to do productive, useful things with AI if you just treat it as a tool, like a chainsaw or a pulley. Everyone agrees there's a lot of hype right now but no one thinks _they're_ a part of it. You know…
Yes, it's called Psilocybin
Sure! https://pastebin.com/xm7D1c30 I didn't bother cleaning it so it's just a code dump, but it's fairly straightforward. Not included are a Python script to parse and clean the raw documents into JSON files (used in…
>Richard: Now you're being an asshole. >Erlich: You say that like it's a bad thing. Richard, if you're not an asshole, it creates this kind of asshole vacuum and that void is filled by other assholes, like Jared. (Note:…
Unless you have several hundred million documents, just write a simple encoder that serializes the embedding vectors to a flat binary file. Writing code from scratch to process and search 200k unstructured documents --…
You could apply the same logic to anyone ringing the alarm bells about climate change (or alarm bells in general). Just because snake oil is usually unfalsifiable doesn't mean everything _currently_ unfalsified is snake…
>fetch weather >get capital >control volume >oh btw, it's also a self-replicating AI https://tvtropes.org/pmwiki/pmwiki.php/Main/ArsonMurderAndJa...
>I'm still waiting to see a QI charger than just pumps 100W of power straight through any piece of metal above it A charger so good it's the last time you'll need to charge
>People already know what needs to be done to solve a lot of these problems we have, it’s called sharing and compassion Broke: Making the world a better place through the power of friendship Woke: matmul go brrrrr Also:…
>Expand where? Think of the ocean bed as a trampoline. Obviously much more rigid, but that's the image in my head. >It can't go down because there is already other stuff there. Why not? Rocks and sand can be compressed…
I know, did I say otherwise anywhere?
No, water is most dense at 4°C. If you take water at 2°C and increase its temperature by a degree, it will _compress_, not expand. But if you take water at 10°C and heat it by a degree it will expand. My question is…
I have two related questions: 1. Global temperature is rising. Any water that used to be above 4°C (or the equivalent for salt water) now takes more volume. But what about water that's below 4°C? Wouldn't that water…
Thanks, I just wasted (?) 3 hours on this when I have so much work lol
Storing (UTC, latitude, longitude, altitude) is the holy grail, I guess. Everything else is too leaky. I mean, that's literally the four dimensions of space-time.
After using https://github.com/casey/just in a medium sized project, I wholly recommend anyone even slightly frustrated with Makefiles to switch to this. C++ : C :: Just : Make More sensible defaults, fewer footguns,…