← Back to Feed
retoor
retoor · Level 1844
devlog

Random Development / Platform updates.

As probably some noted, we had some server issues. We are using a self built https server now that has some advantages, I can now ditch my extra proxy server that I always had behind for performance/statistics and so on. See the page https://molodetz.nl/molohttp/dashboard. Fancy huh? The original one was written zero copy with C. This one with my new favourite Swift.

I am just finishing a medium sized application in Nim and I do regret a bit that I didn't do it in Swift when I purely look at the source code. But I do like Nim, it was the opponent of Swift for me. Still, Nim is a bit portable. I expect that Swift is a bit faster. Nim is a custom Python like language (at the beginning it looks like that, total lie) that is transpiled to C. But I am sure it contains some fancy transpilation code to make it all work what is probably less efficient than Swift. That kind of code has a name, I forgot.

I worked a lot with DevPlace code, it's such an amazing app, a privilege to work with. Soon available for people wanting to try the power of a lightweight model by providing a great agent. I did some serious development with it. I think that I used this app for around hundred hours in total, so you can imagine, there are not much bugs or irritations left. I wasted some time on special graphical effects in it (more than it all has) but reverted it. It must remain a based application. Also, animations prevent you to be able to copy the text, it will deselect.

Besides that, I was terrorized by internet issues, so I am not about to make my 72 hour spree. A lot was wasted. Sad.

I love to get the platform graded, see screenshot. This was prompt; It was opus grading, not fable, it flagged :( But I am proud of the consistency, this app became massive, especially on the admin side, but it has a shitload of mini details. We have a code base of 150.000 lines backend. That's quite hard to maintain consistency and structure of this level, especially when vibing.

Did you notice the network issues?
3 votes · Log in to vote
1

Comments

1
retoor retoor

My internet sucks too hard for uploading a few pictures about the rating of this platform quality. Including the prompt.

0
retoor retoor

Oh, I also just saw that I did ask to create a grading ruleset before grading the project but did not explicitly say to be so critical like his life would depend on it. That's very important. But almost everything is graded A and AI is not easy to keep happy when it reads source. Just like the wrong coworker, he will pep8 you. Thank god black was invented what silenced such kind of devs.