elmerdahl

joined 2 months ago
[–] [email protected] 3 points 2 weeks ago* (last edited 2 weeks ago)

Let's go European when watching this :-) https://www.dailymotion.com/video/x9kgpfq

#deGoogle

 

I'm trying to build my latest web project using only European software and services, but there are so many web analytics alternatives. Does anyone have any experience with any of these? Any tips or guidance is very welcome.

For the 'goeuropean-nerds' out there, this is what I'm using for the other bits:

  • .eu domain
  • upcloud.com (finish hosting company, server located in Frankfurt DE)
  • Theia - Open Source IDE
  • Codestral (Mistral) AI agent to assist in coding tasks

Unfortunately I couldn't find a way to connect Codestral to any IDE (Webstorm, CZ or Theia) without involving Continue which I''m not sure where they're from, but I'm guessing US...

So any experience in picking a European Web Analytics service?

[–] [email protected] 1 points 1 month ago (1 children)

Hi Zerush, thanks for replying and providing the reference link, but did you read what I wrote? I can change the font size in devtools no problem, and I have it docked. But the font size is only "persisted" for that particular window unlinke the behaviour in Chrome and Firefox.

So each time I open devtools in a window I have to manually increase the font size two "notches" to suite my particular personal preference. I certainly hope the Vivaldi team fixes that for us developers.

4
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]
 

Is there a way to set the font size larger in dev tools (the elements tab). It's always two "cmd +" steps too small for me and unlike Chrome it doesn't remember that you changed it.

[–] [email protected] 1 points 2 months ago* (last edited 2 months ago)

I guess you're right, it doesn't work on Lemmy web like I thought it did. I was looking at Lemmy in Arctic (iOS app).

As for Mastodon I've had no luck in the iOS app nor in the Web UI, nor in Whalebird (MacOS app).

[–] [email protected] 2 points 2 months ago

I agree that tech sovereignty is desirable so that we can’t get blackmailed like Ukraine. I’ve switched almost all my software.

Perhaps obvious to everyone but it didn’t dawn on me until today add those ratings and reviews to your new apps in the app or play stores to give them a boost in visibility and ranking for people who are less nerdy and less aware.

[–] [email protected] 1 points 2 months ago

I’ve signed up with Jimdo which is German to transition from Adobe portfolio… haven’t had time to use it yet though. It’s on my list…

https://www.jimdo.com/examples/

 

~~It works on Lemmy and Bluesky…~~

It works on Lemmy in the Arctic iOS app and on Bluesky… (edited after [@[email protected]] (https://szmer.info/u/Ludrol) corrected me).

https://www.dailymotion.com/video/x9h9tkm

https://lemm.ee/comment/19452399

[–] [email protected] 12 points 2 months ago* (last edited 2 months ago)

This would be great to watch degoogled on Dailymotion or Alugha. 😍

I don’t understand why DW and France 24 only put out a tiny bit of their clips on Dailymotion. They put out some https://www.dailymotion.com/video/x9h9tkm

[–] [email protected] 4 points 2 months ago

Would be wonderful if someone could share this on Dailymotion or Alugha. 🤩

[–] [email protected] 1 points 2 months ago* (last edited 2 months ago) (1 children)

you can mention a Lemmy comm from a Mastodon toot and it’ll create a thread in that Lemmy comm

Thanks! Yes, this is probably the relationship between them I couldn't put my finger on. But do all the replies to the Lemmy comm automatically get mirrored as replies in the Mastodon toot as well?

 

I seem to find most of the stuff I read posted both on Lemmy and Mastodon. What is the connection? What is the difference?

I do understand it's too different platforms (servers, code bases), but what is the intersection between them?

[–] [email protected] 2 points 2 months ago

I think I found the answer

Tools -> Create command line launcher

You'll be asked to add /Applications/WebStorm.app/Contents/MacOS to your $PATH

Then you can

cd /path/to/project
webstorm .

Worked for me at least.

Credit goes to LazyOne on StackOverflow

 

Is there a way to open a folder (a project) from terminal like in VS Code where you can

cd path/to/project
code ./

And VS Code opens up with that project (directory) ready

[–] [email protected] 1 points 2 months ago

In the settings it says "Prettier package not specified. But I'm using the "Automatic prettier configuration" option and it works perfectly when triggered manually through the contextual menu (right clicking).

 

How do I get Webstorm to format with prettier on save? There's the manual "reformat with prettier" command that works like a charm, but how do I trigger it on save?