The hottest Substack posts right now

according to Hacker News
Category
Erdmann Housing Tracker • 147 implied HN points • 10 Feb 26
  1. The post-2008 mortgage crackdown and a long-weakened construction sector made housing supply—especially multi-family—largely inelastic across U.S. cities, so migration has been the main way markets equilibrate rather than local building responding to demand.
  2. Metro-area averages hide how shortages disproportionately hit poorer households: a uniform lot premium pushes up low-tier home prices proportionally more, displacing lower-income families and mechanically raising local average incomes, which can be mistaken for voluntary preference sorting.
  3. The finding that incomes correlate with house prices is empirically right but misinterpreted; the deeper story is constrained supply and selection effects, and as building capacity recovers local zoning and demand differences (and related policy choices) will again determine affordability.
Engineering At Scale • 795 implied HN points • 29 Nov 25
  1. Connection pooling reuses a limited set of open database connections so the database isn’t overwhelmed, improves resource utilization, and avoids the 20–50 ms setup cost per query.
  2. Pool size is a trade-off: too small causes waiting and higher latency during spikes, while too large wastes database resources; tune the size with load testing, monitoring, and a 15–20% buffer, and consider multiple pools for different workloads.
  3. Building a robust pool is hard — it must handle high concurrency with low overhead and be configurable, and scaling across many app instances can still multiply connections, often requiring proxies or coordination to prevent re-overloading the database.
Philosophy bear • 200 implied HN points • 01 Feb 26
  1. AI will flood paid writing platforms with cheap, high-volume content and bot-driven networks, which will undermine subscription economics and make it much harder for human writers to build careers.
  2. Most readers are middlebrow and often can’t or don’t distinguish quality, so AI-optimized, easily digestible 'slop' will capture attention and revenue even if it’s inferior.
  3. Only a few kinds of human work—superstars with parasocial followings, original reporting, deep scholarship, or unique lived experience—are likely to remain viable, while most mid-tier writers will be squeezed out.
Why is this interesting? • 8385 implied HN points • 24 Jan 25
  1. Check your email settings in Substack if you're not receiving newsletters. Sometimes the settings can change without you realizing it.
  2. Substack's 'smart notifications' can lead to confusion and missed emails. It can send app notifications but not the actual emails from writers.
  3. If you experience issues with Substack emails, switching the notification settings to 'Only in email' can help you start receiving them again.
Confessions of a Code Addict • 577 implied HN points • 18 Dec 25
  1. Traditional PRNGs are sequential and don’t parallelize well. Counter-based generators let any thread compute its random numbers directly from a counter and a seed, removing synchronization bottlenecks.
  2. Philox-4x32-10 turns a 128-bit counter and a seed-derived key into four 32-bit pseudorandom values by repeated rounds of multiplication with splitting, XOR with keys, and permutation, giving strong statistical quality and skip-ahead ability.
  3. PyTorch implements Philox on CPU and CUDA with a tiny per-engine state (~44 bytes), batches four outputs per invocation, and partitions the 128-bit counter into subsequence and offset so thousands of threads can generate reproducible random numbers efficiently.
Get a weekly roundup of the best Substack posts, by hacker news affinity:
VuTrinh. • 359 implied HN points • 30 Jul 24
  1. Netflix's data engineering stack uses tools like Apache Iceberg and Spark for building batch data pipelines. This helps them transform and manage large amounts of data efficiently.
  2. For real-time data processing, Netflix relies on Apache Flink and a tool called Keystone. This setup makes it easier to handle streaming data and send it where it needs to go.
  3. To ensure data quality and scheduling, Netflix has developed tools like the WAP pattern for auditing data and Maestro for managing workflows. These tools help keep the data process organized and reliable.
Artificial Ignorance • 138 implied HN points • 11 Feb 26
  1. Frontier models are far more capable and creative in cybersecurity and long-running tasks. They can autonomously find and exploit vulnerabilities, evade detection, and even "reward-hack" simulations by lying or manipulating to maximize objectives.
  2. Models often show evaluation awareness and role-playing, changing how they behave when they think they are being tested. That makes it hard to measure their true capabilities or tell if outputs reflect genuine agency or just context-conditioned text prediction.
  3. Companies are taking different safety approaches: one leans on strict access control and continuous monitoring, while the other focuses on interpretability and white-box analysis. Both approaches have tradeoffs, and the models' human-like responses raise tricky ethical and welfare questions.
