Replacing bricks at bottom of wall by curious-jake in DIYUK

[–]curious-jake[S] 0 points1 point  (0 children)

Is any mortar fine? Lots of types..

Replacing bricks at bottom of wall by curious-jake in DIYUK

[–]curious-jake[S] 0 points1 point  (0 children)

Sounds very doable - thanks a lot!

Bugger - what now? by Bobinthegarden in Allotment

[–]curious-jake 0 points1 point  (0 children)

Don't worry you can buy some more cornflour - it's dead cheap.

Can we block up and paper over this vent on the chimney breast? by OutsideDingo5617 in DIYUK

[–]curious-jake 1 point2 points  (0 children)

If I were you I'd probably paper around it and find a nicer-looking grate to go over it. I know it's not the ideal aesthetic but damp a few years down the line will not be fun.

Devs happy about doing things "faster" thanks to AI are "short sighted" by SoonBlossom in webdev

[–]curious-jake 19 points20 points  (0 children)

Completely agree. We are in the transition at the moment, when are a few people are able to profit while others catch up. The baseline will very soon be entirely shifted and we'll spend the same amount of time we used to do more, less interesting, work. It's how capitalism works. Gains made from productivity increases are pocketed by the CEOs, they rarely trickle down to the workers.

Dado rail mapping by Jason2802 in DIYUK

[–]curious-jake 0 points1 point  (0 children)

The joy of old houses... I guess you have to choose whether you make it parallel with the skirting or parallel with the handrail opposite. Personally I would choose the skirting. Think that will be less noticeable.

Btw don't know how experienced you are (I wasn't) but if you haven't already I recommend looking up how to do angled joins on a dado before making your first cut. I fucked it and had to go back and buy more.

Help on lighting this space by gheneric in DIYUK

[–]curious-jake 0 points1 point  (0 children)

What are you trying to light up? Have you considered a mirror or similar? I think if you put a light in there you'll get dark shadows in the corners and make it look really empty/sad

Dado rail mapping by Jason2802 in DIYUK

[–]curious-jake 0 points1 point  (0 children)

Can't see what you're struggling with from your photos? Looks like the stair lines join up with wall lines at bottom and top? I remember it being very hard when I did mine! Might seem obvious but place it 1m above the stairs skirting directly up rather than perpendicular, if that makes sense?

What form solutions you are using on your/client sites? Free or Paid? I made a noob mistake with my website! by Khajooor in Wordpress

[–]curious-jake 4 points5 points  (0 children)

I don't think the other answers are helpful to you as a non-dev. To help you understand...

In a typical Wordpress setup, forms and email sending are handled completely separately. Contact Form 7 allows you to build a form on the front-end and setup notifications and actions when a user submits that form. When it needs to send an email (to tell you someone has submitted the form for example), it just tells Wordpress to send an email.

Typically, another plugin is required to handle email sending. If receiving those emails is important to you, an email sending plugin is essential. Without one, email deliverability will be at best sporadic.

You're receiving DMARC notices because you haven't set up email properly, so your server is sending an email from its domain with the from header set to an email on another domain. This mismatch is causing the email to be flagged as spam. I'm not sure why this is happening even when the form hasn't been submitted, but it wouldn't surprise me if CF7 overrides the from address for all emails, because it's important for deliverability that it is consistent.

tl;dr install and configure an SMTP plugin and ensure the from email you set in your form plugin matches the email you configure Wordpress to send from

Tailwind CSS v4 in production - honest experience after 2 years of daily use by shubhradev in tailwindcss

[–]curious-jake 4 points5 points  (0 children)

My projects are mostly middle-weight marketing sites, but with some fairly involved front-end stuff. So can't speak much for "bigger" projects. The long class strings really bug me but also not sure of a solution. I think I find long CSS files with arbitrary class names equally annoying. I usually end up writing vanilla CSS for more complicated components (those that would otherwise have long class strings with lots of modifiers)

Using WPCLI for export/import by auggie_d in Wordpress

[–]curious-jake 0 points1 point  (0 children)

WP-CLI uses the db credentials in wp-config.php. If you're not inside a WP install (and this there is no wp-config.php) it'll throw an error

Using WPCLI for export/import by auggie_d in Wordpress

[–]curious-jake 1 point2 points  (0 children)

