Nice! This is the one I use: https://regexr.com/
Though it appears to be very similar on the face of it.
- 0 posts
- 16 comments
- activ8r@sh.itjust.worksto
Selfhosted@lemmy.world•Any nice playbook or tutorial to host a static website from home?English
1 yearTo add on, if you are set on using nginx then it’s easy to set up https with certbot
- activ8r@sh.itjust.worksto
Programmer Humor@programming.dev•All morning trying to fix something in CSS...English
1 yearIt is until you have to work for someone else. I should have kept it as a hobby…
- activ8r@sh.itjust.worksto
Programmer Humor@programming.dev•All morning trying to fix something in CSS...English
1 yearSource control is a saviour for this shit. Can’t count the times I’ve made a small change and completely fucked up the CSS in 20 other files I didn’t realise existed…
I’m not good with CSS 😄
Now this is a gender definition I can get behind. None of that string/enum crap, just raw data.
Yeah, like JavaScript
- activ8r@sh.itjust.worksto
Programmer Humor@programming.dev•I meant to type "npm run dev"... What will happen now?English
2 yearsHope you didn’t have the repository URL in your package.json… otherwise it’ll be gone now.
80% seems really low
- activ8r@sh.itjust.worksto
Programmer Humor@programming.dev•Stop comparing programming languagesEnglish
2 yearsLast company I worked at used Typescript, but used
anyfor everything… I have no idea why. I never got an actual answer.
The last one knows it’s not a programming language and is annoyingly vocal about it.
If you’re paying someone $40 an hour who doesn’t know what a rectangle is then I think you’re the problem.
It makes sense why they did it, but their messed up versioning was the cause to begin with. You should always assume Devs will cut corners in inappropriate ways.
Because they have dozens of years of experience! They didn’t learn anything from it, but they have it!
- activ8r@sh.itjust.worksto
Programmer Humor@programming.dev•My VSCode started to summon DEMONS😈, how do I stop it? I have checked PHP docs but got nothing. 😥
2 yearsYou just never know when that bastard is gonna pop up
- activ8r@sh.itjust.worksto
Programmer Humor@programming.dev•Welcome to the wonderful world of code obfuscation
3 years/^(sun|sat)/i.test(day_of_week)
👍


I know that LLMs are probably very helpful for people who are just getting started, but you will never understand it if you can’t grasp the fundamentals. Don’t let “AI” make you lazy. If you do use LLMs make sure you understand the output it’s giving you enough to replicate it yourself.
This may not be applicable to you specifically, but I think this is nice info to have here for others.