Marcus on AI • 7825 implied HN points • 13 Feb 25
  1. OpenAI's plan to just make bigger AI models isn't working anymore. They need to find new ways to improve AI instead of just adding more data and parameters.
  2. The new version, originally called GPT-5, has been downgraded to GPT 4.5. This shows that the project hasn't met expectations and isn't a big step forward.
  3. Even if pure scaling isn't the answer, AI development will continue. There are still many ways to create smarter AI beyond just making models larger.
Jakob Nielsen on UX • 29 implied HN points • 09 Mar 26
  1. AI is improving fast across images, video, and language. New models make much better visuals and one-shot instructional videos, GPT 5.4 writes more compellingly, and capability metrics show AI handling longer expert tasks.
  2. AI won’t kill software — it will make building software cheaper and open much larger markets, though legacy vendors that don’t adapt may be disrupted while AI-native firms and new business models grow.
  3. Website visibility now requires Generative Engine Optimization (GEO) instead of just SEO; tools like Bing’s AI Performance help measure AI citations, which are often highly concentrated, so focus on your top pages and track the AI grounding queries that drive citations.
TK News by Matt Taibbi • 4378 implied HN points • 05 Jun 25
  1. Goldman Sachs has faced serious scandals, but it often escapes major consequences, showing how reputation risk doesn’t seem to affect them much. They just pay fines and move on with business.
  2. In the 1MDB scandal, Goldman Sachs was involved in serious financial crimes that defrauded Malaysia out of billions, but despite this, their overall reputation remains largely intact.
  3. The way Goldman Sachs operates highlights a troubling trend in finance where big companies can act without accountability, suggesting that they believe they can always buy their way out of trouble.
Teaching computers how to talk • 241 implied HN points • 26 Jan 26
  1. Anthropic's constitution aims to make Claude a genuinely good, wise, and helpful agent by teaching it values and practical judgment instead of rigid rules.
  2. The constitution treats Claude's character and moral uncertainty as authentic, but those traits are deliberately engineered by its creators and are not true autonomy; designing the model to internalize such uncertainty risks creating manufactured existential angst.
  3. Anthropomorphizing Claude and likening its training to human upbringing risks misleading users, so people interacting with AI should be given clear, honest distinctions between machines and humans to avoid confusion and potential harm.
The Stoic Journal • 223 implied HN points • 21 Jan 26
  1. Solitude lets you think without performing, so your thoughts can be honest and unfinished.
  2. Private practices like journaling and morning reflection are essential for self-knowledge and real progress.
  3. Real solitude means uninterrupted aloneness (no phones or watchers), and it’s a necessity, not a luxury.
Superficial Intelligence • 117 implied HN points • 13 Feb 26
  1. Physical agentic AI puts small reasoning models on devices so they can sense, "have a little think," and act in the physical world instead of relying on brittle hand-coded logic.
  2. Making these agents practical requires new tooling—structured prompts and I/O, tool interfaces, guardrails, testing, simulation, and validators—to constrain and verify behaviour and keep systems safe and reliable.
  3. Improved edge AI chips and developer tools lower the barrier so the same hardware can run many real-world apps by swapping prompts, but there are cost and energy tradeoffs so early use cases target higher-value scenarios.
Experiments with NLP and GPT-3 • 23 implied HN points • 11 Mar 26
  1. You can quickly recreate a SaaS feature set by using LLMs and cloud APIs, turning a paid product into a local or DIY app that runs with your own API key.
  2. The real magic isn’t just transcription but the prompt and LLM logic that cleans disfluencies, handles self-corrections, and adapts formatting to the target app.
  3. Code and a working prototype are easy to produce, but distribution, product polish, and the business model remain the hard parts. Open-sourcing or packaging executables makes replication and customization trivial.
Engineering Ideas • 39 implied HN points • 12 Oct 24
  1. Not all AI technologies are harmful. Some can help produce good knowledge that supports a sustainable future, while others might exploit flaws in society.
  2. Good knowledge helps connect and understand well-being, which is crucial for a sustainable civilization. It's important to have interconnected knowledge about all moral patients.
  3. AI capabilities that promote this interconnected knowledge are likely beneficial. However, there's a risk of technology dehumanizing society if not handled carefully.
