Programmer? IDK. Looks kind of antigrammar to me.
- 0 Posts
- 87 Comments
Points deducted for not using the proper frameshot.
Why is the image 5MB?
AeonFelis@lemmy.worldto
linuxmemes@lemmy.world•But you should say you're fluent in both on your job application
1·2 months agoI mean, with a file named
zle_tricky.c…
AeonFelis@lemmy.worldto
linuxmemes@lemmy.world•But you should say you're fluent in both on your job application
4·2 months agoOkay, Aquaman.
AeonFelis@lemmy.worldto
Programmer Humor@programming.dev•You can pry pattern matching from my cold dead hands
11·2 months agoIt’s a tax you pay for synning.
- Write programs that do one thing and do it well.
- Write programs to work together.
- Write programs to handle text streams, because that is a universal interface.
I guess none of these apply when reading files is involved?
You don’t need the
$in |in that last command.each { str upcase }will already pipe each item to thestr upcasecommand.
AeonFelis@lemmy.worldto
linuxmemes@lemmy.world•Linux is the reason Windows apps are bloated these days
7·2 months agoProbably, but only because at this point I’m fairly certain reality itself must be a parody of something.
With a little effort, one can write bad code in any language.
Not really. If that service costs x2 in compute, it also means it causes x2 pollution.
I’ve considered switching several times in the past, but each time there was something I needed that was not supported (e.g. - this issue with Zoom screen sharing)
In the last of these times I found no such dealbreaker, but I did want to try a dualboot setup - or dual-login, actually, because I should be able to switch at the greeter - first, to make sure I’m not breaking anything I need for work. This required switching from LightDM to a display manager that supports both X11 and Wayland. I don’t remeber which one I’ve chosen, but I do remember having hard time installing it (I think I couldn’t get it to launch i3 for whatever reason)
I’ve just checked and is seems LightDM supports Wayland now, so maybe it’s time to try the switch again. Being able to use my current DM means I’m not going to risk breaking anything. Probably.
I’m sorry, but the pink&white striped ones are canonically Arch.
- Approach a business.
- Request the service or product they provide for free.
- Suggest that instead of paying, you’ll advertise the fact that you “bought” from them.
- Argue that your brand is so awesome that associating with it is valuable enough to substitute for the payment.
Isn’t this basically what influencers do?
Neovim has something better - there is a plugin that installs the servers for you - https://github.com/mason-org/mason.nvim - and then you can just use the servers that plugin has installed (which should be more trustworthy because you just need to trust the plugin and not some random executable)
There is also https://github.com/mason-org/mason-lspconfig.nvim which bridges the two and automatically enables servers that were installed via Mason.
The LSP support itself is builtin in Neovim (not in Vim though, AFAIK), but each language server needs to be configured and activated. There is a plugin with all(ish) configurations - https://github.com/neovim/nvim-lspconfig - and activation is done with a
vim.lsp.enable("server-name")command, which you just put in your config and the Neovim will start the LSP when you open a relevant file.



I’ll just
kill -9the fire.