Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by codesections (codesections@fosstodon.org), page 13

  1. codesections (codesections@fosstodon.org)'s status on Wednesday, 27-Mar-2019 20:59:29 EDT codesections codesections
    • Problematic Parrot

    @problematicparrot Welcome to #fosstodon—sounds like you'll fit right in!

    (I initially misread "net security" as "not security", which would have been an odder fit!)

    In conversation Wednesday, 27-Mar-2019 20:59:29 EDT from fosstodon.org permalink
  2. codesections (codesections@fosstodon.org)'s status on Wednesday, 27-Mar-2019 13:28:52 EDT codesections codesections
    • ataraxia937 :fedora:

    @ataraxia937

    > Where I live it can also mean Duquesne Light Company

    So, if we had a political video game about politics, and it launched an expansion about the Democratic party taking on your power company, we could have a DLC v DLC DLC

    In conversation Wednesday, 27-Mar-2019 13:28:52 EDT from fosstodon.org permalink
  3. codesections (codesections@fosstodon.org)'s status on Tuesday, 26-Mar-2019 11:04:27 EDT codesections codesections

    New quick blog post about how you can use a simple bash script (really just a CURL command) to quickly organize your github repos.

    https://www.codesections.com/blog/cleaning-github-with-a-simple-bash-script/

    In conversation Tuesday, 26-Mar-2019 11:04:27 EDT from fosstodon.org permalink
  4. codesections (codesections@fosstodon.org)'s status on Saturday, 02-Mar-2019 07:10:17 EST codesections codesections

    Just came across this blog post full of fascinating nuggets about what editors, language use, and coding interviews. https://triplebyte.com/blog/editor-report-the-rise-of-visual-studio-code

    Among much else, it shows that #vim and #emacs users both out-perform on interviews: vim users by 24% adn emacs users by an amazing 54% (and, at the other end, IDE users seem to under perform)

    In conversation Saturday, 02-Mar-2019 07:10:17 EST from fosstodon.org permalink
  5. codesections (codesections@fosstodon.org)'s status on Thursday, 28-Feb-2019 18:20:30 EST codesections codesections
    • Wesley Moore

    @wezm

    But which one is your favorite?

    In conversation Thursday, 28-Feb-2019 18:20:30 EST from fosstodon.org permalink
  6. Alexander Bochmann (galaxis@mastodon.infra.de)'s status on Thursday, 28-Feb-2019 17:03:22 EST Alexander Bochmann Alexander Bochmann

    WTF is this spam trying to do now? Got several of those to various addresses, and no, there really isn't anything more in that mail.

    In conversation Thursday, 28-Feb-2019 17:03:22 EST from mastodon.infra.de permalink Repeated by codesections
  7. codesections (codesections@fosstodon.org)'s status on Thursday, 28-Feb-2019 11:05:03 EST codesections codesections
    • Gentooman
    • James Vasile

    @jamesvasile I came here to make that joke too. See also https://slatestarcodex.com/2014/06/08/map-territory-distinctions/
    @gentoorebel

    In conversation Thursday, 28-Feb-2019 11:05:03 EST from fosstodon.org permalink

    Attachments

    1. File without filename could not get a thumbnail source.
      Map-Territory Distinctions
      By Scott Alexander from Slate Star Codex
      Map-Territory Distinctions
  8. codesections (codesections@fosstodon.org)'s status on Wednesday, 27-Feb-2019 13:24:24 EST codesections codesections
    • Joseph DeFazio :fosstodon:

    @joseph

    There isn't a *ton* that's JavaScript specific in my vim setup, which is part of what I like about it.

    I use the following vim plugins for javascript-specific functionality:

    vim-mucomplete
    auto-completion for JavaScript (non-semantic)

    vim-better-javascript-completion

    vim-jsx
    Syntax highlighting for jsx

    vim-javascript
    (better) syntax highlighting for javascript

    ALE
    automatic linting with ESlint (installed separately)

    In conversation Wednesday, 27-Feb-2019 13:24:24 EST from fosstodon.org permalink
  9. codesections (codesections@fosstodon.org)'s status on Wednesday, 27-Feb-2019 10:00:43 EST codesections codesections
    • Joseph DeFazio :fosstodon:

    @joseph
    > what languages do you use?

    I do mostly javascript at work (with the normal amount of html/css thrown in) and mostly rust outside of work these days, but also tend to explore other languages (common lisp in the last few days, a bit of python and a bit of C before that). Part of what I like about using an editor instead of an IDE is that it makes it easy to jump to a different project/language else without losing my setup

    In conversation Wednesday, 27-Feb-2019 10:00:43 EST from fosstodon.org permalink
  10. codesections (codesections@fosstodon.org)'s status on Wednesday, 27-Feb-2019 09:00:01 EST codesections codesections
    • Kaushal Modi

    @kaushalmodi

    > I think that it's mainly Eli Zaretskii who is the actual maintainer of the duo.

    Yeah, I realized that after my original toot. I was basing my knowledge on the latest episode of Emacs Chat (http://sachachua.com/blog/2015/12/2015-12-10-emacs-chat-john-wiegley-maintaining-emacs-can-help/) but that is significantly out-of-date and I didn't realize that things had changed.

    (Related: any tips for more recently updated Emacs podcasts?)

    In conversation Wednesday, 27-Feb-2019 09:00:01 EST from fosstodon.org permalink
  11. codesections (codesections@fosstodon.org)'s status on Wednesday, 27-Feb-2019 08:54:47 EST codesections codesections
    • Kaushal Modi

    @kaushalmodi

    > I wouldn't trust stats from a single silo.

    I'm not looking at the StackOverflow question/answer numbers (though I have in the past for other reasons) but in their developer survey. True, they advertise the survey on SO, so there is *some* bias towards site users. But they make at least an attempt to get respondents through other channels as well. They discuss their methodology here: https://insights.stackoverflow.com/survey/2018/#methodology

    In conversation Wednesday, 27-Feb-2019 08:54:47 EST from fosstodon.org permalink

    Attachments

    1. Stack Overflow Developer Survey 2018
      from Stack Overflow
      Get insights on the world’s developers from the largest and most comprehensive survey ever. Demographics. Technologies. Salaries. Career satisfaction.
  12. codesections (codesections@fosstodon.org)'s status on Wednesday, 27-Feb-2019 08:42:02 EST codesections codesections
    • DistroJunkie

    @DistroJunkie
    > Your post makes me wonder what is the marketshare of Vi(m) and other editors/IDEs.

    The StackOverflow developer survey is my go-to source for data like this. It shows VSCode in the lead, used by 34.9% of developers. Vim has 25.8%, and Emacs 4.1%.

    https://insights.stackoverflow.com/survey/2018/#development-environments-and-tools

    (And VSCode's growth is *amazing*. It was at 7.2% in 2016)

    In conversation Wednesday, 27-Feb-2019 08:42:02 EST from fosstodon.org permalink
  13. codesections (codesections@fosstodon.org)'s status on Wednesday, 27-Feb-2019 08:01:39 EST codesections codesections
    • 𝘇𝗴𝗲

    @zge

    > considering that over the last few years new packages have been developed and widely adopted (magit, projectile, dumb-jump, evil, ivy, helm, ...)

    Interesting! My (apparently ignorant!) impression was that those were mainstays of the ecosystem that dated back years. From a quick search, it looks like Projectile is from ~2011, which is newer than I would have guessed. And Helm is from 2015, which is *much* newer than I would have thought.

    In conversation Wednesday, 27-Feb-2019 08:01:39 EST from fosstodon.org permalink
  14. codesections (codesections@fosstodon.org)'s status on Wednesday, 27-Feb-2019 06:25:34 EST codesections codesections
    • Joseph DeFazio :fosstodon:

    @joseph

    > I currently bounce between Sublime and PhpStorm depending on the project.

    Yeah, I've heard really good things about PhpStorm, but I've never tried it since I haven't had occasion to code PHP.

    For the languages I code in, web development in the terminal works really well

    In conversation Wednesday, 27-Feb-2019 06:25:34 EST from fosstodon.org permalink
  15. codesections (codesections@fosstodon.org)'s status on Tuesday, 26-Feb-2019 21:50:57 EST codesections codesections
    • Mike Stone :ubuntumate:

    @mike put differently, vimscript may well be awful to write extensions in (a d it pretty much is) but if there are 1× as many people hacking away at vim plugins, it might still end up being about as extensible as emacs in practice (from a plugin-users point of view, anyway. Of course there's also the mater of your own config, but a. vimrc can go a long way)

    In conversation Tuesday, 26-Feb-2019 21:50:57 EST from fosstodon.org permalink
  16. codesections (codesections@fosstodon.org)'s status on Tuesday, 26-Feb-2019 21:47:43 EST codesections codesections
    • Mike Stone :ubuntumate:

    @mike

    > emacs has been around for over 40 years. It's not going anywhere any time soon.

    fair enough, guess I deserve that :D

    But I'm wondering less about it going somewhere and more about the momentum of the project/plugins.

    I mean, I'm *happy* with vim, so if I tried out emacs, it would be for the extensibility. And that extensibility is less valuable if fewer people are making plugins with it (even if the platform doesn't go anywhere)

    In conversation Tuesday, 26-Feb-2019 21:47:43 EST from fosstodon.org permalink
  17. codesections (codesections@fosstodon.org)'s status on Tuesday, 26-Feb-2019 21:14:11 EST codesections codesections

    How would y'all rate the overall health of the #emacs ecosystem? I'm thinking about making the switch, but I'd want to do it right and don't want to invest the time in a platform without a bright future.

    StackOverflow reports that emacs fell from 5.2% to 4.1% from 2016 -2018, which seems large in percentage terms. Does it feel like usage is falling off?

    And how is John Wiegley as the new maintainer? I know he had big plans about growing the core team, but I never heard how that turned out.

    In conversation Tuesday, 26-Feb-2019 21:14:11 EST from fosstodon.org permalink
  18. codesections (codesections@fosstodon.org)'s status on Tuesday, 26-Feb-2019 20:09:54 EST codesections codesections
    • Matter :archlabs:
    • Alexander Martin

    @alexbuzzbee

    I switched from Zsh to Fish a week or so ago and haven't regretted it yet.

    As @Matter said, it's not to hard to get Zsh set up pretty similarly—I'd previously done that, so it wasn't a big change/improvement for me. But no issues or complaints, either.

    (The main reason I switched is that it's much easier to script/extend, which I'd like to do more with soon. I haven't done much yet, but just in configuring it I can see the power. It's also way snappier to start, a nice bonus)

    In conversation Tuesday, 26-Feb-2019 20:09:54 EST from fosstodon.org permalink
  19. Eden (eden@weirder.earth)'s status on Tuesday, 26-Feb-2019 18:12:12 EST Eden Eden

    Major struggling with using #Rust traits.

    I've put the relevant bits of code here;
    https://pastebin.com/tqBLiqdZ

    I've written a trait that has associated types <T1, T2>, and is implemented for a struct with basic types <usize, i32>.

    In another function with the trait boundary Struct<t1, t2> : trait<t1, t2>, I'm trying to use the object to call the functions in the trait.

    Rust is unhappywith <t1, t2>, and instead wants where Struct<'_, t1, i32>: STruct<'t1, i32>

    Could anyone please explain why?

    In conversation Tuesday, 26-Feb-2019 18:12:12 EST from weirder.earth permalink Repeated by codesections

    Attachments

    1. [Rust] pub struct DataLayer
      from Pastebin
  20. codesections (codesections@fosstodon.org)'s status on Tuesday, 26-Feb-2019 15:21:18 EST codesections codesections
    • Tutanota
    • ProtonMail
    • apetresc
    • Göktuğ Kayaalp

    @cadadr @apetresc @Tutanota @protonmail

    Agreed. ProtonMail now has an IMAP bridge for Linux, so I'm seriously thinking about going that route. It'd be hard to give up Mutt!

    In conversation Tuesday, 26-Feb-2019 15:21:18 EST from fosstodon.org permalink
  • After
  • Before
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.