@webology@mastodon.social
@webology@mastodon.social avatar

webology

@webology@mastodon.social

🌋 @defnado cofounder, 🏝 @djangocon organizer, 🏎 @revsys consultant, 🐍 https://mastodon.social/@Thepsf former director, vice-chair, and treasurer, 🦄 @djangoproject member, 🏀, ✨, 💪, 🏃‍♂️, 🤖, Oh Mai.

If you are into #django and #python content, please follow https://mastodon.social/@djangonews

This profile is from a federated server and may be incomplete. Browse more on the original instance.

webology, to macos
@webology@mastodon.social avatar

🤔 Bartender is the first application I lovingly pay to upgrade immediately after my annual macOS upgrade.

Supporting a solo developer who consistently updates their app (Bartender) to keep pace with the latest OS features and versions is a joy.

👎 I hope we find out the Bartender is in good hands with their new owners, but this was the wrong way to start.

https://mastodon.social/@webology/112561271072786435

webology, to random
@webology@mastodon.social avatar

The one benefit of being sick is the weird early morning wake-up times.

I had a good hour of client work, posted office hours, and worked on a draft for a new post, all before the kids woke up.

That's what waking up at 4:15 am / 4:30 am will do for you.

hynek, to random
@hynek@mastodon.social avatar

FUUU

Bartender is the ONE app I can’t use my Mac without. :(((

https://www.macrumors.com/2024/06/04/bartender-mac-app-new-owner/

webology,
@webology@mastodon.social avatar

@hynek I nope the new owners figure it out and this isn't some hidden AI/analytics BS grab.

webology,
@webology@mastodon.social avatar

@jezdez @hynek Agreed.

That said, that's how I feel about all Reddit responses and the platform, but I digress 😬

webology,
@webology@mastodon.social avatar

@greg @hynek @jezdez I haven't seen it before. I'll keep it in mind when I finally upgrade to last year's macOS.

I dragged my feet on it because of my 2019 MBP.

webology, (edited ) to random
@webology@mastodon.social avatar
webology,
@webology@mastodon.social avatar

@bmispelon All good either way. There are a lot of friends to catch up with there and there will still be Python 2.7 code that needs you to port it. 🫶

webology, to random
@webology@mastodon.social avatar
phildini, to random
@phildini@wandering.shop avatar

This right here. I’d love to move off cloudflare, but until there’s something that actually replaces their service, it’s untenable.

Yes, I know about Tailscale and ngrok. No, they aren’t a replacement. https://wetdry.world/@lexd0g/112557872631430477

webology,
@webology@mastodon.social avatar

@phildini @offby1 I'm not sure how people are managing it, but I have heard of more than one person running Caddy or some other web node on Fly which proxies through Tailscale on the backend.

Not sure @jacob has gone there but I feel like we have link shared about it.

webology,
@webology@mastodon.social avatar

@offby1 @phildini There's nothing special about Fly in this case.

It's one more thing, but if it helps to trade out another service, maybe that checks the right boxes.

Plus maybe that helps to GitHub Search for the right setup.

fallenhitokiri, to random
@fallenhitokiri@social.screamingatmyscreen.com avatar

Kudos APC for reminding people to not just connect their computer but also the router.

Especially with a gaming oriented brand that makes a lot of sense!

webology,
@webology@mastodon.social avatar

@fallenhitokiri It's partially do to location, but I have our router + cable modem on their own dedicated APC. I think the NUC is on it too, but I was debating a second for the NUC and a few RPis.

webology,
@webology@mastodon.social avatar

@fallenhitokiri That's a good point. Since we live in Kansas there's always the fear that the storm that takes out our power takes everything from the ground level up with it. 🌪️

gvwilson, to random
@gvwilson@mastodon.social avatar

So... alpine.js or htmx?

webology,
@webology@mastodon.social avatar

@gvwilson Most of us start with htmx and then fallback to alpine.js when you need it.

offby1, to django
@offby1@wandering.shop avatar

I have a possibly obvious-to-experts #Django question: is there a supported way for a Django “app" to depend on other apps, and implicitly "install" them?

webology,
@webology@mastodon.social avatar

@bmispelon @offby1 What Baptiste said.

pip installable is great, but there is no best practice way to inject other apps into INSTALLED_APPS.

webology, to random
@webology@mastodon.social avatar
webology,
@webology@mastodon.social avatar
webology, to random
@webology@mastodon.social avatar
webology,
@webology@mastodon.social avatar

@sethmlarson I own more GB* consoles than any other system. At least six, but I suspect this isn't for me either.

jochen, to random
@jochen@wersdoerfer.de avatar

Work week shortened by sickness and that's about it - published my #Weeknotes for last week: https://wersdoerfer.de/blogs/ephes_blog/weeknotes-2024-06-03/

webology,
@webology@mastodon.social avatar

@jochen I hope you feel better soon. The sickness hit me too pretty hard.

These are always worth reading, but https://www.manton.org/2024/05/29/podcast-hosting-for.html made it doubly true.

baconandcoconut, to random
@baconandcoconut@freeradical.zone avatar

My inbox is like a Skittles ad today TASTE THE RAINBOW and BUY THE RAINBOW.

webology,
@webology@mastodon.social avatar

@baconandcoconut I was so surprised this existed that I bought it. It does taste like the rainbow. https://www.amazon.com/dp/B0BDHVYFYF

webology,
@webology@mastodon.social avatar

@baconandcoconut Surprisingly, no.

They also have a sugar-free Sonic pack which I never knew I needed.

webology, to random
@webology@mastodon.social avatar

While this is good advice, pinned GitHub Actions are not immutable because they share the same syntax as a label.

This means that someone can delete the image tied to an SHA and replace it with a label (that matches the SHA) to point it to a different image.

GitHub could fix this by migrating to a new syntax, but I suspect Docker is the underline issue here. https://s.ovalerio.net/@dethos/112552632476543887

webology,
@webology@mastodon.social avatar

@thejcannon Not that I have seen, but I haven't tested this in a while.

Thank you for pointing it out.

In looking at their docs, they have added @sha256:{{sha}} which I would wager is the workaround / "better" best practice way to go.

webology,
@webology@mastodon.social avatar

@sethmlarson @pradyunsg That's good to know. Do you know when this changed?

I thought they added @sha256:{{ sha }} as a way around it because one could pull a Docker image as a workflow step.

webology,
@webology@mastodon.social avatar

@sethmlarson @pradyunsg Happy to see: GH002: Sorry, branch or tag names consisting of 40 hex characters are not allowed. show up.

Now I'm wondering if it was just the docker side where we saw this before.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • mdbf
  • ngwrru68w68
  • tester
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • JUstTest
  • tacticalgear
  • osvaldo12
  • normalnudes
  • cubers
  • cisconetworking
  • everett
  • GTA5RPClips
  • ethstaker
  • Leos
  • provamag3
  • anitta
  • modclub
  • lostlight
  • All magazines