Create beautiful code screenshots in Neovim. Without damaging your wrists.

  Рет қаралды 53,125

Dreams of Code

Dreams of Code

2 ай бұрын

No wrists were harmed in the making of this video.
Sharing code is one of the best things about writing it, however, screenshots usually suck. Fortunately for us, there are a number of tools out there to create aesthetic pictures of our code, unfortunately for our wrists, however, they're all rather mouse heavy.
That's where these three neovim plugins come in, which can help us turn this mouse heavy experience, into a much more neovim friendly one.
Video Links:
DreamNvim: github.com/dreamsofcode-io/Dr...
carbon-now.nvim: github.com/ellisonleao/carbon...
codesnap.nvim: github.com/mistricky/codesnap...
nvim-silicon: github.com/michaelrommel/nvim...
wallpaper: www.freepik.com/free-ai-image...
Become a better developer in 4 minutes: bit.ly/45C7a29 👈
Join this channel to get access to perks:
/ @dreamsofcode
Join Discord: / discord
Join Twitter: / dreamsofcode_io

Пікірлер: 173
@archip8021
@archip8021 2 ай бұрын
This is the coders equivalent of sitting in front of a mirror for an hour doing makeup 😂
@dreamsofcode
@dreamsofcode 2 ай бұрын
The benefit in our case is we only have to do it once. Afterwards we can reuse the process!
@codetothemoon
@codetothemoon 2 ай бұрын
I've been running my channel for over 2 years now and I had no idea about silicon, carbon, or any of the plugins that integrate them with editors. thank you thank you for this video!!! always thought there was a good chance you were using some custom home grown tooling
@dreamsofcode
@dreamsofcode 2 ай бұрын
I definitely have some custom home grown tooling as well haha. I need to tidy it up and then share it out. I recently just finished my own ffmpeg recording server so I can record without OBS and just use a hotkey to trigger it. There's a couple of usability features to add before making it open source but it's improved my workflow a lot!
@jawadmansoor6064
@jawadmansoor6064 2 ай бұрын
no wrist was injured during making of this video
@zehph
@zehph 2 ай бұрын
~Uhhhmm, Ackshhuuallly!~ Editing is mostly click ops so wrists were severely injured in the making of this video!
@no_name4796
@no_name4796 Ай бұрын
@zehph until someone builds a plugin to edit videos in neovim
@kendlemintjed7571
@kendlemintjed7571 Ай бұрын
@@zehph ~Uhhhmm, Ackshhuuallly!~ it's the switching between mouse and keyboard repetatively that injures the wrists, not the mouse it's self. so if editing is mostly clicks with little reason to use the keyboard your wrists are perfectly safe. people prefer only keyboard compared to only mouse because it's faster
@zehph
@zehph Ай бұрын
​@@kendlemintjed7571 ~Uhhhmm, Ackshhuuallly!~ It depends on the mouse. Standard mice position has a lot of ulnar deviation during pronation which is more conducive to RSI, a keyboard centric workflow is less strenuous, especially if you have a good height adjustment with elbow support. Split keyboard with tenting is golden, but even a setup focused on a standard keyboard and a decent chair is miles better than using a mouse for most things.
@catppuccin
@catppuccin 2 ай бұрын
Oh! CodeSnap actually looks really interesting. Somehow that completely flew under my radar.. I'll have to try that one for sure! Also.. what a lovely colour scheme you're using for your videos. I feel like I've seen that somewhere before.. 🤔 Anyhow; always a pleasure to see you upload. 💜
@dlyn799
@dlyn799 2 ай бұрын
omg the goat is here 😳😳i love the themes ❤❤
@Redyf
@Redyf 2 ай бұрын
goatppuccin
@biermeester
@biermeester 2 ай бұрын
Smelly nerds is people!
@Possseidon
@Possseidon 2 ай бұрын
why is there no exe???!??
@hashtags_YT
@hashtags_YT 2 ай бұрын
​@@PossseidonI DONT WANT THE SOURCE CODE, GIVE ME THE FUCKING EXE
@dhupee
@dhupee 2 ай бұрын
@@hashtags_YT SMELLY SMELLY NERDS
@lowlevelcodingch
@lowlevelcodingch 2 ай бұрын
@@hashtags_YT in gh, they dont even give the libfiles, so i have to find them through hours of searching "libraylib.a"
@phundrak
@phundrak 2 ай бұрын
For Emacs users, I really like Tecosaur’s screenshot package. It does not rely on any external service, only on Emacs’ native screenshot capabilities. Because yes, Emacs can take screenshots of itself as png or svg files, but Tecosaur’s package makes them look a bit nicer.
@FilipeRegadas
@FilipeRegadas 2 ай бұрын
Works well in Linux but I haven't got it to run on macOs yet
@andrew528i
@andrew528i 2 ай бұрын
That's a really nice topic, thanks for the video!
@dreamsofcode
@dreamsofcode 2 ай бұрын
Glad you liked it!
@Fudmottin
@Fudmottin 2 ай бұрын
This video could not have come sooner! I'm still on old Vim because I don't have a satisfactory Neovim setup yet. Like you, I'm a termit except on MacOS. I'm also rather old school and use C++ with some occasional shell programming.
@filipelqj
@filipelqj 2 ай бұрын
Also what DE are you using on Arch btw? ;-) Currently on pop, waiting for the cosmic alpha to drop. Thinking however of moving to arch for a number of reasons as long as the DE supports some level tiling. I am of course aware of i3 that provides the ultimate mouse free ergonomics of course, but despite the extreme risk of carpal tunnel syndrome on my poor wrists I still do sometimes prefer to use the mouse for certain tasks.
@Redyf
@Redyf 2 ай бұрын
Great video! I had no idea about these plugins so I used to screenshot my code instead 😭
@adriansrfr
@adriansrfr 2 ай бұрын
Phenomenal coverage!!!
@victortesla2935
@victortesla2935 2 ай бұрын
I want more videos like this about neovim/nvchad because you are the only one 🙂
@j1d7s
@j1d7s 2 ай бұрын
Thanks, that was nice! I thought I had reached Neovim plugin stability, but this one definitely goes into the toolbox now. Sadly the catpuccin-mocha theme is not yet supported by nvim-silicon and I am too lazy to contribute that... But Dracula is fine for me. Btw. I am also on Arch (EndeavourOS) and I noticed that emojis are not shown in the screenshot, it is not a huge problem since I usually don't have any in my code. I am using nvim-silicon with the font setting `font = "IosevkaTerm NF=34;Noto Color Emoji=34"` and I have Noto Color Emoji installed. Do you have an idea?
@Windeycastle
@Windeycastle 2 ай бұрын
Whoah, thanks for sharing!
@voxelfied
@voxelfied 2 ай бұрын
Thanks for this video! Did not know that this plugin existed. May I ask what terminal you happen to be using in this video?
@dreamsofcode
@dreamsofcode 2 ай бұрын
You're welcome! I'm using Alacritty as my main terminal. I also use Tmux as well.
@ericlindell3777
@ericlindell3777 2 ай бұрын
Love your vids, thanks!
@dreamsofcode
@dreamsofcode 2 ай бұрын
Glad you like them!
@hazqier
@hazqier 2 ай бұрын
Another day, another nvim plugin added to my config.
@rickdixon1928
@rickdixon1928 2 ай бұрын
Thanks for the inspiration! Now, I’m going to wire this up in my emacs config. 👍😁
@phundrak
@phundrak 2 ай бұрын
Have a look at Tecosaur’s screenshot package, it produces pretty much the same result without the need of an external service : )
@ItsDrike
@ItsDrike 2 ай бұрын
What keyboard do you use? It looks great!
@vatsalchauhan7466
@vatsalchauhan7466 7 күн бұрын
Which keyboard and mouse you are using? They are really cool.
@daephx
@daephx 2 ай бұрын
Setting the plugin spec with `lazy = "true"` as a string, nice.
@MrEW1985
@MrEW1985 2 ай бұрын
Very nice
@superakaike
@superakaike 2 ай бұрын
Could you create a tutorial on how you set up your Arch system, specifically the theme? It would be greatly appreciated since your terminal looks very clean.
@BenEarl
@BenEarl 2 ай бұрын
You gonna do a review on that ZSA Voyager you got there, speaking of wrist health? I have one and love it, but have adopted a 36 key chocofi, and controller works mini36. But I'd definitely recommend the Voyager to anyone looking for ergo split keyboards.
@dreamsofcode
@dreamsofcode 2 ай бұрын
Absolutely! The voyager has been a complete life saver for my left thumb. I may check out the chocofi! Split keybs are quickly becoming a weakness 😅
@picklechill
@picklechill 2 ай бұрын
Fellow chocofi user as well saying hi 👋
@leanghok120
@leanghok120 2 ай бұрын
Are you on Arch? If you are, what is your desktop enviroment and what shell theme is that?
@Mat12143
@Mat12143 2 ай бұрын
I really like your Gnome DE, what settings are you using?
@dreamsofcode
@dreamsofcode 2 ай бұрын
I use the Catppuccin gtk theme! I'll do a video about it on my other channel soon.
@lechi_2002
@lechi_2002 2 ай бұрын
Happy to see another GNOME user!
@Raekh_
@Raekh_ 2 ай бұрын
If you look at 7:09 you can see an option to directly copy the image output to the clipboard, which was what wanted in the beginning =)
@Doommafia
@Doommafia 2 ай бұрын
can you include a link to your wallpaper in your description? looks sick
@vivaansinghvi2599
@vivaansinghvi2599 2 ай бұрын
How do you make your font bold by highlighting text in visual mode? Thanks!
@olamilekanadeleke6806
@olamilekanadeleke6806 2 ай бұрын
would love to know how you make your videos, they are always dope❤
@dreamsofcode
@dreamsofcode 2 ай бұрын
Thank you! I'll probably do a dedicated video on it one day! I have a lot of custom workflow that I built to speed things up my end.
@a1mer06
@a1mer06 2 ай бұрын
Why do I feel called out 😭
@johnwt7333
@johnwt7333 2 ай бұрын
Can I use CarbonNow with a remote server to which I am connected via SSH?
@filipelqj
@filipelqj 2 ай бұрын
@DreamsofCode For the attentive people.... I see a sofle v2 at 3:17 maybe? Definitely a split keyboard. If it is what I think it is did you got from Mechboards, I'm assuming you are from the UK too from the accent? I also notice some small level of tenting there. What case/tent thing are you using? Did you solder it all yourself. I'm currently going through a rabbit hole of the variations of split keyboards and what is the ultimate solution for my needs (aka play dota2 and code sometimes).
@ervinpm
@ervinpm 2 ай бұрын
Looks like the voyager keyboard
@Algo_Academy
@Algo_Academy 2 ай бұрын
As the other comment mentioned, it's the zsa voyager keyboard (:
@mprasanth18
@mprasanth18 8 күн бұрын
The window_title option dosen't seem to pick the name of the buffer for screenshot file name. Have you found any workaround?
@michael-rommel
@michael-rommel 7 күн бұрын
I use this function in my config: window_title = function() return vim.fn.fnamemodify(vim.api.nvim_buf_get_name(vim.api.nvim_get_current_buf()), ":t") end,
@ulrich-tonmoy
@ulrich-tonmoy Ай бұрын
can you make a video on how to set NvChad i tried but the website only shows how to set up starter but not the main with other feature
@rafaelborgesbatista2961
@rafaelborgesbatista2961 2 ай бұрын
At the moment, my lazyvim plugin manager is broken whenever I try it to configure in neovim. Tried a few time from scratch and it seems the latest version is not working so well on my environment. I'm getting a lot of usr/share errors from any plugin a try to install. Is anyone with this issue?
@BlueSky_fur
@BlueSky_fur 2 ай бұрын
What terminal are ya using? Looks beautiful!
@dreamsofcode
@dreamsofcode 2 ай бұрын
I use Alacritty! I'll do a terminal setup video soon on my other channel!
@lucasvieira6783
@lucasvieira6783 2 ай бұрын
@@dreamsofcodeWhats the name of the other channel?
@dreamsofcode
@dreamsofcode 2 ай бұрын
@@lucasvieira6783 Dreams of Autonomy It should be on my channel page!
@user-fi3te8uk5n
@user-fi3te8uk5n 2 ай бұрын
Hey, whch terminal do you use??
@TheRealisticNihilist
@TheRealisticNihilist 2 ай бұрын
How do you do the *_sharing_* part without a mouse?
@paulsayson
@paulsayson 2 ай бұрын
What de/wm are you using in this video?
@alisanan9090
@alisanan9090 2 ай бұрын
What would you do with that picture without a mouse?
@fabiano-co
@fabiano-co Ай бұрын
How do you edit these beautiful videos without use your mouse?
@maettu102
@maettu102 2 ай бұрын
I would love a video about latex with neovim
@immagonthinkalot7792
@immagonthinkalot7792 2 ай бұрын
I might just try to make a kakoune plugin for silicon, yay to cli and server based extensions instead of having it run in nvim itself.
@tears_falling
@tears_falling 2 ай бұрын
i literally have carpal tunnel syndrome
@overcharged2078
@overcharged2078 2 ай бұрын
how do you do the code videos?
@Patrk38
@Patrk38 2 ай бұрын
All good but why is it mimicking macOS window style?
@tonysanchez1000
@tonysanchez1000 17 күн бұрын
for silicon, is there a way to bypass saving the screenshot, and just directly copy it to your clipboard?
@michael-rommel
@michael-rommel 7 күн бұрын
Yes, now it is. There is an experimenal branch called wslclipimg, if you try that one, please. It allows you to omit the output config param and just use to_clipboard = true. It will then only copy to the clipboard. Also works with WSL. Read the updated README from that branch.
@iconoclastsc2
@iconoclastsc2 2 ай бұрын
Any tips for wrist pain? I already have a split keyboard.
@dreamsofcode
@dreamsofcode 2 ай бұрын
How much do you use the mouse still? Also a wrist rest can help, or using the arm supports on your chair
@green3216
@green3216 2 ай бұрын
Can you please release a video showing how to configure a nvChad after changing the configuration structure?
@dreamsofcode
@dreamsofcode 2 ай бұрын
I have some videos planned! I'll probably be moving away from NVChad though, the whole breaking change has left me salty 😭
@LazyPanda21
@LazyPanda21 2 ай бұрын
Can you please make a video on how to migrate the configs you've shown so far to Neovim release 2.5?
@dreamsofcode
@dreamsofcode 2 ай бұрын
I'll be redoing the entire series in the near future!
@LazyPanda21
@LazyPanda21 2 ай бұрын
​@@dreamsofcode Weird thing but I found myself being able to redo the entire config + more. So I guess this is an invitation for everyone to try! The new config structure is somewhat easier also
@guglielmobartelloni
@guglielmobartelloni 2 ай бұрын
Do you edit videos without a mouse though?
@dreamsofcode
@dreamsofcode 2 ай бұрын
OKAY YOU GOT ME :)
@latch909
@latch909 2 ай бұрын
Hell yes
@user-nm9tc5ij5d
@user-nm9tc5ij5d 2 ай бұрын
which file manager are you using :O
@dreamsofcode
@dreamsofcode 2 ай бұрын
Nautilus! Aka Gnome Files. I use the catppuccin theme!
@user-nm9tc5ij5d
@user-nm9tc5ij5d 2 ай бұрын
@@dreamsofcode ty, looks really nice. I'm also a big fan of Catppuccin, specially Mocha flavor. I was using Nemo and PCManFM but they don't look as good. I'll try it
@nullish123
@nullish123 2 ай бұрын
What font you use for code ??
@dreamsofcode
@dreamsofcode 2 ай бұрын
JetBrainsMono Nerd Font. I keep trying to find another and keep failing to do so!
@fntr
@fntr 2 ай бұрын
where did you get that desktop wallpaper?
@dreamsofcode
@dreamsofcode 2 ай бұрын
Freepik! I'll add a link to the video description
@felixjohnson3874
@felixjohnson3874 2 ай бұрын
6:50 what is that black connector cable?
@dreamsofcode
@dreamsofcode 2 ай бұрын
It's a custom made TRRS cable that I got from etsy. I highly recommend them, the seller is CustomCableCo
@RedrumZT
@RedrumZT 2 ай бұрын
Great video, can you share the background wallpaper?
@dreamsofcode
@dreamsofcode 2 ай бұрын
Added to the video description!
@Ma1ne2
@Ma1ne2 2 ай бұрын
How do you open the image file with `open `, is that an alias?
@dreamsofcode
@dreamsofcode 2 ай бұрын
It is! It's an alias for xdg-open
@Ma1ne2
@Ma1ne2 2 ай бұрын
@@dreamsofcode Thanks!
@n0kodoko143
@n0kodoko143 2 ай бұрын
Love this, fellow non-smelly but very much so...nerd 🤓
@taylorkoepp3048
@taylorkoepp3048 2 ай бұрын
After all these years I've discovered I'm a termit.
@VighneshAdsol
@VighneshAdsol 2 ай бұрын
Hello there, actually I was trying to configure Nvim using Nv Chad for my project usecase but actually the commands and all I found on the website were totally altered hence I didn't get what I was looking for. Henceforth, I want to request you to please look into this matter and help me with a video for C++ with Neovim setup guide please.
@dreamsofcode
@dreamsofcode 2 ай бұрын
If you check my NVChad videos there's a way to use the existing config in the comments and descriptions! They made some breaking changes unfortunately, but there is a way to use the older version. I'll be redoing the entire series soon as well.
@ongayijohnian8787
@ongayijohnian8787 28 күн бұрын
Mahn, please do the dadbod plugins for NvChad
@AlphaFrog1021
@AlphaFrog1021 2 ай бұрын
which distro do you use?
@dreamsofcode
@dreamsofcode 2 ай бұрын
I use arch! Btw. Although, I've started playing with a NixOS installation, so I may make a change...
@AlphaFrog1021
@AlphaFrog1021 2 ай бұрын
@@dreamsofcode and which Desktop environment? I really like your setup
@SKTTWkartrider
@SKTTWkartrider 2 ай бұрын
Feeling lucky that my wrists are not so fragile
@obhwg
@obhwg 2 ай бұрын
How does he get the bottom bar on the terminal?
@abhishekkaith1686
@abhishekkaith1686 2 ай бұрын
Tmux
@dreamsofcode
@dreamsofcode 2 ай бұрын
Tmux as the other commenter said! I have a video about it on my channel!
@CielMC
@CielMC 2 ай бұрын
lazy=true is implied if you set cmd, event, or key, or any other lazy triggers
@CielMC
@CielMC 2 ай бұрын
8:04 You should do instead of :, which makes the command prompt not show up for a split second
@kalanzi1000
@kalanzi1000 2 ай бұрын
Can you do a longer neovim setup video for web development, pleeeeeeease
@naupiimznau7618
@naupiimznau7618 2 ай бұрын
make videos about setup nvim for sveltekit please
@xyzme2
@xyzme2 2 ай бұрын
These snapshots do look very pretty, but i feel like most times i would rather just send text rather than an image. That would be generally more useful for the person you are sending to and most messageing platforms support markdown text highlighting. Perhaps i am missing something though
@dreamsofcode
@dreamsofcode 2 ай бұрын
I generally agree! Sending text is better when the medium supports code blocks. On places such as X/Twitter it's not an option unfortunately! Sending a screenshot is generally easier on those platforms.
@ordinarygg
@ordinarygg 2 ай бұрын
Oh, that's your level) Screenshotting of the code xD lololololololololololo
@twenty-fifth420
@twenty-fifth420 2 ай бұрын
The next thing I write, story, code or otherwise, I am using the word ‘termit’ unironically. 😂 I like new words, okay?
@inononeeee
@inononeeee Ай бұрын
i'll go with silicon
@theherk
@theherk 2 ай бұрын
Why not use the `keys` argument lazy provides rather than calling which-key directly? Not a problem, I’m just curious.
@dreamsofcode
@dreamsofcode 2 ай бұрын
It's a good question! The main reason is to apply key binding descriptions via which key, which I don't believe the keys argument in lazy provides (I could be wrong though). I'd much rather the keys argument otherwise. The drawback of my approach is the config does become a little more bloated.
@theherk
@theherk 2 ай бұрын
@@dreamsofcode keys accepts a desc item in the tables. The reason I started using keys for all plugins is because I prefer mini.clue in lieu of which-key and it provides no key map function. And actually it is probably better not to since it is just duplicate functionality. Using lazy’s keys argument has the benefit of loading the plugin when the mapping is used too.
@Walter_
@Walter_ 2 ай бұрын
NOOOOOO a typo at 5:30 😭
@prashlovessamosa
@prashlovessamosa 3 күн бұрын
please make a video on image.nvim.
@IllllIIllllI
@IllllIIllllI 2 ай бұрын
The issue with carbon and others is that the sweet tree-sitter syntax highlighting is gone 😭
@dreamsofcode
@dreamsofcode 2 ай бұрын
I agree! I actually think Silicon could fix this using the treesitter highlight crate. I recently built something using it and was impressed!
@noah-too
@noah-too 24 күн бұрын
I wrote silicon.nvim a while back and I am actually working on adding support for tree-sitter and themes already installed on neovim runtimepath.
@BobiBobObana
@BobiBobObana 2 ай бұрын
How copy a paste code? Make link for copy code.
@pldvs
@pldvs 2 ай бұрын
Hello fellow termits
@deepaksharma-hg5xj
@deepaksharma-hg5xj 2 ай бұрын
Try and make a video on on gev nvim please 😅😅
@vectorlua8081
@vectorlua8081 2 ай бұрын
Can't press tab, skill issue I guess.
@prathameshkulkarni7132
@prathameshkulkarni7132 2 ай бұрын
wallpaper link please
@dreamsofcode
@dreamsofcode 2 ай бұрын
www.freepik.com/free-ai-image/mythical-dragon-beast-anime-style_133761456.htm Here you go!
@prathameshkulkarni7132
@prathameshkulkarni7132 2 ай бұрын
@@dreamsofcode thanks
@victortesla2935
@victortesla2935 2 ай бұрын
I have never hurt my wrist while taking screen shot 🙂
@ftqo
@ftqo 2 ай бұрын
Screenshots are an inherently bad way to share code. Instead, we should encourage code blocks. More websites should support code blocks, and more people should know how to use them on websites that support them. This allows copying the code you are trying to share, with the added bonus of helping blind programmers read the code.
@dreamsofcode
@dreamsofcode 2 ай бұрын
I think thats a great product idea to achieve both in one. Generating a screenshot for sites that aren't code block friendly, whilst still remaining friendly for those that are. Perhaps also generating alt text for those that have vision impairments.
@zachmoring284
@zachmoring284 2 ай бұрын
And this guy also specifically makes videos, which aren't conducive to code blocks. For this kind of content, photos can be a good fit since you have finer control over how they look and nobody would be ABLE to interact with them as text anyway. For videos repo + photos seems like the best combo to me
@CheapHomeTech
@CheapHomeTech 2 ай бұрын
And why don't you simply take a screen shot? Most linux distros assign the screen shot to the key "prt sc". No need to to complicate things.
@dreamsofcode
@dreamsofcode 2 ай бұрын
I believed covered the drawbacks in the first 30s - Alignment - Artifacts - Using the mouse
@CheapHomeTech
@CheapHomeTech 2 ай бұрын
@@dreamsofcode Yep, you are right, you did. I don't share code shots much so I did not realize it was a problem. My problems are more about using NvChad. I feel like I'm constantly fighting with it wishing for the days of good ol vi. Even vim was often too much for me. NvChad is way over the top. So much so that I often think of starting a channel called "idiots guide to nvchad". Everytime I try to do something "simple" I have to google for 10 minutes.
@seatwothing5y
@seatwothing5y 2 ай бұрын
first
@mendaxassange4465
@mendaxassange4465 2 ай бұрын
what OS you are using and themes?
@a1mer06
@a1mer06 2 ай бұрын
arch and catppuccin
@SakkakuTamashi
@SakkakuTamashi 2 ай бұрын
Arch btw
@EvgenyGorbachev
@EvgenyGorbachev 2 ай бұрын
And what font?
@mx338
@mx338 2 ай бұрын
Termit sounds lame, I propose termcel instead.
@desertfish74
@desertfish74 2 ай бұрын
I hate screenshots of code! Code is CODE not pixels! A screenshot doesn’t zoom nicely and more importantly you cannot copy and paste the code, or search in it. Not to mention that a screenshot takes up thousands of times the memory of the code snippet itself. Bottom line, it just sucks. Ban code screenshots!
@brentbourgoine5893
@brentbourgoine5893 2 ай бұрын
I'm not sure that I'd go so far as to ban them, but I agree that they're not particularly useful on their own. For some services (Twitter as an example) it may be the only reasonable way to show code - hence the desire to have nice-looking code screenshots. If the image were to link to a gist or similar text-based version, that would be the best of both worlds - but most folks who're posting screenshots of code unfortunately don't do that.
@sieunpark2160
@sieunpark2160 2 ай бұрын
I appreciate the video, but programmers surely are masters of over-engineering the hell out of trivial problems.
@itzhexen0
@itzhexen0 2 ай бұрын
Everyone and their mom is a programmer and you really aren't solving much. Everything was solved 50 years ago.
@itzhexen0
@itzhexen0 2 ай бұрын
Being able to share code with other people is one reason why developers are worth minimum wage.
@Rundik
@Rundik 2 ай бұрын
Screenshoting your code is evil, please don't do this, just use copy paste
@threepe0
@threepe0 2 ай бұрын
Why are people so stupid?
@raduking
@raduking 2 ай бұрын
If you write code using a mouse you’re not a developer, unless you have a disability of some kind
@funnymemes2440
@funnymemes2440 2 ай бұрын
what os are you using?
@dreamsofcode
@dreamsofcode 2 ай бұрын
Arch, btw! I use the gnome desktop environment for filming :)
When RESTful architecture isn't enough...
21:02
Dreams of Code
Рет қаралды 239 М.
Why oil.nvim is the best directory plugin
9:12
Andrew Courter
Рет қаралды 18 М.
НЕОБЫЧНЫЙ ЛЕДЕНЕЦ
00:49
Sveta Sollar
Рет қаралды 9 МЛН
Nix and NeoVim
13:38
ThePrimeTime
Рет қаралды 110 М.
I never thought I'd use Socket.io ever again
14:02
Dreams of Code
Рет қаралды 84 М.
How To Make Your Boring macOS Terminal Amazing With Alacritty
16:33
Josean Martinez
Рет қаралды 72 М.
Using docker in unusual ways
12:58
Dreams of Code
Рет қаралды 384 М.
I tried Unraid for the FIRST time in 2024
21:05
Techno Tim
Рет қаралды 61 М.
Why Neovim nerds are so obsessed with the terminal
6:44
Joshua Morony
Рет қаралды 71 М.
Why Vim Experts Do THIS Instead of Using Tabs...
7:55
DevOps Toolbox
Рет қаралды 116 М.
tree-sitter explained
15:00
TJ DeVries
Рет қаралды 66 М.
Become A Neovim Kangaroo
6:54
Code to the Moon
Рет қаралды 53 М.
Tmux From Scratch To BEAST MODE
12:44
DevOps Toolbox
Рет қаралды 87 М.
A4 Reset to zero
0:26
STYLE YT
Рет қаралды 17 М.
🤖Вернулись в ПРОШЛОЕ🤪
0:28
Demin's Lounge
Рет қаралды 129 М.
Save Work Efficiently on Your Computer 18/05/2024
0:51
UNIQUE PHOTO EDITING
Рет қаралды 309 М.
Как открыть дверь в Jaecoo J8? Удобно?🤔😊
0:27
Суворкин Сергей
Рет қаралды 1,6 МЛН
Как я сделал домашний кинотеатр
0:41
RICARDO
Рет қаралды 1,5 МЛН