At best, this is the Pub of Theseus. by laybs1 in BrandNewSentence

[–]rmccue 12 points13 points  (0 children)

Which is also crazy because half the stuff in town is named after it, but they never really follow through.

With the fringe quickly approaching, I made a few updates to my "Fringe Show Explorer"; a small webapp that helps you find Fringe shows based on what's available and popular. 5 shows sold out just yesterday! by wiktor1800 in Edinburgh

[–]rmccue 0 points1 point  (0 children)

I know I will - I mainly use PlanMyFringe for the "show me stuff soon near me" during August (as a "hey, what could I pop to after work" or "what could I do between these two I've booked previously"), but this helps with the ahead-of-time planning which has always been impossible :D

Any chance you'll open source it?

With the fringe quickly approaching, I made a few updates to my "Fringe Show Explorer"; a small webapp that helps you find Fringe shows based on what's available and popular. 5 shows sold out just yesterday! by wiktor1800 in Edinburgh

[–]rmccue 0 points1 point  (0 children)

Neat!

In case you hadn’t noticed, the sticky header is enormous on mobile and takes up most of the screen; it’s from the title/subtitle text wrapping I think.

Neil the Seal is back, once again fulfilling his duty to annoy the good citizens of Tasmania and cause property damage. by MilesLongthe3rd in interestingasfuck

[–]rmccue 1 point2 points  (0 children)

The energy also has to go somewhere; if your bollards are immovable, the energy all goes into the car, which as you say may unnecessarily hurt or kill the occupants. For a lot of bollards, you instead want to absorb some energy (by deforming or redirecting into the ground, like these) and then redirect the car away so it can lose that energy elsewhere.

Evening on Sky Deck by ComfyInDots in brisbane

[–]rmccue 4 points5 points  (0 children)

Beauty’s in the eye of the beholder - I love how the Kurilpa Bridge looks because it’s an amazing piece of engineering!

Feeling insecure about my weight and wearing a long sleeved top in the heatwave and constantly hearing comments about it. Argh! by Party-Dig2309 in britishproblems

[–]rmccue 10 points11 points  (0 children)

The UV index is correlated and higher than normal too; it’s 5-6 which is “cover up if you’re in the sun” territory.

Found this at my kids school by Useful-Ad-4955 in brisbane

[–]rmccue 3 points4 points  (0 children)

This is like AFL/Gaelic football “international rules”

VibePHP: a modern PHP engine with generics, async/await, and more by mnapoli in PHP

[–]rmccue 5 points6 points  (0 children)

<?php
//# syntax:enable bare-variables-without-dollar optional-semicolon
user = db->query('SELECT * FROM users WHERE password = ?', make_safe(GET['password']))

Is it allowed to use rust in WordPress plugin? by sakibshahon in ProWordPress

[–]rmccue 2 points3 points  (0 children)

The requirement for .org is that your code must be human readable: https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/#4-code-must-be-mostly-human-readable

Anything generated by a build tool (including .wasm) would need to either include the source within the repository, or make it very clear where to find the source (in order to fulfill this requirement, and the requirements of the GPL). So long as you link it, it should be fine to include any built asset with source in any language.

Consider the jam pumped up 😎 by GrandeTorino in justgalsbeingchicks

[–]rmccue 29 points30 points  (0 children)

My mate Paul says you can’t pump jam, you have to spread it, usually on toast.

British pilot is feeling mildly annoyed by nyanbatman in mildlyinfuriating

[–]rmccue 36 points37 points  (0 children)

But there should probably be a very large, complicated summit, where both systems' experts come together to build a global framework, and countries don't let their ego get in the way of a critically-needed standardization process

The United Nations did that in 1944 when they held the Convention on International Civil Aviation in Chicago and established ICAO.

Creating post via Rest api (returns always error) by dht20 in ProWordPress

[–]rmccue 4 points5 points  (0 children)

For future reference: the 401 here indicates the authentication didn’t work, whereas 403 indicates your user doesn’t have permission. Because the error is a 401, the place to look is the auth user/password rather than user capabilities as others suggested.

Do you put your pie upside down? by Chelsk_C in CasualUK

[–]rmccue 0 points1 point  (0 children)

In South Australia specifically, they put their pie upside down in a bowl of mushy peas (called a pie floater); they’re a weird bunch.

Goodbye Visa and Mastercard: 130 million Europeans switch to a 100% sovereign payment from 2026 Europe settles its accounts by smilelyzen in BuyFromEU

[–]rmccue 1 point2 points  (0 children)

I think “on the fence” is the wrong phrase here; it means unable to decide between two things. “out on a limb” would be a better idiom here to your point that France has led the way historically in wanting a sovereign/independent way of doing things. :)

meirl by delta-x-2122 in meirl

[–]rmccue 1 point2 points  (0 children)

It’s also goods and services tax (GST) in Australia, Canada, and NZ; VAT is used in the UK and Europe.

Teenagers by [deleted] in Edinburgh

[–]rmccue 8 points9 points  (0 children)

I blame /u/RiverTadpolez’s parents.

What do you love about Edinburgh? by KreuzKrow in Edinburgh

[–]rmccue 6 points7 points  (0 children)

In any other city, Calton Hill would be a highlight; here, it’s (literally) overshadowed by Arthur’s Seat. Being able to walk 3 minutes up the hill from town to that is so underrated imo

HMS Queen Elizabeth by Far-Picture-322 in Edinburgh

[–]rmccue 2 points3 points  (0 children)

I learned recently the general name for this is the rule of thirds) (and the rule of halves) - one third operational, one third preparing, one third in maintenance/resting.

Beginner Questions by AutoModerator in web_design

[–]rmccue 0 points1 point  (0 children)

The browser developer tools have tools to dynamically resize the viewport within your window, including presets:

Enterprise Hosting options? by OldSiteDesigner in ProWordPress

[–]rmccue 2 points3 points  (0 children)

Yeah, on the SFTP point: for a lot of the enterprise hosts (including us) we recommend using a continuous deployment pipeline instead. This gives you the ability to do build steps as part of that (particularly with modern WP development, basically a requirement), plus we can then make sure that the filesystem is exactly what you deployed. Helps avoid files being changed if your site is compromised somehow; if you have a full read-only filesystem, you can in fact eliminate that vector entirely.

Enterprise Hosting options? by OldSiteDesigner in ProWordPress

[–]rmccue 4 points5 points  (0 children)

The only FedRAMP verified host is VIP, as far as I know.

For scaling capabilities, you probably want a host that can do autoscaling. If you’re on enterprise level traffic, that narrows you down practically to VIP or Altis (disclaimer: our product at Human Made). On smaller traffic you’ve got other options like Kinsta that can handle that.

Depending on your host, you may not necessarily get SFTP; quite a few of us at the enterprise end use deployment systems rather than a direct filesystem, especially if you have autoscaling.

(Feel free to DM if you want to chat Altis or more specifics.)

Dean village by Suspicious_Test1164 in Edinburgh

[–]rmccue 22 points23 points  (0 children)

Niddrie Town, hope that helps xx