Jarie - 家睿

1.8K posts

Jarie - 家睿 banner
Jarie - 家睿

Jarie - 家睿

@Teejay_first

Katılım Temmuz 2017
492 Takip Edilen57 Takipçiler
Jarie - 家睿 retweetledi
Jarie - 家睿 retweetledi
Alex Finn
Alex Finn@AlexFinn·
Elon just updated the entire X algorithm code I just went through all 24,000 lines of the algo What I read blew me away Here’s everything you need to know about how to go viral and if you can still get shadowbanned: 🧵
Alex Finn tweet media
English
491
447
3.5K
811.4K
Jarie - 家睿 retweetledi
Higgsfield AI 🧩
Higgsfield AI 🧩@higgsfield·
Introducing Higgsfield Supercomputer The first ever cloud-native, self-learning AI agent for end-to-end task execution. 40+ built-in tools. Three layers of memory. Access via browser or Telegram. Powered by enhanced Hermes Agent.
English
242
339
3.3K
1.1M
Jarie - 家睿
Jarie - 家睿@Teejay_first·
@theo I wanna drag and drop files from finder and have it automatically insert the file path for the agent to reference. The single biggest blocker.
English
0
0
0
10
Jarie - 家睿 retweetledi
Miles Deutscher
Miles Deutscher@milesdeutscher·
/goal is f*cking insane. You can literally get your AI agents to work for HOURS without manual intervention. Already active in Claude Code and Codex - you need to use it now. Use this prompt and your agents will complete any task on autopilot:
Miles Deutscher tweet media
English
103
227
2.4K
154.8K
Jarie - 家睿 retweetledi
klöss
klöss@kloss_xyz·
been building a list of the best /goal use cases. here’s 23 you can use: 1. complex refactors 2. architecture cleanup 3. auth flow consolidation 4. state management consolidation 5. SDK wrapper consolidation 6. npm supply chain hardening 7. design system enforcement 8. component library standardization 9. typescript strictness fixes 10. test suite hardening 11. CI/CD pipeline triage 12. dependency upgrade migrations 13. schema migration safety review 14. routing/navigation refactor 15. performance optimization pass 16. accessibility audit/fix pass 17. security audit/remediation 18. error handling standardization 19. internationalization/localization wiring 20. platform migration (web/iOS/Android) 21. documentation generation 22. onboarding/architecture map creation 23. monorepo restructuring /goal is the closest thing we have to a senior engineer that never gets tired… and it works in Codex, Claude, and Hermes too. what's missing from this list? I’ll add it
klöss tweet media
klöss@kloss_xyz

/goal is the best command in Codex, Claude Code, and Hermes right now. And most are using it wrong. They write "make no mistakes". And pray. Here's how to structure yours for a mission, to rank your uncertainties before acting, to kill scope creep, and to close every loop other prompts leave open. /goal prompt [structure below] GOAL: CONTEXT: CONSTRAINTS: PRIORITY: (optional) 1. 2. 3. PLAN: DONE WHEN: VERIFY: OUTPUT: STOP RULES:

English
49
102
1.2K
116.4K
Jarie - 家睿
Jarie - 家睿@Teejay_first·
lol
Harshil Tomar@Hartdrawss

20 things that make your VIBE CODED app a SINKING SHIP : 1/ no rate limiting on API routes > anyone can spam your backend into a $500 bill overnight 2/ auth tokens stored in localStorage > one XSS attack = every single user account compromised 3/ no input sanitisation on forms > SQL injection still works in 2026. your AI didnt tell you that. 4/ hardcoded API keys in the frontend > someone WILL find them within 48 hours of launch 5/ stripe webhooks with no signature verification > anyone can fake a successful payment event 6/ no database indexing on queried fields > works fine at 100 users. completely dies at 1,000. 7/ no error boundaries in the UI > one crash = white screen = user never comes back 8/ sessions that never expire > stolen token = permanent access to that account. forever. 9/ no pagination on database queries > one fetch loads your entire database into memory 10/ password reset links that dont expire > old email in someones inbox = instant account takeover 11/ no environment variable validation at startup > app silently breaks in production with zero error message 12/ images uploaded directly to your server > no CDN = 8 second load times + massive hosting bill 13/ no CORS policy > any website on the internet can make requests to your API 14/ emails sent synchronously in request handlers > one slow SMTP server = your entire app hangs 15/ no database connection pooling > first traffic spike = database crashes 16/ admin routes with no role checks > any logged in user can access your admin panel 17/ no health check endpoint > your app goes down silently. you find out from a client. 18/ no logging in production > when something breaks you have zero idea where or why 19/ no backup strategy on your database > one bad migration = all your user data. gone. 20/ no TypeScript on AI generated code > AI writes confident, wrong, untyped code and you ship it anyway

