elmerdahl

joined 1 year ago
[–] elmerdahl@lemm.ee 3 points 1 year ago* (last edited 1 year 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?

1
submitted 1 year ago* (last edited 1 year ago) by elmerdahl@lemm.ee to c/vivaldi_browser@lemmy.ml
 

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.

 

~~It works on Lemmy and Bluesky…~~

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

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

https://lemm.ee/comment/19452399

 

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?

 

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

 

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?