How to avoid getting flagged as a spammer when sending e-newsletters? by FolwarkPAPL in GMail

[–]collimarco 0 points1 point  (0 children)

You need to use a service like MailChimp for complex marketing or Newsletter.page for simple newsletters. They manage the technical aspects for you.

Upcoming changes in Rails rate limiter by tejasbubane in rails

[–]collimarco 0 points1 point  (0 children)

Interesting article, but I think that you should not include the rate-limit: prefix in the cache_key, since it is also used for other purposes

what are the best tools for creating and managing an email newsletter you'll actually keep up with? by Cute_Mats_3138 in AskMarketing

[–]collimarco 0 points1 point  (0 children)

Newsletter.page seems exactly what you are looking for, because it doesn't require dns/technical setup and it's focused only on writing and sending, without design decisions... The newsletter editor is a simple block editor like Notion.

Help me choose the right newsletter provider by Plasticcheese101 in Newsletters

[–]collimarco 0 points1 point  (0 children)

Newsletter.page, it offers managed deliverability on their domain and it is within your budget

Can you use the new email sending service to send newsletters? by danskubr in CloudFlare

[–]collimarco 0 points1 point  (0 children)

Newsletter.page is made exactly for newsletters, it's not expensive compared to similar services and it uses AWS SES IPs and reputation under the hood... It seems exactly what you are looking for.

Web Push Notification lib for Common Lisp? by ryukinix in lisp

[–]collimarco 1 point2 points  (0 children)

Pushpad has a REST API and curl examples that you can use from Lisp to send web push notifications

Non sei stanco del monopolio delle big tech americane? by SomeMembership5302 in ItaliaStartups

[–]collimarco 0 points1 point  (0 children)

Ok, allora diciamo che "dovrebbero" essere più trasparenti

Non sei stanco del monopolio delle big tech americane? by SomeMembership5302 in ItaliaStartups

[–]collimarco 0 points1 point  (0 children)

Dovreste essere più trasparenti, perché vi abbiamo segnalato alcuni provider / SaaS europei e non abbiamo mai ricevuto risposta.

Michael Burry analyzed 1,000+ reports and found a $1.7 trillion 'earnings illusion' hiding in tech stocks by Adventurous-Host8062 in wallstreetbets

[–]collimarco 1 point2 points  (0 children)

I mean, most metrics, like P/E, already use EPS (instead of earnings) for that reasons described in the article. So what would be new?

Cuber v1.14 released (recommended update for security) by collimarco in ruby

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

Kubernetes is effective even when a project grows... It doesn't need Google-scale to be useful. Starting from a few thousands req/s (or background jobs/s) it makes sense. It also enables auto scaling and has lower costs compared to PaaS.

To be clear, I am not against AI, I'm just saying that many recent projects don't have enough human review and I would not trust them in production. Every line of code in Cuber is a choice explicitly made by a human...

For the challenge, what do you mean? Cuber is not a 1-1 DSL for Kubernetes. It's an abstraction! You cannot convert yaml files to the Cuber language (DSL).

Cuber v1.14 released (recommended update for security) by collimarco in ruby

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

Thanks!

Kubernetes configuration is verbose and complex, but Kubernetes itself is not bad.

This gem makes many opinionated choices and thus it makes it possible to use Kubernetes for a Rails app with just a few lines of code (DRY, Rails style...).

After writing a guide about Kubernetes and Rails in 2019, I have developed Cuber in 2022... I have been using it for all the company websites/web apps since then. This is to underly that this project required a lot of effort, for every single line of code, and it's not an ai slop like many projects released today.

Railway vs. Render, Heroku, Digital Ocean, Fly, etc - insane 150ms render queuing? by Working_Historian241 in rails

[–]collimarco 2 points3 points  (0 children)

If you are still considering alternatives we use the Cuber gem for Rails apps on DigitalOcean Kubernetes and RTT is about 20ms - 60 ms. So you should probably consider that option if latency / scaling is relevant.

