https://matthewdaly.co.uk/blog/2022/10/26/why-i-no-longer-use-the-repository-pattern
Читать полностью…https://anthonyhobday.com/sideprojects/saferules/ A list of visual design rules (with examples) that are safe to follow.
The mysterious chat-topping AI chatbot known as 'gpt2-chatbot' that had been undergoing testing on the LMSYS Chatbot Arena has been revealed to be OpenAI's newly announced GPT-4o model. The model had topped the Chatbot Arena leaderboard, achieving the highest documented score ever. OpenAI tested multiple versions of GPT-4o on Chatbot Arena before its announcement yesterday. The models surpass all other models by a significant gap and have become the strongest ever in the Arena.
hafizzeeshan619/mastering-design-patterns-in-laravel-c881abd821df" rel="nofollow">https://medium.com/@hafizzeeshan619/mastering-design-patterns-in-laravel-c881abd821df
Читать полностью…S3 Is Showing Its Age (6 minute read)
While S3 is undoubtedly a feat of engineering, its feature set is falling behind its competitors. S3 doesn't have a compare-and-swap operation, something every other competitor has, and it also lacks multi-region buckets and object appends. Engineers wanting any of these features have to either abandon S3 or build around these gaps.
OpenAI announced a new AI model yesterday called GPT-4o that can converse using speech in real time, read emotional cues, and respond to visual input. It will roll out over the next few weeks for free to ChatGPT users and as a service through API. Paid subscribers will have five times the rate limits of free users. The API will feature twice the speed, 50% lower cost, and five times higher rate limits compared to GPT-4 Turbo. A 26-minute long video that introduces GPT-4o and demonstrates its abilities is available in the article.
All of our messages from now on will be sent silently. So you can safely enable "sound".
Читать полностью…Meta released Llama-3 only three days ago, and it already feels like the inflection point when open source models finally closed the gap with proprietary models. The initial benchmarks show that Llama-3 70B comes pretty close to GPT-4 in many tasks:
• The official Meta page
only shows that Llama-3 outperforms Gemini 1.5 and Claude Sonnet.
• Artificial Analysis
shows that Llama-3 is in-between Gemini-1.5 and Opus/GPT-4 for quality.
• On LMSYS Chatbot Arena Leaderboard
,
Llama-3 is ranked #5 while current GPT-4 models and Claude Opus are still tied at #1.
The even more powerful Llama-3 400B+ model is still in training and is likely to surpass GPT-4 and Opus once released.
Portr is a tunnel solution that allows you to expose local http, tcp or websocket connections to the public internet. It utilizes SSH remote port forwarding under the hood to securely tunnel connections.
Portr is primarily designed for small teams looking to expose development servers on a public URL. It is not recommended for use alongside production servers.