QST
0
0
0
4
Jarie - 家睿 retweetledi
Rami McCarthy
Rami McCarthy@ramimacisabird·
Everyone is tweeting out "use pnpm & set a minimumReleaseAge of 7 days" but don't forget blockExoticSubdeps - which would also prevent the usage of a remote github reference here!
English
18
89
1.2K
161.5K
Jarie - 家睿 retweetledi
Miguel Ángel Durán
Si estás usando npm install, estás en peligro. ¡Así de crudo te lo cuento para que reacciones! Ayer se comprometieron paquetes de TanStack en npm. De las bibliotecas más usadas en el mundo JavaScript. Y de ahí saltó a Mistral, OpenSearch, UiPath, PyPI... Porque muchos ataques no necesitan que importes nada. Basta con una instalación para infectarte. ¿Cómo? Colando scripts como preinstall o postinstall que se ejecutan durante la instalación. Lo importante es que tiene solución: ① Usa pnpm 11 Viene con defensas por defecto contra este tipo de ataques. ② Si sigues usando pnpm 10, npm, yarn o bun Activa minimumReleaseAge y ponle 1440. Evita instalar versiones publicadas el mismo día. ③ Bloquea scripts de instalación por defecto pnpm evita que cualquier dependencia ejecute código en tu máquina solo por instalarla. Por favor, comparte esto para que le llegue al máximo número de personas y paremos la cadena de ataques.
Miguel Ángel Durán tweet media
Español
64
705
3.5K
298.4K
Jarie - 家睿 retweetledi
Ahmed Elsakaan
Ahmed Elsakaan@ixahmedxi·
PLEASE use pnpm & set a minimumReleaseAge of 7 days
TANSTACK@tan_stack

