The hottest Querying Substack posts right now

And their main takeaways
Category
Top Literature Topics
The Sub Club Newsletter β€’ 812 implied HN points β€’ 09 Oct 24
  1. Choosing the right genre and comparative titles for your book is really important when querying agents. Make sure your comps support the genre you want to pitch.
  2. Upmarket fiction is a blend of literary and commercial styles, focusing on good writing while still being accessible to a wide audience. It's crucial to know where your book fits in this spectrum.
  3. Don't stress too much about pitching your book perfectly. The right agent will understand the essence of your work, even if your initial genre label isn't spot on.
The Sub Club Newsletter β€’ 594 implied HN points β€’ 02 Oct 24
  1. There are nine agents currently looking for memoirs, which is a great opportunity for writers in that genre.
  2. Upcoming changes to the newsletter will include more insights and tips about the querying process from experienced writers and agents.
  3. Writers can use the Query Hotline and new chat features to ask questions and share experiences about getting published.
How to Glow in the Dark β€’ 439 implied HN points β€’ 04 Oct 24
  1. When querying agents about a new book, it's fine to directly email them if they previously showed interest. Just make sure to update the subject line and include your new manuscript.
  2. Publishing is a partnership, so approach agents with respect and mutual understanding. Both sides need to feel heard and valued for a successful collaboration.
  3. If you get a book deal, don't stress about tight deadlines for sequels. It's more likely that your publisher will not pursue a sequel if your first book doesn't sell well.
Rod’s Blog β€’ 79 implied HN points β€’ 31 May 23
  1. You can easily build KQL query templates for Azure services by using the Open Query option in the Azure portal.
  2. The Open Query option in Azure Resource Graph Explorer auto-builds a KQL query for the specific service you're accessing.
  3. Not all Azure services have the Open Query option, only those that utilize Azure Graph for information.
Get a weekly roundup of the best Substack posts, by hacker news affinity:
Hasen Judi β€’ 107 implied HN points β€’ 31 Mar 23
  1. In a B-Tree based storage system like BoltDB, you need to be explicit about indexing and querying data, unlike relational databases that automatically handle indexing.
  2. By maintaining bidirectional mappings between terms and targets, and incorporating priorities for sorting, you can efficiently retrieve and sort data without unnecessary overhead.
  3. BoltDB enables indexing data by any criteria, offering flexibility in ranking objects and improving relevance in search results, while eliminating the overhead associated with SQL databases.
davidj.substack β€’ 23 implied HN points β€’ 29 Feb 24
  1. Consider how to use a semantic layer with streaming data to enhance efficiency and data processing.
  2. Streaming data warehouses handle storage differently than batch data warehouses, keeping fresh data in-memory and reducing compute cost.
  3. The semantic layer abstracts entities, attributes, and metrics, aiding in managing and optimizing queries on streaming data.
Tributary Data β€’ 0 implied HN points β€’ 29 Sep 22
  1. Stateful stream processors and streaming databases have different approaches in handling data ingestion and state persistence.
  2. Stream processors require knowing and embedding state manipulation logic in advance, while streaming databases offer ad-hoc manipulation by consumers.
  3. Stream processors are ideal for automated, machine-driven decision-making, while streaming databases cater to human decision-makers needing fast, ad-hoc data access.
Rod’s Blog β€’ 0 implied HN points β€’ 06 Jan 23
  1. You can easily build KQL query templates for Azure services by utilizing the Open Query option in the Azure portal.
  2. The Open Query option takes you to Azure Resource Graph Explorer and generates a KQL query specific to the service you're accessing.
  3. Not all Azure services have this option, so be sure to check the All Services pane in Azure to see which services support KQL queries.