Skip to content
View dougg0k's full-sized avatar
  • Brazil
  • 02:33 (UTC -03:00)

Block or report dougg0k

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Edgerouter / EdgeOS / DoH / Security... Edgerouter / EdgeOS / DoH / Security Settings / NextDNS / Cloudflare
    1
    # Edgerouter / EdgeOS / DoH / Security Settings
    2
    
                  
    3
    ## Notes
    4
    
                  
    5
    - It seems that every firmware update, whatever was done to get nextdns into the router, will be gone, so you will have to redo the steps or at least some, if you confirm that it has happened.
  2. React Native Security - this compila... React Native Security - this compilation were initially built upon a help request about security for a banking app.
    1
    #### Obfuscate code helps.
    2
      - JS Bundles 
    3
        - https://github.com/vesselsoft/metro-minify-obfuscator
    4
        - https://github.com/jscrambler/jscrambler/tree/master/packages/jscrambler-metro-plugin
    5
        - https://github.com/MichaelXF/js-confuser - Adding this here as a note, because it could end up better than the `javascript-obfuscator`, but it might require a [`RN / Metro`](https://github.com/MichaelXF/js-confuser/issues/184) implementation with a working sourcemap [`1`](https://github.com/jridgewell/sourcemaps) / [`2`](https://github.com/facebook/metro/tree/main/packages/metro-source-map) support.
  3. AI Chat - Fine Tuning (Prompt Engine... AI Chat - Fine Tuning (Prompt Engineering)
    1
    # AI Chat - Fine Tuning ([Prompt Engineering](https://promptingguide.ai))
    2
    
                  
    3
    I have been building a way to improve `AI Chats` and fix issues that I found while using it.
    4
    
                  
    5
    From what I understood, each `AI chat` `(chatgpt, claude, gemini)` have their own issues, they may require different `prompt engineering` fixes. Given the effectiveness of each model, some `phrases` / `constraints` may not be needed in some chats.