For a personal tool that runs locally I can handle some bloat in the name of safety!
For a personal tool that runs locally I can handle some bloat in the name of safety!
Awesome, thanks for the info. Definitely super useful for debug mode whilst I’m fixing and tampering!
Because I’m relatively new at this type of thing, how does that appear on the front end? I’m using a js/html front end and a jsnode backend. Would I just see a popup before I make any changes?
I did when I made the query a year ago. Dumdum sleep deprived brain thought it would look more organised this way
Me only know caveman. Not have big brain only smooth brain
Thanks, I’ll look into it! I’m interested in why you got downvoted though! 😅
It is after the event that I find that postgres’ WAL journalling is off by default 🙃
Oh I did that like a year ago.
And then last night had an error that led me back near this code and stupidly thought “hey it’d look neater if those numbers were in order”
My only education is a super helpful guy from Reddit who taught me the basics of setting up a back end with nodejs and postgres. After that it’s just been me, the references and stack overflow.
I have NO education about actual practises and protocol. This was just a tool I made to make my work easier and faster, which I check in and update every few months to make it better.
I just open vscode, run node server.js to get started, and within server.js is a direct link to my database using the SQL above. It works, has worked for a year or two, and I don’t know any other way I should be working. Happy to learn though!
(but of course this has set me back so much it would have been quicker not to make the tool at all)
I’m guessing that’s based on Tintagel castle near me 😅
Sounds like Tim Apple’s uncle works for OpenAI, and he made him his own LLM but it goes to another school.
On the flip side, I had a prusa mk3s and had nothing but issues for 2 years. It just wouldn’t print properly, even after hundreds of hours of troubleshooting and talking with people online about it. I eventually got rid of it because it was a constant headache. I really regret buying it.
You do know that sometimes a comment does get posted when you click reply once, even if it might seem to be spinning for a while?
You do know that sometimes a comment does get posted when you click reply once, even if it might seem to be spinning for a while?
Celebrating your independence from beans that aren’t full of sugar
create an account on that instance
I was told I could create an account anywhere on the fediverse and it wouldn’t matter, I’d see everything. If I need to create an account every time I want to see some booba, that’s not very seamless. Can I not just subscribe and see it on this lemmy.world account?
This is all very confusing coming from the one-account-one-site “everything just works” of reddit.
Seems pretty cheap, and the top seller I see in Google is temu which just gives me sus vibes
I’m up to 537 lines of server code, 2278 lines in my script, and 226 in my API interfacing, I’m actually super proud of it haha.
But you’re totally right, there are things I read that I just have no clue what they even mean or if I should know it, and probably use all the wrong terminology. I feel like I should probably go back to the start and find a course to teach me properly. I’ve probably learned so many bad habits. It doesn’t help that I learned JS before ES6 so I need to force myself not to use var and force myself to understand and use arrow functions.
I absolutely know that the way I’ve written the program will make some people cringe, but I don’t know any better. There are a few sections where I’m like “would that actually be what a real, commercial web app would do, or have I convoluted everything?”
For example, the entire thing is just one 129-line html file. I just hide and unhide divs when I need a new page or anything gets changed. I’m assuming that’s a bad thing, but it works, it looks good, and I don’t know any better!