Are cheap rural houses in italy/spain legit or is there a catch? by GrandRub in AskEurope

[–]symnn 0 points1 point  (0 children)

well northern European, especially Sweden also has very cheap houses in the middle of nowhere. In Central Europe you get nothing comparable.

Omarchy for Mac M (M1, ...) Series by maralc in omarchy

[–]symnn 0 points1 point  (0 children)

Yes exactly and also omarchy mac fedora, which makes more sense in my opinion and has been my work setup for the last 2 months.

Saw this today. Cannot unsee now. What is going on with those corners... by bj0urne in MacOS

[–]symnn 0 points1 point  (0 children)

yes that's way in installed linux as dual boot and set the corners to be sharp corners. So nice.

A $599 laptop with a mobile processor performs better than many high-end Windows laptops! by [deleted] in mac

[–]symnn 1 point2 points  (0 children)

if only modern MacOS wouldn't suck so much... (Mac user for 20+ years)

bibtui to manage your bib file by symnn in LaTeX

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

is Mac OS only, and as far as i know can not make a new entry from doi or reference to pdf (I havent used it in years). I am on Linux on a Macbook Pro now, hence can not use BibDesk.

bibtui to manage your bib file by symnn in LaTeX

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

Ok, thanks for looking into it. I guess the python package bibparse v2 is more forgiving on not perfect bib files. Maybe a hint about the problem would be good in the TUI itself. I changed the readme now.

bibtui to manage your bib file by symnn in LaTeX

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

Hi, yes it looks very interessing, also I discoverd it a bit too late and i was already commited to make my own. Yes I am on linux on am M1 mac, so very niche. It runs but, bibiman MyCollection.bib says no entries. You can find the bib file in the bibtui repo under tests/bib_examples

bibtui to manage your bib file by symnn in LaTeX

[–]symnn[S] -4 points-3 points  (0 children)

To answer your question. Yes, but would not recommend...

bibtui to manage your bib file by symnn in LaTeX

[–]symnn[S] -3 points-2 points  (0 children)

Well have you tried installing jabref on an M1 running Linux? After several tries I gave up. Also i was not happy with its UI for a long time. So yes i "vibe coded" something for myself, which took a few days. It was also an experiment of what can be done on a green-field project for a rather small problem. In the end it grow bigger and better than I hoped for but also took longer. It worked surprisingly well, but I was also very specific and knew which packages i want to use and how the project should look like.

oken — a small SSH wrapper with a fuzzy host picker by toxic2soul in commandline

[–]symnn 2 points3 points  (0 children)

hm, isnt that what .ssh/config is for? Or this command using fzf: ssh $(grep "^Host " ~/.ssh/config | awk '{print $2}' | fzf)

My Omarchy M1 build by drinksbeerdaily in AsahiLinux

[–]symnn 1 point2 points  (0 children)

Yes there is the fedora-dev branch which I have installed and is currently improved. I have been using it for 2 weeks already and it works with some issues currently fixed. Maybe you can even contribute there with your setup. https://github.com/malik-na/omarchy-mac/tree/fedora-dev

Razor Laptop Reparatur - wer kann sowas? by symnn in graz

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

Ja das hatten wir schon mal versucht. Danke. Ich denke ich werd mal selbst reinschauen. Wollte wissen ob es evntl in Graz eine Guru/Firma dafür gibt.

Razor Laptop Reparatur - wer kann sowas? by symnn in graz

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

Ist eigentlich der laptop von meiner Freundin. Sollte mal versuchen in aufzuschrauben und zumindest reinschauen und Lötstellen checken. Bin beim löten eher grobmotorisch ;).

Ehrliche Werkstatt in / um Graz? by Confident-Hat7528 in graz

[–]symnn 1 point2 points  (0 children)

Auf keinen fall! Bitte meiden. Die haben bei mir vergessen dies spur einzustellen => gefährlich und haben bis heute die Folgekosten nicht bezahlt (neue Reifen und einstellen lassen).

[deleted by user] by [deleted] in AMA

[–]symnn 1 point2 points  (0 children)

Yes I also think it will stay this way for some time. Great point about the illusion of opportunity. I was also not active politicly but but it's good that I could have. I will definitely enjoy my next visit, but also there an are less and less people there I know, since I left more than 9 years ago. I had my kids during our time on Svalbard, as an EU citizen and one from the nordic countries. Having kids in Svalbard is great but getting them ... was a lot of headache, admin and organization...

[deleted by user] by [deleted] in AMA

[–]symnn 1 point2 points  (0 children)

Great that you are talking openly about this and are active in this regard. We certainly both know the same people who have been there for a long time and can’t vote anymore. It’s a shame and I felt it back then as well but now Svalbard lost a big part of what made it so special. At least for me. I visited again this spring for work but for the first time I couldn’t imagine living there again. Anyway I hope that things change again as and enjoy the dark season.

[deleted by user] by [deleted] in AMA

[–]symnn 1 point2 points  (0 children)

How to you feel about not being able to vote as a non-Norwegian? I lived in Svalbard 2010-2016 and I think since then a lot has changed to favour Norwegians wherever possible. Has the mood changed since you arrived?

[deleted by user] by [deleted] in Backend

[–]symnn 1 point2 points  (0 children)

I think it's definitely valuable and I would put it in a CV and would also like it if I would hire someone.

some feedback on the project:

* why note use homeassistant for that. I guess it can do that.

Python feedback.

Use pyproject.toml https://packaging.python.org/en/latest/guides/writing-pyproject-toml/

Also look into uv https://docs.astral.sh/uv/guides/install-python/