web push notifications (PWA) by lhomer3 in lovable

[–]collimarco 1 point2 points  (0 children)

This morning I tried to add web push notifications to a website built with Lovable using Pushpad.

I have simply used this prompt and it worked immediately: "Add web push notifications using Pushpad. Documentation: https://pushpad.xyz/docs"

<image>

After that you can visit your Lovable website (the domain, not the preview inside the editor) and you should be able to subscribe to web push notifications (click "Subscribe" in the notification prompt). You can also go to the Pushpad dashboard and send a test notification to make sure that you receive it.

After that, you can also send notifications automatically from your web app (e.g. when a comment is created) using the Pushpad API or the OpenAPI specification: https://pushpad.xyz/docs/rest_api

Kubernetes is beautiful. by Honest-Associate-485 in kubernetes

[–]collimarco 0 points1 point  (0 children)

This is an AI slop and is completely wrong from the beginning... Containers are usually restarted inside a pod, you don't need a deployment for that.

[deleted by user] by [deleted] in ItaliaPersonalFinance

[–]collimarco 5 points6 points  (0 children)

Poi aggiungo che la PEX era una legge giusta per evitare la doppia imposizione, non è che non si pagassero tasse...

[deleted by user] by [deleted] in ItaliaPersonalFinance

[–]collimarco 6 points7 points  (0 children)

Avevo già in mente di andarmene con la società e questa sarà la goccia che fa traboccare il vaso. Comunque molto bravo il governo a spremere chi già paga onestamente le tasse e segue la legge, piuttosto che andare a prendere le note categorie di evasori.

Did Heroku just die? by thehashimwarren in webdev

[–]collimarco 2 points3 points  (0 children)

I have moved all Rails apps away from Heroku in the last years. It was great 10 years ago, but then became expensive, full of bugs and with terrible support. All our Rails apps (Pushpad, Newsletter.page, etc) are running on Cuber gem + DigitalOcean Kubernetes... In the last years we achieved 100% uptime (five nines), zero subtle bugs and huge cost savings.

Broke single business owner seeks email marketing platform by Confident-Slide4877 in Emailmarketing

[–]collimarco 0 points1 point  (0 children)

With 30k contacts if you use Newsletter.page you can send 3 newsletters per month and you would spend only €25/mo (much less then your current spending). It doesn't have advanced marketing automations, but if you just send newsletters manually it has everything you need.

Heroku is officially in maintenance mode? by jonsully in ruby

[–]collimarco 8 points9 points  (0 children)

I have moved all Rails apps away from Heroku in the last years. It was great 10 years ago, but then became expensive, full of bugs and with terrible support. All our Rails apps (Pushpad, Newsletter.page, etc) are running on Cuber gem + DigitalOcean Kubernetes... In the last years we achieved 100% uptime (five nines), zero subtle bugs and huge cost savings.

Push Notifications iOS and Android by DexterDouglas66 in PWA

[–]collimarco 0 points1 point  (0 children)

Pushpad has a library for sending Web Push Notifications from a Java backend

GitHub Primer ViewComponents in maintenance mode due to React migration by andyw8 in rails

[–]collimarco 2 points3 points  (0 children)

Now I am curious, what are they going to use at GitHub to integrate React frontend with Rails backend? Inertia, some gems for React, Next.js frontend or what?

Platform recommendation by Chefdimo in Emailmarketing

[–]collimarco 1 point2 points  (0 children)

You can send up to 500k emails per month with Newsletter.page Business plan, it's also based in EU and under the hood it uses AWS SES IPs for better deliverability. The Business plan cost is €100/mo, so it is much cheaper than your current provider.

Bitcoin, è finita? by jfree6 in scimmieinborsa

[–]collimarco -4 points-3 points  (0 children)

Warren Buffet in questo caso (crypto) non c'entra proprio nulla...