HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Farow

no profile record

comments

Farow
·7 माह पहले·discuss
There's an example with 6 month pages: https://github.com/abetusk/neatocal?tab=readme-ov-file#prese...
Farow
·3 वर्ष पहले·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 वर्ष पहले·discuss
addons.mozilla.org
Farow
·3 वर्ष पहले·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 वर्ष पहले·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 वर्ष पहले·discuss
I'm personally a fan of SpaceSniffer: http://www.uderzo.it/main_products/space_sniffer/index.html
Farow
·4 वर्ष पहले·discuss
Works fine for me on Firefox 107.
Farow
·4 वर्ष पहले·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 वर्ष पहले·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 वर्ष पहले·discuss
Someone already made a Stable Diffusion extension for Photoshop: https://www.reddit.com/r/StableDiffusion/comments/wyduk1/sho...
Farow
·4 वर्ष पहले·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 वर्ष पहले·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.
Farow
·5 वर्ष पहले·discuss
You can start from the official tutorial: https://perldoc.perl.org/perlintro
Farow
·5 वर्ष पहले·discuss
Ah, the classic. In order for your issue to be resolved you have to make the news. Really sad how this applies to many/most online services.
Farow
·5 वर्ष पहले·discuss
I believe Firefox and Chrome do not allow you to set a local html file as a new tab page. You can set it as a home page but then you need to manually navigate to it after creating a new tab.
Farow
·5 वर्ष पहले·discuss
https://github.com/Farow/startpage
Farow
·5 वर्ष पहले·discuss
I personally aim for a startpage that loads instantly and since browsers no longer let you use a local html file as one, I've made an extension that registers a custom new tab page.

I don't use any frameworks since it's a pretty simple page, essentially just groups of links. If you need to, you can always use something like fetch to load external resources.
Farow
·5 वर्ष पहले·discuss
I'd recommend [SingleFile](https://github.com/gildas-lormeau/SingleFile) for saving web pages, [Obsidian](https://obsidian.md/) for taking notes and [Syncthing](https://syncthing.net/) for syncing between devices. Combining these can let you access any saved pages or notes on any device.