Tool Which Tracks All VC Funded Startups. It extracts historical company information, AI analyzes what the startup would be interested in buying & verifies B2B emails of key decision makers. Use this tool to create super personalized messages for the founders! Posted in r/salestechniques by u/Weary_Mobile_3023 • 1 point and 3 comments
Build A Web API From Scratch – Dev Leader Weekly 57 Welcome to another issue of Dev Leader Weekly! In this issue, I discuss the basic building blocks for building a Web API in DotNet!
X ordered to pay €550,000 to Irish employee fired for not replying to Elon Musk's yes-or-resign 'extremely hardcore' ultimatum It is the largest sum the agency has ever awarded.
Discrete Mathematics - An Open Introduction This page details progress on the 4th edition of the book. The 3rd edition remains available.
Complete Guide to Amazon SQS and Amazon SNS With MassTransit In this article, we'll explore how to use Amazon SQS and SNS for asynchronous messaging in .NET applications. We'll also see how MassTransit simplifies the process, enabling you to build robust message-driven systems.
Everyone should have a PiKVM in their desk area What do you do when you want to tinker with a bare metal system? For years, I'd go drag an old monitor, keyboard, and mouse out of a cupboard. Then, I'd inevitably spend 20 minutes looking for an ethernet cable that was the right length before finding tha...
The Tyranny of Defaults: Why the Worst Monopolies Are in Your Mind Ever wondered why you type “Google” without thinking? It's not just a habit—it's a mental monopoly. See how defaults hijack your brain and explore simple steps to reclaim your mental freedom.
PyTorch is dead. Long live JAX. Assumed audience: ML researchers who frequently work with PyTorch, but are interested in trying out JAX or have yet to be convinced.
Bun DIY: Tailwind Lite | christophilus When I started my zero-dependency Bun application experiment, I had no plans to build a CSS processing layer. My plan was to just hand-roll my CSS like any self-respecting neanderthal. But... I'd forgotten how much I like the convenience of fire and wheel...
Can GPT generate random numbers ? Well a random thought came to my mind if GPT can really generate a random number ? Best thing is to find out yourself. First thing is to quickly write boiler plates around random number generation using the cohere sonet model. async def generate_random...
Are you considering Event Sourcing? Think again. Are you considering doing event sourcing? Maybe you have read that it is necessary for your project or that you will have great benefits in doing so. If so, I ask you to think about an alternative. Maybe you already have something of equal capacity in the...
Conformal Sets Part 2, Estimating Precision After publishing my post yesterday, in which I said you could not estimate the false positive rate using conformal sets, I realized there was a way given the nature of if you know some parts of the…
Obvious advice This is a common scene at the MIRI offices: I have a decision to make, like what sort of winter fundraiser to run. Before making any choices, I take a few minutes to write down all the obvious things to do before making the decision: spend five minutes br...
EP 61: Custom Type Handling with Dapper in .NET Dapper is an opensource performant ORM (Object Relational Mapping) library used extensively in the .NET world
The 1 Hour per Year Bug (But Only in Pacific Time!) The date was November 8, 2021 and I was a bug triager on the Google Docs team. That day began like any other. I made myself some coffee and started looking through bug reports from the day before.…
AI Fundamentals: Energy-Based Models | Michal's corner Personal blog of Michal Pándy. Come for the AI, stay for the jokes.
The case of the missing ordinal 380 - The Old New Thing Untangling the error message and developing a theory.
Creators vs Consumers Whenever I want to give people career advice, I inevitably start saying the things that worked for me.
No Outer <code>margin</code> | Kyle Shevlin It is an anti-pattern to add margin to the outermost element of a component. It breaks encapsulation and makes components difficult to reuse. Let's learn what to do instead.
LLMs are bad at returning code in JSON LLMs write worse code if you ask them to return the code wrapped in JSON via a tool function call.
What makes you not give up on life? The question was asked What makes you not give up on life. This is something I feel strongly about so here is my answer:
That's the Sound of Devs Working on the Chain Gang Are you a manager desperate to cover up their own lack of productivity and general uselessness by implementing a system that will allow you to constantly lament your underlings apparent lack of productivity? Well if you are managing Software Engineers, I ...
How I wrote a Domain-Specific Language (DSL) A quick walkthrough on how I wrote a domain-specific language (DSL)