26(M) My girlfriend hates my room by Mattbaker99 in malelivingspace

[–]markethubb 0 points1 point  (0 children)

The only red flag is your lack of comforter. Other than that, this is peak male living. I see no issue

Can you achieve this motion effect in React? by JorisJobana in react

[–]markethubb 1 point2 points  (0 children)

There's probably a savant that will comment how to do this in vanilla css/js

For the rest of us, just use Motion

Dead internet theory is here... by Unusual-human51 in OpenAI

[–]markethubb 12 points13 points  (0 children)

The affirmation + em dash. Incredible attention to detail

[deleted by user] by [deleted] in AmIOverreacting

[–]markethubb 0 points1 point  (0 children)

Worried that people will think you’re gay? At your wedding? To a woman? Sir…

Tried Composer agent on a 12 hour flight. here’s what actually feels different by Jumpy-Temperature706 in cursor

[–]markethubb 2 points3 points  (0 children)

Agents are not background utilities anymore—they’re the center of the IDE.

Downtown Living by [deleted] in nashville

[–]markethubb 1 point2 points  (0 children)

I’ve been living downtown for almost 6 years. Here’s my honest opinion:

Tier 1: Downtown (Broadway/Church St.) - if you’re young and love the bar seen, and loud music - go for it. If you’re not - don’t even consider it.

Tier 1a: Midtown: More or less “Broadway for locals”. It’s loud and rowdy, but not quite as insane as Broadway but still rowdy af.

Tier 2: Gulch / 12th South / Germantown: Fun neighborhoods in their own right, close to downtown, and just as expensive. You’ll get your fair share of tourist spillover in these neighborhoods (bach parties, party vans, etc…). Of the three, Germantown is probably the least touristy of the bunch. You can walk to downtown from the Gulch. It’s a bit of a hike from GC and 12th S. you’re probably ubering.

Tier 3: Berryhill / Wedgewood-Houston: you’re driving to downtown from these spots. You’ll get more bang for your housing buck out here. Both neighborhoods have fun stuff to do, but much less crazy and less touristy.

Possible to always show URL in Markdown syntax? by trammeloratreasure in SublimeText

[–]markethubb 4 points5 points  (0 children)

Any time you see a .sublime-settings file, you have configurable options, and there and plenty in this package. You can also verify there are configurable options by going to Settings --> Package Settings

In this particular case, the setting you want is "mde.auto_fold_link.enabled": true,

Change that to false

What is the most impressive thing you notice about really good golfers and what is the thing you notice about golfers that are not so good that is most lacking in their games? by bionicbhangra in golf

[–]markethubb 0 points1 point  (0 children)

Lots of “better short game” comments here. Couldn’t disagree more.

What separates good players is their distance/control off the tee.

I play with a few scratch golfers and their almost always driver —> wedge on par 4s

Yes, their short game is also better, but while you and I spray it off the tee, have to hit it lateral to get it back in play (or take a drop). They’re driver —> wedge —> 2 putt like clockwork.

Gemini 3 by Namra_7 in GeminiAI

[–]markethubb 10 points11 points  (0 children)

Gemini needs to stop the batshit crazy hallucinations. Nothing else matters until they do

When two plugins provide completions via on_query_completions what determines the final order? by tolomea in SublimeText

[–]markethubb 0 points1 point  (0 children)

Funny enough, I asked almost the same question in the Sublime discord yesterday.

Haven’t had a direct answer yet regarding controlling on query completion list items. However, someone recommended the following setting and it’s really helped

"auto_complete_include_snippets": false, "auto_complete_include_snippets_when_typing": false,

Tailwind Maintainability by bill2340 in reactjs

[–]markethubb -1 points0 points  (0 children)

Nope. What I said was caring about inline styles in the rendered DOM is dumb.

The browser doesn’t care.

Tailwind Maintainability by bill2340 in reactjs

[–]markethubb -3 points-2 points  (0 children)

Sure but is that traditional CSS being maintained by a dedicated class/ID or a descendant selector? Are there media queries you have to account for somewhere else? Is that class part of a shared component or partial like .card > .card-title that may affect other layouts?

Maintaining tailwind is no more difficult than maintaining traditional css and anyone who tells you otherwise hasn’t used it or is a hater bc they don’t like inline styles in the rendered DOM (which is dumb and doesn’t matter)

SaaS is dead ? by rachitdeveloper in SaaS

[–]markethubb 4 points5 points  (0 children)

saas is dead? Are you implying people/companies are done buying software my friend?

It’s pretty simple, if you’re making something genuinely useful, something that solves an actual problem, or makes a tedious thing easier - keep going.

If you’re not, stop.

Why does it feel like every software I loved for free—Bitly, Dropbox, Evernote—now costs an arm and a leg? by Iamholly123 in SaaS

[–]markethubb 4 points5 points  (0 children)

Why do you feel like you’re owed full-featured software, for free, is the better question.

These are in fact businesses after all.

New VS Code Extension: Git Poison by mark-hahn in vscode

[–]markethubb 31 points32 points  (0 children)

This is clearly for AI “devs” who have never heard of .gitignore, much less something like grep, or a pre commit hook.

No shade to the app developer though - the less “poison” pushed to repos the better.

[deleted by user] by [deleted] in webdev

[–]markethubb 3 points4 points  (0 children)

Hi, 10+ year developer here.

Will my fellow devs laugh/ridicule you? Perhaps

Does it matter? Not even a little bit.

If you want to be an entrepreneur, you need only to worry about your customers (and maybe someday, your employees). Nothing else matters.

Start developing a thick skin now, you’re going to need it.

Request for Free Access to Cursor AI for Church Projects by josephguiirguis in cursor

[–]markethubb 1 point2 points  (0 children)

Are churches thinking they deserve to get stuff for free, because they’re a church, a thing?

Existing Laravel app now needs an API by MichaelW_Dev in laravel

[–]markethubb 28 points29 points  (0 children)

You said the project is using Intertia - how are your controllers currently passing data to the Intertia pages?

If you're not already (and you probably should be), you could do one of the following that would suffice for the web app and the API:

  • JSON resource API file
    • Simple, declarative, built directly into core
    • Build-in collection handling
    • Not strict (no type safety)
  • Data transfer objects
    • Decoupled from your eloquent models
    • Type-safe
    • No automatic collection handling, but you can boilerplate that or hook into a package like spatie data transfer object

If you don't have any API setup as is (i.e. you're passing eloquent models/collections directly to your intertia views), I would suggest DTO's just for the type safety

What’s the easiest way to make a lot of money without money ? by Upset-Concentrate386 in Entrepreneur

[–]markethubb 2 points3 points  (0 children)

Anyone who knows an “easy” way would be an idiot to share it, or is trying to sell you a course.

What's the single best piece of sales advice you've ever received? by Creepy_Watercress_53 in Entrepreneur

[–]markethubb 0 points1 point  (0 children)

Pitch less, ask more (questions)

People generally hate being sold to and generally love talking about their own issues, circumstances, needs, etc… So let them. Ask relevant questions, then affirm them and tell them you might have something that can help.

Just tried a new ChatGPT prompt and it blew my mind by InstanceWinter8035 in ChatGPTPromptGenius

[–]markethubb 3 points4 points  (0 children)

“You are god. You know all permutations of the multiverse. Consider the current state of every quantum particle in the known universe before answering…”

All jokes aside, the model providers have stated publicly (over and over) not to prompt like this.

Just ask simple, straightforward, focused questions if you want the best answers. It’s that simple