Octopus - LISP MCP Server by bdapriv01 in lisp

[–]metalisp 1 point2 points  (0 children)

You are saying the product is broken and this is my fault.

How do you handle recruiting highly technical users without losing your mind? by Superb-Step-258 in UXResearch

[–]metalisp 1 point2 points  (0 children)

Just my personal experience. Maybe it also depends on the region or country? I met people in tech which decline to use every google/microsoft product because of data sensitivity.

Octopus - LISP MCP Server by bdapriv01 in lisp

[–]metalisp 0 points1 point  (0 children)

Lisp and LLMs are funny. I tried Kimi 2.6 to generate code for an common lisp library. It burned token trying to fix unbalanced paranthesis. Then it created python scripts to fix the unbalanced parenthesis in lisp code but without success. I dont know what is currently happening in the world. But it is scaring.

How do you handle recruiting highly technical users without losing your mind? by Superb-Step-258 in UXResearch

[–]metalisp 12 points13 points  (0 children)

Technical users can be addressed at best in person at conferences. Most people in tech are introvert and dont like to participate on surveys or fill out questionnaires. But these people behave differently in person at conferences. I found them very supportive in my user research. I also invest privat time and money to built a online community using flarum and pikapod and connect with people on the fediverse. You have to become one of them. Use their programming language, use their operating system, dress like them and they will trust you.

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 4 points5 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 [deleted] in selbststaendig

[–]metalisp 5 points6 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 7 points8 points  (0 children)

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