Discuss Scratch

Capitan_Florida_2
Scratcher
100+ posts

Scratchinfo - an epic website

god286 wrote:

Capitan_Florida_2 wrote:

god286 wrote:

Capitan_Florida_2 wrote:

How about you give Comments a shot ?
Comments? Can you elaborate a bit more please?
View someone's comments lol. Yes that'd be cool but idk if it fits. ehh
I'm working on the you page. There's already Magnifier and the Scratch website of course
Yeah i know.
But Scratch gives up on showing more than 40 pages of comments uhhh and while Magnifier can do that the page is too big (replies are Hidden or whatever the word is)

cf2
being since 2016 __
I said “Nothing's new, nothing's changed, I still need you”.




note for me: CTRL+SHIFT+DOWN





i am very.















we just gotta get back to the website
god286
Scratcher
1000+ posts

Scratchinfo - an epic website

Capitan_Florida_2 wrote:

god286 wrote:

Capitan_Florida_2 wrote:

god286 wrote:

Capitan_Florida_2 wrote:

How about you give Comments a shot ?
Comments? Can you elaborate a bit more please?
View someone's comments lol. Yes that'd be cool but idk if it fits. ehh
I'm working on the you page. There's already Magnifier and the Scratch website of course
Yeah i know.
But Scratch gives up on showing more than 40 pages of comments uhhh and while Magnifier can do that the page is too big (replies are Hidden or whatever the word is)
40 pages? That's the limit - ScratchInfo can't get comments that were never posted…

Here are some of my followers!

I joined: 5 years, 9 months, 24 days ago (31/03/2018)
I have: 479 followers
In total, I have attained: 1,403 loves, 1,145 favourites, and 33,731 views.
Fun Fact: If my account continued to gain followers at a similar rate to right now, in 14,210 years I would reach the number of followers griffpatch has today! Try to imagine how many followers he would have then!
Thank you everyone!
Script created by god286.
god286
Scratcher
1000+ posts

Scratchinfo - an epic website

bump

Here are some of my followers!

I joined: 5 years, 9 months, 24 days ago (31/03/2018)
I have: 479 followers
In total, I have attained: 1,403 loves, 1,145 favourites, and 33,731 views.
Fun Fact: If my account continued to gain followers at a similar rate to right now, in 14,210 years I would reach the number of followers griffpatch has today! Try to imagine how many followers he would have then!
Thank you everyone!
Script created by god286.
MagicCrayon9342
Scratcher
1000+ posts

Scratchinfo - an epic website

now all it needs is a bloated fancy UI like Windows 11 has.

god286
Scratcher
1000+ posts

Scratchinfo - an epic website

MagicCrayon9342 wrote:

now all it needs is a bloated fancy UI like Windows 11 has.

Here are some of my followers!

I joined: 5 years, 9 months, 24 days ago (31/03/2018)
I have: 479 followers
In total, I have attained: 1,403 loves, 1,145 favourites, and 33,731 views.
Fun Fact: If my account continued to gain followers at a similar rate to right now, in 14,210 years I would reach the number of followers griffpatch has today! Try to imagine how many followers he would have then!
Thank you everyone!
Script created by god286.
MagicCrayon9342
Scratcher
1000+ posts

Scratchinfo - an epic website

god286 wrote:

MagicCrayon9342 wrote:

now all it needs is a bloated fancy UI like Windows 11 has.
jk the current UI is fine

god286
Scratcher
1000+ posts

Scratchinfo - an epic website

MagicCrayon9342 wrote:

god286 wrote:

MagicCrayon9342 wrote:

now all it needs is a bloated fancy UI like Windows 11 has.
jk the current UI is fine

Here are some of my followers!

I joined: 5 years, 9 months, 24 days ago (31/03/2018)
I have: 479 followers
In total, I have attained: 1,403 loves, 1,145 favourites, and 33,731 views.
Fun Fact: If my account continued to gain followers at a similar rate to right now, in 14,210 years I would reach the number of followers griffpatch has today! Try to imagine how many followers he would have then!
Thank you everyone!
Script created by god286.
MagicCrayon9342
Scratcher
1000+ posts

Scratchinfo - an epic website

god286 wrote:

MagicCrayon9342 wrote:

god286 wrote:

MagicCrayon9342 wrote:

now all it needs is a bloated fancy UI like Windows 11 has.
jk the current UI is fine
k

Last edited by MagicCrayon9342 (Nov. 13, 2021 21:29:48)


god286
Scratcher
1000+ posts

Scratchinfo - an epic website

Where do I store my JWTs??? People say that localStorage is vulnerable to XSS but not CSRF and something something I don't know at this point…

Here are some of my followers!

I joined: 5 years, 9 months, 24 days ago (31/03/2018)
I have: 479 followers
In total, I have attained: 1,403 loves, 1,145 favourites, and 33,731 views.
Fun Fact: If my account continued to gain followers at a similar rate to right now, in 14,210 years I would reach the number of followers griffpatch has today! Try to imagine how many followers he would have then!
Thank you everyone!
Script created by god286.
ScolderCreations
Scratcher
1000+ posts

Scratchinfo - an epic website

god286 wrote:

Where do I store my JWTs??? People say that localStorage is vulnerable to XSS but not CSRF and something something I don't know at this point…
While local storage is vulnerable and access, if your website is not vulnerable to XSS, meaning you escaped all characters you would find in HTML tags, there is no need to worry about it.

god286
Scratcher
1000+ posts

Scratchinfo - an epic website

ScolderCreations wrote:

god286 wrote:

Where do I store my JWTs??? People say that localStorage is vulnerable to XSS but not CSRF and something something I don't know at this point…
While local storage is vulnerable and access, if your website is not vulnerable to XSS, meaning you escaped all characters you would find in HTML tags, there is no need to worry about it.
I’m using Svelte which comes with a sanitiser built in (and almost always on unless you tell it to be off) I guess I can use localStorage

Here are some of my followers!

I joined: 5 years, 9 months, 24 days ago (31/03/2018)
I have: 479 followers
In total, I have attained: 1,403 loves, 1,145 favourites, and 33,731 views.
Fun Fact: If my account continued to gain followers at a similar rate to right now, in 14,210 years I would reach the number of followers griffpatch has today! Try to imagine how many followers he would have then!
Thank you everyone!
Script created by god286.
Verixion
Scratcher
100+ posts

Scratchinfo - an epic website

god286 wrote:

Where do I store my JWTs??? People say that localStorage is vulnerable to XSS but not CSRF and something something I don't know at this point…
wut? just use JSON.parse when handling localStorage things and keep stuff in a try catch block

back in business

god286
Scratcher
1000+ posts

Scratchinfo - an epic website

Verixion wrote:

god286 wrote:

Where do I store my JWTs??? People say that localStorage is vulnerable to XSS but not CSRF and something something I don't know at this point…
wut? just use JSON.parse when handling localStorage things and keep stuff in a try catch block
I use try catch so much nowadays

Here are some of my followers!

I joined: 5 years, 9 months, 24 days ago (31/03/2018)
I have: 479 followers
In total, I have attained: 1,403 loves, 1,145 favourites, and 33,731 views.
Fun Fact: If my account continued to gain followers at a similar rate to right now, in 14,210 years I would reach the number of followers griffpatch has today! Try to imagine how many followers he would have then!
Thank you everyone!
Script created by god286.
JoshAtticus
Scratcher
100+ posts

Scratchinfo - an epic website

Bump
Up
My
Post
yes i made another acrostic poem

~~I'm JoshAtticus!~~
I enjoy scratching, playing with tech and online privacy(not google)

Check out the OSMANiC Website!

This account is in an archived state, I don't post projects here, and I might not be very active with comments and forums
I have 2 new accounts: @OSMANiC Team & @OSMANiCBetas



^^Made with Figlet^^










god286
Scratcher
1000+ posts

Scratchinfo - an epic website

With my current progress level I can estimate that I am 90% done with finishing up the You page.

Here are some of my followers!

I joined: 5 years, 9 months, 24 days ago (31/03/2018)
I have: 479 followers
In total, I have attained: 1,403 loves, 1,145 favourites, and 33,731 views.
Fun Fact: If my account continued to gain followers at a similar rate to right now, in 14,210 years I would reach the number of followers griffpatch has today! Try to imagine how many followers he would have then!
Thank you everyone!
Script created by god286.
MagicCrayon9342
Scratcher
1000+ posts

Scratchinfo - an epic website

god286 wrote:

With my current progress level I can estimate that I am 90% done with finishing up the You page.
nice

god286
Scratcher
1000+ posts

Scratchinfo - an epic website

Hoorayyy!!!
At this rate the You page should come out in a few days. Everything is working smoothly (thank you so much supabase for the db yay) and I've got the authentication working too!!!!!

Here are some of my followers!

I joined: 5 years, 9 months, 24 days ago (31/03/2018)
I have: 479 followers
In total, I have attained: 1,403 loves, 1,145 favourites, and 33,731 views.
Fun Fact: If my account continued to gain followers at a similar rate to right now, in 14,210 years I would reach the number of followers griffpatch has today! Try to imagine how many followers he would have then!
Thank you everyone!
Script created by god286.
god286
Scratcher
1000+ posts

Scratchinfo - an epic website

I made a privacy policy for Scratchinfo…

Work in progress.
Do I need to have a privacy policy? Ocular has one so I am making one too. I wrote it by hand, should I use a policy generator?

Last edited by god286 (Nov. 15, 2021 01:42:49)


Here are some of my followers!

I joined: 5 years, 9 months, 24 days ago (31/03/2018)
I have: 479 followers
In total, I have attained: 1,403 loves, 1,145 favourites, and 33,731 views.
Fun Fact: If my account continued to gain followers at a similar rate to right now, in 14,210 years I would reach the number of followers griffpatch has today! Try to imagine how many followers he would have then!
Thank you everyone!
Script created by god286.
ScolderCreations
Scratcher
1000+ posts

Scratchinfo - an epic website

Policy generators are less genuine, and will make people trust you less. The point of a privacy policy is so that people can read on how you handle their information, to make sure their information is private.

JoshAtticus
Scratcher
100+ posts

Scratchinfo - an epic website

god286 wrote:

I made a privacy policy for Scratchinfo…

Work in progress.
Do I need to have a privacy policy? Ocular has one so I am making one too. I wrote it by hand, should I use a policy generator?
Absoloutely, if you'd like me to use it . ABSOLOTELY NO GENERATORS, GENERATORS BAD

Last edited by JoshAtticus (Nov. 15, 2021 01:51:52)


~~I'm JoshAtticus!~~
I enjoy scratching, playing with tech and online privacy(not google)

Check out the OSMANiC Website!

This account is in an archived state, I don't post projects here, and I might not be very active with comments and forums
I have 2 new accounts: @OSMANiC Team & @OSMANiCBetas



^^Made with Figlet^^










Powered by DjangoBB