Skip to content

Instantly share code, notes, and snippets.

View stormwild's full-sized avatar
🏠
Working from home

Alexander R Torrijos stormwild

🏠
Working from home
View GitHub Profile
@stormwild
stormwild / fetch-all-paginated-data.md
Last active August 27, 2025 00:46
FetchAll Paginated Data

Fetch All Paginated Data

When working with APIs that return paginated data, you often need to fetch all pages of results. This guide provides a general approach to fetching all paginated data from an API.

Paginated API Data Retrieval

For scenarios with paginated external API calls, here are the best strategies:

Concurrency Strategy

@stormwild
stormwild / synthetic-bio-intelligence.md
Last active June 18, 2025 22:08
Synthetic Bio Intelligence

Synthetic Bio Intelligence

The reason: "the human brain is a biological computer, so why can't a digital brain do the same?" - YouTube

The reason: "the human brain is a biological computer, so why can't a digital brain do the same?"

this has been criticed, based on current feedback, what are the summary points or views on this statement and what are any scientific evidence to back this up, remain neutral and discerning keeping information as accurate as what has been evidenced

Summary of the Analogy: Human Brain as a Biological Computer

Primer on Generative AI for Family Studies Professionals

Introduction

Generative Artificial Intelligence (AI) has rapidly transformed how we produce and interact with content. In late 2022, OpenAI’s ChatGPT burst onto the scene and became the fastest-growing consumer application in history – reaching 100 million users in just two months. Its popularity demonstrated the power of large language models (LLMs) to generate human-like text on almost any topic. This AI revolution quickly spurred competition: Microsoft integrated OpenAI’s models into Bing and office tools, Google rushed out its own chatbot Bard, and startups like Anthropic introduced alternatives such as Claude. Today, generative AI tools are being used for everything from writing academic papers to drafting emails and even providing mental health support. For a scholar in Family Studies, these technologies offer exciting opportunities to enhance research, teaching, and daily productivity.

This primer provides a comprehensive overview of

Excel Newline or Hard Return

Yes, you can include newlines (hard returns) in Excel cell values—including column headers—when generating Excel files with OpenXML or ClosedXML.


✅ With ClosedXML

You can insert a newline in a string using Environment.NewLine (or "\n"), and enable text wrapping: