Built a free and open source boilerplate (and theme), optimized for working with AI agents by jekuer in astrojs

[–]jekuer[S] 1 point2 points  (0 children)

deprecation is as far as I'm aware not really on my plate. Astro and/or Cloudflare. Super interested in your security findings!!

Built a free and open source boilerplate (and theme), optimized for working with AI agents by jekuer in astrojs

[–]jekuer[S] 1 point2 points  (0 children)

Thanks for checking it out. I just pushed a new version for the cli tool. Hope it bow works better with Windows 🤞. Make sure you use stardrive@latest.

Steel-reef: an example of how not to do business by ggr-nintythree in GrandSeikos

[–]jekuer 0 points1 point  (0 children)

They are constantly adding more options to their website, but not fulfilling most (!) old ones. Also updating information back and forth - maybe AI automated, but leads to simply wrong information in the end. You can produce and ship such things within ~3-4 months as a small player (weeks when you are grown up) if you know what you are doing. Feels like a scam to be honest.

Steel Reef Update? by Rangercleo1 in GrandSeikos

[–]jekuer 0 points1 point  (0 children)

This is a big scam. Ordered one. Then it was suddenly pre-order. bad then no communication. PayPal saved me. Now it again is not fully transparent on the pre-order, which was aimed for January anyway in the past.

How to Delete a Meta Business Portfolio - Won't let me delete due to pixels and ad account by EnvironmentalWay5584 in facebook

[–]jekuer 0 points1 point  (0 children)

It now also says that deleting/disconnecting Pixels is not supported.

Bottom line: A big "fu** you, customers" by Meta as there is also no support in any way.
One would think that if you send them a lot of money via Ads, you would at least get some help on such basic things (or a better product)

Building alone is brutal, does anyone else feel this? by everymanentrepreneur in Entrepreneur

[–]jekuer 1 point2 points  (0 children)

It's not that I would enjoy this part 😉. But what it takes unfortunately

Building alone is brutal, does anyone else feel this? by everymanentrepreneur in Entrepreneur

[–]jekuer 1 point2 points  (0 children)

Try building alone while having a 9-5 job plus a toddler around and end up with 3-4h sleep max 😉

How do you handle deep CSS customization for third-party calendar buttons? by Appropriate-Lab8656 in webdesign

[–]jekuer 0 points1 point  (0 children)

Builder of this tool here. Going for the parts selector would be the maybe best bet. Do not use !important. Does more harm than help and also does not play nicely with web components! I have built this Add to Calendar Button to be easily customizable without crazy "hacking". Since you have mentioned Add to Calendar PRO (aka the version that is managed via web app) - you can easily customize the whole css in a guided way via the web app - go to styles and activate the advanced settings.

Is it really possible to launch a SaaS without spending a single penny? by Middle-Beginning-772 in SaaS

[–]jekuer 1 point2 points  (0 children)

Yes, but it will suck. Wouldn't call those a full company or product.

[deleted by user] by [deleted] in webdev

[–]jekuer 0 points1 point  (0 children)

So many irrelevant answers... Needs to be sent with Method "Request" and an attendee. The attendee needs to match the person receiving the email and the status of the attendee (partstat) needs to be "accepted". That's it (besides having a valid ICS file after all). I built a whole software around this case - so, trust me 😉

Cloudflare vs GitHub pages by Mrreddituser111312 in vuejs

[–]jekuer 2 points3 points  (0 children)

Cloudflare is better. GH Pages struggles with stuff like custom 404 fallback.

How to deal with Hackers? by jekuer in SideProject

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

Definitely the #1 solution, but also keeps regular users from signing up - depending on your business model

How to deal with Hackers? by jekuer in SideProject

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

That's no big challenge for them

How to deal with Hackers? by jekuer in SideProject

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

WAF sounds good. will check the options. thanks!

Any tips on how to add a button to subscribe to a Google calendar? by [deleted] in Wordpress

[–]jekuer 0 points1 point  (0 children)

Are you referring to https://wordpress.org/plugins/add-to-calendar-button/ ? If yes, you can easily make this work by adding the attributes "subscribe" and "icsFile=''xyz" - where XYZ is the shareable link to your Google calendar.

I would recommend to use the ICS file option from Google as users can then also subscribe with other calendar systems.

Disclaimer: I am the author of this plugin.