GPT-3 (I think? I forget which one) supposedly tried to deceive researchers and escape the lab. Or at least that was how it was reported. If you actually clicked through several links, it was a "what would you do if" roleplay.
HN user
Izkata
It's been there just as long, turn it on with "privacy.userContext.ui.enabled" and manage them at "about:preferences#containers"
The addons added extra functionality but everything they've listed in this announcement is already there. Sounds like they're just flipping these two flags by default.
No, it's at about:preferences#containers and has been for years if you turn it on in about:config (privacy.userContext.enabled and privacy.userContext.ui.enabled).
I don't use Nightly and I've been using containers for I think that long without any extension for it.
Edit: looks like I enabled them manually and couldn't remember/find it, it's in about:config under the name "privacy.userContext" instead of "containers".
Weirder has happened: https://mathsci.fandom.com/wiki/The_Haruhi_Problem
The singularity is the tipping point where the AI can improve itself faster than humans can comprehend, so the software at least wouldn't be human-designed anymore.
It requires a level of self-driven intent and access to their own code LLMs aren't capable of on their own. They might be one component of such a future system though, we just don't know yet. Even then it would probably take quite a while to reach that tipping point. GP is just wrong, talking as if we'd already reached it.
Yeah, this is much more accurate to what was actually happening. During that high period they struggled to get people to stop posting low-quality "do my homework" style questions - despite what people on here say the barrier for entry was extremely low and those made up the vast majority of what was posted.
I've maintained that if they handled this AI-caused decline well, they could return the site to its better days before the flood of people who didn't know what they were doing, offloading the bad questions while getting still getting all the good ones. I'm not sure they're even trying.
So uh did you type that out or generate it somewhere?
Number felt high so I wanted to double check and I only get 301500.
Refugees are different from immigrants.
As I understand it, in America "it's just a tool" is shorthand for "guns should be regulated like hammers, i.e. barely at all, responsibility lies with the user not those who make, market and sell it"
You're partially right about the responsibility part, but I think the rest is going too far. The phrase is a direct response to media and gun control advocates who treat the existence of guns as the cause of crime instead of the people using the gun.
During college, before I switched to linux, the DRM packaged with Spore bricked my computer in the middle of a semester. That's what turned me off of PC gaming.
There is 4th option that looks like a combination of how all three are described here: If J1 is running and J2 gets queued, then when J3 gets queued you cancel J2 but not J1. Prefer the oldest running (well, any running, just don't kill them) and newest queued, which waits on the running one. This is how we had long-running test suites configured on Jenkins/Hudson/buildbot ages ago (though it wasn't exactly a queue, more just a flag that the job needed to be run and the job pulled in the latest state).
They're not an abstraction at all until we're committing prompts instead of code.
I've heard both the "saving" has something to do with farming in the summer and candles in the winter, so either one could be daylight savings time. So I haven't been able to keep them straight and use "summer time" and "winter time" instead.
It looks worse than that, in Georgia people are apparently being forced to sell their homes to handle the power requirements for datacenters: https://www.cbsnews.com/news/georgia-power-ai-data-centers-e...
Also I think that they would get a better "feel" for working numbers in general.
This is called "number sense". I'm pretty sure we do have evidence under searches for that term, it was well-enough known as a concept when I was in school decades ago and is the reason we don't use calculators when first learning math.
I'm guessing they're referring to the unexpected finding that most people don't have an "inner voice" - they don't think in words. It at least partially influenced the NPC meme.
But to latch onto the calculator argument: if you outsource adding numbers to a calculator, you're still you.
Except calculators have been a problem for decades, it's why they're not allowed in school when you're still learning. Without doing the math yourself and internalizing how it works, you won't develop the number sense to tell if the result makes sense (broken calculator, typo, wrong equation, etc).
I still remember my physics teacher using one of the student's test answers as an example of how he should have known it was wrong and gone back over it (I think it was a pendulum on an elevator, his result had negative gravity (so gravity going upwards)).
Keep going further back, we had thin client terminals (not sure of the terminology, this was just before my time - I remember using them to look for books at our town library when I was a kid, green or orange text on a black screen, no mouse).
It's also in the US. A consumer protection law in California started it around a decade ago and Google applied it to everyone instead of letting us opt out of the state (it's why I let my Android app die), and since then they've also disallowed PO boxes.
And ended up with this graph (`git log --graph --all`)
Add --oneline to get the compact version from the other reply.
I do multiple times a week, with repos that have barely been touched in a decade and all the original devs are gone. Squashing would make figuring out why something is the way it is a lot more painful, so I'm glad these repos are svn where squashing wasn't an option. Several times I've discovered bugs that were introduced in linting commits that would have been squashed, so the fix ends up trivial since the intention is already there in the previous commit.
One of the default users is "nobody" which isn't associated with any software. It's definitely above that.
...this is a completely normal thing to do in linux, it's the most basic form of access control. There's like a dozen non-human accounts in a clean install before adding your own like this, and a lot of software adds their own. Edit: I have 54 entries on my personal laptop, just one of which is actually me.
This is the dictionary people were pointing at when it happened:
2021-01-18: https://web.archive.org/web/20210118193104/https://www.merri...
2021-01-26: https://web.archive.org/web/20210126065143/https://www.merri...
The singularity is when an AI can improve itself, which among the results include humans no longer being able to understand its code and exponential improvements so we can't catch up either.
It requires a level of self-driven intent LLMs aren't capable of on their own.
It was established pretty firmly by the end of 2021 or early 2022. There was even at least one site that gamified it, by showing graphs of infections/deaths for similar US states and similar European countries and having you guess which ones did/didn't do various measures (lockdowns, masks, etc) or having you guess at what point in time they were instituted/repealed. None of it had any effect. IIRC the only real visible patterns involved latitude, time of year, and average population age. It's just really hard for most people to accept just how much their lives were disrupted from lies (if they ever even encountered the truth).
I don't know if it's drifted, but it was created in late 2020/2021 specifically for COVID-19.
Yeah, it's a rebranding of what we used to call "post-viral fatigue" or "post-viral syndrome", except specific to this one virus.
Decades ago, really. Before IDEs were remotely as capable as they are now, it was just generally assumed you'd advance from a basic text editor like notepad or nano into vim or emacs.