Live data from Hacker News

Bard now open to use

bard.google.com

211–220 of 267 posts

Re: Bard now open to use

#211

LOL "Not supported in your country" My browser and account is set to English. The only reason it wouldn't be "supported" would be for privacy reasons. Yeah, I'm thinking I'll stay away from this.

It isn't determined by language... it's determined by IP, Netherlands is not supported at the moment.

Re: Bard now open to use

#212
post #126

I cannot understand why Google doesn't release products for all of their users. Bard isn't supported for this account (Google Workspace) https://imgur.com/a/HCDNO9A

You can enable it if you are admin.

Re: Bard now open to use

#213
post #183

I tried: Question/Task: Write a lock implementation in Rust I got this (lol): use std::sync::Mutex; struct Lock { mutex: Mutex , } impl Lock { fn new() -> Lock { Lock { mutex: Mutex::new(()), } } fn lock(&self) -> MutexGuard { self.mutex.lock().unwrap() } fn unlock(&self) { self.mutex.unlock(); } }

I mean, it's not really wrong, is it? :D Have you tried the same with gpt4?

GPT-4 also reaches out for Mutex. Which I think is fair - it really is the easiest way to solve the literal problem presented to it, after all.

OTOH given "write a lock implementation in Rust without using existing standard library synchronization primitives", both try to implement a spinlock. But GPT-4 knows about compare_and_swap, whereas Bard appears to believe that spinning on load(SeqCst) followed by store(SeqCst) is sufficient to synchronize with other threads.

But a task like that is more likely to depend at how much Rust code each model was trained on rather than its capability to reason.

Re: Bard now open to use

#214

Earlier quoted context omitted.

This sign-in button is coerced consent? You can choose not to sign in. What is the coercion? > 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…

>Please also understand the appeal to authority in "is illegal in many places". What exactly do you think "appeal to authority" means in this context?

The argument being made is that Google’s consent for tracking asserted in their ToS is not “valid” (admittedly, my word) because a law (the authority) says it is so. This is ignoring that my argument just happens to disagree with this authority.

I think it’s because I said “valid” which might sound like valid “in terms of the law” (and that’s actually still debatable). I mean to say it more philosophically. Per my opinion, it’s “valid” as informed consent for new accounts. Basically, I’m arguing that these “many places” shouldn’t have made this form of consent legally invalid if that is indeed the case. (Of course, it gets hairier when considering existing accounts and unilateral changes to the ToS; I still don’t exactly think I am mistaken with my understanding but I seem to have expressed it poorly.)

Re: Bard now open to use

#215

Earlier quoted context omitted.

Of course they know that. How dumb would one have to be to not know France, Italy, Germany are countries? :-)

So then why not refer to them as countries - that's how they would refer to themselves (I'm ex-UK myself). Doesn't make any sense to say "I know they're countries but I'm just gonna call them states instead". The EU context doesn't make any difference.

https://en.wikipedia.org/wiki/European_Union

> The European Union (EU) is a supranational political and economic union of 27 member states that are located primarily in Europe.

"State" made perfect sense in context of the post.

Re: Bard now open to use

#216

Earlier quoted context omitted.

The members of the EU are countries, not states (& the EU itself is a political/economic alliance, not a country).

"State" in this context is the same as the state in "head of state," AKA "a nation or territory considered as an organized political community under one government." Other examples of this usage are "nation-state" and "city-state." It is common to refer to the members of the EU as "member states."

So then why not just refer to the whole list as states rather than countries ? IMO it be weird to do so, but at least consistent.

I'm curious what state you're from where it's normal to refer to EU members as "member states" ? USA perhaps ?

Re: Bard now open to use

#218
post #143

Earlier quoted context omitted.

Do we know if the comparable here is Bing or chatgpt4? By which I mean, does bard have internet access?

GPT-4 with web browsing is also available on chat.openai.com for subscribers.

Not for everyone unfortunately :(
Post reply on HN