This, 100% It’s like how people started saying “PC” because personal computer was too long for them, but now I exclusively hear people taking up to a minute on each letter! (peeeeeeee-seeeeeeee)
This, 100% It’s like how people started saying “PC” because personal computer was too long for them, but now I exclusively hear people taking up to a minute on each letter! (peeeeeeee-seeeeeeee)
Ascii needs seven bits, but is almost always encoded as bytes, so every ascii letter has a throwaway bit.
Wait till you here about every ascii letter. . .
Thanks! Somehow missed that, but I still don’t really understand the details, like how and whyit incorporates generative AI, and if these are for Netflix or for Netflix ad customers.
I can’t tell from the article what the AI side of this is? Are Netflix offering to make adverts for customslrs using AI? Are they just showing adverts in general from customers, including AI generated ones?
I don’t know if I’m doing something wrong, but I’ve read the article twice and still don’t know 😂
I’m not gonna try to convince you otherwise because I think our world views are too different for that to be worthwhile l, but I do want to understand, when you say “are the problem”, what in your mind is the problem?
Is it that you think they’re taking up state resources, what resources do you think they’re using vs work that they do?
Is it because you have an idea if what the make up in America should be in terms of languages, birthplace or race?
Not trying to debate you, genuinely interested to understand why you feel like that.
I not sure what personal is, but I’m curious, are there stats on job losses for artists, translators or journalist since AI?
I would use AI for some tangential stuff, like translating a menu, but not sure how many would use AI in a place where they’d previously hired a translator.
Tbf we don’t know how many columns there are /s
I’m not American so nobody got my vote, but seems to me like the issue is with the swathes of people choosing facism rather than progressives who chose not to vote.
Choosing how to act in a world like ours is tricky, anyone following a sense of right and wrong (even if I disagree with their judgement) instead of fear, hate, greed or whatever gets a gold star in my book.
I agree, but I also sort of think that’s fair enough. The fact that most people “buying” ebooks don’t understand what their transaction implies suggests a major market failing.
Sounds like it’s working great for you- I wish it would for me too! I’m not OP but some of my main gripes are:
Most calls have, for at least one caller, a wierd lag time where the call doesn’t start for 10 seconds or so
Quite frequently (I’d guess 5 calls a month) a call will be disrupted by teams failing completely for someone on the call (camera not working, not being able to join etc)
It uses a lot of RAM even when idling
It has hundreds of features, like “together mode” that bloat the software without adding to its core functionality
The UI is a confused mess, and the conceptual split between teams, channels and chats is messyat best.
On top of that, I don’t find teams makes me more productive, if feels like a constant distraction that modern corporate culture requires me to have, even though its a net drop in productivity. This last point is more on instant messengers as a whole, but it doesn’t place me in a very charitable or forgiving mindset for interpretting Team’ multitude of flaws.
Later on, George swipes when she shows a picture to get even, finds out she supports the wrong baseball team, and spends the rest of the episode trying to break up with her without revealing whybecause she’d find out that he swiped.
Think you’re confusing the French Revolution (violent uprising of the French against their aristocratic rulers during the Enlightenment) with the French Resistance (Underground movement during WW2 that resisted Nazi occupation)
Here’s my hot tip! (ok maybe luke warm)
Write as much of your CICD in a scripting language like bash/python/whatever. You’ll be able to test it locally and then the testing phase of your CICD will just be setting up the environment so it has the right git branches coined, permissions, etc.
You won’t need to do 30 commits now, only like 7! And you’ll cry for only like 20 minutes instead of a whole afternoon!
Man, I sure wish cybertrucks had been around to deflect when I spent 7 years driving a Fiat Panda.
Oh boy, have fun! CTEs have pretty wide support, so you might be in luck (well at least in that respect, in all other cases you’re still using saleforce amd my commiserations are with you)
I have advice that you didn’t ask for at all!
SQL’s declarative ordering annoys me too. In most languages you order things based on when you want them to happen, SQL doesn’t work like that- you need to order query dyntax based on where that bit goes according to the rules of SQL. It’s meant to aid readability, some people like it a lot,but for me it’s just a bunch of extra rules to remember.
Anyway, for nested expressions, I think CTEs make stuff a lot easier, and SQL query optimisers mean you probably shouldn’t have to worry about performance.
I.e. instead of:
SELECT
one.col_a,
two.col_b
FROM one
LEFT JOIN
(SELECT * FROM somewhere WHERE something) as two
ON one.x = two.x
you can do this:
WITH two as (
SELECT * FROM somewhere
WHERE something
)
SELECT
one.col_a,
two.col_b
FROM one
LEFT JOIN two
ON one.x = two.x
Especially when things are a little gnarly with lots of nested CTEs, this style makes stuff a tonne easier to reason with.
AI: “Have you tried funding public transport and regulating the carbon industry?”
Ok, now we need to make a new AI so that AI can solve global warming but without using an existing solution that might marginally inconvenience the mega rich.
Ok really tangential rant here!
I find societal attitudes to art and morality really crazy.
I don’t necessarily disagree with the idea that art and morality should be linked, but it only ever seems to happen in a negative capacity of “don’t listen to x because they did y”.
There’s a whole strain of:
On the whole, I don’t see anyone care very much about the above two points, people just “like what they like”, which is as if we think morality and art are two seperate things.
That makes sense, but then there’s this wierd category where “oh that person did this bad thing, so now their art is invalid”.
So, what’s the overall attitude? Like, art isn’t related to morality generally, but there’s some mysterious line where if it’s crossed art moves into the “forbidden zone”?
I’m all for calling bad people to account for their moral behaviour, but the way we do it in art is so jumbled and inconsistent.
Agree! I don’t know why other people don’t get how convenient it is to have a distinct character for every single number imaginable.