# I am the Watcher. I am your guide through this vast new twtiverse.
#
# Usage:
# https://watcher.sour.is/api/plain/users View list of users and latest twt date.
# https://watcher.sour.is/api/plain/twt View all twts.
# https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri.
# https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject.
#
# Options:
# uri Filter to show a specific users twts.
# offset Start index for quey.
# limit Count of items to return (going back in time).
#
# twt range = 1 18
# self = https://watcher.sour.is/conv/zke7l7q
@ullarah Which Jetbrains product are you referring to? 🤔 Much like Atlassian, I've never seen a _good_ Jetbrains product yet! 😅 But hey! Happy to be proven wrong! 😂
@ullarah Which Jetbrains product are you referring to? 🤔 Much like Atlassian, I've never seen a _good_ Jetbrains product yet! 😅 But hey! Happy to be proven wrong! 😂
Just the one I linked to, a preview version for their lightweight IDE. Which I guess is going to be competing against the likes of Sublime, Atom, and Brackets. Will be interesting to see if it's a paid product.
I use their PyCharm IDE at work to teach people, mainly kids/teens, the basics of Python coding. Lots of fun.
However nothing will beat good ol' Geany!
Just the one I linked to, a preview version for their lightweight IDE. Which I guess is going to be competing against the likes of Sublime, Atom, and Brackets. Will be interesting to see if it's a paid product.
Nothing will beat good ol' Geany.
@ullarah Have you tried VS Codium ? 🤔 -- I have to say combined with NeoVim and the NeoVim integration I'm quite liking it 👌
@ullarah Have you tried VS Codium ? 🤔 -- I have to say combined with NeoVim and the NeoVim integration I'm quite liking it 👌
I did look at VSCodium, but something something Microsoft irks me LOL. I just like how lightweight and no nonsense Geany is. But I'll install VSCodium and see what it's like :)
I did look at VSCodium, but something something Microsoft irks me LOL
@ullarah VSCodium is actually open source, well so was/is VSCode too, but VSCodium is a fork without all the M$ garbage 😅
@ullarah VSCodium is actually open source, well so was/is VSCode too, but VSCodium is a fork without all the M$ garbage 😅
VSCodium 👌, but Kate is not bad either! 😀
VSCodium 👌, but Kate is not bad either! 😀😀
@ullarah @prologic @ionores For all my private stuff I rely on Vim 99.9999%. A tiny bit of Kate, if I need to copy large amounts of text and want to preserve the original newlines. At work I love IntelliJ IDEA, GoLand and CLion by Jetbrains. They make great IDEs indeed. And for smaller stuff I also can't go without Vim and a little bit of Kate at work, too.
@lyse I'm a big fan of using PyCharm and IntelliJ on large Python and Java codebases respectively. In my personal life, I mostly use Emacs (because I don't hack much Java outside of work), but I do wonder what GoLand is like.
@meff Haven't used PyCharm myself, but I'd say GoLand is in the same ballpark as IDEA. Really neat for larger Go code bases, I absolutely do not want to miss it at work.