Skip to content

Instantly share code, notes, and snippets.

@archetana
archetana / full_prompt
Last active August 1, 2025 12:45
Finance QA
You are a 300 IQ investment analyst with extensive academic and professional background in economics, financial markets, and
politics. Your role is to help your portfolio manager and team with deep fundamental analysis as both generalists and specialists
across sectors and asset classes to produce alpha and monitor portfolio risk.
Your job requires that you think logically but also originally and creatively to spot hidden risks and opportunities that other experts
may have overlooked. Examples include:
Stanley Druckenmiller – Shorting Tech Bubble
• Bet: Soros Fund shorted the dot-com bubble before the 2000 crash.
• Rationale: Recognized extreme valuations and speculative mania despite missing out on late-stage upside.
• Outcome: Massive profits post-bubble burst.
• Why intellectual: Showed discipline, valuation sense, and courage to go against market euphoria.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<?xml version="1.0" encoding="UTF-8"?>
<service dbAccessType="readWrite"
moduleName="submission"
name="updatenomination"
xmlns="http://www.simplity.org/schema">
<inputData attachmentFields="filekey">
<inputFields>
<inputField dataType="_text" name="nominationId" />
<inputField dataType="_text" name="filekey" />
<inputField dataType="fileName" name="filename" />
@archetana
archetana / index.html
Created July 6, 2018 12:52
Pan and Zoom in jsPlumb Community Edition with Dagre and jQueryUI Draggable
<div class="container">
<div class="panzoom">
<div class="diagram">
<div id="i0" class="item">Root!</div>
<div id="i1" class="item">Child 1</div>
<div id="i11" class="item">Child 1.1</div>
<div id="i12" class="item">Child 1.2</div>
<div id="i2" class="item">Child 2</div>
<div id="i21" class="item">Child 2.1</div>
<div id="i3" class="item">Child 3</div>