Also Zen exists, which is a Firefox fork that implements the concept of Arc
d0ntpan1c
The figures that fortune 500 companies give for how much of their new code is AI generated are also wildly exaggerated, likely for similar reasons. It makes investors fork over cash for the near term. They'll all lean on plausible deniability when it all becomes obviously untrue.
Arizona has several long-standing laws on the books requiring both public government properties and businesses to provide drinking water without cost or other barrier to access. Businesses can't even charge for the cup.
Common courtesy unfortunately doesn't go far enough, especially when it matters most, so law is required.
Based on the steam page it doesn't look like an epic games account is required at all.
This isn't exactly the type of work tons of astronomers are doing, nor does it cut into their jobs. Astronomers have already been using ML/algorithms/machine vision/similar stuff like this for this kind of work for years.
Besides, whenever a system identifies objects like this, they still need to be confirmed. This kind of thing just means telescope time is more efficient and it leaves more time for the kinds of projects that normally don't get much telescope time.
Also, space is big. 150k possible objects is NOTHING.
Problem is that both houses majorities support the lunatic, right now they've more or less given him a blank check to operate.
Historically, the two party system has meant that Congress either votes with the presidents wishes or against when it comes to legislation, but Congress doesn't directly approve/disprove of executive orders. To oppose executive orders, Congress needs to pass laws that override the orders. That wont happen unless the majority becomes convinced they'll lose elections if they keep supporting trump.
It'll be up to the Judicial Branch to directly rule for/against this order. But the judicial branch only truly has power so long as the executive complies. We're close to hitting the test of that power balance on some of his earlier orders.
Fun fact: the law enforcement of the Judicial Branch is technically an agency under the Executive Branch. Not a problem if people are largely operating in good faith with the law, or at least fear repurcussions if they don't comply... But since Trump doesn't fear repurcussion, this fun fact may be the oversight that breaks the consitution.
I use it with etesync, but there are plenty of caldav and other sync options available.
I'm not entirely against LLMs as a tool, but I especially despise the image-based LLMs. They are certainly neat for some fun things. I've used them a little bit here and there for a dumb profile picture or a "I'm kinda thinking about this..." Brainstorm, but even in those cases I noticed the capabilities of the LLM and its tendencies quite literally pidgeon hole my artistic vision and push me in other directions that felt less and less creative. (Sidenote: I feel the same way about coding LLM tools. The longer I use them at any given time, the less creative I feel and it has a noticeable impact on my interest in the code I'm writing. So I don't really use them much. Also I consistently manage to point out coding LLM code in PR reviews because it's always kinda funky)
I've avoided using AI art tools for a while now. I'll consider some limited use if the cost, billionaire ownership, blatant theft of real IP without compensation, and environmental impact problems are solved. (No, an "open source" model doesn't solve all of these problems, especially since nearly all open source models are not truly open source and are almost always benefiting from upstream theft)
You know what I do like about AI art? I like the older Google machine learning art experiments from the mid-2010s. They invoked a strange existential curiosity. But those weren't done with LLM's.
Outside of LLMs, I like that there are some newer tools for editing that can do a better "lasso" select, that can mix and match into brushes as an alternative to something more algorithmic, the audio plugin that uses a RNN to simplify or expand upon an audio technique. Things that are tools that can be chosen or avoided and have nothing to do with LLMs.
I honestly cannot wait for this bubble to burst and for these tools to return to a cost that they'd need to be for these companies to turn a profit. A higher cost would eliminate all this casual use that is making people worse at research, critical thinking, and creativity, as well as make the art tools less competitive to just paying artists, even for scumbags wanting to cut the artists out. And it'd incentivize non-LLM, non-insanely costly ML techniques again instead of the current "LLMs for everything" nonsense right now.
If the split is going to be a longer term thing, I like to run 1 group at a time and have the players who are not in the split group run temporary characters or NPCs. Usually those are something like MCDM Followers/Companions or just simplified PC characters so that there isn't much of a learning curve, but it just depends on the people at the table.
If the party already has bunch of followers or NPC friends, it's really easy and people seem to enjoy taking the reins of their favorite NPC's for a few sessions. It's also a nice chance for players who like trying our different builds to have a small timeline to try something out with an NPC, and it adds the bonus of shared worldbuilding.
Once the first group is finished, we swap roles and pick up the second group.
Its best to keep this limited in scope, make sure its not more than a few sessions per group, and to only employ it occassionally.
However, if it's only for a part of a session, I go for the A/B storyline in a TV show strategy and tend to verbalize the "camera" a bit more, especially if it makes sense to give some subtle progress hints to the other group so they don't feel the need to worry too much about metagaming. If one group in in combat while the other isn't, I'll switch back to the non-combat group after every round or two. Gives everyone a little more time to get their bearings in a reduced party size and makes the combat action feel a little more intense with some good ol' tension and release.
"OK, as Jimothy unlocks the door and peers inside, it's dark and will take a moment for their eyes to adjust. Swords McGee, watching Jimothy's back, nothing seems out of the ordinary from the perception check, but he does see a flash of orange on the northern wall of the compound where your friends should be at, followed by the distant, unmistakable crack of your allies fireball spell."
"back to the rest of the group, Bobby Fireballs finished up last round by blowing up the guard station, top of initiative, the guard captain..."
It doesn't always go that smoothly, but you'd be surprised how easy it can be once you get in the rhythm of when to change cameras. Its also very important to briefly summarize a hook when changing cameras to transition everyone elsewhere.
If it makes more sense to stay with one party for the entire combat, I'll usually hand over a few monsters to the non-participant players so they have an opportunity to be doing something, if it makes sense.
National debt doesn't work like consumer debt bud. Learn some economics. Nor is the trump admin actually using it to pay down the debt.
Anyway, defunding the NOAA to pay off the national debt is like skipping a coffee, once, to pay down a mortgage on a house.
There are some detailed instructions on the docs site, tho I agree it'd be nice to have in the readme, too.
Sounds like the dev was not expecting this much interest for the project out of nowhere so there will def be gaps.
For what its worth, many package managers support some method of exporting a list of installed packages to a file (or in a way that can be easily piped to a file), and its not difficult to pipe a file of packages into a shell loop to get the behavior as described.
Native support in the package manager would be nice, sure, but the Unix philosophy of providing tools that can easily augment each other to solve problems means this is generally a trivial thing to implement by anyone in a way that works best for their use case.