Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)ZL
zlatko @programming.dev
Posts 3
Comments 59
Rider and Webstorm from JetBrains are now free for non-commercial use
  • Much better integrated refactoring support. Much better source code integration support. Much better integrated debugging support. Much better integrated assistive (but not ai) support.

    Vscode can do many things IntelliJ can, but not all, and many of them require fiddling with plugins.

    Usually, JB is also faster (if your dev machine can run it, but in my experience most devs have beefy machines).

  • Rider and Webstorm from JetBrains are now free for non-commercial use
  • I would expect it to rise. I still think it's worth it, if it's a good tool for you. IntelliJ is really a good product, even if they do have their downsides. In a commercial environment, it's totally worth it to buy a licence per developer, if it makes them more productive.

  • Rider and Webstorm from JetBrains are now free for non-commercial use
  • I don't mind paying for tools that help me do my job. For several years I even had a personal licence for "all products pack" thing. Their IDEs do a decent job.

    There are better tools for specific things, but overall as an IDE, it's pretty good and makes you effective. And especially if you have to use Windows, it's integrating enough tools that you don't have to mess with the Windows crappy tooling that often.

    That said, it's still a big fat slow IDE. For a while now I've been using neovim my modernized Linux toolkit and for the most part, I'm happier with it then I was with IntelliJ and Goland and the rest. Happier enough to not having a licence for JetBrains any more.

    And recently I've looked into Zed. Zed looks pretty neat so far, but it's still under development. Once things stabilise there, I might commit to it and switch full time to Zed. It's got a few nice things that I miss from IntelliJ, but it's way, way more responsive.


    Back on topic: I wanted to say I don't mind paying for IDEs, if they're good tools. But this is more of an ideological challenge and I'm always trying to keep myself from overreacting. So while I don't agree with you in general ("don't trust paid IDEs"), I might agree with you specifically ("don't fall for JetBrains' lure and Microsoft-like tactics").

  • KDE Plasma 6.2.2, Bugfix Release for October
  • I don't know what happened, but since 6.2 rolled out on Fedora a week ago, I've had several bugs. At the very day I updated, I had two outright crashes. It happened a few more times since. My keyboard shortcuts don't work any more. Window layout behaves...odd (haven't pinned it down yet).

    Just all-around messy upgrade. Am I the only one with problems, though?

  • New AMD build suggestions
  • That still doesn't look like a very heavy workload. My older box was older then your 6700k and was fine running such stuff.

    Perhaps your limit isn't the CPU. What storage and ram setup do you have, did you look at that?

    I'll be honest and say that when I replaced my old crap with 7900x I did feel improvements on occasion, mostly when I really burden the pc. Plus I think having 64 gigs of ram helps there, at my old system I hit the limits sometimes. Not often, but sometimes. Now my new box just laughs at anything I try to do to it.

  • D or d come on
  • For bash, this is enough:

    # Bash TAB-completition enhancements
    # Case-insensitive
    bind "set completion-ignore-case on"
    # Treat - and _ as equivalent in tab-compl
    bind "set completion-map-case on"
    # Expand options on the _first_ TAB press.
    bind "set show-all-if-ambiguous on"
    

    If you also add e.g.CDPATH=~/Documents, it will also always autocomplete from your Documents no matter which directory you're on.

  • DIY NAS build in progress

    I'm building a NAS for the first time on my own, so I wanted to share the story so far here.

    I'm not a stranger to custom builds, in fact I don't think I ever bought an assembled PC (not counting second hand 386 box a million years ago). But this is my first small, low power build, so it's not perfect, I already ran into a wall (more later).

    I base the build on an AsRock mini-ITX board, the CPU is included, it's passively cooled, low power consumption but still powerful for a NAS. I'm sticking it into a Node 304 Fractal Design case. Here's the full list of parts I got:

    • AsRock J4125-ITX board with a Celeron 4125 (4-core CPU)
    • 8GB DDR4 RAM (a Crucial kit)
    • a 500GB NVMe SSD (which I can't use)
    • a couple of Seagate IronWolf 4TB drives
    • 90W PicoPSU and some no-name power brick
    • Fractal Design Node 304 mini-ITX case.

    I planned to have an SSD for OS, these two disks for my photography and media, and then later on expand with more storage (preferably SSD, when I can afford it).

    As mentioned, I messed up: the M2 slot on the motherboard is a "Key E" slot. I never bothered with these keys before, so I didn't know that a Key E slot does not have a SATA protocol, it won't take my SSD.

    Another thing, the PicoPSU is a 20-pin power supply, and the board has a 24-pin slot. It should still be fine, the specs say that this is still okay, but I'll have to see. According to my back-of-the-napkin calculations, 90 Watts should be enough power for the mobo and CPU, the SSD and the two spinning disks.

    Anyway I'll get a regular SATA SSD tomorrow and see how it's shaping up. Let me know if you want me to post more on my progress/end result or if you have any questions.

    40

    Sunflower

    Taken for the 52frames.com challenge last week. I have a few more shots on my (relatively new) photo site.

    3

    What's a good used ThinkPad - or other laptop - in 2023?

    What would be a good investment now? I want no-frills Linux support, good CPU, lots of RAM, decent screen. If I'm actually working, I'm almost always docked, but when not, I would not mind a good battery as well. I want this primarily for personal use. I don't mind upgrading parts myself (if that's still possible), like getting a stronger SSD or something.

    I used to own a T420 (and some other ThinkPads as well, but this one was used). It was an incredible investment at the time, used laptop price, build quality and feature on par with laptops 6, 7, 8 years younger. I wonder if this is still something you can get away with.

    3