HackerTrans
TopNewTrendsCommentsPastAskShowJobs

quartzic

no profile record

comments

quartzic
·السنة الماضية·discuss
Not OP, but practically all of those lines are from a package-lock.json file (6755 lines) and a changelog (541 lines). It looks like the actual source is 179 lines long.
quartzic
·السنة الماضية·discuss
Related: https://news.ycombinator.com/item?id=43036904
quartzic
·قبل 3 سنوات·discuss
My school uses Canvas and I think general sentiment is pretty positive from both students and faculty.
quartzic
·قبل 3 سنوات·discuss
Works well for streaming video from a Quest 2 to a computer.
quartzic
·قبل 3 سنوات·discuss
Tried this out and got this result:

            import json
            presidents = ["Biden", "Obama", "Bush", "Clinton", "Carter"]
            limerick = "There once were presidents five, " \
            "Biden, Obama, Bush, Clinton, and Carter alive. " \
            "They served our country with pride, " \
            "And kept our democracy alive. " \
            "May they continue to thrive!"
            print(json.dumps({"limerick": limerick, "presidents": presidents}))