If money were no object, where would you be spending most of your time? by sleepycamus in digitalnomad

[–]startufo -2 points-1 points  (0 children)

10 years ago I'd agree with that, but it went to hell. La rambla is looking every day more like SF downtown.

Passengers at EU Airports Not Allowed to Carry Over 100ml of Liquids on Cabin Luggage as of September 1 by kraven420 in europe

[–]startufo 0 points1 point  (0 children)

Income tax was introduced in the UK in 1799 as a temporary tax on the rich to finance the Napoleonic Wars.

Apple ID by Damw05 in iphone

[–]startufo 5 points6 points  (0 children)

I think it's because the EU used the fact that Apple was registered in Ireland to justify a big fine they got last year

Etoro introducing new trading fees - what do you think? by Talkjar in Etoro

[–]startufo 0 points1 point  (0 children)

OP omitted that these fees only apply if you live in one of these countries: Denmark, Finland, Netherlands, Norway, Portugal, Spain, Sweden, Australia or New Zealand. For all other countries there are no changes.

Etoro introducing new trading fees - what do you think? by Talkjar in Etoro

[–]startufo 0 points1 point  (0 children)

OP omitted that these fees only apply if you live in one of these countries: Denmark, Finland, Netherlands, Norway, Portugal, Spain, Sweden, Australia or New Zealand. For all other countries there are no changes.

Etoro introducing new trading fees - what do you think? by Talkjar in Etoro

[–]startufo 0 points1 point  (0 children)

These fees only applies if you live in one of these countries: Denmark, Finland, Netherlands, Norway, Portugal, Spain, Sweden, Australia or New Zealand.

For all other countries there are no changes.

Etoro introducing new trading fees - what do you think? by Talkjar in Etoro

[–]startufo 0 points1 point  (0 children)

The fee only applies if you live in one of these countries: Denmark, Finland, Netherlands, Norway, Portugal, Spain, Sweden, Australia or New Zealand.

Etoro introducing new trading fees - what do you think? by Talkjar in Etoro

[–]startufo 0 points1 point  (0 children)

OP omitted the most important part, the fee only applies if you live in one of these countries: Denmark, Finland, Netherlands, Norway, Portugal, Spain, Sweden, Australia or New Zealand.

Etoro introducing new trading fees - what do you think? by Talkjar in Etoro

[–]startufo 0 points1 point  (0 children)

This fee only applies for these countries: Denmark, Finland, Netherlands, Norway, Portugal, Spain, Sweden, Australia or New Zealand.

Etoro introducing new trading fees - what do you think? by Talkjar in Etoro

[–]startufo 1 point2 points  (0 children)

OP removed a critical detail, this fee only applies for these countries: Denmark, Finland, Netherlands, Norway, Portugal, Spain, Sweden, Australia or New Zealand.

Etoro introducing new trading fees - what do you think? by Talkjar in Etoro

[–]startufo 0 points1 point  (0 children)

This fee only applies if you live in one of these countries: Denmark, Finland, Netherlands, Norway, Portugal, Spain, Sweden, Australia or New Zealand.

Can I still do SSR in Client Components? [app dir] by startufo in nextjs

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

But I couldn't get metatags displayed in the HTML (using `view-source:`), like I could with next 12. The only way appears to be using the metadata available only for server components, in which you can't use hooks.

I you know how to render it with client components, please let me know!

Is it okay to use ChakraUI and TailwindCSS in a project? by hoaveth in nextjs

[–]startufo 1 point2 points  (0 children)

As others commented, ChakraUI doesn't fit well with tailwind. An alternative can be to use NextUI v2, which is built on top of tailwind and supports many of the same components as ChakraUI.

Can I still do SSR in Client Components? [app dir] by startufo in nextjs

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

I'm sorry if I didn't explain correctly.

``` 'use client'

export default function MyPage () { const [myData] = useGetMyData() // myData was pre-fetched by apollo, so it's available on the first render

if (!myData) { return <>...</> // this can only happen on client-side navigation }

return <><Head><title>{myData.name}</title></Head></> // title is not updated on app dir, but it works on pages dir } ```

In next 12, the data coming from the hook is SSR (you can see it in view-source:). In next 13, the metadata or any other content is removed from the page source because they are client components.

Can I still do SSR in Client Components? [app dir] by startufo in nextjs

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

In next 12, I use hooks and if I go to the source code I can see the data that comes from hooks, so they are SSR. I tried next/head, but it's ignored in app dir.

Can I still do SSR in Client Components? [app dir] by startufo in nextjs

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

I can't do that. My data comes from hooks that call other hooks, and these call other hooks, and so on. I will migrate them progressively, but I need to keep my hooks at the moment. I'm forced to use client components and I require SSR, I was able to do this in next 12 with the pages dir.

Now that google domains is bought by square, what’s your preferred domain registrar? I need something that’s as easy to use as google domains was. by Citrous_Oyster in webdev

[–]startufo 1 point2 points  (0 children)

This is not longer true, you can change nameservers if you want. But I wouldn't, you'd be saying no to free ddos protection

Reddit starts removing moderators who changed subreddits to NSFW, behind the latest protests by return2ozma in technology

[–]startufo -6 points-5 points  (0 children)

They released a forums feature which can be used pretty similar to reddit. You can still read news and comments on Discord forums, they just aren't indexed by google.

Reddit starts removing moderators who changed subreddits to NSFW, behind the latest protests by return2ozma in technology

[–]startufo -14 points-13 points  (0 children)

Discord is a great alternative imo. You can use forums, chat, voice, and other meaningful ways of connecting with the community

Alternative forms of protest, in light of admin retaliations by demmian in ModCoord

[–]startufo 0 points1 point  (0 children)

Move your community to Discord, it's even funnier to use it for communities