Content Recommender

All URLs in your content database.

Showing 20 of 636 URL(s) (Page 23 of 32)

Solo founder dilemma; CEO or CTO?

startup,cto,technical founder,nvnt.substack.com,ceo,solo founder
First of all, why am I a solo founder? Wait, who am I? I am the founder and CEO of ToolJet ( https://github.com/ToolJet/ToolJet / ) - an open-source low-code startup. Every solo technical founder goes through this confusion - should I bring in a non-technical co-founder and take care of product/engi...
πŸ’‘ Top Recommendations:

Why you should not use JWT - API Bakery

technology,jwt,user authentication,api,web app,apibakery.com
Technology Why you should not use JWT October 26th, 2021 In this article: How do you handle user authentication in your web app or API? When it comes to implementing auth, JSON Web Tokens (JWTs for short) are often touted as an industry best practice. On some platforms, and for some frameworks they ...
πŸ’‘ Top Recommendations:

An Introduction to Micro-Models for Labeling Images and Videos

automation,data annotation,computer vision,encord.com,deep learning,micro-models
Contents Micro-Models: Origin Story What are micro-models exactly? Added Benefits to using Micro-models in computer vision projects Data-oriented Programming Encord Blog An Introduction to Micro-Models for Labeling Images and Videos In this article, we are introducing the β€œmicro-model” methodology u...
πŸ’‘ Top Recommendations:

Didact AI: The anatomy of an ML-powered stock picking engine

startup,market performance,stock picking,newsletter,principiamundi.com,machine learning
v1.0 - Initial draft What I’ll talk about # I started Didact AI in 2019, out of a firm belief that stock picking engines built on top of machine learning models could consistently beat the market, gaining and retaining profits. I worked on this idea full-time for 2 years, from 2019 to 2021, building...
πŸ’‘ Top Recommendations:

What I've Learned from Users

startups,y combinator,entrepreneurship,problem-solving,paulgraham.com,user feedback
| | September 2022 I recently told applicants to Y Combinator that the best advice I could give for getting in, per word, was Explain what you've learned from users. That tests a lot of things: whether you're paying attention to users, how well you understand them, and even how much they need what y...
πŸ’‘ Top Recommendations:

Number theory explained from first principles

citation,first principles,number theory,explained-from-first-principles.com,mathematics,explanation
Number theory explained from first principles Cite this article You can cite this article in various citation styles as follows: | MLA: | Etter, Kaspar. β€œNumber theory explained from first principles.” Explained from First Principles, 17 Sep. 2022, https://explained-from-first-principles.com/number-...
πŸ’‘ Top Recommendations:

TILβ€”Python has a built-in persistent key-value store

standard library,remusao.github.io,python,performance,dbm,key-value store
Python is, in a lot of ways, a very rich language. After years of using it, I still regularly discover new parts of the ecosystem, even in the standard library. In particular, there are a few modules which are not very well-known, but can be very useful in some situations. Today I discovered dbm a p...
πŸ’‘ Top Recommendations:

A development process startup founders should use to ship features weirdly fast

startup,www.paralect.com,feature branches,motivation,product development,software delivery
Being able to build products fast is a huge advantage at any stage of the company. As a founder, you always want to get things done to grow your startup and please your customers. Over the past few years, I had an opportunity to work with many 0-4-year-old companies and I’ve been surprised that many...
πŸ’‘ Top Recommendations:

Write Your Own Task Queue

technology decisions,web apps,product decisions,task queue,open-source software,danpalmer.me
Write Your Own Task Queue This is not a tutorial on how to write your own task queue, but rather an attempt to convince you that you should write your own. What’s a β€œtask queue” in this context? For the purposes of this post, a task queue is a system for performing work out of band from a user inter...
πŸ’‘ Top Recommendations:

The Map Is Not the Territory

maps,decision making,simplification,complexity,fs.blog,reality
The following is an edited excerpt from The Great Mental Models Volume 1: General Thinking Tools The map of reality is not reality. Even the best maps are imperfect. That’s because maps are reductions of what they represent. If a map were to represent the territory with perfect fidelity, it would no...
πŸ’‘ Top Recommendations:

The Tyranny of the Wagon Equation: Pre-Gunpowder Military Logistics and the Minimum Donkey Rate

wagon equation,military logistics,pre-gunpowder,food transport,maximumeffort.substack.com,army supply
The Tyranny of the Wagon Equation: Pre-Gunpowder Military Logistics and the Minimum Donkey Rate A mathematical extension to ACOUP's recent blog post on military logistics The Problem While reading Bret Devereaux’s excellent blog, A Collection of Unmitigated Pedantry (ACOUP), I came across this artic...
πŸ’‘ Top Recommendations:

Remotely Controlled Lawn Tractor

technology choices,lawn tractor,mechanical engineering,project origin,offthegrid.dev,remotely controlled
- Published on Remotely Controlled Lawn Tractor History A quick look back at the project's origin, its progression, technology choices, and issues that plagued the first iteration of the project. Unfortunately, I didn't document the progress of the project as I was building it. I started throwing id...
πŸ’‘ Top Recommendations:

Hypothesis 6.135.29 documentation

tutorial,api reference,how-to guides,property-based testing,python,hypothesis.readthedocs.io
Welcome to Hypothesis!ΒΆ Hypothesis is the property-based testing library for Python. With Hypothesis, you write tests which should pass for all inputs in whatever range you describe, and let Hypothesis randomly choose which of those inputs to check - including edge cases you might not have thought a...
πŸ’‘ Top Recommendations:

Uncommon Uses of Python in Commonly Used Libraries

maintainability,base classes,python libraries,usability,super(),eugeneyan.com
To learn how to build more maintainable and usable Python libraries, I’ve been reading some of the most widely used Python packages. Along the way, I learned some things about Python that are off the beaten path. Here are a few things I didn’t know before. super() in base classesPython’s super() let...
πŸ’‘ Top Recommendations:

Precision and recall

pattern recognition,classification,machine learning,object detection,information retrieval,reference,en.m.wikipedia.org,knowledge
In pattern recognition, information retrieval, object detection and classification (machine learning), precision and recall are performance metrics that apply to data retrieved from a collection, corpus or sample space. Precision (also called positive predictive value) is the fraction of relevant in...
πŸ’‘ Top Recommendations:

Engineering Festivus

cables and adapters,festivus.dev,product roadmap,linux,javascript framework,xml editing
Small Addition To The Product Roadmap The Year Of Linux On The Desktop Yet Another JavaScript Framework Collecting Cables and Adapters XML Editing While Encoding A Video Searching For A Solution On The Internet Friday Deployment Adventures New Social Media Features In 2020
πŸ’‘ Top Recommendations:

Process Behaviour Anomaly Detection Using eBPF and Unsupervised-Learning Autoencoders

autoencoders,unsupervised learning,www.evilsocket.net,syscall tracing,ebpf,anomaly detection
Process Behaviour Anomaly Detection Using eBPF and Unsupervised-Learning Autoencoders Hello everybody, I hope you’ve been enjoying this summer after two years of Covid and lockdowns :D In this post I’m going to describe how to use eBPF syscall tracing in a creative way in order to detect process beh...
πŸ’‘ Top Recommendations:

Machine Learning textbook

textbook,computer algorithms,statistics,artificial intelligence,machine learning,www.cs.cmu.edu
Machine Learning is the study of computer algorithms that improve automatically through experience. This book provides a single source introduction to the field. It is written for advanced undergraduate and graduate students, and for developers and researchers in the field. No prior background in ar...
πŸ’‘ Top Recommendations:

Second-Order Thinking: What Smart People Use to Outperform

decision making,fs.blog,consequences,strategic thinking,critical thinking,problem solving
Understanding how to think things through – to push your mind past the first step – can help you solve problems, avoid problems, and take better actions. The best way to examine the long-term consequences of our decisions is to think things through. This is called use second-order thinking. It’s oft...
πŸ’‘ Top Recommendations:

Choose the Right Python Concurrency API - Super Fast Python

python concurrency,asyncio,multiprocessing,api,threading,superfastpython.com
How to Choose the Right Python Concurrency API Python standard library offers 3 concurrency APIs. How do you know which API to use in your project? In this tutorial, you will discover a helpful step-by-step procedure and helpful questions to guide you to the most appropriate concurrency API. After r...
πŸ’‘ Top Recommendations: