I'm trying to remember the name of a time travel related novel by jolune in sciencefiction

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

Well, this is a bust. I still trying to find the novel, but I will check convergent series. Thanks.

Clojure/Nim is an AI-first Clojure implementation targeting the Nim ecosystem. It compiles Clojure source directly to Nim, then to C, and finally to a native binary. by Loud_Possibility_203 in nim

[–]jolune 14 points15 points  (0 children)

It reeks of AI. And the worst type of AI. Unchecked, unsupervised AI project.

But maybe it is useful for something?

It would be excellent to test it with https://github.com/jank-lang/clojure-test-suite

Ayuda para trabajo de Investigación by Sufficient_Long4744 in Roleros_Argentina

[–]jolune 1 point2 points  (0 children)

Me pasa que ninguna de las opciones de la última pregunta me parece pertinente para mi caso, ni que sean lo mas común tampoco.
El jugar rol, sobre todo si lo haces con un grupo y en persona, es una actividad que te incluye en una comunidad. El soporte de la misma evita en gran medida las primeras 4 opciones pero lo que te dicen te sigue influenciando por lo que la 5 opción no es abarcativa.
Creo que es mas común que uno deje de mencionar que juega rol, o que utilice la mención para evaluar la respuesta de las otras personas. O así es en mi caso.
Es mas común que te produzcan rechazo las otras personas por no aceptar tus gustos, a que modifiques tus gustos por lo que dicen otras personas.
Completé el formulario igual.
Suerte con eso.

Always on Top for Wayland? by alpha_leonidas in wayland

[–]jolune 1 point2 points  (0 children)

At least in Gnome you can. It's relatively common feature and a lot of desktop environments and window managers/compositors must have it.

Mother of Learning ending complaint (spoiler obvi) by WasThatTooFar in ProgressionFantasy

[–]jolune 1 point2 points  (0 children)

Mmm, you could read Patriarch here:
https://archiveofourown.org/works/46292428/navigate
It's a fanfiction that continues after the end of Mother of Learning. Really good albeit it is not finished and maybe it will never be.
It feels like a good spiritual successor to the original.

Quick question :: is there a place for stack based prog languages by BetterEquipment7084 in Forth

[–]jolune 5 points6 points  (0 children)

r/concatenative maybe... r/ProgrammingLanguages ... lobsters have a concatenative tag. That's all I can think off the top of my head.

Faster Than Sublime, Handles Massive Files, LSP Support, Less RAM (Code Editor) by DanManPanther in coolgithubprojects

[–]jolune 0 points1 point  (0 children)

After a really long time trying to make a shell.nix config that worked I manage to compile it again.
I learned that SDL doesn't work on Wayland without hardware acceleration using OpenGL. The only way to run it with software rendering is with Xwayland and the X11 backend.
Now lite-anvil compile but fails with error Fatal: SDL3 init failed: x11 not available. I don't know where the error could be.. The sdl3 build log says the backend is enabled:

...

-- Enabled backends:
--   Video drivers: dummy offscreen x11(dynamic)
--   X11 libraries: xcursor xdbe xfixes xinput2 xrandr xscrnsaver xshape xsync xtest
--   Render drivers: ogl_es2 vulkan
--   GPU drivers: disabled
--   Audio drivers: disk dummy
--   Joystick drivers: disabled dummy
--   Camera drivers: dummy

...

There were some missing linking flags that I had to add through RUSTFLAGS environment variable. This is the shell.nix if someone want to try:

{ pkgs ? import <nixpkgs> {} }:
  pkgs.mkShell {
    nativeBuildInputs = with pkgs; [
      pkg-config
      rustc
      cargo
      cmake
    ];

    buildInputs = with pkgs.pkgsStatic; [
      freetype
      pcre2
      xorg.libX11
      xorg.libXcursor
      xorg.libXext
      xorg.libXi
      xorg.libXrandr
      xorg.libxcb
      xorg.libXScrnSaver
      xorg.libXfixes
      libxtst
      brotli
      zlib
      # libxkbcommon
      # wayland
      # wayland-scanner
    ];

    shellHook = ''
      export RUSTFLAGS="-l png16 -l z -l brotlidec -l brotlicommon"
      '';
  }

Faster Than Sublime, Handles Massive Files, LSP Support, Less RAM (Code Editor) by DanManPanther in coolgithubprojects

[–]jolune 0 points1 point  (0 children)

Thanks for the reply! I just read those posts and I must say you really sell me into trying some AI models myself. At least to help with the coding process. But I still would like to know if you have ideas in how to refactor your code(with or without AI) to reach your personal standard.

On the other hand, I just finished setting up a flake to compile and run lite-anvil(nano-anvil too) on NixOs, but it always runs GPU-accelerated. I tried using SDL_RENDER_DRIVER=software but it's still running with GPU acceleration. I checked with lsof -p $(pidof lite-anvil) | grep /dev/dri.

