Practical Ways To Increase Product Velocity | Stay SaaSy
Create a culture that favors begging forgiveness (and reversing decisions quickly) rather than asking permission. Invest in infrastructure such as progressive / cancellable rollouts. Use asynchronous written docs to get people aligned (“comment in this doc by Friday if you disagree with the plan”) rather than meetings (“we’ll get approval at the next weekly review […]
光伏治沙_百度百科
伴随着光伏发电的增多,燃煤机组的发电小时数必然减少,还会新增输电线路成本。这些变化引起的巨额支出也需要考虑在内。由于光电波动性强,没有办法像煤电一样用户需要多少就发多少,而只能是发多少电用户就要用多少,必须有优惠电价制度鼓励用户用电,否则就会像“弃风”一样出现“弃光”。 实际上,“弃光”已经出现了。国家能源局的统计数据显示:2015年上半年全国累计光伏发电量190亿千瓦时,“弃光”电量却达到18亿千瓦时。分地区来看,甘肃省“弃光”电量11.4亿千瓦时,“弃光率”28%;新疆“弃光”电量5.41亿千瓦时,“弃光率”19%。 Source: 光伏治沙_百度百科
Mitchell reflects as he departs HashiCorp
I have some bittersweet news to share with you all today: I’ve decided to move on from HashiCorp, and I’ll soon no longer be an employee with the company. I recently celebrated 11 years since starting HashiCorp, and as I reflect back on the last decade I couldn’t have asked for a better way to […]
FunSearch: Making new discoveries in mathematical sciences using Large Language Models – Google DeepMind
Discovering new mathematical knowledge and algorithms in different domains is a notoriously difficult task, and largely beyond the power of the most advanced AI systems. To tackle such challenging problems with FunSearch, we introduced multiple key components. Instead of starting from scratch, we start the evolutionary process with common knowledge about the problem, and let […]
Modern iOS Navigation Patterns · Frank Rausch
This page collects all the familiar navigation patterns for structuring iOS apps, like drill-downs, modals, pyramids, sequences, and more! Think of it as an unofficial bonus chapter for Apple’s Human Interface Guidelines, written by someone who cares deeply about well-crafted user interfaces. Source: Modern iOS Navigation Patterns · Frank Rausch
Elizabeth Laraki on X: “15 years ago, I helped design Google Maps. I still use it everyday. Last week, the team dramatically changed the map’s visual design. I don’t love it. It feels colder, less accurate and less human. But more importantly, they missed
15 years ago, I helped design Google Maps. I still use it everyday. Last week, the team dramatically changed the map’s visual design. I don’t love it. It feels colder, less accurate and less human. But more importantly, they missed a key opportunity to simplify and scale.
Mixture of Experts Explained
So, what exactly is a MoE? In the context of transformer models, a MoE consists of two main elements: Sparse MoE layers A gate network or router Source: Mixture of Experts Explained
Mixtral of experts | Mistral AI | Open source models
This technique increases the number of parameters of a model while controlling cost and latency, as the model only uses a fraction of the total set of parameters per token. Concretely, Mixtral has 46.7B total parameters but only uses 12.9B parameters per token. It, therefore, processes input and generates output at the same speed and […]
mudler/LocalAI: :robot: The free, Open Source OpenAI alternative. Self-hosted, community-driven and local-first. Drop-in replacement for OpenAI running on consumer-grade hardware. No GPU required. Runs ggml, gguf, GPTQ, onnx, TF compatible models: llama, l
LocalAI is the free, Open Source OpenAI alternative. LocalAI act as a drop-in replacement REST API that’s compatible with OpenAI API specifications for local inferencing. It allows you to run LLMs, generate images, audio (and not only) locally or on-prem with consumer grade hardware, supporting multiple model families. Does not require GPU. Source: mudler/LocalAI: :robot: […]
GPT in 60 Lines of NumPy | Jay Mody
In this post, we’ll implement a GPT from scratch in just 60 lines of numpy. We’ll then load the trained GPT-2 model weights released by OpenAI into our implementation and generate some text. Source: GPT in 60 Lines of NumPy | Jay Mody