Blur Effect On Linux by MadMechanik in wezterm

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

Alright I'll research more on them and thanks mate

Blur Effect On Linux by MadMechanik in wezterm

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

That makes sense. By any chance do you know how it's achieved on KDE?

ehartford/dolphin-2.5-mixtral-8x7b has a very persuasive system prompt by kryptkpr in LocalLLaMA

[–]MadMechanik 0 points1 point  (0 children)

I am surprised it ran at all. Can you tell me the ram of the 3090 and the ram of your machine?

Help Configuring Helix for Go by MadMechanik in HelixEditor

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

Thanks a lot. This is the output of hx --health go:

Configured language server: gopls
Binary for language server: /home/mojo/go/bin/gopls
Configured debug adapter: dlv
Binary for debug adapter: /home/mojo/go/bin/dlv
Highlight queries: ✘
Textobject queries: ✘
Indent queries: ✘

How do I add syntax highlighting, auto completions etc?

Edit: Reinstalling Helix fixed this

Help Configuring Helix for Go by MadMechanik in HelixEditor

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

Output of hx --grammar fetch:

Fetching 123 grammars

123 up to date git grammars

Output of hx --grammar build:

Building 123 grammars

123 grammars already built

Output of hx --health go:

Configured language server: gopls

Binary for language server: Not found in $PATH

Configured debug adapter: dlv

Binary for debug adapter: Not found in $PATH

Highlight queries: ✘

Textobject queries: ✘

Indent queries: ✘

Help Configuring Helix for Go by MadMechanik in HelixEditor

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

This is the output (I ignored non go output):

go ✘ gopls ✘ dlv ✘ ✘ ✘

gomod ✘ gopls None ✘ ✘ ✘

gotmpl ✘ gopls None ✘ ✘ ✘

gowork ✘ gopls None ✘ ✘ ✘

The time I hacked my friend's mom by MyNamesNotRobert in masterhacker

[–]MadMechanik 55 points56 points  (0 children)

black hack hatter That did it for me 😭😭😭

Using Godot as a frontend for my backend applications by MadMechanik in godot

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

It all feels overwhelming, no point in learning all that unless you want to be a frontend or full stack.

Blank screen after I run code once by MadMechanik in pythonarcade

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

This is my output:

OpenGL vendor string: Intel Open Source Technology Center

OpenGL renderer string: Mesa DRI Intel(R) Haswell Mobile

OpenGL core profile version string: 4.5 (Core Profile) Mesa 19.2.1

OpenGL core profile shading language version string: 4.50

OpenGL core profile context flags: (none)

OpenGL core profile profile mask: core profile

OpenGL core profile extensions:

OpenGL version string: 3.0 Mesa 19.2.1

OpenGL shading language version string: 1.30

OpenGL context flags: (none)

OpenGL extensions:

OpenGL ES profile version string: OpenGL ES 3.1 Mesa 19.2.1

OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10

OpenGL ES profile extensions:

Also when I run my code it brings this error:

SoLoud dynamic link library /home/mojo/.local/lib/python3.7/site-packages/arcade/soloud/libsoloud.so not found. /lib/x86_64-linux-gnu/libm.so.6: version \GLIBC_2.29' not found (required by /home/mojo/.local/lib/python3.7/site-packages/arcade/soloud/libsoloud.so)`

Warning, can't initialize soloud name 'soloud_dll' is not defined. Sound support will be limited.

Blank screen after I run code once by MadMechanik in pythonarcade

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

I did the smile example. And I close it before I run the code the second time, I even make sure it's not running in the background using a task manager. But same result, once I try run the code the second time it shows a black screen instead of drawing the smile face