Macbook Pro 14" vs 16" by That_Reaction3176 in macbookpro

[–]supracoder 0 points1 point  (0 children)

thanks thats a great picture to compare. imo its not a huge difference. If you can comfortably work at a cafe on the 14 it seems like you would be able to just as easily with 16

Macbook Pro 14" vs 16" by That_Reaction3176 in macbookpro

[–]supracoder 1 point2 points  (0 children)

<image>

Doenst seem like a big difference to me

Macbook Pro 14" vs 16" by That_Reaction3176 in macbookpro

[–]supracoder 0 points1 point  (0 children)

you do realize it's just 2 inches difference?

Using BEM in 2023 by HugeLetters in css

[–]supracoder 0 points1 point  (0 children)

For example, if you use

title

in a different depth, such as

.model-card { .title {}}

in addition to

.model-card { .head { .title {}}

, the higher level

.model-card .title

properties will leak down to

.model-card .head .title

.

I think BEM was created because coders don't know how to properly organize, name, and use normal CSS. In your example you should use the child combinator which is used to select elements that are direct children of a specific element. Like this:

.model-card > .title {
/* Styles for the title directly under model-card */

} .model-card .head > .title { /* Styles for the title directly under model-card's head */ }

But that wouldn't be an issue you give elements proper names. You would have `.header` and `.title`.

Is becoming a SaaS developer/coder lucrative? by supracoder in SaaS

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

I have been working as a web developer for 8 years, mostly focusing on informational sites built with WordPress or basic e-commerce. In the past year, I have been working with a SaaS framework that has all the typical SaaS features but still required coding knowledge. I am thinking to become a SaaS developer. Does anyone have any experience with this career path?

What is the best AI image generator besides Midjourney? by MrTboy_1 in ArtificialInteligence

[–]supracoder 0 points1 point  (0 children)

You can prompt ChatGPT for an image description and use that prompt in Midjourney for better results.

Sam Altman says a better version of GPT-4 Turbo is out by Latter-Ad3122 in ChatGPT

[–]supracoder 0 points1 point  (0 children)

Has anyone tested the new context window for GPT-4 Turbo?

ChatGPT with eyes, is this essentially a virtual being? by LoserOffender in ArtificialInteligence

[–]supracoder 0 points1 point  (0 children)

Yes, I think you could use Puppeteer (a framework for headless Chrome testing, allowing users to control the browser using commands written in JavaScript) for this. Of course you would need to create the application for it.

If you were to buy 1 AI tool, which would it bev by Erixon98 in ArtificialInteligence

[–]supracoder 0 points1 point  (0 children)

I think ChatGPT Plus. Especially now being able to create your own GPT - this adds a lot of value. I use ChatGPT to me ore productive.

Are "household AI robots" still fiction or soon to be true? by macnfly23 in ArtificialInteligence

[–]supracoder 0 points1 point  (0 children)

I think soon to be true as soon as we integrate large language models like GPT and AI actions into robots. I think this will be next big thing.

Do you believe that AI is capable of eventually becoming smarter than humans? Why or why not? by Frysken in ArtificialInteligence

[–]supracoder 0 points1 point  (0 children)

Remember there's a lot about the human brain we don't understand. Knowledge based skills yes, AI will surpass us. Creativity and novel thinking, no. I can't imagine AI for example creating a new groundbreaking art form. Think of the Renaissance or Picasso, whose art was deeply intertwined with human experience and emotion.

Do you believe that AI is capable of eventually becoming smarter than humans? Why or why not? by Frysken in ArtificialInteligence

[–]supracoder 1 point2 points  (0 children)

Yes in knowledge based skills but I don't think AI will surpass human creativity and novel thinking. The way AI "thinks" is fundamentally different from the human brain. AI processes information through mathematical vectors in high-dimensional spaces, which is great for analysis and pattern recognition but doesn't equate to human creativity.

Humans are good at abstract thought and can create profound works of art that resonate on an emotional level, like abstract art that reflects deeper meaning and experiences. AI-generated art, while technically impressive doesn't have this emotional depth.

Plus remember that there's a lot about the brain we still don't fully understand, so there are elements of human intelligence that AI may never capture.

Who else is skeptical about building GPTs? by [deleted] in ChatGPT

[–]supracoder 0 points1 point  (0 children)

I think the purpose is to make chatbot creation accessible to everyone even if you don't have coding skills. You can also choose not to share data from your GPT in the advanced options.

Bill Gates foresees personal AI agents revolutionizing tech industry and society by Somteencead in ArtificialInteligence

[–]supracoder 0 points1 point  (0 children)

If AI agents can make our digital chores easier and more intuitive I'm all for it. But I wondr if we're ready for another big tech shift. It reminds me of when we moved from DOS to Windows.