by Patrick ➕follow (61) 💰tip ignore
« First « Previous Comments 396 - 435 of 510 Next » Last » Search these comments
I admit the blinky thing is not obvious, given how many people never noticed that they can click on it. I could just replace it with text like "latest unread comment" or something.
BTW, I'm going to be in Chicagoland in late May, also in Ottawa, IL. If you're anywhere near those, I'd be happy to buy you a beer. Send me an email:
If you're anywhere near those, I'd be happy to buy you a beer.
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.
« First « Previous Comments 396 - 435 of 510 Next » Last » Search these comments
patrick.net
An Antidote to Corporate Media
1,252,004 comments by 14,932 users - anniecoyote, Patrick online now