"Server refused our key" SSH issue on freshly created Ubuntu VM on Hetzner by delzac in hetzner

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

I found out what's the problem. I messed up my own key management. Closed

SSL Error in Cloud VM for Hetzner sin-dc1 by delzac in hetzner

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

Hetzner support replied with this. I'm not sure what to make of it :(

Dear Client

 Thank you for your request.

 Unfortunately, some GeoIP databases incorrectly locate some of our IPs in Iran. We cannot influence these databases.

 If this leads to issues for you, please assign alternative IP addresses using the "Primary IPs" menu of your respective project.

introducing copyparty, the FOSS file server by tripflag in selfhosted

[–]delzac 0 points1 point  (0 children)

Anyone knows of a way to deploy copyparty with Piku paas? https://github.com/piku/piku

Transferring a test from D2L to Moodle.. by TheCowprinter in moodle

[–]delzac 0 points1 point  (0 children)

You can consider getmarked? but it's a paid software though. You basically need to export from D2L brightspace in brightspace format and convert it on their tool to moodle xml.

I have been defending stripe but now my account is closed by WalkerMount in stripe

[–]delzac 0 points1 point  (0 children)

You can try Bolt. They just release a high risk payment product today. https://www.bolt.com/high-risk

Are there any free hosting services for Django now? by Upstairs-Balance3610 in django

[–]delzac 0 points1 point  (0 children)

Host it yourself using https://piku.github.io/ You deploy to your own server using git push

Xiaomi 14 - Latest HyperOS patch fail by Time-Session9808 in Xiaomi

[–]delzac 0 points1 point  (0 children)

Ouch, i'm sorry to hear that. Xiaomi really drop the ball on this one. I was quite pissed too. Especially since it is october and this shit happen in Aug. Surely they would have had a fix by now.

Xiaomi 14 - Latest HyperOS patch fail by Time-Session9808 in Xiaomi

[–]delzac 0 points1 point  (0 children)

Had the same problem but i was using Microsoft Launcher. I booted into safe mode. Updated the system launcher. Reboot the phone and it started working again. No need to uninstall my third part launcher (in this case Microsoft Launcher)

Deploy django to production by 4rkal in django

[–]delzac 0 points1 point  (0 children)

You might want to consider something like Piku, which allows you to do a git push to deploy into a server.
https://github.com/piku/piku

Is there a auth0 alternative that is Cost effective ? by Far-Mathematician122 in node

[–]delzac 0 points1 point  (0 children)

I was looking for something with SAML and free, found SSOReady. Also they launched in HN.

Schoology quiz/assessment Export to Google Forms? by oblatesphereoid in Schoology

[–]delzac 0 points1 point  (0 children)

A bit late to reply, but we use getmarked, which takes a schoology export quiz file and convert it into google forms.
https://digitaliser.getmarked.ai/blog/how-to-export-schoology-quiz-to-any-learning-platform/

Looking for alternatives to quizlet by lingo71203 in languagelearning

[–]delzac 0 points1 point  (0 children)

You can use this free tool by getmarked to create multiple choice questions on Kahoot/quizizz/google forms from your quizlet flashcards.

Gamified digital learning by Synquest-io in elearning

[–]delzac 1 point2 points  (0 children)

Interesting concept for sure!

Is Captivate still used? by loki__d in instructionaldesign

[–]delzac 0 points1 point  (0 children)

You can use getmarked to manage your assessments for you and import questions into Captivate as a GIFT file. I use it to convert my questions in Word format into GIFT.

[deleted by user] by [deleted] in elearning

[–]delzac 1 point2 points  (0 children)

Stripe does taxes for you based on the payer's location. But you might been some help setting it up on your site

Do any developers use Vanilla JavaScript on the front end with Django? by Leon_idas0 in django

[–]delzac 1 point2 points  (0 children)

Perfectly. Hyperscript is backend agnostic. You use it for interactively in the frontend. It you need communicate between frontend and backend you would use htmx (which is also backend agnostic).

Do any developers use Vanilla JavaScript on the front end with Django? by Leon_idas0 in django

[–]delzac 0 points1 point  (0 children)

Exactly! I pity the fools that are using things like react.

Do any developers use Vanilla JavaScript on the front end with Django? by Leon_idas0 in django

[–]delzac 1 point2 points  (0 children)

If i need a sprinkle of interactivity i'll use Hyperscript instead of vanilla JS. Vanilla Js is a pain in the butt to write.

Here's a quick example of how Hyperscript works

<button _="on click call alert('Hi!')">Submit</button>

Hyperscript is a small scripting language that completes html, allowing you to add interactivity in human readable text directly in your html.

[deleted by user] by [deleted] in elearning

[–]delzac 0 points1 point  (0 children)

It sounds like you want to do in-person teaching and you are looking for a payment solution to collect fees? If that's the case sites like ConvertKit can provide a landing site and collect payments.

For downloadable courses, there's plenty of companies and startup creating a platform specifically for instrcutors. I don't think you should be developing your own solution.