SECURITY ADVISORY — TanStack npm packages A supply-chain compromise affecting 42 @tanstack/* packages (84 versions total) was published to npm earlier today at approximately 19:20 and 19:26 UTC. Two malicious versions per package. Status: ACTIVE — packages are deprecated, npm security engaged, publish path being shut down. Severity: HIGH — payload exfiltrates AWS, GCP, Kubernetes, and Vault credentials, GitHub tokens, .npmrc contents, and SSH keys. If you installed any @tanstack/* package between 19:20 and 19:30 UTC today, treat the host as potentially compromised: • Rotate cloud, GitHub, and SSH credentials immediately • Audit cloud audit logs for the last several hours • Pin to a prior known-good version and reinstall from a clean lockfile Detection — the malicious manifest contains: "optionalDependencies": { "@tanstack/setup": "github:tanstack/router#79ac49ee..." } Any version with this entry is compromised. The payload is delivered via a git-resolved optionalDependency whose prepare script runs router_init.js (~2.3 MB, smuggled into each tarball at the package root). Unpublish is blocked by npm policy for most affected packages due to existing third-party dependents. All 84 versions are being deprecated with a SECURITY warning, and npm security has been engaged to pull tarballs at the registry level. Full technical breakdown, complete package and version list, and rolling status updates: github.com/TanStack/route… Credit to the security researcher for responsible disclosure.

English
19
94
1.4K
142.2K
Jarie - 家睿 retweetledi
Corey Haines
Corey Haines@coreyhainesco·
My fiancé doesn't like to promote herself but she's been working on Skills for cybersecurity 🥷 She worked for JPMorgan Chase for 8 years and knows a ton about cyber. Can we show her some love? 🙏 (all feedback/suggestions are welcome!) github.com/briiirussell/c…
English
5
8
202
60.2K
Jarie - 家睿 retweetledi
Bindu Reddy
Bindu Reddy@bindureddy·
🚨 OPEN SOURCE AI IS LITERALLY UNSTOPPABLE 🚨 The legendary founder of Redis (Antirez) just dropped ds4 - a custom native inference engine built specifically for DeepSeek v4 Flash This is earth shattering! Here is why: DeepSeek v4 Flash is a quasi-frontier model with a massive 1M context window You can now run it LOCALLY on a 128GB Mac using specialized 2-bit quantization The architecture is reimagined—he moved the KV cache from RAM directly to the SSD disk! 🤯 We already know DeepSeek v4 Flash is insanely good for agentic loops - Now you don't even need the cloud to run it Closed-source labs are burning tens of billions on massive GPU clusters while single brilliant developers are running frontier-level AI on laptops! They told us open-source would be worthless against trillion-dollar monopolies Instead, pure hacker culture + incredible open-weight models are completely rewriting the rules Open Source will ALWAYS win 💕
English
147
320
2.8K
786.2K
Jarie - 家睿 retweetledi
Burak Eregar
Burak Eregar@burakeregar·
self-hosting on a vps can be extremely dangerous one lazy config can turn your server into an open door i built a claude code skill that hardens the whole thing for you, based on best practices pulled from people like @levelsio and others actually running apps on their own infra. now it takes 5 mins for me to spin off a secure vps non-negotiables: > ssh key-only auth > root login off > ufw on by default > ssh locked to tailscale > docker ports bound correctly > unattended security upgrades > fail2ban > tested backups set up claude code on your vps, drop in this skill file, and it walks you through the rest interactively copy the skills file👇
English
5
3
29
4.8K
Jarie - 家睿 retweetledi
Cathryn
Cathryn@cathrynlavery·
Clanker maintenance 🦞 I updated the community OpenClaw ops skill: a reusable troubleshooting + maintenance toolkit for people running OpenClaw locally or self-hosted. It adds scripts for: - health checks - post-update checks - watchdog monitoring - session debugging - cron audits - security scans - backup cleanup - context/session bloat cleanup Useful if you want OpenClaw to be easier to keep healthy over time. Link 👇🏻
English
6
5
65
6K
Jarie - 家睿 retweetledi
Julian Goldie SEO
Julian Goldie SEO@JulianGoldieSEO·
Hermes Desktop just removed the biggest barrier to AI agents. No more terminal. Here’s what changed everything: → You can now run Hermes in a clean Mac app → Edit memory + skills without SSH → Search every past conversation instantly → Run multi-agent workflows visually → Assign tasks like a real team board This turns AI from “tool” → “operator.” Save this video, you’ll finally understand how agents actually work. Want the SOP? DM me. 💬
English
21
54
554
41.6K
Jarie - 家睿 retweetledi
Tony Simons
Tony Simons@tonysimons_·
My Hermes Agent, actively digging through one of my projects right now... How's YOUR Monday morning going? 🤣
Tony Simons tweet media
English
16
1
62
4.8K
Jarie - 家睿 retweetledi
ÀBDŪLLÂH
ÀBDŪLLÂH@itxabdullaa·
GPT Image 2 { "prompt": { "title": "Agency-Grade Brand Identity System Poster", "trigger": "Upload a logo. From it, construct a complete, investment-worthy brand identity system poster — the kind that closes client deals and dominates Behance front pages.", "prime_directive": { "rule": "Every element — color, tone, shape, texture, personality — must be extracted directly from the uploaded logo.", "enforcement": "Nothing generic. Nothing templated. Nothing borrowed. Strip the logo. Decode it. Build an entire visual universe from its DNA." }, "format": { "orientation": "Vertical", "aspect_ratio": "4:5", "layout": "Multi-column grid", "composition": "Layered, dense, intentional — zero wasted space" }, "sections": { "01_brand_header": { "label": "Open With Authority", "elements": [ "Brand name in commanding, high-hierarchy typography", "Brand statement — 6 words maximum, razor-sharp", "Three soul descriptors (e.g. Raw / Futuristic / Grounded)" ] }, "02_color_system": { "label": "Build The Color World", "palettes": { "primary": "3–5 colors extracted from logo", "secondary": "3–5 supporting colors", "accent": "High-impact hit colors" }, "per_color_display": [ "Wide swatch block", "HEX code", "Role label: foundation / emphasis / atmosphere" ], "extras": [ "Gradient blends", "Color-on-color pairings", "Light mode vs dark mode behavior" ] }, "03_typography_system": { "label": "Establish The Type Voice", "tiers": { "headline": "Commanding, bold — show a punchy title example", "subheadline": "Structured, clear — show a descriptive line example", "body": "Readable, intentional — show a paragraph fragment example" }, "requirement": "Hierarchy must be undeniable at a glance" }, "04_visual_language": { "label": "Define The Visual World", "define": [ "Image style (editorial / industrial / cinematic / organic / etc.)", "Lighting quality and direction", "Texture references and material moods" ], "visual_tiles": { "count": "3–5 tiles", "style": "Art-directed style previews — mood board squares from a real shoot brief" } }, "05_brand_applications": { "label": "Bring The Brand To Life", "rule": "Every mockup must feel like the same brand. Same DNA. Zero inconsistency.", "mockups": [ { "type": "Product Packaging", "detail": "Dimensional, realistic render" }, { "type": "Website Hero", "detail": "Full desktop viewport" }, { "type": "Mobile App Screen", "detail": "One key UI moment" }, { "type": "Social Media Posts", "detail": "3 formats — square, story, banner" }, { "type": "Business Card", "detail": "Front and back" }, { "type": "Out-of-Home Ad", "detail": "Billboard or transit panel" } ] }, "06_design_system": { "label": "Show The System Working", "components": [ "Buttons — default, hover, disabled states", "Cards", "Input fields", "Navigation bar", "Spacing scale" ], "requirement": "Must resemble a real design system handoff document" }, "07_iconography": { "label": "Iconography", "count": "6–10 icons", "style_rule": "Same visual grammar as the logo — geometric, organic, sharp, or soft", "consistency": "Uniform stroke weight or fill logic throughou
ÀBDŪLLÂH tweet media
English
69
503
3.4K
180.6K
Jarie - 家睿 retweetledi
Goldie
Goldie@dezgoldie·
This is the only advice you’ll ever need. Gas pedal.
English
104
665
7.6K
445.2K