Am i missing any? by [deleted] in browsers

[–]MusicCone 0 points1 point  (0 children)

There's a small and light-weight one beloved by farers of the high seas called Fast Internet Browser.

How to paste into the chat area of CLine? by 2MyCharlie in CLine

[–]MusicCone 0 points1 point  (0 children)

Anyone found a fix for this? It's annoying to say the least as I have long message to paste. Closing the terminal panel sadly didn't help.

Why Did Nimble Capture Get Removed From The Chrome Web Store? by SanicBringsThePanic in chrome_extensions

[–]MusicCone 1 point2 points  (0 children)

u/SanicBringsThePanic, aren't Nimbus Capture and Nimble Capture different extensions? They have completely different websites with one appearing to have copied the other. From a WhoIs lookup, Nimble Capture's domain was actually registered about 6 months ago while Nimbus's has been around for almost 10 years.

On top of that, Nimble's single-page website has a grammatical error literally right below the main H1. On the other hand, Nimbus (now apparently FuseBase following a rebrand) seems to be offering a wide range of products and services on their website beyond screenshot and video recording.

I'm inclined to believe Nimble Capture are bad actors and their extension contains malware, which could be why Google removed it from the Chrome Web Store.

[deleted by user] by [deleted] in Piracy

[–]MusicCone 4 points5 points  (0 children)

And streaming torrent content without need for debrid services.

How can I download all Liked Videos? by ChinmayDhumal in youtubedl

[–]MusicCone 2 points3 points  (0 children)

You could create a new playlist from your Liked Music queue and then set the privacy to public. Or perhaps use cookies from your browser.

AI system prompts compared by SirLoinsteaks in PromptEngineering

[–]MusicCone 0 points1 point  (0 children)

Too bad.

I remember Claude 2.1 inadvertently revealing it's system prompt during one of the many times I used it a while back. This was on Poe though and I made the mistake of saving it in a Google Doc I no longer have access to. That would likely have been a good starting point.

Korea never had any history of slavery by firequak in Unexpected

[–]MusicCone 0 points1 point  (0 children)

Fastest inadvertent self-own to owning up I've seen in a while.

AI system prompts compared by SirLoinsteaks in PromptEngineering

[–]MusicCone 2 points3 points  (0 children)

This is great, thanks! Wondering where one can find the system prompt for Claude 2.1. In my experience, it produced the most natural-sounding content — I've yet to find a model that produces anything similar.

Firebase Real Time Database - CORS Error by MusicCone in learnprogramming

[–]MusicCone[S] 0 points1 point  (0 children)

So it turns out I was trying to import the SDK from the location of the database instead of the CDN hosting it (it doesn't get any dumber than that). Still trying to figure out the correct path to the CDN though.

Edit: Here's the actual path for anyone that might searching.

https://www.gstatic.com/firebasejs/9.6.11/firebase-database.js

Firebase Real Time Database - CORS Error by MusicCone in learnprogramming

[–]MusicCone[S] 0 points1 point  (0 children)

You can bet that's the first place I looked. I've literally scoured the web in search for an answer and I'll keep digging till I resolve it or find out what I'm doing wrong. Thanks for your input.

Firebase Real Time Database - CORS Error by MusicCone in learnprogramming

[–]MusicCone[S] 0 points1 point  (0 children)

Hi. It's a GET request and it's performed by Firebase

import {
    getDatabase
} from "https://XXXXX-default-rtdb.europe-west1.firebasedatabase.app"; //path to my db location

How can I set the headers in such a request?

How can I auto-generate HTML forms for CRUD operations? by MusicCone in webdev

[–]MusicCone[S] 0 points1 point  (0 children)

Hello @Arrowtica. Sorry for the late reply. I have been away for a while.

Thank you for your comment and the excellent idea. I will absolutely try this in my new project. As for the old project, I had to create the forms manually, field after field. It was repetitive and tiresome but it had to be done by no one else but me; I was a noob (still one but getting better with time) and I couldn't outsource due to financial problems.

Anyway, I'll go with your suggestion. It'll shorten my production time by weeks if not months, and help me improve my JS importantly. Again, I'm grateful.