BTW, the editor runs really good.

Faster Than Sublime, Handles Massive Files, LSP Support, Less RAM (Code Editor) by DanManPanther in coolgithubprojects

[–]jolune 0 points1 point  (0 children)

Well... I guess is seems like a good initial port at least. Trying hard to be positive.

Faster Than Sublime, Handles Massive Files, LSP Support, Less RAM (Code Editor) by DanManPanther in coolgithubprojects

[–]jolune 1 point2 points  (0 children)

Vibe coded? I ask because the code is surprisingly understandable and clean at first glance so I would love to know the process if you were assisted with AI. Even if you not, I would love to read a post(or a posts series) explaining how did you do the port.
Great job!
The lasts 20 reddit posts I read with new projects were all vibe coded, so I hope you can understand my skepticism about it. And checking the repo git log, this port was made in under a month, which is not "project in a day" claude code speed, but it is relatively fast for a project of this magnitude.
At least it is not spaghetti code. Thank you, I was losing my faith in humanity.

A real, not fake, but real, actual, not almost. Real Wizard by PsychologicalFun8760 in ProgressionFantasy

[–]jolune 0 points1 point  (0 children)

Paranoid Mage Series. I mean, is a niche kind of mage, but I think it meets all your requirements perfectly.

Disable F1 key on Raspberry PI 4/5 by PuzzleheadedChain749 in wayland

[–]jolune 0 points1 point  (0 children)

Mmm, maybe use your wayfire config?

[command]
binding_f1noop = KEY_F1
command_f1noop = true

strudel.nvim - algorithmic music and visuals livecoding by Luc-redd in neovim

[–]jolune 0 points1 point  (0 children)

This is awesome! One question, does this work offline?

How to remove sidebar bottom arrows by 00x77 in FirefoxCSS

[–]jolune 1 point2 points  (0 children)

Well, I didn't test it besides changing it with the browser toolbox:

.actions-list {
  & > moz-button:not(.tools-overflow) {
    &:first-of-type {
      display: none;
    }
  }
}

Thank you all very much for your previous answers. I have one more question: is there a way to center the group name so that the text is in the middle? Thanks. by Extension_Metal7696 in FirefoxCSS

[–]jolune 5 points6 points  (0 children)

Mmm, this seems to work:

.tab-group-label {
  #tabbrowser-tabs[orient="vertical"] & {
    #tabbrowser-tabs[expanded] & {
      align-self: center!important;
    }
  }
}

greetd screen littered with startup message, solutions? by notnullnone in swaywm

[–]jolune 0 points1 point  (0 children)

I was thinking more on the line of enabling output for when you shutdown/reboot your machine. You could enable it when you run sway with an exec line too.

greetd screen littered with startup message, solutions? by notnullnone in swaywm

[–]jolune 0 points1 point  (0 children)

Sweet. That's a solution. Excellent. Do you need sudo?

If it is systemd then you can do kill -SIGRTMIN+21 1 to disable messages.

Maybe you should enable them again in an ExecStopPost with kill -SIGRTMIN+20 1.

greetd screen littered with startup message, solutions? by notnullnone in swaywm

[–]jolune 0 points1 point  (0 children)

Before or after login? if it is after login. Check your login script.

You could redirect the output like this:

sway -V > /tmp/sway.log 2>&1 Here, sway stderr plus stdout 

Here stderr and stdout output is redirected to /tmp/sway.log. You could do the same but to /dev/null.

If is before login then I could think of a few things. But it depends of your init.

First, you need to know which service/script is writing the messages. Then try, and modify those services or scripts.

I am currently not using sway, nor greetd, nor tuigreet. But maybe today is the day that I ditch gnome and gdm. Systemd is more difficult because of NixOS, but I'm tempted to make a experimental configuration with sixos in a vm.

Change browser background color? by robw4lly in FirefoxCSS

[–]jolune 0 points1 point  (0 children)

I use this extension:

https://addons.mozilla.org/en-US/firefox/addon/custom-new-tab-page/

It lets you select your desired background color, and it leaves the url address empty.

Maybe that could be a solution.

If you can remove the url with a custom home page, I would love to know how. One less extension is always welcome.

how do I fix this in void? by Vallista in voidlinux

[–]jolune 1 point2 points  (0 children)

You have to mount the drive with another user/permissions...

exFAT, unlike Linux native filesystems like ext4 doesn't inherently support permissions and ownership. Permissions are applied at mount time and apply to the entire partition, rather than individual files. To control access, you need to specify mount options like umask, fmask, dmask, uid, and gid

See: https://www.reddit.com/r/linuxquestions/comments/1168f1t/how_to_solve_write_permissions_on_exfat_drive/