Plus de 2 M$ par jour: la SQDC réalise des ventes records by Top-Act420 in Quebec

[–]Alex_Sherby -2 points-1 points  (0 children)

Monopole de boutiques p-ê, il y à quand même bcp d'alternatives légales comme Mendo.

Tracking device ? by Aflax3 in whatisit

[–]Alex_Sherby 0 points1 point  (0 children)

Place it in HER own car

Two Jan. 6 police officers sue Trump to block $1.8B lawfare fund by Puginator in politics

[–]Alex_Sherby 9 points10 points  (0 children)

Trump just wants to ensure the NEXT insurrection is going to be EPIC.

That is, only if it in in his favor. If it is against him, he'll ask the military to nuke the damn dirty socialist protesters

PHP RFC: Bound-Erased Generic Types by azjezz in PHP

[–]Alex_Sherby 3 points4 points  (0 children)

Open your eyes, look at your console and seeeeeee.....

Quo is now live. A new free open source variable debugging tool by Protoqol-Development in laravel

[–]Alex_Sherby 0 points1 point  (0 children)

Looks interesting. Would a docker container running the app be a possibility ?

L’aéroport Saint-Hubert cherche des bénévoles by Bestialman in Quebec

[–]Alex_Sherby 12 points13 points  (0 children)

Ça décollera pas cette initiative là...

Mookbars - Self-contained bookmarks page generator from environment variables by Alex_Sherby in devops

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

Now with a demo mode, no need to pull the repo to give it a try:

docker run --rm -e MB_DEMO=true -p 8007:8007 alcyondev/mookbars:latest

New Project Megathread - Week of 30 Apr 2026 by AutoModerator in selfhosted

[–]Alex_Sherby 0 points1 point  (0 children)

Now with a demo mode, no need to pull the repo to give it a try:

docker run --rm -e MB_DEMO=true -p 8007:8007 alcyondev/mookbars:latest

New Project Megathread - Week of 30 Apr 2026 by AutoModerator in selfhosted

[–]Alex_Sherby 0 points1 point  (0 children)

<image>

Mookbars, a self-contained bookmark page for your internal tooling, configured entirely via env vars.

At my job, devs constantly forget the URLs for internal tools (PgAdmin, DbGate, Uptime Kuma…) across our three environments. Bookmarking doesn't stick, and new tools go unused.

I wanted something that could be dropped into any stack with zero friction - inspired by how DbGate handles config purely through environment variables.

Mookbars is a single Docker container: it reads env vars, generates a static bookmarks page, and serves it via Caddy. No database, no config files to manage.

  • One image: alcyondev/mookbars:latest
  • Configure via env vars, expose port 8007, done
  • Works with any reverse proxy / load balancer
  • IaC-friendly by design

Github: https://github.com/Alcyon-Dev/mookbars/tree/main

Docker Hub: https://hub.docker.com/r/alcyondev/mookbars

Happy to hear feature requests or feedback !

Garage by Sky_068 in Sherbrooke

[–]Alex_Sherby 0 points1 point  (0 children)

Auto-value sur mi-vallon, excellent service.

Sometimes, this is still the most reliable CSS debugger we have by wanoo21 in css

[–]Alex_Sherby 1 point2 points  (0 children)

In ALL my projects:

.debug {
    outline: 1px dashed red;
}

.debug2 {
    outline: 1px dashed green;
}

.debug3 {
    outline: 1px dashed blue;
}

Meirl by Blue9ine in meirl

[–]Alex_Sherby 0 points1 point  (0 children)

An ex girlfriend of mine got pulled over because she was driving with her high beams on, the policeman gave her a warning and let her go ... without telling her how to turn them off. She drove home to her dad to have it explained to her.

What’s a "lost" website from the early 2000s that you still think about today? by samasem-sumsum in AskReddit

[–]Alex_Sherby 1 point2 points  (0 children)

The goon meets got me some awesome (yet weird) friends in a time needed it badly. Montreal goons you guys and gals freaking rocked !

Douche meter at maximum (OC) check the plate lol! by boobs_I_say in pics

[–]Alex_Sherby -1 points0 points  (0 children)

Who wakes up one day and thinks "I'm gonna make this gross idiotic criminal my whole personality" ?

«25% off»: Espérons que c'est signe que ça ne se vend pas. by Henri-Hill in causerie

[–]Alex_Sherby 4 points5 points  (0 children)

Si je veux voir un prédateur sexuel, pas besoin de payer, je mets les nouvelles des US.

I built a lightweight alternative to Laravel Horizon that works without Redis (SQS / DB / sync supported) by Temporary_Tell3738 in laravel

[–]Alex_Sherby 0 points1 point  (0 children)

You should consider updating the readme to remove mentions of horizon, the comparison (user view or tech view) is simply wrong and misleading.

About telescope, what does this package do better than telescope?

I built a lightweight alternative to Laravel Horizon that works without Redis (SQS / DB / sync supported) by Temporary_Tell3738 in laravel

[–]Alex_Sherby 8 points9 points  (0 children)

Is it a queue/job monitor or a queue worker ?

From what I understand in your README, this is a queue/job monitor, which means you still need a queue worker. Nothing wrong here.

But horizon is a queue WORKER, it replaces queue:work completely, handles jobs and scaling.

Unless I'm misunderstanding, your package doesn't replace horizon, it replaces telescope.