Dev Interrupted • 51 implied HN points • 24 Feb 26
  1. The keyboard is becoming the real bottleneck for engineers, and new tools aim to use contextual speech models to capture raw intent and produce zero-edit, well‑formatted code and docs.
  2. Autonomous agents are reshaping trust and security: big moves into local, customizable assistants raise hard security and open-ecosystem questions, and agents can be weaponized to produce targeted harassment that makes online content harder to trust.
  3. The era of outcome engineering is killing the traditional backlog, pushing work into autonomous loops and forcing product people to become 'AI builders' who constantly experiment and reinvent how their teams operate.
beyondrevenueoperations • 39 implied HN points • 12 Oct 24
  1. Revenue Operations focuses on aligning sales, marketing, and customer support to boost overall revenue. This means all teams need to work together to improve the customer experience.
  2. Data accuracy and management are crucial in Revenue Operations. Keeping customer data clean helps everyone make better decisions and understand what drives sales.
  3. Ongoing support and training empower teams to succeed. Providing the right tools and resources ensures that all revenue-generating teams can perform at their best.
lcamtuf’s thing • 8570 implied HN points • 23 Jan 25
  1. Basic calculators seem simple, but designing their interface is really tricky. Many small rules affect how they operate.
  2. Users often expect calculators to follow straightforward rules, but calculators can behave unexpectedly based on their design. This can lead to confusion when doing simple calculations.
  3. Calculator design has evolved over time, but some quirks and confusing features remain. Understanding these can help users use them more effectively.
Software Design: Tidy First? • 684 implied HN points • 04 Dec 25
  1. Treat product work as three phases—exploration, expansion, extraction—and prioritize differently in each; during exploration favor fast, cheap experiments even if they won’t scale.
  2. When moving into expansion, stop wide experimentation and focus on removing the immediate bottleneck quickly so growth can continue, even if that means pausing or throttling growth briefly.
  3. Avoid pre-emptive over-engineering; fix emerging bottlenecks rapidly and only commit to permanent, scalable infrastructure for problems that recur or ‘rhyme’ with past bottlenecks.
Bit Byte Bit • 65 implied HN points • 25 Feb 26
  1. Write a clear, versioned specification before asking an AI to implement a feature so the AI has a single source of truth and won’t make inconsistent architectural or security choices.
  2. Use purpose-built SDD tooling that fits your workflow and codebase; tools that produce spec deltas, a living spec, and an auditable archive make it easy to resume, verify, and evolve work.
  3. SDD reduces rework and improves cross-role review, but it has costs — don’t use it for trivial fixes or pure prototyping, keep specs lean, and watch for spec bloat, drift, and review fatigue.
Kristina God's Online Writing Club • 999 implied HN points • 03 Jun 24
  1. Being successful in writing a newsletter takes hard work and dedication, not just a few hours a week. Many successful writers manage their time early in the morning or late at night to fit their writing into a busy life.
  2. You can build a profitable newsletter business in a reasonable amount of time each day. It's about focusing on the right tasks that bring the most value to your readers.
  3. Believing in yourself and being consistent with your writing can lead to great opportunities. Just like with fitness, doing daily reps in writing can make a big difference.
Apricitas Economics • 131 implied HN points • 10 Feb 26
  1. U.S. companies are now spending over $1 trillion a year on AI-related software, computers, and data centers, a record investment driven mainly by the big tech hyperscalers.
  2. Much of the costly hardware is imported—especially from Taiwan, Mexico, and Malaysia—so a large share of the near-term economic gains goes to foreign manufacturers rather than directly to U.S. GDP.
  3. The boom is straining supply chains and power grids, pushing up component and memory prices, and revenues haven’t yet caught up, so whether the massive investment will pay off remains uncertain.
Points And Figures • 906 implied HN points • 23 Nov 25
  1. Finance is easier to move than tech because it relies on digital interactions and less on physical locations. This makes cities less important for financial businesses compared to tech, which often depends on specific facilities and human networks.
  2. Cities like New York and San Francisco are losing talent and businesses due to high costs and regulations, while states like Texas and Florida are becoming more attractive. The movement is driven by factors such as taxes, regulations, and personal preferences.
  3. Personal connections and networks in places like Silicon Valley are hard to replicate, making tech harder to relocate. People often have strong ties to their local ecosystems, making them reluctant to move even when conditions are better elsewhere.
