• 0 Posts
  • 35 Comments
Joined 2 years ago
cake
Cake day: June 3rd, 2023

help-circle





  • I do the same. I have a real domain and certbot does a dns challenge. It was a little fiddly and took a moment to figure out, i think that was because i couldn’t gat caddy to work, but traefik worked a charm. Self signing is more complex i think because you’ll need to accept the root in every client (browsers especially?), which is even more fiddly.









  • Excel is such an incredible piece of shit. There’s many reasons to hate it for me, but what i hate the most is not being able to do relationships in any meaningful way. So often i need to have one to many relationships and this garbage makes it impossible. Data consistency? Nope. Opening a csv? Fuck you! Why the fuck are there online tools that are better at this shit? You had 40 years ffs. No amount of AI is going to fix this turd. God I hate Excel.






  • It’s such a shame to see the difficulty Mozilla has to find a viable business model. I understand the reactions here and agree it’s appalling, but at the same time, what can they do? AFAIK they rely on Google to pay for the search engine integration. That already sucks, and is a serious existential risk. So they need to diversify, which I think is what they’re attempting to do here: let companies pay for being the default “lens”, LLM, weather service, etc. From a business perspective this makes a lot of sense, to reduce the risk of depending on one customer.

    It doesn’t help that the c-level are just as greedy as you’d expect for any random company, raking in the millions, and arguably are doing a really bad job by being reactionary only, and then choosing the course of action that alienates the traditional user base. I don’t really see any good way out of this other than radically changing their business model, e.g., going full non-profit, and move to a subscription model for revenue. But that’s extremely risky as well. I would definitely pay a subscription for a Firefox where the primary focus is stability, safety and speed, as opposed to new features. But, there’s also a limit to what I’d be willing to pay, $1 a month seems like a no brainer, but $5 would feel steep.

    Long story short, they’re in a tough spot, I feel for them.


  • For the first time ever I did some vibe coding this week. I needed what amounts to putting a file in a folder and watch until a file in another folder appears, with a monitoring utility.

    I was very impressed with the definition phase. It was a back and forth about the spec until it was what I wanted. I then let it built.

    This was quite interesting. It set up a scaffold, wrote tests and ran the tests, fixing errors as it went, then went on to finalize the app. Magic.

    Finally it was done, so I go in to play with it. Riddled with bugs. Try to get it to fix them. More bugs. End to end spend a morning doing all this until I gave up and manually wrote what I need in about an hour.

    Conclusion: Vibe coding is a complete waste of time. Worse: in the wrong hands it is dangerous. You need to be a pretty damn good programmer to assess the output, and if you are, why the fuck would you use it in this manner?

    It reminds me a bit about the no-code/low-code evangelism of some years ago. To the novice it looks magical and a world of possibilities, and the road to riches. But in reality you can only use those things if you have decent programming skills, otherwise it’s a path nowhere.

    Need a quick demo? Sure, this might help the novice. Want something for production? Get a professional.