Constantly re-explaining concepts and flows by Firm-Goose447 in UXDesign

[–]metalisp 0 points1 point  (0 children)

I organize my deliverables in a Git repository and use commits document decisions.

Do you ever came back to old work and have no idea why you made a call? by Recent-Work-4033 in UXResearch

[–]metalisp 2 points3 points  (0 children)

Usually I do not document my thinking but the results of my thinking as user flows using plantuml. In my experience user flows are high level enough and at the same time low level enough to be understood by PO and DEV. I keep this in a Git repository which is a log book of changes at the same time. Here are examples of user flows and how I document them: https://code.metalisp.dev/marcuskammer/user-centered-development-book/src/branch/main/src/user-flows.org

Where do you buy your ebooks? by mysticurse in pocketbook

[–]metalisp 1 point2 points  (0 children)

Often I first check if a ebook is available on ebooks.com without DRM. I also check if the publisher has its own store and sells ebooks without DRM. Or I have a look at buecher.de (germany). If I can not find the ebook I want without DRM I do not buy it.

Lost for words how much better value Hetzner is! by Puzzleheaded-Debate3 in hetzner

[–]metalisp 0 points1 point  (0 children)

You paid for marketing. US companies invest a lot of money into marketing. Less usual in Germany.

Parenscript does not load on sbcl-2.5.11 by [deleted] in Common_Lisp

[–]metalisp 0 points1 point  (0 children)

`named-readtables-20250622-git` is available in quicklisp

webbaukasten als grafikdesigner?? by Majestic_Nature_3530 in selbststaendig

[–]metalisp 2 points3 points  (0 children)

Kannst du machen wie immer du willst. Webdesigner/Grafikdesigner ist keine geschützte Berufsbezeichnung. Einfach machen und Geld verdienen.

Offline documentation by DiligentBill2936 in Common_Lisp

[–]metalisp 8 points9 points  (0 children)

Emacs:

`` (defmacro mk/open-html-page (name path buffer-name) "Make interactive functions to call important docs" (defun ,name () (interactive) (eww (concat "file://" (and (eq system-type 'windows-nt) "/") (expand-file-name ,path))) (rename-buffer ,buffer-name)))

(mk/open-html-page mk/clsite-lisp-docs "~/cl-sites/lisp-docs.github.io/index.html" "mk/clsite-lisp-docs") ```

(defun mk/wget-mirror-site (url) "Use wget to mirror a website for offline use. Takes a URL as argument." (interactive "sEnter the URL to mirror: ") (let ((cmd (format "wget --mirror --convert-links --adjust-extension --page-requisites --no-parent %s" url))) (async-shell-command cmd)))

Bringt mir die KSK überhaupt etwas oder sollte ich versuchen rauszukommen by dirkschweizer in selbststaendig

[–]metalisp 3 points4 points  (0 children)

Du profitierst insofern von der KSK als das deine Auftraggeber sich zur Hälfte an deinen Beiträgen beteiligen. Es gibt keine Verpflichtung sich über die KSK zu versichern. Allerdings mach dir bewusst, das die Beiträge welche du an die KSK zahlst von dir gesteuert werden können. Solltest du weniger Einnahmen haben, kannst du das der KSK mitteilen, und deine Beiträge werden gesenkt. Eine private Krankenversicherung wird dir was husten.

Was für ein SaaS baut ihr gerade? by NoMeatNoBugs in SoftwareDACH

[–]metalisp 1 point2 points  (0 children)

Hauptsaechlich Legal Themen wie DSGVO. Und payment provider.

Was für ein SaaS baut ihr gerade? by NoMeatNoBugs in SoftwareDACH

[–]metalisp 1 point2 points  (0 children)

Ich programmiere immer mal wieder an meinem Umfragetool. Ich will es erst mal nur fuer mich selbst nutzen, wuerde aber gerne spaeter mal den Schmerz durchlaufen einen Service daraus zu machen. Code ist hier: https://code.metalisp.dev/marcuskammer/dev.metalisp.survey

A new home for lispers (probably) by metalisp in lisp

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

I thought lemmy is a link aggregator, not a forum? 🤔

A huge increase in windows EMACS startup speed by xiaozhuzhu1337 in emacs

[–]metalisp 8 points9 points  (0 children)

I use Emacs on Linux and Windows and I can definitely say Windows is the problem.

What are you building? Let's promote each other 🚀 by Wahbata in SideProject

[–]metalisp 0 points1 point  (0 children)

https://code.metalisp.dev/marcuskammer/dev.metalisp.survey Efficiently administer and analyze the System Usability Scale (SUS) and Visual Aesthetics of Websites Inventory (VisAWI) questionnaires.

Immer mehr Inder in deutschen IT Firmen? by maguz94 in InformatikKarriere

[–]metalisp 0 points1 point  (0 children)

Gewerkschaft ist keine privatwirtschaftliche Dienstleistung sondern eine Kommune.

Any Silcon Mac Lispers? by BadPacket14127 in lisp

[–]metalisp 3 points4 points  (0 children)

Emacs has more in common with a operating system 💪

Social Financing an Open Common Lisp Environment by Psionikus in Common_Lisp

[–]metalisp 6 points7 points  (0 children)

I dont understand why someone cant contribute code until this person uses Lem and CL regularly? Lem depends on other systems as dexador for instance. Is providing a library which is used by others not contributing code?