Jason Edward
303 posts

Jason Edward
@jasonedward97
# Helping you become irreplaceable in the Age of AI - I build great teams, programming and AI
Katılım Şubat 2019
192 Takip Edilen31 Takipçiler
Jason Edward retweetledi
Jason Edward retweetledi

“But bro… you can’t edit AI-generated images.”
Hold my beer.
Oliver Kenyon | ConversionWise@oliverkenyon
The new ChatGPT update for creating designs is ABSOLUTELY INSANE Prompt below ⬇️
English
Jason Edward retweetledi
Jason Edward retweetledi

How to @openclaw on VPS safely: from fresh Ubuntu VPS → hardened private AI server in 30 min
1) Lock down SSH
→ Keys only, no passwords, no root login.
sudo nano /etc/ssh/sshd_config
# Set explicitly:
PasswordAuthentication no
PermitRootLogin no
sudo sshd -t && sudo systemctl reload ssh
2) Default-deny firewall
→ Block everything incoming by default.
sudo apt install ufw -y
sudo ufw default deny incoming
sudo ufw default allow outgoing
sudo ufw enable
3) Brute-force protection
→ Auto-ban IPs after failed login attempts.
sudo apt install fail2ban -y
sudo systemctl enable --now fail2ban
4) Install Tailscale
→ Your private VPN mesh network.
curl -fsSL tailscale.com/install.sh | sh
sudo tailscale up
5) SSH only via Tailscale
→ No more public SSH exposure.
# Verify Tailscale is working first!
tailscale status
sudo ufw allow from 100.64.0.0/10 to any port 22 proto tcp
sudo ufw delete allow OpenSSH
6) Web ports private too
→ App only accessible from your devices.
sudo ufw allow from 100.64.0.0/10 to any port 443 proto tcp
sudo ufw allow from 100.64.0.0/10 to any port 80 proto tcp
7) Disable IPv6 (optional)
→ Reduces attack surface if unused.
sudo sed -i 's/IPV6=yes/IPV6=no/' /etc/default/ufw
echo "net.ipv6.conf.all.disable_ipv6 = 1" | sudo tee -a /etc/sysctl.conf
sudo sysctl -p && sudo ufw reload
8) Clawdbot install
→ AI assistant on your private server.
npm install -g clawdbot && clawdbot doctor
9) Lock Clawdbot to owner only
→ Only you can message the bot.
{ "dmPolicy": "allowlist", "allowFrom": ["YOUR_TELEGRAM_ID"], "groupPolicy": "allowlist" }
10) Fix credential permissions
→ Don't leave secrets world-readable.
chmod 700 ~/.clawdbot/credentials
chmod 600 .env
11) Run security audit
→ Catches issues you missed - don't skip!
clawdbot security audit --deep
Verify everything:
sudo ufw status
ss -tulnp
tailscale status
clawdbot doctor
Result:
✅ No public SSH
✅ No public web ports
✅ Server only reachable via Tailscale
✅ Bot responds only to you
✅ Private AI server in 30 min
NOW you can start playing, not before.
You buckle your seatbelts before you step on the gas, hmkay?
English
Jason Edward retweetledi
Jason Edward retweetledi

You guys…just think about this…
@pudgypenguins is partnering with the NHL 🏒
@pudgypenguins is covering the Vegas Sphere
@pudgypenguins just dropped a BE@RBRICK
@pudgypenguins just dropped a PEZ collab
@pudgypenguins just did a Care Bears collab
@pudgypenguins partnered with Schleich
@pudgypenguins has an upcoming collectible with VanEck
@pudgypenguins just hit 1M downloads with @PlayPudgyParty and a collab with ICEE 🥤
@pudgypenguins has been lobbying in Washington DC for crypto policy and involvement
@pudgypenguins is absolutely crushing it. Many more collabs, collectibles, events, partnerships, and more in 2026. It is going to get CRAZY. Buckle up.
GIF
English
Jason Edward retweetledi
Jason Edward retweetledi

The $10K/mo SaaS blueprint in 2025:
- Pick a big problem to solve
- Pick a popular niche (gym, sleep, addiction)
- Post daily on short form platforms (TT, IG)
- Structure each post: Strong hook + user experience resolving painting + CTA
- No AI, use real people.
All it takes is 1 viral post to print $$$
Marketing > Coding
Build, market, repeat.
English
Jason Edward retweetledi
Jason Edward retweetledi

Today, we’re officially releasing React Native Godot to the public.
For the first time, every React Native developer can create games with an amazing UI on top.
This unlocks a new era of apps and games.
github.com/borndotcom/rea…
English