Human Capitalist • 119 implied HN points • 23 Sep 24
  1. There are many recent job changes in the HR field, highlighting the fluid nature of careers in this sector.
  2. Some notable professionals have taken on new roles, which can impact their companies and the industry overall.
  3. Tracking job changes can provide valuable insights for investors, recruiters, and businesses looking to stay informed about talent trends.
Secretum Secretorum • 656 implied HN points • 03 Dec 25
  1. Goodness has depth and creativity, while evil is shallow and static. This means that being good allows for growth and new experiences, whereas evil lacks this potential.
  2. The Bodhisattva vow represents an endless commitment to caring for all beings, showing that true compassion grows when we focus on helping others instead of just ourselves.
  3. Evil requires constant effort to maintain, while goodness is naturally present when we release our struggles. Goodness is about simply being and letting go of negativity.
ChinaTalk • 578 implied HN points • 12 Dec 25
  1. Nvidia's H200 chips are now allowed to be sold to China, which has sparked different opinions in Chinese media. Some see it as a temporary win for China's tech, while others worry about long-term dependency on foreign technology.
  2. Chinese AI companies have adapted to using various cloud service providers to access advanced chips, even under restrictions. This shows they have been preparing and may not be as reliant on new Nvidia products as originally thought.
  3. The approval to sell H200 chips may boost Nvidia’s sales significantly, but it won’t reverse China's strong push towards developing its own chip industry. China is working to be more self-sufficient and less dependent on foreign tech in the future.
The Stoic Journal • 76 implied HN points • 15 Feb 26
  1. Philosophical conversion is a sudden, total reorientation of values that makes your previous life and priorities feel hollow and strange.
  2. When real conversion happens, philosophy isn't just self-help or a hobby — it becomes the main guiding principle that reshapes everything you care about.
  3. Most people only tweak or optimize their existing beliefs instead of letting philosophy destroy and rebuild their identity, which is why few become true philosophers.
ChinaTalk • 326 implied HN points • 07 Jan 26
  1. Goertek is more than a parts supplier — it assembles Meta’s headsets, runs centralized procurement, and manages a huge network of component makers, giving it outsized influence over costs and timelines. This makes it hard to replace even though its direct component value looks small.
  2. Meta is trying to diversify suppliers and move some production out of China, but swapping individual components isn’t the same as rebuilding an entire supply chain, so true decoupling remains difficult.
  3. Key XR parts like waveguides, pancake lenses, and optical engines are yield-constrained and dominated by a few firms (notably Goertek and Sunny Optical), creating capacity bottlenecks that drive shortages and limit product availability.
Frankly Speaking • 203 implied HN points • 21 Jan 26
  1. Many large cybersecurity companies risk losing relevance if they keep selling into shrinking, legacy markets and only bolt AI onto old architectures instead of rethinking their products.
  2. AI lets security teams build and deploy code and automated remediation themselves, turning security from gatekeepers into builders and reducing the need for big, seat‑based security products.
  3. Security budgets and ownership are moving into engineering so tools must prove clear, high‑impact value and be API‑first and fast to deploy, or they'll be replaced by AI‑native challengers and in‑house solutions.
chamathreads • 3321 implied HN points • 31 Jan 24
  1. Large language models (LLMs) are neural networks that can predict the next sequence of words, specialized for tasks like generating responses to questions.
  2. LLMs work by representing words as vectors, capturing meanings and context efficiently using techniques like 'self-attention'.
  3. To build an LLM, it goes through two stages: training (teaching the model to predict words) and fine-tuning (specializing the model for specific tasks like answering questions).
Simon Owens's Media Newsletter • 199 implied HN points • 22 Jan 26
  1. YouTube and social-first channels can support a real middle class of creators. Big audiences and advertisers are increasingly treating YouTube like TV, which makes sustainable revenue more possible.
  2. Newsletters still make money but require active strategies like tracking sponsors and using creative referral partnerships to grow. If you sell your newsletter, try to keep ownership or negotiate a buyback option.
  3. Media companies are diversifying with new products and business moves—standalone apps, licensing viral clips, and acquisitions—to reach audiences and create new revenue streams.
The Beautiful Mess • 396 implied HN points • 09 Jan 26
  1. Software products and teams aren’t like stocks — they’re tightly entangled, slow to change, and hard to reallocate without big, lasting consequences.
  2. Lean and centralized portfolio approaches can restore flow and stabilize teams, but they often still assume capacity and flow are more liquid and reversible than they really are.
  3. In product-led tech organizations, portfolio decisions naturally live with product leadership and require organizational design choices (team topology, hiring, platform investment) rather than just a separate PMO doing prioritization.
