HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Farow

no profile record

comments

Farow
·7 miesięcy temu·discuss
There's an example with 6 month pages: https://github.com/abetusk/neatocal?tab=readme-ov-file#prese...
Farow
·3 lata temu·discuss
I'm guessing that monetizing comments is a lot more difficult on reddit as any links can be removed by admins/mods/automoderator.
Farow
·3 lata temu·discuss
addons.mozilla.org
Farow
·3 lata temu·discuss
AMO does not require a manual review nor the extension to be uploaded publicly. You can sign it through their site and then distribute it elsewhere.

Also, I don't see how you can compare browser extensions to vscode extensions. One product is aimed at your grandma, the other at software developers and doesn't have access to your email, banking and credit cards.
Farow
·4 lata temu·discuss
A streamer has to compete with every other streamer for viewers/income. They're basically trying to sell their personality / themselves to the audience. As other comments mention, the vast majority of streamers cannot do that as they have literally no viewers.

The take that it's an easy job seems very weird to me. If it's so easy, why don't you quit your job and start streaming instead?
Farow
·4 lata temu·discuss
I'm personally a fan of SpaceSniffer: http://www.uderzo.it/main_products/space_sniffer/index.html
Farow
·4 lata temu·discuss
Works fine for me on Firefox 107.
Farow
·4 lata temu·discuss
Usage times, usage intensity, list of all extensions, country of origin. I don't understand why they'd need those to improve Firefox.

Next thing you know they might try to increase engagement time like they're some sort of social network. "Unlock the new exclusive colorway by logging in 30 days in a row." seems like something that could be implemented, seeing how they're time limited already.
Farow
·4 lata temu·discuss
Couldn't crash reports be separated from other telemetry data, possibly with a dialog letting the user whether to send a crash report or not? IIRC, the dialog used to actually exist in older Firefox versions. I find the amount of data they collect[1] to be borderline creepy.

[1] https://data.firefox.com/dashboard/user-activity
Farow
·4 lata temu·discuss
Someone already made a Stable Diffusion extension for Photoshop: https://www.reddit.com/r/StableDiffusion/comments/wyduk1/sho...
Farow
·4 lata temu·discuss
Not exactly what you're asking for but you can setup SingleFile[1] to automatically save each page you visit.

Then there's also ArchiveBox[2] which can convert your browser history into various formats.

[1] https://github.com/gildas-lormeau/SingleFile

[2] https://github.com/ArchiveBox/ArchiveBox
Farow
·4 lata temu·discuss
Does the canvas need to be created and removed as it comes in and out of view? Using requestAnimationFrame() might also further improve responsiveness.