

Congratulations, this is how you get exploited by corporations.
Congratulations, this is how you get exploited by corporations.
The real cringe is using passwords instead of keys to login.
Who says you can’t check their outputs? It’s much faster to e. g. read a generated text than to write everything yourself. Same applies to translations, they’ve been excellent for quite a while now.
Business communication can be handled effortlessly by AI. Of course you read the result before you send it out, but that takes an order of a magnitude less time than formulating and typing all those meaningless sentences.
And honestly, that’s a perfect use case for AI. I wouldn’t compose a love letter to my family using AI, but a pamphlet, feature description, sales pitch, any bullshit presentation deck? You bet AI excels at those.
Same applies to content summaries that help augment search indices. Finding a large number of content candidates (e. g. videos) and have AI summarize the contents of said videos to narrow down the search is helpful and works today.
I’m not looking for AGI. I’m looking for tools to make my life easier, but in an ethical manner that doesn’t advance the destruction of the planet at an exponential rate, just for some tech bro to jerk it and buy another yacht.
Those numbers are baseless exaggerations. There are plenty of tasks which they solve perfectly, today. It’s just that a bunch of dicks operate them, and the cost of operating them are way too high.
Also:
It’s not that they’re not useful, that’s just nonsense.
Ah shit. I swear to god, this just happened to me. I came to the comments, confused why a trailer for Outer Wilds 2 would be age-restricted.
Ugh.
But then again, you cleared up my confusion, so I guess there’s that.
Thanks, I knew the art, but never bothered to make a note of the artist.
When asked what location fans wanted as a fighting stage, one very popular answer was Waffle House. Context: if you crash at WH after a long night out, you’re guaranteed to witness some drunken fighting.
Man, I’d love a Waffle House stage.
I’m absolutely in the market for a new image viewer. One with a sensible gallery / (sub-) folder view.
I’ll try nomacs out today.
Are you driving? Did you ever have the impulse to just jerk your steering wheel and crash into that tree rapidly approaching at 120mph?
https://en.m.wikipedia.org/wiki/Intrusive_thought
The comic plays off of that.
It absolutely does, on Android at least. On iOS, given Apple’s restrictions, the whole situation is a bit more complicated:
https://ericmigi.com/blog/apple-restricts-pebble-from-being-awesome-with-iphones
I don’t know what your previous setup was, but given that running resolved fixes your DNS issues, run:
ln -sf ../run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
This will point programs that use /etc/resolved.conf during DNS resolution to the local DNS server provided by systemd-resolved.
Then, enable resolved so that it is started when you reboot:
systemctl enable systemd-resolved.service
Finally, start the service so that it is available immediately:
systemctl start systemd-resolved.service
You will want it run those with the required permissions, e. g. via sudo.
The parent comment is correct. CODE is the server, you need the “Collabora Online app” for document editing. I’m not aware if there are alternatives to the ownCloud / Nextcloud apps.
Heihachi as DLC? Ok, now we’re done.
It’s not like Bluetooth started demanding location permissions, the conceptual model of the permission was revised: having access Bluetooth means an app could determine your location via a form of lateration.
In earlier versions of smartphone operating systems, this was not transparent to users lacking the technical background, so Bluetooth also requiring location access is actually an attempt at making users aware of that. I’m not an iOS developer, so I can’t comment on iPhones, but on Android versions prior to 11, having access to Bluetooth meant an app would be able to determine your location.
Today, you can require the permission ACCESS_FINE_LOCATION
, which expresses that your app might use Bluetooth to obtain location information on Android. Also, if you’re just scanning for nearby devices to connect your app to, but don’t want users to be confused why your smart fridge app needs to know your precise location, you can declare a permission flag (neverForLocation
) and Android will strip beacon information from the scan results, better asserting your intentions.
So, overall: no, there is nothing nefarious going on, it was always possible to determine your location via Bluetooth, and the update to the permission model was an honest improvement that actually benefits you as user.
Now, there are still plenty of shady apps around, and apps that are poorly written - don’t use those.
What’s a good way to financially support artists directly, without involving shady corporations, and without resorting to piracy?
This, however, is about diagnostics, i. e. annotating delete with a reason (message) to express developer intent when deleting a function, not about memory management.
Then you might want to read
https://en.m.wikipedia.org/wiki/Ducks:_Two_Years_in_the_Oil_Sands
Yeah, that’s the implication. Unfortunately, that is also misleading people into believing they might get a well-tested, nearly bug free game.
Yes, but many things can be mapped to “language”, let’s say a grammar describing state machines, so it can be used to generate control actions.
Transformer models etc. are not only useful for conversational AI and translations.
I’d be fine with the approach as part of research advancing the field, but unfortunately, that’s not what we’re seeing.