ContentPosts from @dariaip..
Link
@faun shared a link, 1 year, 3 months ago
FAUN.dev()

OpenAI co-founder Schulman leaves for Anthropic, Brockman takes extended leave

One of OpenAI's co-founders and a chief architect of ChatGPT has left the company for rival AI startup Anthropic... read more  

OpenAI co-founder Schulman leaves for Anthropic, Brockman takes extended leave
Link
@faun shared a link, 1 year, 3 months ago
FAUN.dev()

Y'all are sleeping on HTTP/3

Over 30% of web traffic now uses HTTP/3, which adopts the QUIC protocol. QUIC, a UDP-based protocol, reduces latency by eliminating TCP's head-of-line blocking and supports faster, more resilient connections. Major browsers and cloud providers are already on board, signaling a significant shift in w.. read more  

Y'all are sleeping on HTTP/3
Link
@faun shared a link, 1 year, 3 months ago
FAUN.dev()

Zero regrets: Firefox power user kept 7,500 tabs open for two years

Hazel, who prefers not to share her last name, is what you'd call a hardcore Firefox fan and self-proclaimed "tab hoarder." She recently posted a screenshot showing a mind-boggling 7,470 tabs open simultaneously in the Mozilla browser... read more  

Zero regrets: Firefox power user kept 7,500 tabs open for two years
Link
@faun shared a link, 1 year, 3 months ago
FAUN.dev()

Deploy open LLMs with Terraform and Amazon SageMaker

Learn how to deploy open large language models (LLMs) like Llama 3.1 8B Instruct to Amazon SageMaker using Terraform Infrastructure as Code (IaC)... read more  

Deploy open LLMs with Terraform and Amazon SageMaker
Link
@faun shared a link, 1 year, 3 months ago
FAUN.dev()

10 Kubernetes Cost Optimization Techniques

Strategies for reducing Kubernetes costs include choosing a single cloud provider to avoid multi-cloud complexities and costs, setting appropriate resource limits and quotas, and using horizontal or vertical scaling based on application needs. Spot instances can offer significant savings for suitabl.. read more  

10 Kubernetes Cost Optimization Techniques
Link
@faun shared a link, 1 year, 3 months ago
FAUN.dev()

How to Build Anything Extremely Quickly

Outline speedrunning involves recursively outlining an MVP, speedrunning it, then perfecting it later. This process is a 10x speed improvement over traditional methods. By engaging in outline speedrunning, individuals can become more productive and focused on the fundamentals of building and plannin.. read more  

How to Build Anything Extremely Quickly
Link
@faun shared a link, 1 year, 3 months ago
FAUN.dev()

19 Developer Tools that keep me productive

Many developers prefer building things from scratch, but using tools can make the job easier. For example, Taipy is a Python library for easy application development with built-in scheduling and deployment tools. Flowise, another tool, is a drag-and-drop UI tool for building customized LLM flow and .. read more  

19 Developer Tools that keep me productive
Link
@faun shared a link, 1 year, 3 months ago
FAUN.dev()

Django 5.1 released

The Django team has released Django 5.1, which includes improvements such as the LoginRequiredMiddleware for authentication, accessibility enhancements, and the querystring template tag. Django 5.0 has reached the end of mainstream support, with the final bug fix release being 5.0.8. Users are encou.. read more  

Django 5.1 released
Link
@faun shared a link, 1 year, 3 months ago
FAUN.dev()

A look inside the BPF verifier

LWN has extensively covered BPF and its verifier, which checks properties like memory access and function calls to ensure safety. The verifier uses abstract interpretation to simulate program behavior and track register states, though there are limitations in handling complex conditional branches an.. read more  

Link
@faun shared a link, 1 year, 3 months ago
FAUN.dev()

RAM-a-thon: The handy explanation of computers you've always subconsciously dreamed of, now a reality.

A detailed in-depth, and comprehensive explanation of how computers operate internally, focusing on RAM and CPU aspects, respectively... read more  

RAM-a-thon: The handy explanation of computers you've always subconsciously dreamed of, now a reality.