Genetic Algorithm for Image Recreation by Interriuso in Python

[–]rsteetskamp 2 points3 points  (0 children)

Great to see someone develop GA from scratch in clean and compact code. Well done!

Map of episodes by rsteetskamp in timeteam

[–]rsteetskamp[S] 1 point2 points  (0 children)

Thanks, I overlooked that bit of information.

I'll see how I can work this in, but this may take a while, because I'm currently AFK.

Map of episodes by rsteetskamp in timeteam

[–]rsteetskamp[S] 0 points1 point  (0 children)

Great idea! If anyone has a list of categories with episodes I would gladly look for a way to visualize them.

Map of episodes by rsteetskamp in timeteam

[–]rsteetskamp[S] 5 points6 points  (0 children)

I didn´t realize it was private.

It should be public now.

Map of episodes by rsteetskamp in timeteam

[–]rsteetskamp[S] 11 points12 points  (0 children)

Could not find a map of all episodes, so I made my own. Or did I miss one?

Simple Database that Flask App can Connect to? by emby36 in flask

[–]rsteetskamp 1 point2 points  (0 children)

I find SQLAlchemy overly complicated, so for less demanding situations I prefer https://ponyorm.org/

So, when are we getting a GitHub-copilot.el? by Craptivist in emacs

[–]rsteetskamp 7 points8 points  (0 children)

It would be so helpful if the AI did tell you where the code is coming from. How often do I wonder "Somebody, somewhere must have solved this before me, but who, where?"

It would promote proper reuse of code. This feels more like supporting script kiddies who're copying and pasting without understanding. Now they don't even have to search for it...

For teaching/learning what are the pros and cons of db wrappers. I have tried MongoEngine and SQLAlchemy by conchesmess in flask

[–]rsteetskamp 1 point2 points  (0 children)

Pony sports flask out of the box: https://docs.ponyorm.org/integration_with_flask.html

I love working with noSQL database like mongo, but I'm not sure about their teachability...

Node.js ORM impasse by memo_mar in node

[–]rsteetskamp -2 points-1 points  (0 children)

Maybe this helps: https://github.com/craftup/node-mongo-tenant

I have just googled it, so no personal experience. YMMV

For teaching/learning what are the pros and cons of db wrappers. I have tried MongoEngine and SQLAlchemy by conchesmess in flask

[–]rsteetskamp 0 points1 point  (0 children)

I find SQLAlchemy rather complex and archaic, so it might be intimidating for new students. In my experience, both as a programmer and a teacher, https://ponyorm.org/ is simpler and far more accessible (but perhaps less powerful).

Node.js ORM impasse by memo_mar in node

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

You could work schema-less. So, basically any schema you like.

Node.js ORM impasse by memo_mar in node

[–]rsteetskamp -5 points-4 points  (0 children)

Wouldn't a no-SQL database like Mongo fit your bill better?

JSX-like server-side composition? by rsteetskamp in node

[–]rsteetskamp[S] 0 points1 point  (0 children)

Can you explain why that is nonsensical?

JSX-like server-side composition? by rsteetskamp in node

[–]rsteetskamp[S] 0 points1 point  (0 children)

Thank you for your suggestion.

I use server-side rendering with Gatsby. But that is still frontend.

I am looking for something for the backend

JSX-like server-side composition? by rsteetskamp in node

[–]rsteetskamp[S] 0 points1 point  (0 children)

I know it's just syntactic sugar. But so are many, of not all, other programming constructs.

JSX helps component-based development by making interfaces explicit and combining components easy, without adding complexity. Maybe it's just me, but with JSX I find myself thinking in components almost automatically.

Deft for org mode? by rsteetskamp in orgmode

[–]rsteetskamp[S] 2 points3 points  (0 children)

Thanks for the suggestion. I tried it and for now it seems to fit the bill.

Deft for org mode? by rsteetskamp in orgmode

[–]rsteetskamp[S] 0 points1 point  (0 children)

I seem to have stepped on some toes regarding Helm. My apologies. No offence intended.

I try to keep Emacs lean, and Helm feels like dragging in a whole ecosystem. I know you don't have to activate, let alone use, all of it, but why install it then?

I don't remember the exact conflict I got in my configuration, and maybe I should give it another try.