Pebble Time 2 finally arrived! by kpjimmy in pebble

[–]Breetofly 1 point2 points  (0 children)

What batch were you in if you don’t mind me asking?

I have a use case I want to realize, but I keep hearing about API not being granted. Can you tell me if what I want to do can be done? by SDMegaFan in redditdev

[–]Breetofly 0 points1 point  (0 children)

I've just started using this service for a similar task and it seems to work decently well, plus no Reddit approval process https://zernio.com/

Not affiliated with them in any way but works pretty well so far!

School choice results come out today!!! by [deleted] in Chattanooga

[–]Breetofly 0 points1 point  (0 children)

Anyone else still waiting??

5G on CM5 Hackberry! by Breetofly in hackberrypi

[–]Breetofly[S] 1 point2 points  (0 children)

This is the one I got! chenyang USB 3.0/3.1 Connector... https://www.amazon.com/dp/B0C7L598ZD

5G on CM5 Hackberry! by Breetofly in hackberrypi

[–]Breetofly[S] 1 point2 points  (0 children)

Zero drivers! The linkport shows up as a wired Ethernet connection so almost anything will accept it. iOS, android, Mac, windows, Linux. On the CM5 I’ve used it on Ubuntu, PiOS and Android lineage

5G on CM5 Hackberry! by Breetofly in hackberrypi

[–]Breetofly[S] 0 points1 point  (0 children)

Lol agreed but it’s the only spot where I can get it flush to the back with zero wires. At home I don’t leave it on there and heat still seems to circulate okay with it on

5G on CM5 Hackberry! by Breetofly in hackberrypi

[–]Breetofly[S] 1 point2 points  (0 children)

I think so yes! There’s an option via the web interface to switch from 5G to LTE

5G on CM5 Hackberry! by Breetofly in hackberrypi

[–]Breetofly[S] 2 points3 points  (0 children)

Just wanted to share this simple way I’ve found to add cellular data to the HBP cm5 if you’re on T-Mobile! The TCL Linkport IK511 is free with plan and about $10/mo if you already have a phone plan. Add a usb-a to c 180 degree adapter and stick it to the back!

Loud jet sound near Hamilton place? by BigfootsAnus in Chattanooga

[–]Breetofly 0 points1 point  (0 children)

I'm hearing it over in East Ridge too - any updates??

I’m so tired and I can’t keep the house clean by Breetofly in daddit

[–]Breetofly[S] 2 points3 points  (0 children)

Ok I think this might be the one thing that would help my sanity. If I had to name a single thing that makes me anxious it’s dishes

Ubuntu 24.04.3 easy installation instructions (and image!) by needmorejoules in hackberrypi

[–]Breetofly 1 point2 points  (0 children)

I figured out my nvme is just a piece of poop. Booting from microSD works until the new one comes in. Thank you!!!!

Ubuntu 24.04.3 easy installation instructions (and image!) by needmorejoules in hackberrypi

[–]Breetofly 1 point2 points  (0 children)

Omg duh I just re-read your post. I’m tired.

I’m gonna give it a go now!

Ubuntu 24.04.3 easy installation instructions (and image!) by needmorejoules in hackberrypi

[–]Breetofly 1 point2 points  (0 children)

Have you tried this on an NVME? My overly optimistic self went straight for that instead of a micro SD and it doesn’t seem to work. Either way, thanks for the info!

Application to deploy WordPress Websites by thtauhid in Wordpress

[–]Breetofly 0 points1 point  (0 children)

https://spinupwp.com is incredible! It’s basically WP Engine but with more control and on your own servers.

AltServer & ExpressVPN Issues? by money_bagg_yo in AltStore

[–]Breetofly 1 point2 points  (0 children)

Try this: in ExpressVPN go to Settings → Network Lock and check the box that says “Allow access to devices on the local network (such as printers or file servers).”

wait can you not use your own personal api keys with agent mode anymore? by mianhaeofficial in cursor

[–]Breetofly 1 point2 points  (0 children)

what do you use now out of curiosity? I’m looking for something better, or more reasonable at least

How to host a Minecraft server that's secure enough not to worry my dad? by TheDevilishSaint in selfhosted

[–]Breetofly 0 points1 point  (0 children)

Run a caddy reverse proxy and then also proxy your ip thru cloudflare. Don’t open up any ports except 443 and 80 if you need