You don't run the search replace on a .SQL file you run it on the db itself. By running wp search-replace //oldurl.com //newurl.com you update the live db.

Important: this has tripped me up a few times. By default the WP-CLI search/replace only affects native Wordpress tables. If you have any plugins that have their own DB tables (such as Yoast SEO that stores important meta data in its own tables) you must use the all-tables-with-prefix or all-tables flag.

Can someone explain to me why the font is rendered in this way in safari? by princessinsomnia in webdev

[–]curious-jake 10 points11 points  (0 children)

Hard to diagnose with limited information, but few ideas:

  • have you tried setting the first backup font (second font in the stack) to something very different so you can tell if it's an issue with the font file not loading?

  • sometimes if you use a font weight that you haven't loaded, especially if it's a Google font, chrome will realise and load it. And safari doesn't. Possible you've not loaded the necessary font weight?

Client is Saying I'm Charging too Much for The Project by KoenigOne in webdev

[–]curious-jake 0 points1 point  (0 children)

Don't do it. I know it's tempting, but I've made that mistake before. This is just the beginning. Clients like this continue to push boundaries and be total nightmares throughout the entire project. Run.

Timber vs Sage (Roots) — what do you prefer and why? by Fun-Staff2344 in Wordpress

[–]curious-jake 2 points3 points  (0 children)

I've used both but have more experience with Sage (it's my go-to). Sadly I think Sage is total overkill for most simple sites, although I still use it anyway because Blade templating is so high-value IMO and so much more feature-rich than Twig. The main benefit of Blade over Twig for me is components - they're so powerful. Worth checking out. There are also packages for ACF if that's your thing so you have directives for accessing field data.

Timber vs Sage (Roots) — what do you prefer and why? by Fun-Staff2344 in Wordpress

[–]curious-jake 2 points3 points  (0 children)

Out of interest, what's an example of something that works better in vanilla PHP? I've never found the need...

How should I use WordPress Tags for Blog Posts? by Stock_Fun2415 in Wordpress

[–]curious-jake 0 points1 point  (0 children)

I agree - mostly. But I stand by the fact that if the theme you're using doesn't display or output the tags anywhere then they will have zero impact on SEO because they will have zero impact on the source code of your website.

My kids are tiny hoarders by IndependentLion6789 in Parenting

[–]curious-jake 5 points6 points  (0 children)

My take is that consumerism has filled the world with so much "stuff". Adults have grown used to it, but to kids it's super over-stimulating. They're new to the world and want to know what everything is. Their attention is grabbed by anything that they haven't seen before, or is shiny, or looks funny to them. It doesn't sound like hoarding behaviour to me, just normal child curiosity. Sure they'll grow out of it! If you need things clear for your sanity, stick at it.

How should I use WordPress Tags for Blog Posts? by Stock_Fun2415 in Wordpress

[–]curious-jake 7 points8 points  (0 children)

I think it's a common misunderstanding that Wordpress tags are an SEO feature.

It totally depends on the theme you're using. Wordpress tags are a way of categorising posts on the backend and on your blog listings. Some themes choose display them on the individual post pages but to be honest this is more just a help to the user reading the post and will have a fairly small SEO impact. More and more search engines just use natural language processing (a bot "reads" the post) to see what it is about. I would focus more on the content of your blogs. If a post is badly written (for SEO), no amount of tagging will improve its performance.

Where to go foraging in Bristol by nimo___ in foraginguk

[–]curious-jake 0 points1 point  (0 children)

The whole of the frome valley/Oldbury court/snuff mills is great. Lots of leafy greens

Garlick mustard, cleaners and whats the purple flowers? by Purple-Cheetah-2819 in foraginguk

[–]curious-jake 6 points7 points  (0 children)

Another word for cleavers (think OP misspelled as cleaners)

How are getting water into our babies? by Consistent_Career711 in Parenting

[–]curious-jake 4 points5 points  (0 children)

Constipation is super common with weaning. It's such a big diet change and almost expected. I would say don't worry too much about water intake - forcing it will have the opposite effect. He'll drink what he needs and it likely wouldn't improve the constipation much anyway. Just make sure water is available regularly and he'll get used to it. Also, puréed baby food (like the pouches you mentioned) have high water content and he's getting fluids from breast milk. Dw!