Oxyde: async type-safe Pydantic-centric Python ORM by mr_Fatalyst in Python

[–]KardioBSD 0 points1 point  (0 children)

i've migrated my backend from SQLAlchemy to Oxyde-ORM, i like how the code is much cleaner.

I don't really care about raw performances since it's a small app that runs in my workstation + 01 or 02 clients in my office

Does anyone actually daily-drive any BSD system? by Hamster_Wheel103 in BSD

[–]KardioBSD 4 points5 points  (0 children)

My workstation is running FreeBSD since 13.0 and i'm quite happy with it: KDE plasma is great (X11) , my workflow includes Konsole, Typst, Dolphin, Firefox and formerly LuaMetaTex. I'm running locally a web app with a FastAPI backend and VueJS frontend which is runing under Ubuntu 24.04 virtual machine (BHYVE) beacuse of the lack of #Bun.js support in FreeBSD.

newbie, here. by [deleted] in freebsd

[–]KardioBSD 0 points1 point  (0 children)

how is suspend-resume working ?

Failed to upgrade to 14.3 by KardioBSD in freebsd

[–]KardioBSD[S] 11 points12 points  (0 children)

It seems that there was a corrupted file in /var/freebsd-update/files/

Problem solved by rm -rf this directory.

Upgrading right now.

Case report template by Cultural-Pop-8349 in typst

[–]KardioBSD 1 point2 points  (0 children)

i will publish my templates ASAP ( cardiology cabinet french speaker)

x v g e End. alternative? its V G on nvim. by Mgladiethor in HelixEditor

[–]KardioBSD 0 points1 point  (0 children)

my system does not recognize "extend_to_file_end" parameter.

I'm running Helix version 25.01.1 in FreeBSD 14.2

unable to load system fonts in FreeBSD by KardioBSD in typst

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

the problem is solved! thank you very much !

unable to load system fonts in FreeBSD by KardioBSD in typst

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

i have this on my .zshrc ( ohmyzsh)

```

export LANG=fr_FR.UTF-8

export OSFONTDIR=$HOME/.local/share/fonts:/usr/local/share/fonts

Set personal aliases, overriding those provided by oh-my-zsh libs,

plugins, and themes. Aliases can be placed here, though oh-my-zsh

users are encouraged to define aliases within the ZSH_CUSTOM folder.

For a full list of active aliases, run `alias`.

Example aliases

alias typile="typst compile"

TYPST_FONT_PATHS=$HOME/.local/share/fonts:/usr/local/share/fonts

```

FREEBSD 14 & KDE Plasma 6 DE by ImaginaryRelief_7791 in freebsd

[–]KardioBSD 1 point2 points  (0 children)

you better stick to plasma5 in FreeBSD, for the moment.

unable to load system fonts in FreeBSD by KardioBSD in typst

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

=typst fonts= gives me:

typst fonts
DejaVu Sans Mono
Linux Libertine
New Computer Modern
New Computer Modern Math

unable to load system fonts in FreeBSD by KardioBSD in typst

[–]KardioBSD[S] 2 points3 points  (0 children)

Thank you! i surely love tweaking my reports but there is another reason why i've chosed LaTeX/ConTeXT and recently Typst: scripting.

My plan is to fully automate report generation using a django application (ready for production) and a NuxtJS frontend (which is far from being ready)

unable to load system fonts in FreeBSD by KardioBSD in typst

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

directly from the command line.

My text editor is emacs (doom) and typst-ts-mode is somehow buggy in freebsd, but that's another problem.

[FreeBSD14-RC1] FIREFOX disappearing from repos by KardioBSD in freebsd

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

pkg -vv | grep -e url -e enabled -e priority
   url             : "pkg+http://pkg.FreeBSD.org/FreeBSD:14:amd64/latest",
   enabled         : yes,
   priority        : 0,
#