• 3 Posts
  • 25 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle










  • Honestly, owning up to it being a selfish decision deserves some respect. I’m a big proponent of free expression and avoiding censorship, but I took a gander at the kinda stuff they got over there and…

    It’s not even the views they hold that’s my main problem. It’s really that they’re just so needlessly rude and aggressive, and as you pointed out, they seem to be a lot more censorship happy than here anyway. I would be more sympathetic to them if they were less censorship happy themselves, and if they were less mean.

    I do want to stress that I hope you keep the number of blocked instances to a minimum, since I feel that it would be better if the Lemmy software had better tools for users to control what they block for themselves better, and also maybe just having “default” blocklists that users can disable, to keep the new-user experience nice, but yeah for that particular instance, I can’t be too mad about it.




  • In my view this isn’t the end of Reddit, but it is the beginning of the end. This situation will probably pass, but the lemmy devs and instance owners have already gotten useful feedback about how to handle situations like this, and what kinds of things would help lemmy and the fediverse grow. The next time something like this happens (and there will be a next time) they’ll be just that little bit more ready.

    Although for me specifically, I don’t actually care too much if Reddit dies. I’m happy as long as there’s a community here. The best thing that seems to be coming out of this situation so far is that many subreddits are now getting lemmy community analogs for people to move to.


  • The line between IDE and text editor is kinda blurry nowadays anyway. I don’t know that much about Geany, but many of the text editors I’ve used were basically full IDEs, except that the IDE features were opt-in.

    Currently I use VScodium as my editor, and I’ve been happy with it. I hear a lot of good things about Kate too, and as a KDE user, I feel like I should try it some time. Kate to me looks like the same spirit of text editor as Geany. Maybe if you’re comfortable with that style of editor, give it shot.

    The 2 editors that have really been catching my eye lately have been Helix and Lapce. I think it’s really cool that Helix went with a Kakoune style “selection → action” system instead of the normal vim style “action → selection”. I think Lapce is trying to be a similar style of editor to Vscode, with simple IDE features by default, but then an extension sytem to expand that. Maybe an editor like that would be approachable to you. Although unlike Helix, Lapce seems to be less production ready for now, so maybe wait on that.

    For now you could of course just try VScode (or VScodium if you’re like me and want open-source software) since that’s a popular one right now.





  • I’ve been using Hack as my font of choice since probably around 2016 I think. I did a close comparison between the 2 after downloading it, and wow! I think this Intel font might finally replace Hack as my programming font of choice. The font does a great job of making all the common character look distinct from each other. I especially notice the parens and braces having some nice detail. I’ll have to try it out on actual files, but it looks good so far!





  • I haven’t decided if I’ll actually go through with it, but as a learning experience, I’ve been thinking about making little rewrites of some command line utilities (and maybe some original ones if I get any ideas) that output NestedText, instead of normal unstructured text. NestedText looks like a really cool data format. It’s basically exactly what I wished Yaml was, and the reference implementation is in Python so maybe it could be fun. Plus it’d give me a reason to try out the really cool looking Typer library.