name: linear-story-quality description: >- Validate Linear issue quality for AI-autonomous execution. Use when assessing story readiness, checking issue quality, validating before execution, or when about to start work on a Linear issue. Also use after drafting a new Linear issue to self-check before saving. Enforces hard gates (objective, acceptance criteria, affected areas) and scores soft criteria (edge cases, scope, dependencies, approach). allowed-tools: Read, Glob, Grep, mcp__plugin_linear_linear__get_issue, mcp__plugin_linear_linear__save_issue, mcp__plugin_linear_linear__list_issues
Discover gists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def netmask_to_cidr(m_netmask): | |
| return(sum([ bin(int(bits)).count("1") for bits in m_netmask.split(".") ])) |
We can't make this file beautiful and searchable because it's too large.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| id,url,lat,lon,name,country,cc,sponsor,isp_id,host,continent,subregion | |
| 252,http://speedtest1.tigo.net.gt:8080/speedtest/upload.php,14.6133,-90.5353,Guatemala,Guatemala,GT,Tigo Guatemala,234,speedtest1.tigo.net.gt:8080,North America,Central America | |
| 265,http://speedtest.perfectum.uz:8080/speedtest/upload.php,41.2667,69.2167,Tashkent,Uzbekistan,UZ,Perfectum,300442,speedtest.perfectum.uz.prod.hosts.ooklaserver.net:8080,Asia,Central Asia | |
| 285,http://sp1.scinternet.net:8080/speedtest/upload.php,37.6826,-113.0744,"Cedar City, UT",United States of America,US,SCBroadband,14877,sp1.scinternet.net.prod.hosts.ooklaserver.net:8080,North America,Northern America | |
| 338,http://speedtest.skynet.net.pl:8080/speedtest/upload.php,52.2323,21.0084,Warsaw,Poland,PL,Skynet DC,169609,speedtest.skynet.net.pl.prod.hosts.ooklaserver.net:8080,Europe,Eastern Europe | |
| 395,http://speedtest.unidata.it:8080/speedtest/upload.php,41.9,12.5,Rome,Italy,IT,Unidata S.p.A.,10989,speedtest.unidata.it.prod.hosts.ooklaserver.net:8080,Europe,Southern Europe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System.Reflection; | |
| using System.Runtime.InteropServices; | |
| using System.Text; | |
| using CameraCaptureBot.Core.Configs; | |
| using FFmpeg.AutoGen.Abstractions; | |
| using FFmpeg.AutoGen.Bindings.DynamicallyLinked; | |
| using FFmpeg.AutoGen.Bindings.DynamicallyLoaded; | |
| using Microsoft.Extensions.Options; | |
| namespace CameraCaptureBot.Core; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # /etc/modprobe.d/nvidia.conf | |
| # NVIDIA Linux modprobe.d Configuration | |
| # | |
| # Memory and Performance Enhancements: | |
| # | |
| # - NVreg_UsePageAttributeTable=1 (Default: 0) | |
| # Activates the Page Attribute Table (PAT) for improved memory management. | |
| # PAT creates a partition table at a fixed register-mapped address, potentially enhancing CPU performance. | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Bero - Software Engineer</title> | |
| <style> | |
| * { | |
| margin: 0; | |
| padding: 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # OpenClaw Implementation Prompts | |
| Each prompt below is a self-contained brief you can hand to an AI coding assistant (or use as a project spec) to build that use case from scratch. Adapt the specific services to whatever you already use — the patterns are what matter. | |
| --- | |
| ## 1) Personal CRM Intelligence | |
| ``` | |
| Build me a personal CRM system that automatically tracks everyone I interact with, with smart filtering so it only adds real people — not newsletters, bots, or cold outreach. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://youtu.be/-C-JoyNuQJs?t=39m45s | |
| When I put the reference implementation onto the website I needed to | |
| put a software license on it. | |
| And I looked at all the licenses that were available, and there were a lot | |
| of them. And I decided that the one I liked the best was the MIT License, | |
| which was a notice that you would put on your source and it would say, | |
| "you're allowed to use this for any purpose you want, just leave the | |
| notice in the source and don't sue me." |
North-Holland Publishing Company
Microprocessing and Microprogramming 15 (1985) 253-261
OCR transcription from PDFs found at https://ingenieria-de-software-i.github.io/assets/bibliografia/programming-as-theory-building.pdf and https://pages.cs.wisc.edu/~remzi/Naur.pdf
Invited keynote address at Euromicro 84, 1984 August 28, Copenhagen, Denmark.
NewerOlder