• zack_overflow Profile Picture

    zack (in SF) @zack_overflow

    9 months ago

    I've been fascinated by a special type of programmer, the devs who don't use IDE features like: -autocomplete/copilot -LSP - go-to-def What allows them to just rawdog text editors? Do they have superhuman coding ability? I asked them and here is a thread of what they said:

    zack_overflow tweet picture

    343 217 5K 741K 3K
    Download Image
  • zack_overflow Profile Picture

    zack (in SF) @zack_overflow

    9 months ago

    First off, all the commenters seemed to all be experienced devs who were around before LSPs or even autocomplete existed Nearly all of them used Vim Some of them were even around when autocomplete first came out and was "complete garbage"!

    zack_overflow tweet picture

    12 8 730 78K 42
    Download Image
  • grvydev Profile Picture

    grvydev @grvydev

    9 months ago

    @zack_overflow Actually had to do this in my first job because our monorepo setup was too complex and the LSP didn’t work. It was also pre copilot. It really teaches you how to memorize a codebase

    2 0 182 28K 10
  • davepl1968 Profile Picture

    Dave W Plummer @davepl1968

    9 months ago

    @zack_overflow As in real life, certain circumstances call for raw dogging it and some do not. Editing some code on 211BSD on a PDP-11? You better know vi. Trying to get something done at modern speed in VSCode? You better have GitHub Copilot...

    6 1 121 8K 7
  • Drachs1978 Profile Picture

    David Hinkle @Drachs1978

    9 months ago

    @zack_overflow Google my man. Before google we used to copy code out of books. Yea, like actual paper books. I use vscode now though, and all the fun stuff above.

    1 0 14 2K 1
  • rsms Profile Picture

    Rasmus Andersson @rsms

    9 months ago

    @zack_overflow I only use limited go-to-def. Haven’t been able to get LSP to work for C in my editor, plus I grew up writing code without it so no bother really.

    1 0 13 1K 1
  • nisten Profile Picture

    nisten🇨🇦e/acc @nisten

    9 months ago

    @zack_overflow this somewhat applies to regular vscode with intellisense use too but professional vim use in particular is a strong indicator that this person can keep the whole program in their head and will actually code + be relied on to fix bugs instead of dicking around in cursor all day.

    0 0 11 1K 2
  • optimizoor Profile Picture

    vectorized.eth @optimizoor

    9 months ago

    @zack_overflow I use a sublime text with a little bit of autocomplete. It has a plugin called supercalculator which allows me to eval Python expressions directly in the code. Copilot produces too much code that is wrong, so I have to waste more time deleting.

    1 0 11 3K 0
  • bill_papas_12 Profile Picture

    Bill @bill_papas_12

    9 months ago

    @zack_overflow Hardcore eMacs user and dev who didn’t know ides existed for 5 years while doing my PhD. The answer is to git gud at one code language and grow from there. Do it enough and it’s like speaking another language

    0 0 10 1K 1
  • jaivinwylde Profile Picture

    jaivin 🎨 @jaivinwylde

    9 months ago

    @zack_overflow i was always curious about them

    0 0 6 2K 0
  • Jac5Connor Profile Picture

    Jack @Jac5Connor

    9 months ago

    @zack_overflow You learn to code 10x faster snd more accurately

    1 0 3 462 0
  • garyfung Profile Picture

    gary IH fung @garyfung

    9 months ago

    @zack_overflow aka. GET OFF MY LAWN old school != superior skill

    0 0 2 132 0
  • SpaceAgeHerr Profile Picture

    Space Age Maximalist @SpaceAgeHerr

    9 months ago

    @zack_overflow Try rawdogging Ansys APDL with only the docs as lookup in a browser tab, that'll make you a real man

    0 0 2 356 1
  • fulligin Profile Picture

    Vincent Woo @fulligin

    9 months ago

    @zack_overflow You just Remember

    0 0 2 147 0
  • krunkosaurus Profile Picture

    Mau “Rules without Rulers” Ledford @krunkosaurus

    9 months ago

    @zack_overflow Sir it’s called emacs and I can open up a definition file and search the line needed without touching my mouse in like 2 seconds.

    0 0 1 111 0
  • BartekMoniewski Profile Picture

    Bartek Moniewski @BartekMoniewski

    9 months ago

    @zack_overflow It's just slow. I haven't used any IDE features , besides syntax highlighting, for first few years of programming and I managed to get my changes commited to Blender. I don't think you can learn anything useful from that, it's just slow.

    1 0 1 155 0
  • JFPuget Profile Picture

    JFPuget 🇺🇦🇨🇦🇬🇱 @JFPuget

    9 months ago

    @zack_overflow I am one of these. The skill for that? Some memory. I do think that as soon as you rely on the tools you list, then you lose memory capacity.

    0 0 0 170 0
  • seflless Profile Picture

    Francois Laberge ✍️ @seflless

    9 months ago

    @zack_overflow No one mentioned the OG auto complete method for Javascript dev? You live code in dev tools console and it uses real time inspection to see the methods and properties on any variable. Personally I do this all the time still. Not that I don’t use Typescript auto-complete too.

    0 0 0 476 0
  • rebane2001 Profile Picture

    Rebane @rebane2001

    9 months ago

    @zack_overflow i write code like this and i really like it, it helps me get in the flow. i think ide-s can be awesome, but just add a lot of overhead a text editor doesn't, so i don't use them for most personal projects. it's very relaxing to just open a text editor and start slapping out code.

    0 0 0 81 0
  • mohamedmansour Profile Picture

    Mohamed Mansour @mohamedmansour

    9 months ago

    @zack_overflow When developing a browser (Chromium) i used to have no autocomplete since it is usually broken for such a large codebase. Then everytime i compile, takes forever, and stupid mistakes happen, after enabling clang, boom, i was technically a 10x engineer.

    0 0 0 336 1
  • corruptNovelist Profile Picture

    Andrew @corruptNovelist

    9 months ago

    @zack_overflow one of the old guard HN posters, Ed, said he only used a plain text editor he explained that it was a tortoise and hare situation he started slower, but because he typed every character and traversed the docs manually, he knew his codebase inside out and was faster in the end

    2 0 62 9K 4
  • OfMikeAndMen Profile Picture

    Mike Thompson @OfMikeAndMen

    9 months ago

    I've been coding for 45 years, and I don't use any of these features in an IDE. I never needed them to write some incredibly complex system software, so I've never seen them worth spending my time on. Instead, I prefer to manage complexity through good architecture and well-thought-out APIs between modules that perform well-defined tasks.

    3 2 47 4K 6
  • wiseberrybrown Profile Picture

    Wise Berry @wiseberrybrown

    9 months ago

    @zack_overflow I still prefer riding a horse to work because it keeps me in touch with my physical senses and I don't need to pay MOT on my horse. Who cares if it's much slower 🐴

    6 2 42 5K 1
  • jaxmorphy Profile Picture

    ja @jaxmorphy

    9 months ago

    @zack_overflow previously worked on kernel level stuff so 90% of the time my dev environment was on a remote server, it was just too much of a hassle to setup. it does force you to learn the code base i guess

    1 0 37 3K 3
  • MitjaMartini Profile Picture

    Mitja Martini @MitjaMartini

    9 months ago

    @zack_overflow I once saw a developer (@_andreas_jung iirc) at a Zope Conference in maybe 2001, coding in Notepad on Windows, not even Notepad++. I knew he was really good and was shocked to see him using just a plain text editor for coding. He inspired me to not worry about editors, too much.

    1 1 33 4K 4
  • DaveGoehrig Profile Picture

    Dave Goehrig @DaveGoehrig

    9 months ago

    @zack_overflow How do you program without keeping it all in your head? This idea you can offload your understanding to your tools is exactly why code is so bloated and the quality so poor in general. You are literally admitting to not knowing what you are doing.

    2 0 34 988 3
  • ImpliedCarrot Profile Picture

    "5th Generation Memes" Implied Carrot @ImpliedCarrot

    9 months ago

    @zack_overflow My first formal instruction was in C with a simple command line dos text editor. I usually work off older (underpowered) hardware which always made those IDEs feel heavy and sluggish. So vim was the editor of choice paired with tmux.

    ImpliedCarrot tweet picture

    0 0 30 2K 3
    Download Image
  • justfielding Profile Picture

    Fielding Johnston @justfielding

    9 months ago

    @zack_overflow For me, it's syntax highlighting... I can look at the same bit of code with highlighting and grok what is going on instantly, but without ... I might as well be on the farm shoveling pig shit.

    0 0 30 2K 1
  • matthewcraig42 Profile Picture

    Matthew Craig @matthewcraig42

    9 months ago

    Just like the GPS analogy I don’t think there is a right or best way here. I always use GPS and rarely get lost or stuck in traffic, my dad doesn’t and he rarely gets lost though probably gets stuck in traffic more. Sometimes it’s impressive when his local knowledge beats Google, other times he loses. It’s good in my view to try and understand each way then take the best of all of them. Getting stuck in one way of doing things is rarely ideal.

    1 0 28 3K 2
  • TrekkerForTruth Profile Picture

    Trekker @TrekkerForTruth

    9 months ago

    Programmers have an unhealthy tendency to fetishize their tools. Even if it could be proven beyond a doubt that programmers are more productive with IDEs, certain programmers would still choose the less productive text editor. That’s fine for a labor of love but it’s not rational for getting things done.

    2 0 28 3K 0
  • Download Image
    • Privacy
    • Term and Conditions
    • About
    • Contact Us
    • TwStalker is not affiliated with X™. All Rights Reserved. 2024 instalker.org

    twitter web viewer x profile viewer bayigram.com instagram takipçi satın al instagram takipçi hilesi twitter takipçi satın al tiktok takipçi satın al tiktok beğeni satın al tiktok izlenme satın al beğeni satın al instagram beğeni satın al youtube abone satın al youtube izlenme satın al sosyalgram takipçi satın al instagram ücretsiz takipçi twitter takipçi satın al tiktok takipçi satın al tiktok beğeni satın al tiktok izlenme satın al beğeni satın al instagram beğeni satın al youtube abone satın al youtube izlenme satın al metin2 metin2 wiki metin2 ep metin2 dragon coins metin2 forum metin2 board popigram instagram takipçi satın al takipçi hilesi twitter takipçi satın al tiktok takipçi satın al tiktok beğeni satın al tiktok izlenme satın al beğeni satın al instagram beğeni satın al youtube abone satın al youtube izlenme satın al buyfans buy instagram followers buy instagram likes buy instagram views buy tiktok followers buy tiktok likes buy tiktok views buy twitter followers buy telegram members Buy Youtube Subscribers Buy Youtube Views Buy Youtube Likes forstalk postegro web postegro x profile viewer