MoonMelon

joined 2 years ago
[–] MoonMelon@lemmy.ml 81 points 3 days ago

* slaps sphere *

"You can fit so much Perlin noise on this baby."

[–] MoonMelon@lemmy.ml 9 points 1 week ago

Hiring an actual company is way too complex. If they wanted to fake this they would have some intern from Bob Jones University use his personal Gemini account. The fact it hasn't been tied to some crypto-scam or hawking a collectible geegaw is pretty good evidence the admin isn't involved.

[–] MoonMelon@lemmy.ml 0 points 1 week ago (2 children)

Seems pretty close to "Anus". Better change your language quickly before it rewires your brain to be gay like some sort of gay "Arrival" alien.

[–] MoonMelon@lemmy.ml 21 points 1 week ago* (last edited 1 week ago)

If you pick a FOSS license then your project is FOSS. The number of developers doesn't matter.

I moved all my (meager bullshit) personal projects to Codeberg awhile ago. My stuff was already open source, but I did explicitly add some license files I neglected to add before just to make it clear. So far so good.

Before you archive your Github repos make sure to update them with one last commit explaining that the repo has moved to somewhere else (and potentially why). Once you lock the repo you can't make changes. If you straight-up delete them then this isn't an issue.

[–] MoonMelon@lemmy.ml 6 points 2 weeks ago (1 children)

My grandpa said he would jazz up his marbles by making a little oven out of a tin can. You would heat them up then plunge them into a bucket of water, and if you did it right they would crack up but not fall apart.

[–] MoonMelon@lemmy.ml 295 points 2 weeks ago (20 children)

There's no way they want to eliminate bot traffic, it would kill 2/3rds of their traffic instantly. So this just means, "bots that aren't paying us."

[–] MoonMelon@lemmy.ml 4 points 3 weeks ago

Been awhile since I saw ol' Dookie Chute, glad he's still fucking insane.

[–] MoonMelon@lemmy.ml 4 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

I had a dog who developed seizures. Low dose phenobarbital solved the issue thankfully. It was a little inconvenient because he required regular liver tests and also, phenobarbital being a controlled substance, I had to buy it at a regular pharmacy. But other than that it was fine, much better than the seizures. He had no issues until he died (years later) of unrelated problems stemming from old age.

[–] MoonMelon@lemmy.ml 0 points 3 weeks ago (4 children)

I remember her ex-husband lost some political run (in part) because it came out that he took her to sex dungeons basically against her will.

[–] MoonMelon@lemmy.ml 0 points 3 weeks ago

I don't think I've ever seen a more patient person in an online forum.

[–] MoonMelon@lemmy.ml 0 points 1 month ago

People just don't understand the scale of these global systems, which is understandable since the numbers are incomprehensible. They think what they see in daily life represents one cell of a giant organism, but its more like one atom.

[–] MoonMelon@lemmy.ml 0 points 1 month ago

"Chili's! The closest place to the mall where you can make the DTs stop!"

1
submitted 11 months ago* (last edited 11 months ago) by MoonMelon@lemmy.ml to c/privacy@lemmy.ml
 

Prefacing by saying I'm a total noob to webdev.

I'm trying to move my personal portfolio site off of Squarespace and onto some sort of static hosting. Since I know nothing, I'm cobbling together hugo templates and using LightBox2 to show image galleries. The blog I'm referencing includes LightBox2 using this:

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.1/js/lightbox.min.js" integrity="sha256-CtKylYan+AJuoH8jrMht1+1PMhMqrKnB8K5g012WN5I=" crossorigin="anonymous"></script>

I would prefer to not subject people viewing my page to any external tracking if I can avoid it. My page has zero tracking/analytics for this reason. I briefly tried downloading LightBox2 and directly including it instead, and was able to get it working mostly, but some things were broken that I would need to debug. Before I do that I was wondering, is this even a problem? Is including stuff from cloudflare cdn like this sketchy? It's possible I'm being overly paranoid but I have no idea.

view more: next ›