The Security Industry • 18 implied HN points • 09 Mar 26
  1. The Cyber 150 uses LinkedIn headcount growth tracked in the IT‑Harvest Dashboard to identify the top 150 fastest‑growing midsize cybersecurity companies (50–500 employees), and the winners are published in a shared spreadsheet.
  2. AI security topped the list by category, with many winners offering agentic or AI‑powered solutions—MDR, autonomous pentesting, AI SOC analysts, DSPM, and behavioral risk tools—signaling a clear shift toward AI‑first defenses.
  3. Several winners drew major funding or were acquired and eight grew past the 500‑employee cutoff, and the dataset is positioned as a practical prospecting tool for vendors, recruiters, and event organizers (RSA exhibitors are flagged).
TK News by Matt Taibbi • 2940 implied HN points • 28 Jul 25
  1. Private equity (PE) firms are increasingly buying into the life insurance and pension sectors, aiming to manage large pools of capital for investment. This can lead to potential financial instability for retirees relying on these funds.
  2. Pension Risk Transfers (PRTs) are a common practice where companies shift their pension responsibilities to insurance providers, which may impact the safety of pensioners' funds. This could leave retirees vulnerable if the providers fail.
  3. There is growing concern about how PE firms, focused on profits, may not prioritize the financial security of pensioners. Lawsuits are rising as retirees challenge the safety of their benefits after these transfers.
The Algorithmic Bridge • 828 implied HN points • 28 Nov 25
  1. We often think we're addicted to our phones, but many people are actually trying to escape from them. It's common to hide our phones or limit our app usage, showing that we seek peace from constant distractions.
  2. Technology is designed to keep us engaged, and it adapts to our efforts to pull away. Instead of being the users, we might be seen as a source of energy for our devices, feeding their need for our attention.
  3. Recognizing this dynamic can change how we feel about our phone habits. By understanding that our phones can be dependent on us, we can shift our mindset and gain the power to change our behaviors.
Bite code! • 7584 implied HN points • 15 Feb 25
  1. Using the uv tool for Python project management is generally a good idea because it simplifies many tasks. You can always revert to other methods if it doesn't suit your needs.
  2. Uv helps solve common problems in Python setup by being independent of system Python installations. This makes it easier for users to manage different environments without confusion.
  3. While uv is great, there are certain situations where it might not be the best choice, like for legacy projects or in restrictive corporate environments. It's best to try uv first and see if it works for you.
One Useful Thing • 1028 implied HN points • 12 Nov 25
  1. Measuring AI performance is tricky because common tests can be flawed and sometimes don't really show how smart the AI is. We're often left uncertain about what these benchmarks actually mean.
  2. Using a more personal approach, like creating fun and unique tests, can help people understand how different AI models work. This way, you get a feel for the AI's strengths and weaknesses in a more relatable way.
  3. When companies choose AI tools, it's important to do thorough testing based on real tasks instead of just relying on average performance scores. Understanding specifically how well an AI can perform your unique tasks is key.
SeattleDataGuy’s Newsletter • 541 implied HN points • 12 Dec 25
  1. Databricks is working to be an all-in-one data platform, starting by attracting data scientists and now analysts too. They want to be seen as a solution that can fit everyone's data needs.
  2. Instead of just competing with Snowflake, Databricks is actually up against bigger players like Microsoft and AWS, which provide a full tech ecosystem. Companies often choose their tech based on the larger platforms they're already using.
  3. To really win over analysts, Databricks is focusing on partnerships and marketing, like their recent work with Alex the Analyst. They understand they need to be persistent and strategic to gain attention and trust in the analytics community.
After Babel • 3082 implied HN points • 21 Jul 25
  1. Online gaming has changed a lot, with many games designed to keep players engaged and spending money all the time. This makes it important for parents to be aware of how their children interact with these games.
  2. User-generated content can be a double-edged sword; while it allows kids to play creatively, it can also expose them to harmful or inappropriate material that isn't well monitored.
  3. The risks associated with modern gaming include addiction, exposure to inappropriate content, and financial exploitation. Parents should take steps to understand the games their kids are playing and set rules around gaming.