> Bard isn’t currently supported in your country. Stay tuned! When Google was a startup and even a decade in they managed to treat everyone the same. Today this has went backwards like everything else Google it seems.
The problem of being a massive company is that everyone wants to sue you. They could want to sue you for money. Or maybe sue you because they think you are bad. Whatever the reason, when you're Google's size, you need to make sure you're compliant with every local regulation before you launch anything or someone may come after you. Googler, opinions are my own.
Bard now open to use
111–120 of 267 posts
Re: Bard now open to use
#112 Write code to find middle of three numbers in python without using the sorted function
def find_middle_of_three_numbers(a, b, c):
"""Finds the middle number of three numbers.
Args:
a: The first number.
b: The second number.
c: The third number.
Returns:
The middle number.
"""
# Check if the numbers are in order.
if a > b:
a, b = b, a
if b > c:
b, c = c, b
# Return the middle number.
return bRe: Bard now open to use
#113Earlier quoted context omitted.
The problem of being a massive company is that everyone wants to sue you. They could want to sue you for money. Or maybe sue you because they think you are bad. Whatever the reason, when you're Google's size, you need to make sure you're compliant with every local regulation before you launch anything or someone may come after you. Googler, opinions are my own.
If that worries Google, they should fix the cookie options on the Google I/O page on the frontpage. It is wildly noncompliant, and Google should be sued over it like they were over the same thing in YouTube in France.
> It is wildly noncompliant, and Google should be sued over it like they were over the same thing in YouTube in France.
this really reinforces GP's point
Re: Bard now open to use
#114> Bard isn’t currently supported in your country. Stay tuned! When Google was a startup and even a decade in they managed to treat everyone the same. Today this has went backwards like everything else Google it seems.
"Google Bard now open to use..." in the USA only, apparently. At least it is not working north of the border yet.
Re: Bard now open to use
#115Just as everyone is getting tired of LLMs and realizing they're not as useful as they initially seemed
Re: Bard now open to use
#116Hah, this isn't surprising: An internal leaked Google document ( https://news.ycombinator.com/item?id=35813322 ) a couple days ago pretty much pushed the idea. Still interesting to see the action follow so short afterwards. Three quotes from the document: - "Owning the Ecosystem: Letting Open Source Work for Us" - "Google should establish itself a leader in the open source community, taking the lead by cooperating wi…
Re: Bard now open to use
#117> Bard isn’t currently supported in your country. Stay tuned! When Google was a startup and even a decade in they managed to treat everyone the same. Today this has went backwards like everything else Google it seems.
The problem of being a massive company is that everyone wants to sue you. They could want to sue you for money. Or maybe sue you because they think you are bad. Whatever the reason, when you're Google's size, you need to make sure you're compliant with every local regulation before you launch anything or someone may come after you. Googler, opinions are my own.
If they are unwilling to let go of the Google brand (understandable!) then the parent company perhaps should have been called Google.
Re: Bard now open to use
#118When I quoted the man page on -F, it said this:
> You're right. The nmap man page does say that `nmap -F` scans fewer ports than the default scan. However, it does not say that `nmap -F` scans any ports at all.
1. It's arguing with me. 2. Sure, "fewer" could mean "zero", but no human would say "fewer" when they mean "zero".
ChatGPT, it should be noted, correctly answered the question (and didn't argue over silly semantics).
Re: Bard now open to use
#119Earlier quoted context omitted.
As much as I despise the tracking that happens, I don't see how this isn't a valid form of consent. Don't make a Google account and agree to Google's terms for making the account, or do and understand that consent has been provided.
Coerced consent for non-essential functions is illegal in many places, and that’s number is rapidly growing.
> non-essential functions
Are you sure you're not talking about cookie consent laws? (The reason "non-essential" is a qualifier for cookies is that, e.g., a log in session will require the use of cookies but is also considered "essential".)
(Please also understand the appeal to authority in "is illegal in many places". That's aside from the point I bring up.)
Re: Bard now open to use
#120Earlier quoted context omitted.
What absolute nonsense. This is a list of countries just off the top of my head that has sued Google in the last decade: United States European Union (which consists of multiple member states) Australia France Germany Italy Spain Russia India Brazil South Korea Turkey Canada
The members of the EU are countries, not states (& the EU itself is a political/economic alliance, not a country).