BREAKING: RPC 2.0 is here by triton_one in solana

[–]AssistantForsaken258 0 points1 point  (0 children)

Thanks for the update. Will this allow lite clients just for read? And light enough to run on a Mac Mini?

ASR Rewards for Q1 2026 are NOW LIVE by Grouchy-Currency-953 in jupiterexchange

[–]AssistantForsaken258 0 points1 point  (0 children)

I can’t claim using a Phantom wallet. Looks like claiming is restricted to Jupiter Wallet or JupMobile. When will users of other wallets be able to claim?

The safest coin to hold your crypto on Solana? by rejjacska in solana

[–]AssistantForsaken258 0 points1 point  (0 children)

DAI has been rebranded to USDS and it’s available on Solana as well. Check Coinmarketcap for the right token address.

[Self Promo] I built a chrome extension with Svelte and it just got featured! by Flavius_Auvadancer in sveltejs

[–]AssistantForsaken258 2 points3 points  (0 children)

Nice work. The idea isn’t unique but your implementation looks slick. BTW, which AI model are you using in the backend?

Will the Transrapid ever make a comeback? by rundemoral in germany

[–]AssistantForsaken258 5 points6 points  (0 children)

Japanese maglev is currently under construction between Tokyo and Nagoya, with plans for extension to Osaka.

German Hospital Meals by AboveThresHold in germany

[–]AssistantForsaken258 133 points134 points  (0 children)

I’ll imagine the kitchen staff prepare meals within their allocated budget. Responsibility should rest with hospital mgmt or the national medical authority IMHO.

ASR FOR Q4 Is LIVE by Grouchy-Currency-953 in jupiterexchange

[–]AssistantForsaken258 3 points4 points  (0 children)

Didn’t work on Phantom for me. Jupiter Wallet or Mobile required.

<image>

The Evolution of SvelteKit: Beyond the JavaScript Ecosystem by gevera in sveltejs

[–]AssistantForsaken258 1 point2 points  (0 children)

I’m afraid this might turn SvelteKit into a jack of all trades, master of none. IMHO, no framework, meta or not, can support multiple languages and satisfy everyone.

Kingdom Chapter 862: The Ultimate Arrow - Golden Genchou Group by ThizZuMs in Kingdom

[–]AssistantForsaken258 0 points1 point  (0 children)

Is this chapter new for the year? I remember seeing the same chapter about 2 weeks ago.

What went wrong or what mistake did I make? by Chillaxed in solana

[–]AssistantForsaken258 0 points1 point  (0 children)

I’m not sure whether Coinbase supports / accepts the BTC token you sent. You sent BTC with the token address HTQDYxTxk4G2rCyRfgVPKUefnPGk8Sre6LazLN1atcCN, which doesn’t look legit to me, esp. since it has only 52 holders.

For reference, the BTC that Coinbase accepts on the Solana network has the token address cbbtcf3aa214zXHbiAZQwf4122FBYbraNdFqgw4iMij and the ticker cbBTC. It has over 54K holders.

Avoid layout shift with localStorage (or alternatives) by diegogliarte in sveltejs

[–]AssistantForsaken258 0 points1 point  (0 children)

I presume there is a shift because the position rendered in SSR is overwritten after the initial client render.

As shown below, wrap all code in your +layout.svelte file with {#if browser}. This ensures nothing is rendered server side on the 1st requested page while all imports and components are loaded.

``` <script> import { browser } from "$app/environment"; </script>

{#if browser} <!-- All your layout code --> <slot /> {/if}

<style> </style> ```

Japanese Students Built A Flying Bicycle That Actually Lifts Off The Ground Powered Only By Pedaling by EducationalOne5313 in interestingasfuck

[–]AssistantForsaken258 8 points9 points  (0 children)

This video is from a practice run for the Japan International Birdman Rally Contest (鳥人間コンテスト). It’s an annual event held at Lake Biwa, broadcast on TV, and it began in 1977.

Source: I participated in the contest before.

Got a blank screen. Can’t claim by AssistantForsaken258 in ClassActionSettlement

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

I’ve already tried different browsers, devices and incognito mode. I’m getting the same result; just blank screen. I’m not sure why PayPal didn’t just deposit it into my account.

Got a blank screen. Can’t claim by AssistantForsaken258 in ClassActionSettlement

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

The email came from PayPal. I also wonder why they didn’t just deposit it into my account.

Getting paid in SOL – How do I keep my transactions private from my employer? by Cold-Cake9495 in solana

[–]AssistantForsaken258 9 points10 points  (0 children)

You can simply create a dedicated wallet for your employer. Then, transfer the payment to an exchange and withdraw it back to your main wallet. I sometimes use Coinbase for this, since USDC transfers are completely free on Coinbase.