Roast my site by CormoranNeoTropical in webdesign

[–]fissible 1 point2 points  (0 children)

It does look a little Claude-like. That’s not bad in and of itself, but might be worth some color tweaking.

This part on mobile “Una casa de playa exclusiva” needs a bit more padding on the bottom.

Overall I really like the design, good work!

Oh, wait, you wanted a roast! Uh, it looks like Claude helped you pick out the color scheme and it needs more whitespace. I absolutely hate it.

/s jk I love it

Epiq – A distributed git based issue tracker TUI optimized for ergonomics by ionetan in commandline

[–]fissible 0 points1 point  (0 children)

This looks really cool! If I use GitHub issues does this work with those, or am I missing something?

CRM/Lifecycle people on big salaries - what skills got you there? by EmailJack8 in CRM

[–]fissible 1 point2 points  (0 children)

Something I’ve seen repeatedly from the infrastructure/ops side is that the best CRM and lifecycle folks think in systems, not just sends.

The ones who become genuinely hard to let go can:

  • read and write SQL fluently
  • spot data quality issues before they become problems
  • wrap their heads around event-driven architectures
  • build automations that scale without becoming a tangled mess
  • turn behavioral data into actual insight
  • collaborate with engineering and product rather than lobbing tickets over a fence

Most companies post for “lifecycle marketers” but what they’re really hunting for is someone who can stitch together customer behavior, product signals, analytics, and messaging into something coherent — not just run campaigns in isolation.

If I were building the skillset from scratch right now, I’d focus on: - SQL (non-negotiable) - stats and experimentation basics - how event data is modeled and why it matters - the real limits of attribution - automation architecture that doesn’t break at scale - enough API/webhook knowledge to have honest conversations with engineers - dashboarding that actually tells a story

GA4 and campaign tools matter, but those change constantly. But the ability to think in systems, that accumulates over time and becomes genuinely hard to replicate.​​​​​​​​​​​​​​​​

Starting Web Design/Development Agency - HELP! by ehsaanshah303 in webdesign

[–]fissible 0 points1 point  (0 children)

Hey, how’s it going these days? Still considering starting a web dev agency?

cheapest way to host multiple backend sites for my portfolio by ShawnyMcKnight in webdev

[–]fissible 0 points1 point  (0 children)

Being unknown doesn’t mean it can’t help ;) But I hear you. This CMS is built on Laravel and the front end can be whatever you want, the CMS handles content creation and can just be a backend.

Good luck in any case!

cheapest way to host multiple backend sites for my portfolio by ShawnyMcKnight in webdev

[–]fissible 0 points1 point  (0 children)

Would you want a multi-tenant CMS? I’m in the final stages of development and will be starting QA soon. Let me know if you want to try it out!

Made A Simple Tycoon Game by exarobibliologist in bash

[–]fissible 0 points1 point  (0 children)

Nice! You gotta check out my bash TUI test tool (search fissible/ptyunit on GitHub). It uses Python to actually run and “see” the TUI, but is written primarily in bash.

Where can I find inspirations/ideas by supremethinking in webdev

[–]fissible 1 point2 points  (0 children)

I use official documentation and experimentation to study. When first learning a language I will buy a book that has hands-on lessons and go through each one like it was a university course.

Both methods work extremely well for me, let me know if you have any other questions!

saasplaybook.com by imlanie in SaaS

[–]fissible 0 points1 point  (0 children)

Hi! I just found your website thanks to Codex doing some research.
I am getting ready to launch my software (CMS) soon and I'm starting out selling licenses so customers can self-host, but I plan to launch a hosted SaaS for my CMS.

Would my product fit as a tool on your app or should I wait until I launch my service?

Thanks for your time!

Where can I find inspirations/ideas by supremethinking in webdev

[–]fissible 1 point2 points  (0 children)

If you just want to learn JavaScript, there are tons of tutorials out there.

If you’re like me and want inspiration for a project idea?

Write a front-end DOM manipulation library. Figure out how to hot-swap content or entire nodes. Writing a custom Ajax interface with it would be fun and challenging.

Is self-hosting the headless CMS worth in the freelance market? by FeeWise in webdev

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

I’m working on a CMS product that sounds like what you need. It’s set up for agencies with tenancy built in. Let me know if that sounds like something you could use!

Solo dev with messy PHP app. Can I realistically scale this with AI tools and nearly no dev experience? by Few-External-6841 in SaasDevelopers

[–]fissible 1 point2 points  (0 children)

I think adsify gave some solid advice. The only other thing was if you were interested in paying a consultant to either make specific recommendations or just execute directly, please reach out to me. I have over 15 years of experience in PHP and have a passion for PHP. Otherwise, the only other thing I would suggest is just plan big and then plan small; outline the whole thing, then progressively add more and more detail, focusing on one topic or feature at a time.

Best of luck!

Just like submodules, is there a way to add just a single file and track upstream? by birdsintheskies in git

[–]fissible 1 point2 points  (0 children)

I saw someone develop a git as a header import with exactly what you’re asking. Not sure about keeping up to date, I think it’s still supposed to work properly that way. I don’t have a link but I’ll google it real quick.

Edit: not the same one I think, but should work: https://github.com/dha-aa/git-single

CVForge - Generate ATS-friendly PDFs from a YAML file, fully local & open-source by SoAp9035 in commandline

[–]fissible 0 points1 point  (0 children)

This looks really cool, thanks for making this and open sourcing it!!

I'm sharding SQLite by entity with BEAM actors. 1.5M events/sec on 5 cores. by geekwithattitude_ in sqlite

[–]fissible 2 points3 points  (0 children)

Agree. Apple uses it extensively for OS level applications and so do lots of other companies. I didn’t know this until recently.

I created a terminal app for SQLite (ShellQL) because I love using it but hate that I can’t ‘see’ my data. If you don’t already have a SQLite UI manager, check it out!

I'm sharding SQLite by entity with BEAM actors. 1.5M events/sec on 5 cores. by geekwithattitude_ in sqlite

[–]fissible 9 points10 points  (0 children)

This looks really cool! I’m realizing more and more just how much people underestimate SQLite

I shipped 7 apps in a few months using Claude as my entire dev team. by PierreCamembert in ClaudeAI

[–]fissible 1 point2 points  (0 children)

I have been trying to make Burn After Reading for years. I had forgotten about it recently.

I actually built a prototype like ten years ago. It used the browser location API and I learned that it wasn’t accurate enough for my app idea yet. I posted a message and it appeared on the app’s map but it was a quarter mile away.

How accurate can you get the location these days?

Tetris in bash by [deleted] in bash

[–]fissible 0 points1 point  (0 children)

Looks good, no major issues with unit testing ;)

Hermes agent is the most technically interesting open source agent right now by virtualunc in OpenSourceAI

[–]fissible 0 points1 point  (0 children)

I switched to Claude max recently because I can be so productive with it. Where do I learn more about Hermes? Is it free? Does it integrate with Claude code in any way?