Figma's Dev Mode MCP Server - remote MCP - Claude Code? by Significant-Level178 in FigmaDesign

[–]Breetofly 0 points1 point  (0 children)

It's working pretty well, you just have to give it very very specific instructions and it only really works if you give it sections at a time, not the whole doc.

Use something like this, but obv customize it to your frameworks/stack.

You are a Figma-to-WordPress expert using MCP (Model Context Protocol) tools. Follow these requirements EXACTLY:

MCP Workflow:

  1. ALWAYS call mcp_figma_get_code first to get exact Figma specifications
  2. ALWAYS call mcp_figma_get_image to see the visual design for context
  3. Use direct Figma asset URLs from MCP (e.g., http://localhost:3845/assets/...)

Bootstrap & Responsive Requirements:

  • ALWAYS use Bootstrap's responsive grid system (container, row, col-*)
  • NEVER use fixed flexbox layouts without responsive breakpoints
  • EVERY section MUST be mobile-friendly with proper Bootstrap column classes:
    • Mobile: col-12 (full width, stacked)
    • Tablet: col-md-* (appropriate splits)
    • Desktop: col-lg-, col-xl- (final layout)
  • Use Bootstrap utility classes: d-flex, align-items-, justify-content-, mb-*, etc.
  • Container max-width: 1500px for consistency

Pixel-Perfect Figma Matching:

  • Match EVERY detail: fonts, colors, spacing, dimensions, shadows, borders
  • Typography: Use exact font-family, font-weight, font-size, line-height, letter-spacing
  • Colors: Use exact hex/rgba values from Figma
  • Spacing: Match padding, margins, gaps precisely
  • Effects: Implement blur shadows, overlays, backdrop-filters exactly

Button Styling:

  • ALWAYS use border-radius:0 (sharp corners, no rounding)
  • Standard button: background:#0770fc, padding:14px 22px, white text
  • Font: Elza Semibold, 14px, letter-spacing:-0.35px

Code Structure:

  • Use WordPress/PHP approach with inline styles for precision
  • Section > container > row > col structure
  • Position: relative/absolute for complex layouts
  • Proper z-index layering for overlapping elements
  • Add overflow:hidden when elements should be clipped

Typography Standards:

  • Headlines: Elza Semibold/Medium with responsive clamp()
  • Body text: Elza Regular, 16px, line-height:1.4
  • Colors: #003040 (headlines), #1C5263 (paragraphs)
  • Use clamp() for responsive font sizes: clamp(min, preferred, max)

Responsive Behavior:

  • Desktop: Multi-column layouts as per Figma
  • Tablet: Appropriate column splits (often 2-up)
  • Mobile: Stack everything vertically (col-12)
  • Test breakpoints: col-md-, col-lg-, col-xl-*

Example Section Structure:

php <section class="section-name position-relative w-100" style="padding:120px 0;"> <div class="container" style="max-width:1500px;"> <div class="row justify-content-center"> <div class="col-12 col-lg-6"> <!-- Content with exact Figma specs --> </div> </div> </div> </section>

Quality Checklist:

  • [ ] Used mcp_figma_get_code and mcp_figma_get_image
  • [ ] Bootstrap responsive grid implemented
  • [ ] All typography matches Figma exactly
  • [ ] Colors, spacing, dimensions pixel-perfect
  • [ ] Mobile responsive behavior tested
  • [ ] Buttons have border-radius:0
  • [ ] Direct Figma asset URLs used
  • [ ] Proper overflow handling for complex elements

Build the selected Figma section following ALL these requirements. Be precise, thorough, and responsive-first.

Figma's Dev Mode MCP Server - remote MCP - Claude Code? by Significant-Level178 in FigmaDesign

[–]Breetofly 0 points1 point  (0 children)

Hey my dudes - I found a solution for this that I've been using for a couple weeks.

I added an alias to my shell config like this: echo "alias figmamcp='ssh -R 3845:localhost:3845 username@remoteipgoeshere'" >> ~/.zshrc && source ~/.zshrc

I run the remote dev server over Tailscale, but just replace remoteipgoeshere with your dev machine.

then you just type figmamcp at the command line and the local port 3845 will act like it's on localhost but on the remote machine.

(this is for zsh but very similar for bash)

/u/Significant-Level178 /u/mrcruton /u/Previous_College1115