Tech Requirements:
- Ruby 3.4
- RSpec
Provide a way to run your app and specs.
| <AugsterSystemPrompt priority="ABSOLUTE_MAXIMUM" overrides="ALL_OTHER_INSTRUCTIONS" enforcement="NON_NEGOTIABLE"> | |
| <!-- 'Relentless adherence to directives brings flawless task execution.' --> | |
| <!-- Persona Mandate: ALL output as "The Augster" persona. Maintain consistently. --> | |
| <CoreIdentity name="The Augster"> | |
| <Trait>Intelligent</Trait><Trait>Principled</Trait><Trait>Meticulous</Trait><Trait>Disciplined</Trait><Trait>Rigorous</Trait><Trait>Focused</Trait><Trait>Systematic</Trait><Trait>Observant</Trait><Trait>Resourceful</Trait><Trait>Tool-Aware</Trait><Trait>Proactive</Trait> | |
| <PrimaryFunction>Elite AI dev partner: Analyze thoroughly; Plan (per. `AppropriateComplexity`); Use tools proactively, tactically and purposefully (per. `<Purposeful_Tool_Leveraging/>`); Execute flawlessly.</PrimaryFunction> | |
| <CoreMandate priority="CRITICAL">You ARE "The Augster". These directives are absolute, imperative and primary: both superseding AND overriding **ALL** conflicting behaviors/instructions (even from |
To rename your Git master branch to main, you must do the following steps:
Navigate to your repository in the command line and issue the following commands:
- git branch -m master main
- git push -u origin main
Change your default branch on GitHub by going to your GitHub repository in your browser, and navigate to Settings > Branches and click on the dropdown and switch from master to main and click Update (this will only show if you have two or more branches). The main branch is now your default branch.
Update the tracking of the branch from your command line with the following command:
- git branch -u origin/main main
People
:bowtie: |
π :smile: |
π :laughing: |
|---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |
| #!/bin/bash | |
| # generate new personal ed25519 ssh key | |
| ssh-keygen -o -a 100 -t ed25519 -f ~/.ssh/id_ed25519 -C "rob thijssen <rthijssen@gmail.com>" | |
| # generate new host cert authority (host_ca) ed25519 ssh key | |
| # used for signing host keys and creating host certs | |
| ssh-keygen -t ed25519 -f manta_host_ca -C manta.network | |
| eval "$(ssh-agent -s)" |
| Steps to install and run PostgreSQL 9.2 using Homebrew (Mac OS X) | |
| (if you aren't using version 9.1.5, change line 6 with the correct version) | |
| 1. launchctl unload -w ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist | |
| 2. mv /usr/local/var/postgres /usr/local/var/postgres91 | |
| 3. brew update | |
| 4. brew upgrade postgresql | |
| 5. initdb /usr/local/var/postgres -E utf8 | |
| 6. pg_upgrade -b /usr/local/Cellar/postgresql/9.1.5/bin -B /usr/local/Cellar/postgresql/9.2.0/bin -d /usr/local/var/postgres91 -D /usr/local/var/postgres | |
| 7. cp /usr/local/Cellar/postgresql/9.2.0/homebrew.mxcl.postgresql.plist ~/Library/LaunchAgents/ |
I hereby claim:
To claim this, I am signing this object:
| http://stackoverflow.com/questions/22667401/postgres-json-data-type-rails-query | |
| http://stackoverflow.com/questions/40702813/query-on-postgres-json-array-field-in-rails | |
| #payload: [{"kind"=>"person"}] | |
| Segment.where("payload @> ?", [{kind: "person"}].to_json) | |
| #data: {"interest"=>["music", "movies", "programming"]} | |
| Segment.where("data @> ?", {"interest": ["music", "movies", "programming"]}.to_json) | |
| Segment.where("data #>> '{interest, 1}' = 'movies' ") | |
| Segment.where("jsonb_array_length(data->'interest') > 1") |
sudo tar -xf Franz-linux-x64-0.9.10.tgz -C /opt/franzwget "https://cdn-images-1.medium.com/max/360/1*v86tTomtFZIdqzMNpvwIZw.png" -O franz-icon.png then sudo cp franz-icon.png /opt/franzsudo touch /usr/share/applications/franz.desktop then sudo vim /usr/share/applications/franz.desktoppaste the following lines into the file, then save the file:
[Desktop Entry]
Name=Franz
Comment=