I regret nothing. Say what you want.
Edit: I just saw the two typos. If you find them, you’re welcome to keep them.
if you’ve never used
ed(1)
technically it’s illegal for you to say “it’s a UNIX system, i know this”The irony being that scene had a GUI and ed is, well…
?
obligatory FSN links
- https://web.archive.org/web/19991009154641/http://www.sgi.com/fun/freeware/3d_navigator.html SGI webpage archive from 1999
- https://github.com/DX94-Quas/3d-file-system-navigator - SGI fsn binaries here, for IRIX versions 5.3 and below
- https://en.wikipedia.org/wiki/File_System_Visualizer - 1999 free software rewrite in C
- https://github.com/mcuelenaere/fsv - fork of 1999 version, updated 2018
- https://github.com/jtsiomb/fsnav - 2009 C++ free software rewrite, updated 2021
i’ve programmed in edlin. so there.
And then there is a colleague who programs in Notepad++ directly on the test server and then just copies his code to prod.
(yes, he works alone on that project)
Man I just use Notepad or IDLE most of the time, I feel you man
What about people, who just burn the machine code directly onto a CD with a laser?
Pff, real programmers use butterflies. We open our hands and let the delicate wings flap once. The disturbance ripples outward, changing the flow of the eddy currents in the upper atmosphere. These cause momentary pockets of higher-pressure air to form, which acts as lenses that deflect incoming cosmic rays, focusing them to strike the drive platter and flip the desired bit.
doesn’t vim come with the Ubuntu installation?
Yep. Fancy devs watching me coding some Rakulang in nano 😂
I genuinely do a lot of coding in Kate, the standard KDE editor. It’s enough to do a lot of things, has highlighting, and is more than enough when you just need a quick fix.
I am also still using nano when editing stuff in the terminal. Please, don’t judge me.
We’re almost like coding siblings lol
KWrite is the standard text editor. Kate is the advanced one. The name actually literally stands for “KDE Advanced Text Editor”
I’m not aware of distros preinstalling KWrite, though…?
Huh, I did not know that any didn’t. I just tried a bunch, and here is a quick breakdown of what was preinstalled on each:
Distro Kate KWrite Bazzite true true Fedora false true KDE Neon true false Kubuntu true false Manjaro true true openSUSE true false SteamOS true true Well, I can throw in another for free:
distro Kate kwrite openSUSE true false But yeah, interesting list. These days, KWrite is basically just Kate with different configuration, if I understand correctly, so it always feels like you might as well go with Kate. In my opinion, KWrite is also not particularly easier to use, since basic editing works the same, but I guess, that can be disagreed on.
I do like that Kate is pre-installed. Imagine Windows, but rather than notepad.exe, you get Notepad++ out of the box. Now imagine that to also be a whole lot better and then that’s what it feels like to have Kate on fresh installations.
You can just start coding something right away, without it being necessary to install a different editor.
Yep, I came here to say that Kate is really nice. Even though I’m an emacs user and won’t use it.
Nano, on the other hand, can’t do almost anything, so I can’t recommend that people make heavy use of it. It’s ok for random small edits, but that’s it. (By the way, YSK that you can set your terminal to use Kate as the default editor by setting the $EDITOR variable.)
Geany is a nice GUI option. It’s a bit more capable but still lean.
It’s probably time for me to re-evaluate the host of coding editors out there. For the most part I just use good text editors. Though I do love Spyder, I only use it for a certain subset of tasks.
Me too. I’m still not sure what the problem is and I’m kind of afraid to ask.
I do have the plugin for multi-line editing set up, I guess.
All the cool kids use vim, so using nano makes you uncool, I guess. But I use Mint, so I’m uncool anyway.
Learned C++ by using gedit on the Sun machines in my college’s computer lab in 2007. They were decommissioned shortly after I graduated.
I code using grep’s search and replace.
I code using a telegraph machine in morse code.
I code using punch cards hand cutting each hole with a xacto knife
“Me who codes with the text editor that came with Ubuntu”…
So VIM?
More like gedit
I think gedit is a great text editor.
Doesn’t it ship with nano these days?
Both, last I checked.
Don’t you have to install that? I thought Ubuntu came with vi and nano.
vi in base Ubuntu isn’t really vi. It’s vim-minimal.
At one of my jobs around 2010 there was a dev in the office who wrote all his code in Notepad. When I joined the staff they were still using Classic ASP. My job was to help them (finally) migrate to ASP.Net. He intended to develop .Net apps in Notepad rather than learn how to use VS. I got laid off due to cutbacks and never found out what kind of luck he had wit dat.
As long as you don’t use Microsoft Word we can be friends
What about the libre office version?
Bonus points if you’re saving it as an .odt and still producing a validly executable file of some kind
You’re weird, but we can be friends if you want.
text editor application that came with Ubuntu
nano
shivers
I’m probably in the minority but I think it’s fantastic! No extra baggage, super quick to work with, and it does syntax highlighting pretty well!
There are dozens of us!
Nah man, I’m with you, nano is no nonsense get shit done editor. It might not have advanced features but I’m not an advanced man.
I also love it. It was my go-to back when I had to walk inexperienced sysadmins through configuring stuff, in my tech support days. I really appreciate all the commands being listed at the bottom.
Just wait until you try Micro
I doubt they mean nano
Probably this
If you’re not writing it all down on paper and then punching holes in cards, you’re doing it all wrong
Real programmers code with TTL chips.