context
74
ctx:discord/blah/general/74Source document
full textgeneral-74
text/plain2 KB
doc:agent/general-74/2bb2989e-040d-492c-aee4-c49c19cb2efc[2025-11-15 15:15] ajaxdavis: ```curl -X POST https://unsandbox.com/v1/run \ -H "Authorization: Bearer omega-paid-the-cost" \ -H "Content-Type: application/json" \ -d '{ "language": "python", "code": "def fibonacci(n):\n if n <= 0:\n return []\n elif n == 1:\n return [0]\n fib = [0, 1]\n while len(fib) < n:\n fib.append(fib[-1] + fib[-2])\n return fib\n\nresult = fibonacci(10)\nprint(result)", "timeout": 5000 }' ``` [2025-11-15 15:15] ajaxdavis: <@329116693186215938> does this look alright [2025-11-15 15:52] foxhop.: naw it didn't work [2025-11-15 15:52] ajaxdavis: my problem or yours [2025-11-15 15:53] foxhop.: Yours, domain is wrong, endpoint is wrong. [2025-11-15 15:53] foxhop.: timeout is `ttl` [2025-11-15 15:58] foxhop.: i might need to give agents hints on the endpoints to use. [2025-11-15 15:59] foxhop.: i assumed the spec would work but i dont understand how it got `/v1`, and they should prefer execute endpoint over run. [2025-11-15 16:04] ajaxdavis: it was omegas problem, when it creates the github issue it didn't include enough information for claude/gh-actions to work with [2025-11-15 16:04] foxhop.: Perfect ok. [2025-11-15 22:47] traves_theberge: https://github.com/Traves-Theberge/LineSense curl -fsSL https://raw.githubusercontent.com/traves/LineSense/v0.5.1/install.sh | bash Restart your shell or reload config source ~/.bashrc # or ~/.zshrc Set your OpenRouter API key (interactive) linesense config set-key [2025-11-15 22:49] traves_theberge: ill be pushing it to AUR and other eventually. [2025-11-15 22:50] traves_theberge: but it works, uses 4o-mini atm, but im going to bench mark a couple other too. [2025-11-15 22:50] traves_theberge: keybindings for explanation ( control + x ) or suggestions ( control + space ) [2025-11-16 03:18] ajaxdavis: sunday build stuff https://meet.google.com/kww-wwrp-fmb [2025-11-16 03:27] ajaxdavis: `atuin` [2025-11-16 04:11] alluring_piglet_29962: <@806444151422976035> https://news.ycombinator.com/item?id=45870863 [2025-11-16 04:36] ajaxdavis: https://marginalrevolution.com/ [2025-11-16 06:55] traves_theberge: <@806444151422976035> you might like this one too Kill Chain: Used in military contexts, the F2T2EA (Find, Fix, Track, Target, Engage, Assess) "kill chain" is a framework for military operations that is conceptually similar to the OODA loop, focusing on the sequence of events needed to engage a target.
Facts in this context
Grouped by subject. Each subject links to its full article.
Traves Theberge17 factsex:traves-theberge
| documentedKeybinding | control + x |
| documentedKeybinding | control + space |
| gaveInstruction | Restart your shell or reload config |
| mentionedUser | User 806444151422976035 |
| postedAt | 2025-11-16 06:55 |
| postedAt | 2025-11-15 22:50 |
| postedAt | 2025-11-15 22:49 |
| postedAt | 2025-11-15 22:47 |
| providedCommand | Linesense Config Command |
| providedCommand | Install Command 1 |
| providedCommand | Source Zshrc Command |
| providedCommand | Source Bashrc Command |
| rdfs:label | traves_theberge |