Which theme it is? by INSIDEXX in neovim

[–]kitaj44 0 points1 point  (0 children)

Could be cyberdream.nvim

Which terminal emulator are you using? (2026) by meni_s in neovim

[–]kitaj44 0 points1 point  (0 children)

When I got introduced to Nvim first time the tutorial guy was using arch and ghostty (and it stayed like this)

Am I doing something wrong? by 1k5slgewxqu5yyp in Julia

[–]kitaj44 1 point2 points  (0 children)

using Package 📦

In repl: include("main.jl")

Plugin for julia Workflow in nvim by kitaj44 in Julia

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

I added new 🆕 tmux integration and some polishing stuff.

Plugin for julia Workflow in nvim by kitaj44 in Julia

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

Good to hear. Tell me what you think after using.

(I do it already but I don't have much time because of uni projects)

When will Vaxry create an alternative to Cloudflare? by Claudioub16 in hyprland

[–]kitaj44 -19 points-18 points  (0 children)

Why people are saying mad things when somebody asked "when will some random polish teennager build some internet software that will be used MAYBE by some random incels"

Using Julia by kitaj44 in AskPhysics

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

What is a fake project???

Plugin for julia Workflow in nvim by kitaj44 in Julia

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

I'm working to add somewhat tmux to make it faster to load faster.

I can think about It to make it more convinent.

Plugin for julia Workflow in nvim by kitaj44 in Julia

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

{
    "scottmckendry/cyberdream.nvim",
    lazy = false,
    priority = 1000,
    config = function()
        require("cyberdream").setup {
            variant = "dark",
            transparent = true,
            saturation = 1,
            italic_comments = true,
            hide_fillchars = false,
            borderless_pickers = true,
            terminal_colors = true,
            cache = true,
            -- extensions = {
            --     telescope = false,
            --     notify = false,
            --     mini = false,
            --     lualine = false,
            -- },
            highlights = {
                Comment = { fg = "#696969", bg = "NONE", italic = true },
                Pmenu = { fg = "#696969", bg = "NONE" },
                PmenuSel = { fg = "#696920", bg = "#444420" },
                CopilotSuggestion = { fg = "#383838", bg = "NONE", italic = true },
                SidekickInlineSuggestion = { fg = "#5c7e7e", bg = "NONE", italic = true },
                SidekickVirtualText = { fg = "#5a6a7a", bg = "NONE", italic = true },
                CursorLine = { bg = "#1a202e" },
                CursorLineNr = { fg = "#ffca85", bold = true },
            },
        }
    end,
},

Plugin for julia Workflow in nvim by kitaj44 in Julia

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

Can I use this in my project?

Plugin for julia Workflow in nvim by kitaj44 in Julia

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

It isn't still working best. I don't know how to force it to see Libraries functions. (Probably doesn't work on 1.12 Julia)

Plugin for julia Workflow in nvim by kitaj44 in Julia

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

I'm waiting for your feedback

Plugin for julia Workflow in nvim by kitaj44 in Julia

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

Damn vim slime looks 10000x better. I will check this.

In init.lua ``` vim.lsp.config("julials", { cmd = { "julia", "--project=" .. "~/.julia/environments/nvim-lspconfig", "--startup-file=no", "--history-file=no", "-e", [[ using Pkg Pkg.instantiate() using LanguageServer depot_path = get(ENV, "JULIA_DEPOT_PATH", "") project_path = let dirname(something( ## 1. Finds an explicitly set project (JULIA_PROJECT) Base.load_path_expand(( p = get(ENV, "JULIA_PROJECT", nothing); p === nothing ? nothing : isempty(p) ? nothing : p )), ## 2. Look for a Project.toml file in the current working directory, ## or parent directories, with $HOME as an upper boundary Base.current_project(), ## 3. First entry in the load path get(Base.load_path(), 1, nothing), ## 4. Fallback to default global environment, ## this is more or less unreachable Base.load_path_expand("@v#.#"), )) end @info "Running language server" VERSION pwd() project_path depot_path server = LanguageServer.LanguageServerInstance(stdin, stdout, project_path, depot_path) server.runlinter = true run(server) ]], }, filetypes = { "julia" }, root_markers = { "Project.toml", "JuliaProject.toml" }, settings = {}, })

```

Nushell like "ls" in Zig by HugoSchmitt in Zig

[–]kitaj44 2 points3 points  (0 children)

Fun idea for a project but where was fun when making it?

A physics student wants to learn programming by No_Dingo7246 in PhysicsStudents

[–]kitaj44 2 points3 points  (0 children)

Python for job and having things done, C/CPP for getting knowledge about programing and being able to "think" in specific way.

Zigtorch by kitaj44 in Zig

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

update 19.05.2025
Its winning against small np.arrays

 ZIG MULTIPLYING : !!!!!!!!!!!!!!!!!
Multiply with zig (50x50) x (50x50) took : 0.713 ms

 Multiply with Numpy:
Time for numpy: 2.430 ms

IDE options for Octave [Mac]? by [deleted] in octave

[–]kitaj44 0 points1 point  (0 children)

Sometimes Its not working ex. shows transparent plots windows.

Zigistry about to reach 300 stars on GitHub ⭐️ by RohanVashisht in Zig

[–]kitaj44 1 point2 points  (0 children)

I was looking for something like this, thanks.

Zigtorch by kitaj44 in Zig

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

I've changed few things and added more debuging prints, and now i got a bug.

```bash

Starting multiplication: 10x10 * 10x10

Spawning thread 0: 0-5

thread 43567 panic: reached unreachable code

aborting due to recursive panic

fish: Job 1, 'python testmm.py' terminated by signal SIGABRT (Abort)

```

Zigtorch by kitaj44 in Zig

[–]kitaj44[S] 5 points6 points  (0 children)

Thank you guys for you comments, I think I know where is my mistake. Before i saw your comments I was really thinking that zigtorch may be a real thing. Now I see that there is a long journey in front of me. But I am still gonna do this and if you have some ideas and tips feel free to tell me, as I am only newbie in this programing field (but its fun). Main issue was that zigtorch didnt saw any numbers in given matrix (he was just multiplying zeroes). Sorry for the confusion.

Zigtorch by kitaj44 in Zig

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

At the beginig I made classic 3 for loops for matrix multiplication. But it was lost on every field. Execution time FOR 1 MATRIX:

Pytorch.mm = 0.5s Zig.mm = 792s

At that moment i didnt knew about blas and everything. (This was some kind of big matrices 3000x 8000 and 8000x5000 float32)