For instance used it in conjunction with llama-index for knowledge management. Created an index for a whole confluence/jira of a mid-sized company, got good results with GPT, but for LLaMA of this size that use case was too much.
HN user
instance
Currently CTO at a startup.
https://blog.xa0.de/about
https://github.com/instance01
https://www.linkedin.com/in/daniel-ratke/
e-mail: whodis@instancedev.com
I tested on a serious use case and quality was subpar. For real use cases I had to either host the most powerful model you can get (e.g. LLaMA-65B or so) on a cloud machine, which again costs too much (you'll be paying like 500-1000 USD per month), or just go straight for GPT-3.5 on OpenAI. The latter economically makes most sense.
yea, you're right. It's really pre-MVP. Basically an API in between your user facing input and OpenAI that detects prompt injections and flags them for you so you can abort sending to OpenAI.
I've put up something like this as a side project a few weeks ago: https://flamingoo.ai/
Love the term "PAF", I think I'll include this.
7B is the number of parameters of the model.
I know an amazing IC at a software company I once worked at that I still keep in touch with. He has extremely deep technical knowledge, which you can simply deduct from basically everyone in the company (even from other teams) coming to him for advice. He's been at the company for >10 years.
He has strong opinions on current processes and just getting things done.
This post resonated deeply with me, since I've discussed before with him his role and how it could evolve. I know for a fact that he dislikes lots of meeting and really likes working on the core product, and so far hasn't really jumped on the opportunity to go into management - he doesn't really want to be manager. So he is kind of exactly the guy the post is describing. The company is growing though and he is very slowly getting pushed by the head of development into a more managerial role..
Let's see how it works out. I believe he is going to be a great manager though.
Check it out: https://www.bmvi.de/EN/Home/home.html
"Federal Ministry for Digital and Transport"
To add to this, as a German, the future of Uber does not look great in Europe as well. The taxi lobby is strong here, and I’m sure regulations will come in countries like Germany and will affect negatively their business. And they're starting to face stronger competition from other companies like Bolt.
I've been collecting these for the past year - there is a large body of research going into solving optimization problems using quantum computing, and some interesting POC results coming out using the latest machines.
Yea, that title is quite something. I thought this was some long lost brother or sister of Mark that has now appeared.
I wouldn't say that's a YC-specific issue. Look at Nasdaq, this is a general issue with tech stocks right now, just this immense selling all across the board.
My basic blog where I talk about Quantum Computing, Machine Learning, Finance, Business.
Putting things in relative like that (e.g. 30% more likely to be murdered) always feels like much - in reality, one doesn't know the variance. This is just putting the averages of two datasets in relation. If both have a very wide confidence interval, 30% suddenly loses meaning to me..
Hello HN! This is a SaaS I've built the last few months using Flask and the least amount of JS that is possible.
It allows setting up SMS/E-Mail/App alerts for stocks, options and crypto, and in the future also bonds and macroeconomic events. There are lots of KPIs (just for example: earnings growth Q/Q, price, volume, the option greeks, etc).
For stocks the main data source right now is Yahoo Finance, but at some point I'd like to move to a better one (but more costly one).
Is it just me, or is this is super similar to Dirty Cow [0] in terms of severity? Insane find!!
Since there are quality differences between data providers, it would be good to know where you source the data from. Is it from Yahoo Finance (just for example)? Or is it really directly from Nasdaq (which I presume would be pretty costly, and thus raises the question on how long you'll be able to run this service for free before shutting down or having to raise prices).
This is important since if someone decides to fully build on top of your API, they don't want the service to be gone in a few months and waste all the time integrating with yours.
The prices don't seem up to date.. Check $FB for instance, shows 349.27, when in reality it closed at 350.42.
I've checked the original source [0]: You've guessed right. They specifically said they won't be introducing/creating new gas models. Nowhere do they say that they won't sell old inventory.
[0] https://www.sueddeutsche.de/wirtschaft/audi-verbrenner-elekt...
I was annoyed by the seemingly over-engineered tools for screen tracking, so I wrote one myself in ~50 LOC, which simply uses ffmpeg to create a screenshot every X seconds in a very low resolution:
https://github.com/instance01/mac-screenshot-tracker
It's super hackable and gets the job done.
A very good point. Having the freedom to quit at any time without completely jeopardizing one's finances is liberating.
This would increase the cost of capital and potentially reduce investments, would it not?
heh, found a typo on page 3 (pubic instead of public): http://www.telecomarchive.com/docs/bsp-archive/004/004-405-0...
Also interesting how some pages use a handwritten font.
Yea, for all we know it could be a temporary correction, just to shoot up further next month. I think it's too early to speak of a 'collapse'.
Tangentially related: https://staffeng.com/
Really awesome resource that acts as a guide to reach Staff Engineer.
231k EV sales in 2020 vs 500k for Tesla. [0] Let's see if they can catch up the next few years.
[0] https://www.motorauthority.com/news/1130931_vw-group-sold-al...
Assuming the 'malicious' URL is really just statistics collection, I am really interested about the post we will hopefully get next week, with a few nice plots.
Hm. Maybe Chess has more of a signalling effect than a cognitive one? [1]
[1] https://phys.org/news/2019-07-people-chess-smarter-evidence-...
Well, it is a free and largely unregulated market, so speculators can speculate as much as they want. When Google launched the dev tld they discouraged this by making special domains premium, i.e. much more costly to acquire. Ideas like that could change the market, but who know's if that's ever going to happen (for tlds such as .com).
There was a post not too long ago (I can't remember it unfortunately) where someone argued that memorization (they used software development specifically as the example) could help in connecting concepts. You can be a developer who knows what to google. Or you could be one who knows lots by heart and connects everything they know. I'm a bit sceptical myself, since rote memorization seems like something that is easily forgotten after a few months..