Arch users switching back to Arch after 10 minutes of using Ubuntu:
- 15 Posts
- 283 Comments
vort3@lemmy.mlMto Dota 2@lemmy.ml•🎮✨ Introducing: Dota Player Rating - A Fediverse-Connected Gaming Community Platform2·14 days agoIs it written using AI?
Yes. You choose the compose key in your DE settings (usually right alt key), then you can press it and type compose sequences to insert unusual symbols or strings.
Thank you very much!
Looks like the site is down or blocked in my country.
Could anyone please be so nice and copy paste those commands here?
The single line of patch notes I’ve been waiting for years:
Improved performance.
A newly added objective (well it’s been there for a few years I think).
You usually need a whole team to take it down early, and it gives a free aghanims shard to one of the lowest networth heroes is a team (who does not have a shard yet).
vort3@lemmy.mlto Open Source@lemmy.ml•2-in-1 release – Inkscape 1.4.2 is out! | Inkscape2·1 month agoGreat release.
However I’m still waiting for snapping/alignment/distribution to be usable. Right now, some things override others (even when holding a modifier to constrain node to an axis, it will snap to things that are not aligned with the axis), and because of visual vs geometric bounding box when resizing things it will snap to align with other shapes but when you let go of LMB, the object won’t be aligned anyway (so what was the point of snapping in the first place).
Also sometimes things will snap to a guideline from a mile away, when things I’m trying to move are nowhere close to a guideline.
I’m coming drom other software (specifically, Corel Draw) and understand it’s not fair to compare different tools and demand from one to mimic the other, especially when Inkscape is FOSS and Corel Draw is a commercial product made by paid developers. And you could also say most of things I’m complaining about are muscle memory things because I’ve been using Corel for years and need to let go of old habits and get used to Inkscape if I want to switch to it rather than demand Inkscape to be more Corel like.
But I still believe Corel does some things just right. I pretty much never needed to turn off snapping in Corel and “it just worked”™, objects would never snap to a guide on the other side of the screen and constrained nodes (when holding Shift) would still both be constrained to axis and snap to objects, meaning it snaps on the intersection of the other object and the axis I’m moving along.
Also if I’m resizing a box and the edge snaps to a guide, when I let go, in Corel the edge of the box will 100% be aligned with the guide, unlike in Inkscape.
I’m pretty sure some of these issues are because of Geometric vs Visual bounding box differences, and it’s good we can at least choose between the two: Corel can’t even deal with visual bounding boxes IIRC. You work with geometric bounding box only.
I think adding the toggle somewhere in the toolbar would be a great thing so that we don’t have to go into the menu and find it every time, maybe even a hotkey to toggle between the two.
It’s worse when you have a bugged function, try to fix it, and no matter what you change it’s still bugged because an hour later you realize there is a function with the same name that redefines the function you were changing anyway somewhere else in the code.
vort3@lemmy.mlto RSS - Really Simple Syndication@lemmy.ml•The Best RSS Reader I have discovered the other day: Handy News Reader2·2 months agoCan it sync with FreshRSS?
vort3@lemmy.mlto KDE@lemmy.kde.social•@prav table in conference in Gandhinagar, #Gujarat.1·3 months agoIs this yet another Conversations for?
vort3@lemmy.mlto KDE@lemmy.kde.social•[Resolved] Is there a way to stop windows from grabbing attention in plasma6?3·3 months agoYeah, both steam and discord do this and it’s stupid.
Sorry, can’t help you, but I’m sure the other comment already gave you a working solution.
Can you press “custom” and enter 0?
vort3@lemmy.mlto Thunder App@lemmy.world•A Potential Thunder Community Server: Discord or Revolt?4·3 months agoIs there at least 1 fully working self hosted revolt instance not hosted by revolt devs? Is revolt federated? Can revolt knowledge be indexed and accessed without revolt account?
vort3@lemmy.mlto Thunder App@lemmy.world•A Potential Thunder Community Server: Discord or Revolt?6·3 months agoYes, please no discord.
Fediverse is free and open, while discord is a proprietary walled garden. I wish no one has to use it to communicate with developers of a project they use. Also it’s not indexed by search engines, so it’s just different people asking same questions over and over.
Discord is just bad. If devs want to use discord, it’s fine, I can’t tell others what to do, but please keep this in mind.
Sorry I’m not a dev and can’t answer your questions, just got curious: you’re asking how things like autocompletion would work with Raylib. What’s Raylib, and why would it need something special and not work the same way everything else works?
I don’t do development but I still like coding in Python and like to know about development.
I wish it was only about software…
vort3@lemmy.mlOPtoCataclysm: Dark Days Ahead@lemmy.ml•CDDA Android, shortcuts invisible or missingEnglish1·4 months agoFor future readers:
Shortcuts bar is still broken, but at least I found some consistency in how it appears and disappears. So here’s how to play CDDA on android.
Launch the game. Shortcuts bar will be invisible. Don’t touch anything, let the game fully load into main menu.
Now do the “back” gesture of your android by swiping from side edge of your screen.
Nothing will happen at first. Now, use the virtual joystick: swipe left or right on the screen. Shortcuts bar will become visible.
Enjoy the game!
If at any point of the game you use the “back” gesture, virtual keyboard will appear, and shortcuts bar will disappear. At this point, your only option is to use “back” gesture again to hide the keyboard, double tap, save and quit, close the game by dismissing it from recents, and do everything again. Note that when it disappears, it’s not just invisible, it actually isn’t there and you can’t use TAB / BACKTAB even if you know their position. On the other hand, when you launch the game, it is invisible, but you still can press TAB / BACKTAB by guessing their position on the invisible shortcuts bar.
I comment the commands that I want and then use vim to remove ones without comments.
For example, I run:
longandannoyingcommand -f1 -f2 -f3 # keep, does something useful
Usually comment explains what the command does so I can find it by description using fzf history search. And then you can easily find all lines that contain (or do not contain “
# keep
”) in your history to remove or keep.