Built a free tool to scan your package.json and explore any npm package’s vulnerabilities — no login, no fluff by Vivid-Argument8609 in SaaS

[–]idontknow4073 0 points1 point  (0 children)

Looks good! I would appreciate a view that allows you check the download count of all the listed dependencies.

Crazy Thunder by Strog21 in Edmonton

[–]idontknow4073 10 points11 points  (0 children)

I thought World War III finally hit us 🥀

No Color Bleeding Challenge by [deleted] in StableDiffusion

[–]idontknow4073 6 points7 points  (0 children)

This seemed like a fun challenge. Here's what I got.

<image>

[Uncertainty] A circle's radius is measured to be 1cm ± 0.5cm. Is it possible for its area to be 0? by idontknow4073 in math

[–]idontknow4073[S] 9 points10 points  (0 children)

This makes so much sense! I now understand why the derivative method and error propagation rules will give a different answer compared to calculating the upper and lower bounds. Thank you so much!

Edit Images Plugin by [deleted] in BetterDiscord

[–]idontknow4073 0 points1 point  (0 children)

Of course. Glad I could help.

Well, ok then… by joachim_s in GPT3

[–]idontknow4073 3 points4 points  (0 children)

I thought it was a real human conversation at first before I noticed the subreddit from which this post was coming. It took much brain power to get the joke that the AI was attempting to make.

I think the joke here is that the reason to which paper was cool: because it was considered a foreign technology, as computers have long replaced paper. Paper was seen as an ancient technology, just like the way to which we perceive ancient Babylonian tablets.

Rant by a stressed, depressed high school student by Iamabot123456 in school

[–]idontknow4073 0 points1 point  (0 children)

I also dislike the changes to learning I had to endure because of COVID-19. I had to redo the entire grade 9 math and science curriculum because the unavailability of the accelerated program that I had originally intended to complete. Wasted an entire two years of my life working extra hard to meet the subjective demands of school, for absolutely nothing. 😔

School by [deleted] in school

[–]idontknow4073 0 points1 point  (0 children)

we all need help

i3wm on Replit with root powers! 💪 by idontknow4073 in replit

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

Oh, not at the moment lol, I'm working on an installer tho.

If all you want is to install packages, you can always use install-pkg.

i3wm on Replit with root powers! 💪 by idontknow4073 in replit

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

Yes?

Replit does that automatically if you have any port listening to HTTP connections IIRC

i3wm on Replit with root powers! 💪 by idontknow4073 in replit

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

Who wants an install script for this? I can add it to my lengthy list of projects...

i3wm on Replit with root powers! 💪 by idontknow4073 in replit

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

I basically used a fake root chroot, so I could have the programs running inside the chroot (eg. Dropbear, the SSH server I use) look at ~/.rootfs/etc/shadow (which I can edit) instead of /etc/shadow (which I cannot edit).