HackerTrans
TopNewTrendsCommentsPastAskShowJobs

declaredapple

no profile record

comments

declaredapple
·il y a 2 ans·discuss
Some people may be willing to travel but don't know where the best place to go is.
declaredapple
·il y a 2 ans·discuss
It's going to be GPT-3.5turbo not GPT4. As others have mentioned, binggpt/bard are also free.

These smaller models are a relatively cheap to run, especially in high batches.

I'm sure there will also be aggressive rate limits.
declaredapple
·il y a 2 ans·discuss
They've been designing their own chips a while now, including with an NPU.

Also because of their unified memory design, they actually have insane bandwidth which is incredibly useful for LLMs. IMO they may have a head-start in that respect for on-device inference of large models (e.g. 1B+ params).
declaredapple
·il y a 2 ans·discuss
The flash doesn't do the computations though, that's just a method of getting it to the processor
declaredapple
·il y a 2 ans·discuss
I think there's clear social impairment. Making friends is harder and it takes more "manual" effort to socialize "effectively".

However much of this social impairment may or may not be a real problem. "special interests" and "obsessing over one topic" is an impairment in social scenerios, but can be extremely beneficial for tasks related to that special interest.
declaredapple
·il y a 2 ans·discuss
> We're currently working with professional to improve our domain rating, ensuring you receive the quality backlinks needed to boost your SEO. Please be patient. It might take a while.

The irony in this is magical.

I highly suggest you remarket as a collection of some type of link a la product hunt. Tech startups, cool apps, anything.

"backlink service" is literally just "seo spam" on it's own.
declaredapple
·il y a 2 ans·discuss
> companies like OpenAI have had access to large quantities of H100 for a few months now and Sora is being presented

From what I could tell from Nvidia's recent presentation, Nvidia works directly with OpenAI to test their next gen hardware. IIRC they had some slides showing the throughput comparisons with Hopper and Blackwell, suggesting they used OpenAI's workload for testing.

H100's have been generally available (not a long waitlist) for only several months, but all the big players had them already 1 year ago.

I agree with you, but I think you might be 1 generation behind.

> OpenAI used H100’s predecessor — NVIDIA A100 GPUs — to train and run ChatGPT, an AI system optimized for dialogue, which has been used by hundreds of millions of people worldwide in record time. OpenAI will be using H100 on its Azure supercomputer to power its continuing AI research.

March 21, 2023 https://nvidianews.nvidia.com/news/nvidia-hopper-gpus-expand...
declaredapple
·il y a 2 ans·discuss
What?

Are you asking if the framework automatically quantizes/prunes the model on the fly?

Or are you suggesting the LLM itself should realize it's too big to run, and prune/quantize itself? Your references to "intelligent" almost leads me to the conclusion that you think the LLM should prune itself. Not only is this a chicken and egg problem, but LLMs are statistical models, they aren't inherently self bootstraping.
declaredapple
·il y a 2 ans·discuss
For me GPT4 seems to suggest more generic unittests in python. They're much more "Put tests here", or "path.to.dependency".

Claude3 opus (and often Sonnet) actually fills in the full dependency paths, actually makes tests, and just overall seems to "know what I want from it".
declaredapple
·il y a 2 ans·discuss
> you do not divulge details of your training data.

FWIW asking LLMs about their training data is generally HEAVILY prone to inaccurate responses. They aren't generally told exactly what they were trained on, so their response is completely made up, as they're predicting the next token based on their training data, without knowing what they data was - if that makes any sense.

Let's say it was only trained on the book 1984. It's response will be based on what text would most likely be next from the book 1984 - and if that book doesn't contain "This text is a fictional book called 1984", instead it's just the story - then the LLM would be completing text as if we were still in that book.

tl;dr - LLMs complete text based on what they're trained with, they don't have actual selfawareness and don't know what they were trained with, so they'll happily makeup something.

EDIT: Just to further elaborate - the "innocent" purpose of this could simply be to prevent the model from confidently making up answers about it's training data, since it doesn't know what it's training data was.
declaredapple
·il y a 2 ans·discuss
> But the biggest reason why PostgreSQL would not change its license is the disservice it would do to all PostgreSQL users. It takes a long time to build trust in a technology that is often used for the most critical part of an application: storage and retrieval of data

> Changing the license of PostgreSQL would shatter all of the goodwill the project has built up through the past (nearly) 30 years.

I love Postgres and I have no reason to think they would change their license. But IMO any type of "it would be a disservice to users" is useless. This blog post itself is in response to Redis changing their license after 15 years. Surely this would be a disservice to their users?

Businesses have proven time and time again - They will absolutely cause a "disservice to users" or "harm the product" once money is involved.

Again I recognize the way PostgresQL is structured gives me hope this wouldn't happen, but a simple "we wouldn't break user trust" is meaningless.
declaredapple
·il y a 2 ans·discuss
> NASA, which follows the federal government’s General Schedule pay scales, offers starting salaries along a range that starts at $54,557 for engineers with bachelor’s degrees, $66,731 for master’s degrees and $73,038 for doctorates at the Kennedy Space Center in Florida.

I know people likely want to join NASA for more than the salary. But that's brutal.
declaredapple
·il y a 2 ans·discuss
Heads up that tickets generally don't guarantee the plane you'll be on, they can change at any time for a bunch of different reasons.
declaredapple
·il y a 2 ans·discuss
AMD desperately needs to improve their software situation.

It's been like this for 10 years - they have competitive hardware in many cases - but the software is always a buggy mess.

Unfortunately it has caused the situation to be "if you don't want a migraine just use CUDA" for many, many years. Even now they still have issues.
declaredapple
·il y a 2 ans·discuss
I assume it's similar to the 1 billion row challenge with java - C# and Java have sufficiently advanced VM's that they can compete with C/CPP performance - assuming you go out of your way to optimize for it.

https://github.com/gunnarmorling/1brc
declaredapple
·il y a 2 ans·discuss
I think that happens because talc deposits often contain asbestos so it's not an uncommon contaminate.

that doesn't mean talc products always contain asbestos

https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7691901/
declaredapple
·il y a 2 ans·discuss
I'm not completely disagreeing.

But it is one of the few "engineering fields" where many of the top performers don't have degrees or formal educations.

It would be a shame to gatekeep devops engineers with leet code exams for example.
declaredapple
·il y a 2 ans·discuss
Is this a question or a statement?

All ChatGPT does is predict the most likely next token (with a little sampling on the top most likely tokens).

That's it.

It doesn't lookup whether it wrote it before, it doesn't use an watermarking tools to check, all it does is predict the next most likely token after the tokens you sent it.

It can't even fill in text in the middle, they have to use a special trick where they have a <filltexthere> token.

It's been finetuned/trained with text that it's generated since it's been all over the internet since it's launch. However I highly doubt it's been tuned to detect chatgpt text (instead I imagine they'll make it opt to use a tool and use a watermarking tool when they eventually do implement it)

You just happened to find two cases were it says yes or no.

You should not expect any accuracy from asking it that question.
declaredapple
·il y a 2 ans·discuss
Dark sky used to be accurate almost to the minute for me.

Apple Weather will tell me it won't rain today or all week.

Meanwhile NOAA will tell me I'm currently in a thunderstorm and that it will rain all week - And it was right.

Carrot is nice because you can switch between several providers.
declaredapple
·il y a 2 ans·discuss
What the actual crap did Apple do to mess it up so bad then?

Switching between providers on Carrot, Apple Weather often doesn't predict any amount of rain for the entire week, meanwhile I'm soaked in water in a thunderstorm, and NOAA and others predicted rain the entire week (which it did).