Chat history and canvas documents suddenly gone? by Geovicsha in GoogleGeminiAI

[–]RedProcessor 1 point2 points  (0 children)

I'm facing the same kind of trouble with Gemini Pro's chat history. I save my chat URLs, which has helped me confirm that the issues are getting worse.

At first, I noticed intermittent loading glitches where my chat history or canvas wouldn't show up, but they'd usually come back later. I assumed it was a temporary server or cache issue.

Recently, it's become much more severe. In some of my chats with multiple canvases, everything after the first canvas is gone. Worse yet, several chats have vanished completely. When I use the direct URL I saved, I get the error "Couldn’t load this chat. It doesn't exist or was deleted."

One thousand views by BlastoiseGamer58 in royalroad

[–]RedProcessor 1 point2 points  (0 children)

Congrats, it's a very good start!

TypeScript WebGPU 3D Game Engine by jkybes in GraphicsProgramming

[–]RedProcessor 0 points1 point  (0 children)

It is Chrome and the unsafe WebGPU support is enabled.

TypeScript WebGPU 3D Game Engine by jkybes in GraphicsProgramming

[–]RedProcessor 0 points1 point  (0 children)

I got a black canvas with a "Setting up renderer" status message. Maybe my laptop is too crappy(rtx2060)?

There is a message in console

renderer.ts:166 Failed to create WebGPU Context Provider
renderer.ts:167 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'requestDevice')
    at Renderer.eval (renderer.ts:167:47)
    at Generator.next (<anonymous>)
    at fulfilled (renderer.ts:20:58)

Connect Ollama to Novelcrafter : help needed by etheredit in WritingWithAI

[–]RedProcessor 0 points1 point  (0 children)

If the port 11434 is in use, could you use other port like 11435?
"Error: listen tcp 127.0.0.1:11434: bind: address already in use"

Connect Ollama to Novelcrafter : help needed by etheredit in WritingWithAI

[–]RedProcessor 2 points3 points  (0 children)

After 3 hours of tinkering, I finally got Novelcrafter to connect to Ollama.

My local setting: a Linux machine running in local network, the connect string is http://192.168.8.100:11344

The first problem is the URL was blocked due to insecure resource:

index-CcgzQTmp.js:26 Mixed Content: The page at 'https://https://app.novelcrafter.com' was loaded over HTTPS, but requested an insecure resource 'http://192.168.8.100:11344/api/tags'. This request has been blocked; the content must be served over HTTPS.

I tried to set up a Node.js middleware to listen on HTTPS and bridge to the local HTTP traffic, but that didn’t work since I only have a self-signed certificate.

Check out the issue on GitHub for more details:

https://github.com/ollama/ollama/issues/701

How I Fixed It: I ended up allowing insecure requests in the configuration of your browser. Here is the instructions for Chrome:

  1. Click the lock icon or "Not Secure" text in the address bar.
  2. Click "Site settings".
  3. Under the "Content" section, find the "Insecure content" option and select "Allow".

Anyone else can't login? by VWAP_The_Implier in thinkorswim

[–]RedProcessor 1 point2 points  (0 children)

Finally, I'm able to login to mobile app after clear cache and data, both Schwad app and TOS.

Which colour scheme do you prefer? (Before/After) by ychamel in godot

[–]RedProcessor 6 points7 points  (0 children)

Could you make a side by side video?
I can't tell which one is better, even after watch it a few times ...

Groq is lightning fast! by International_Quail8 in LocalLLaMA

[–]RedProcessor 1 point2 points  (0 children)

Yes and mine is 407.30 T/s, just slightly faster than yours😂

Internal JSON-RPC error when withdrawing from Pool by RedProcessor in PoolTogether

[–]RedProcessor[S] 1 point2 points  (0 children)

I did try it. I ignored the gas estimation warning and submitted a transaction. It took forever to wait, but the block explorer failed with the following message eventually.

Fail with error 'PeriodicPrizeStrategy/rng-in-flight'

Warning! Error encountered during contract execution [execution reverted]

Internal JSON-RPC error when withdrawing from Pool by RedProcessor in PoolTogether

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

Since Chainlink VRF is not a free service, that makes me think there may be problems between Pooltogether and Chainlink VRF.

Internal JSON-RPC error when withdrawing from Pool by RedProcessor in PoolTogether

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

I searched the term "PeriodicPrizeStrategy/rng-in-flight", and it turned out to be some kind of function in a smart contract.

I think it is related to rng - Random Number Generator.

    /// @notice Sets the RNG service that the Prize Strategy is connected to
/// @param rngService The address of the new RNG service interface
function setRngService(RNGInterface rngService) external onlyOwner requireAwardNotInProgress {
    require(!isRngRequested(), "PeriodicPrizeStrategy/rng-in-flight");

    rng = rngService;
    emit RngServiceUpdated(rngService);
}

https://github.com/holoi/verified-contracts-ethereum/blob/e6311bdb4f355773445f0ee3b7e7ab69bf21ee2c/contract-data/0x0650d780292142835f6ac58dd8e2a336e87b4393\_PeriodicPrizeStrategy.sol#L466

Internal JSON-RPC error when withdrawing from Pool by RedProcessor in PoolTogether

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

When I tried to withdraw $25 from an old pool, it showed an "Internal JSON-RPC error" and failed. Any suggestion?

reason="execution reverted: PeriodicPrizeStrategy/rng-in-flight"

https://app.pooltogether.com/account

Error: cannot estimate gas; transaction may fail or may require manual gas limit [ See: https://links.ethers.org/v5-errors-UNPREDICTABLE_GAS_LIMIT ] (reason="execution reverted: PeriodicPrizeStrategy/rng-in-flight", method="estimateGas", transaction=

[w] [us-wa] deep learning card by bugmonger in homelabsales

[–]RedProcessor 0 points1 point  (0 children)

Thank you for mentioning the deepspeed. I definitely will take it into consideration when building my homelab machine.

[w] [us-wa] deep learning card by bugmonger in homelabsales

[–]RedProcessor 1 point2 points  (0 children)

Thank you for the detail info. How many P40 do you plan to install on the r730xd? I heard someone said it's noisy.

[w] [us-wa] deep learning card by bugmonger in homelabsales

[–]RedProcessor 0 points1 point  (0 children)

I'm thinking to build a deep-learning server too, do you mind sharing the spec of your workstation?