2d
|
|
comment |
Avoiding half-baked experiments: Setting clear standards for experiments and rollouts, beyond “Minimum” All data I decide to consume or produce on the Interwebs is just data to me. I do the filtering about what is true and correct based on my own intellect, and evidence. I don't think a computer program can be designed or implemented that can filter content for multiple definitions of "harmful" or "abuse" in general. Those are subjective, opinionated perceptions. |
2d
|
|
comment |
Avoiding half-baked experiments: Setting clear standards for experiments and rollouts, beyond “Minimum” Is your idea of "curation" a expected to be a compulsory (non-Q&A) activity for SE users? |
2d
|
|
comment |
Prompt users when writing an answer that should be a comment before they submit @Larnu "and you been told this many times." Told? As if SE making an announcement in the form of a question is somehow supposed to magically count as a question just because SE staff posted the announcement. SE propaganda cannot be questioned or challenged, per your ideas. To hell with that. This is not a question: Our partnership with Google and commitment to socially responsible AI, and further clearly demonstrates StackExchange is a social media platform. Else, there wouldn't be a need for an alleged "socially responsible AI" |
2d
|
|
comment |
Prompt users when writing an answer that should be a comment before they submit I simply reject the claims of StackExchange and StackExchange users that SE is not social media. You folks appear to have a problem with your spurious claims being overtly rejected. Your comments are completely social in nature. You are under the false impression that just because you claim something that's it. I am under no obligation to adopt your claims or opinions. Somehow, in your mind SE is exempt from scrutiny and vetting of claims made. I understand your claims. I just reject them. It's just mayonnaise calling milk white. |
2d
|
|
comment |
Prompt users when writing an answer that should be a comment before they submit @Larnu Ironically, your comment itself demonstrates that SE is social media. This content is complete social media: "The sites aren't social media sites, nor are they "boards" or "forums", and you've had plenty of explanations on this. That you refuse to be educated doesn't change this. It's like trying to educate a flat earther that the planet isn't actually flat; you'll continue to believe what you believe." |
2d
|
|
comment |
Prompt users when writing an answer that should be a comment before they submit @Larnu Just because you claim something doesn't make it true. StackExchange is social media. |
May
5 |
|
answered | Prompt users when writing an answer that should be a comment before they submit |
Apr
20 |
|
awarded | Notable Question |
Apr
13 |
|
asked | How can I go about converting Node.js Add-On bindings in C++ to target compilation to WASM? |
Apr
13 |
|
comment |
JavaScript - synchronous execution of code There might not be a console at all, e.g., SerenityOS's LibJS js .
|
Apr
13 |
|
comment |
JavaScript - synchronous execution of codeconsole is different from stdout , if either exist at all in the given JavaScript engine, runtime, or interpreter. ECMA-262 doesn't specify I/O.
|
Apr
13 |
|
comment |
ENOENT: no such file or directory, open 'E:\Projects\react_practice\Next-Project\chat-app\test\data\05-versions-space.pdf' I don't see anywhere your code reads the filesystem. Does pdfParse() expect there to be a file on disk to open?
|
Apr
13 |
|
awarded | Autobiographer |
Apr
13 |
|
answered | How can I waterproof a wood post for my mailbox? |
Apr
13 |
|
comment |
How to Reliably Extract Hidden Detailed Email Headers in Gmail using a UserScript? Programmatically expand that section. I don't ordinarily use UserScripts, I use formal extensions that I write and install. Should still work using a UserScript. |
Apr
13 |
|
comment |
How to fix this iOS video animation issue when setting currentTime dynamically with JS? Have you tried writing the frames to a <canvas> instead?
|
Apr
13 |
|
comment |
How to Reliably Extract Hidden Detailed Email Headers in Gmail using a UserScript?[...document.querySelectorAll(".ajv")].map((el) => e.textContent)
|
Apr
13 |
|
comment |
Drag and Drop Elements Independently in Vanilla JS You probably want to do elem.style.draggable = true;elem.style.position = "absolute"; to set the values of those properties.
|
Apr
13 |
|
comment |
How to properly generate a self-signed certificate for a quic server in rust? See github.com/achingbrain/webtransport-echo-server |
Apr
13 |
|
comment |
How to center only one element in the div? " so pt position can not be fixed." You can try using CSS :after for the pt .
|