by Patrick ➕follow (61) 💰tip ignore
« First « Previous Comments 399 - 438 of 510 Next » Last » Search these comments
I think it should be at the left of the title of the thread, and not at the end and it should not only be the blinky thing, but text next to it (perhaps as an image) "latest post".
Patrick - I want to know - how is it you pull in images from other sites?
function cache_image(image_url) {
return new Promise((resolve, reject) => {
const parsed = url.parse(image_url);
const protocol = parsed.protocol.replace(/:/, '');
const rand = md5(Math.random().toString()).slice(0, 8);
const tmp_path = `/tmp/${ rand }`;
const file = fs.createWriteStream(tmp_path);
setTimeout(() => { reject(new Error('image load timed out: ' + image_url)); }, 3000); // wait max three seconds
PROTOCOLS[protocol].get(image_url, response => { // global['http'] will refer to the global http var, eg
response.pipe(file);
file.on('finish', () => {
file.close(async () => {
const normalized = await normalize_image(tmp_path).catch(error => reject(error));
resolve(normalized);
});
});
}).on('error', err => reject(err));
});
}
richwicks says
Patrick - I want to know - how is it you pull in images from other sites?
It's like this:
Any way to make the site have a "dark mode"?
When opening up a reply or a post, I think there should be instructions (maybe just a link to open to a new page) explaining how to do stuff.
Like for Rumble, that's weird, to embed the video takes a little more effort. Perhaps explaining how to embed videos, highlight text, etc.
richwicks says
When opening up a reply or a post, I think there should be instructions (maybe just a link to open to a new page) explaining how to do stuff.
Like for Rumble, that's weird, to embed the video takes a little more effort. Perhaps explaining how to embed videos, highlight text, etc.
can videos be posted here? i have short clips, but i don’t think they’ll post due to size maybe
can videos be posted here? i have short clips, but i don’t think they’ll post due to size maybe
When opening up a reply or a post
richwicks says
When opening up a reply or a post
richwicks What do you mean by "opening up a reply or post"?
Do you mean editing it?
I have a ton of predictions here, I want to see where I was wrong and how OTHER people were wrong. I noticed I could edit a prediction from years ago. I didn't do it, I KNOW you can detect it, I want you to disallow it.
So I loaded up lots of threads from patnet to read and realized I was the only one in the area who had a light on - my phone.
just_passing_through
It's a good idea, and I added it at the top of my patrick.net todo list.
If anyone knows CSS well enough to send me a viable sample of how to do it, I'd be grateful for it. I can figure it out, but it will take me a bit. CSS is my weak point.
richwicks Thanks for this.
The downside is that I would need to allow script tags from Twitter, which would give them absolute control over patrick.net, including the ability to read and report back anything on that page, and the ability to alter or censor content.
All 3rd party javascript can read and change anything on the page where it is included. I was just complaining about this issue on tax prep websites:
https://patrick.net/post/1381117/2024-04-03-taxact-and-taxhawk-give-google-open
i am so [url=https://hiphoploadz.com/j-cole-ready-24-feat-camron-2/][url] impressed by your thought please write a new one check out for mine
Others can argue about those ideas, backed by other facts, different evidence, articles from other sources, and shit they make up.
Suggestion: You don't have to use the ignore button. It is very easy to skim through known bull-shitter's posts.
Ignores; Me and a bunch of others have 4; Patrick and another large group has 2. Some old time posters have 1 or 3; My favorites Woo Wizard Ceffer has 14; TPB has 12 and meme master Booger has 8.
Some people like to use the ignore button to punish.
« First « Previous Comments 399 - 438 of 510 Next » Last » Search these comments
patrick.net
An Antidote to Corporate Media
1,252,060 comments by 14,932 users - Bele, ElYorsh, Rin online now