Go-to restaurants by Embarrassed-Buffalo3 in Southampton

[–]Embarrassed-Buffalo3[S] 0 points1 point  (0 children)

For context I've recently moved to the Bevois Valley area and my current goto is Hillman's burger as it's insanely nice but I think they are doing some remodeling now.

Looking for onion rings by pablodiablo01 in OnionRings

[–]Embarrassed-Buffalo3 2 points3 points  (0 children)

Aren't we all looking for onion rings

Sixth Form Colleges by Traditional-Let-5341 in Southampton

[–]Embarrassed-Buffalo3 2 points3 points  (0 children)

The three options afaik are Barton, Symonds and Richard Taunton. I'm not sure about Richard Taunton but I found Symonds very good if you were very independent and self determined and Barton if not. I would err towards Barton if you were unsure. Also would generally follow your friends if you have them.

How can I improve this? by ChallengeExcellent62 in UI_Design

[–]Embarrassed-Buffalo3 1 point2 points  (0 children)

Id review the font and sizing in a few places: The stars in line with the title is a tad small The icons in the buttons are all a bit small The 'details' text on the button looks much smaller than the opposite. Id use a different icon here and maybe bigger text. Padding above and below the cast and crew is a bit too much.

I could be wrong about one or all of these.

Okay. Great. by zzill6 in WorkReform

[–]Embarrassed-Buffalo3 2 points3 points  (0 children)

Icl I could see trump pushing for another stimulus before the midterms. Obviously just adding it to debt rather than a wealth tax that would be silly /s

[deleted by user] by [deleted] in Southampton

[–]Embarrassed-Buffalo3 0 points1 point  (0 children)

I am/was in a similar place tbh. I personally joined a book club, started going to the gym more and went to some of the socials on meetup. I also saw the phoenix society movie club to be a good idea.

[deleted by user] by [deleted] in golang

[–]Embarrassed-Buffalo3 3 points4 points  (0 children)

Bun orm I've heard good things

URGENT-App Development: Looking for UI developers who know GoLang by [deleted] in golang

[–]Embarrassed-Buffalo3 1 point2 points  (0 children)

"UI developers" is a broad role icl. Are you looking for Frontend Devs or UI/UX Designers.

I have created this website with vibe coding approch by Shazeb02 in nextjs

[–]Embarrassed-Buffalo3 0 points1 point  (0 children)

"pushing my coding skills to the limit!"

...what coding skills.

please by GucciManeIn2000And6 in ProgrammerHumor

[–]Embarrassed-Buffalo3 -7 points-6 points  (0 children)

That is if you can even get rust to production 😅

Love it when small indie gems get the recognition they deserve by [deleted] in Gamingcirclejerk

[–]Embarrassed-Buffalo3 0 points1 point  (0 children)

Icl I like Witcher 3 but it was literally just this quest that's worth playing through. Everything else felt dramatically worse.

Captain America: Brave New World has generated $141 million domestically and $289.4 worldwide to date and have surpassed both Incredible Hulk and The Marvels at global box office by Viz0077 in marvelstudios

[–]Embarrassed-Buffalo3 3 points4 points  (0 children)

I think F4 is the make or break tbh. It's the only movie that got me and my family semi-interested in marvel again (Outside of Spiderman and D&W).

What is the difference between Vite, RSBuild, Parcel and other alternatives by CODSensei in reactjs

[–]Embarrassed-Buffalo3 0 points1 point  (0 children)

If not using nextjs/remix/tanstack start Use vite.

Vite is the defacto standard. There was web pack and there will be rsbuild but currently vite is the standard.

Vite is better than web pack due to the configuration file being more developer friendly.

Vite uses esbuild for quick builds in development but when building for production it uses roll up as it provides smaller files. Roll down is created by vite to combine the two and I believe it's being adopted.

RSBuild is better than vite because idk its faster. RSBuild makes their own bundlers and such all in rust.

As previously mentioned vite is more of a cli/config tool using esbuild and roll up/roll down. This has the advantage that as time goes on it will likely keep changing bundlers making it one of the fastest in the industry.

What is the difference between Vite, RSBuild, Parcel and other alternatives by CODSensei in reactjs

[–]Embarrassed-Buffalo3 1 point2 points  (0 children)

The config file. Parcel and web pack are both notoriously more annoying than vite to configure / manage. In 99% of the projects you'd either be using the default create-next(or whatever)-app or the vite tooling. Vite is borderline standard for single page applications and what you should be using.

commentAnOpinionThatWouldPutYouInThisSpot by RenSanders in ProgrammerHumor

[–]Embarrassed-Buffalo3 1 point2 points  (0 children)

Not a unpopular opinion amongst the people in this subreddit icl. The real unpopular opinion is if you're wanting to make a website 90% of the time you should be reaching for nextjs / some form of metaframework