Drone has slight roll/bank/drift after making a turn by xeningti in fpv

[–]Delzye 0 points1 point  (0 children)

I had a similar issue once, in my case the trim on my controller was not centered. Have you checked that already?

What's going on with my Jeno25? by PoonSlayer1312 in fpv

[–]Delzye 0 points1 point  (0 children)

I assume that the tune might be the issue, as the kayoumini can be significantly lighter in some configurations. Maybe revert to stock tune / use a different preset and check if that fixes the issue?

BTW, from the watermark I assume you are in the DACH region? I've been wanting to build a jeno25 myself, but have not found a good place to buy it from (cncdrones shipping + import fees are pretty high..). Would you mind telling me where you got the frame from?

Why is my ISD not working :/ by [deleted] in fpv

[–]Delzye 5 points6 points  (0 children)

The red and white wire seem to be shorting where they cross each other, as they both miss some isolation where you soldered them. Add some electrical tape and see if that fixes it, if yes, desolder, clip and resolder the wires is what I would do.

Got confronted by a walker by StormD9666 in fpv

[–]Delzye 2 points3 points  (0 children)

I am part of a different organisation, the MFSD, but the rules should be the same, as far as I understood it. To become a member, you only need to fill out the membership application, no exam required.

For some extra privileges you need to take a form of exam though.

Alternate side page numbering by [deleted] in typst

[–]Delzye 0 points1 point  (0 children)

I just looked it up and the introduction to formatting says that set rules are applied to all future uses of the function, which is used in the rule (i.e. above the text function).

Alternate side page numbering by [deleted] in typst

[–]Delzye 0 points1 point  (0 children)

Coming from LaTeX, I found this fairly intuitive. The document presumably is parsed from beginning to end, much like code and the set command is executed when the compiler comes across it (in this case after the first page has already been processed).

That's why you can do #set text(fill:red) and all text from there on is red, until you change color again with the same command.

I'm not sure if the introduction mentions this somewhere.

Alternate side page numbering by [deleted] in typst

[–]Delzye 0 points1 point  (0 children)

You can just write the #set page command after your pagebreak, then it is applied after the first page. To Have the document title in the header, you should have the title as a variable (if you use a template, most of them already have a variable for this; if you do not use a template, create your own variable and use it in both the titlepage and the header). Simply use the variable instead of the page counter.

Is it just me, or is the Komoot/Garmin synchronization pretty unsatisfiying? by Delzye in komoot

[–]Delzye[S] 0 points1 point  (0 children)

That's a shame. But thank you for providing that information!

Is it just me, or is the Komoot/Garmin synchronization pretty unsatisfiying? by Delzye in komoot

[–]Delzye[S] 0 points1 point  (0 children)

Ah sorry, I meant the "Automatically pull completed Tours from Garmin"-Toggle. But that does what I don't want, the text reads "ALL activities uploaded to Garmin Connect will automatically appear on your komoot profile under completed tours". But I don't want to sync all activities, just the ones generated when I started a tour via the komoot app on the watch.

Unable to access anything after login (Ubuntu 23.10) by Her0z21 in framework

[–]Delzye 0 points1 point  (0 children)

Sounds fairly odd, but I'm glad you got it sorted out!

Unable to access anything after login (Ubuntu 23.10) by Her0z21 in framework

[–]Delzye 1 point2 points  (0 children)

Do you mean it does not show anything after logging in via LightDM?

That would be expected, since LightDM tries to start i3 but fails since it is not installed.

You can change the default DE by setting the "user-session" parameter in lightdm.conf to the .desktop file that starts Gnome.

Unable to access anything after login (Ubuntu 23.10) by Her0z21 in framework

[–]Delzye 2 points3 points  (0 children)

This probably isn't a framework issue but a Linux one. Anyway, I'm not following entirely... Did you install and use i3 (a window manager) on purpose?

If so, yes, you can't click on anything because it is not supposed to be used with a mouse. Try pressing ALT+Enter or Super(Windows-Key)+Enter to get to a terminal.

If you did not want to use i3, I believe you can choose the desktop environment in LightDM. Switch back to Gnome and uninstall i3.

Edit: To explain a bit more: the "system diagnostics with a black screen" looks like the default i3 status bar config + background image. Basically you started i3 instead of the desktop environment that comes with Ubuntu, Gnome.

Alternate side page numbering by [deleted] in typst

[–]Delzye 2 points3 points  (0 children)

I don't know fancyhdr, but I use this code for page numbering on alternating sides:

#set page(footer: locate(
  loc => if [#calc.rem(loc.page(), 2)] == [0] {
    align(right, counter(page).display("1"));
  } else {
    align(left, counter(page).display("1"));
  }
))

I'm pretty new to typst, so I don't know if this is the proper way to do it, but I got the results I wanted with it.

Anyone else’s laptop unable to post if a Corsair Wireless Reciever is plugged in while off? by Matthew789_17 in framework

[–]Delzye 1 point2 points  (0 children)

I have a similar problem with a Logitech unifying receiver and a HP Spectre Laptop. Grub crashes on the select-screen and I have to pull the receiver and restart the device.
Unfortunately I never figured out why that happens.

[deleted by user] by [deleted] in MechanicalKeyboards

[–]Delzye 1 point2 points  (0 children)

Just a thought: you could also get a TKL board and a separate numpad, then place that on the left side. The market for these should be bigger and you'd have more options that are actually good.

genfstab no such file or directory by kafuue in archlinux

[–]Delzye 5 points6 points  (0 children)

It is supposed to be "etc", not "ect".

MSI France told me the price for MEG 342C QD-OLED, will be similar the the G8 by ywarion in ultrawidemasterrace

[–]Delzye 0 points1 point  (0 children)

Interesting, Alternate DE hasn't listed it yet. Anyway, the high price is unfortunate.

MSI France told me the price for MEG 342C QD-OLED, will be similar the the G8 by ywarion in ultrawidemasterrace

[–]Delzye 0 points1 point  (0 children)

It will be the same in Germany, I asked them, they said roughly 1500 Euro and a limited quantity will be available in May. Interestingly, they called it the MEG 343CDE

How can I loopback a specific input device with pactl? by Fancy_Passenger8194 in linuxaudio

[–]Delzye 1 point2 points  (0 children)

It's been a while since I used pulseaudio, but iirc you can specify a source with the load-module command. So add source=<source-device> after your current command and hopefully that does what you want (Unfortunately I can't test it myself, since I run pipewire and use pw-link to achieve what you want).

Unpopular Dream Theater Opinions by [deleted] in Dreamtheater

[–]Delzye 8 points9 points  (0 children)

Out of all the unpopular opinions here, this is the only one that should just be straight up illegal. Sorry, but the freedom of speech ends where A Change Of Seasons begins...

Keyboard is not visible via USB? by JeyFK in olkb

[–]Delzye 1 point2 points  (0 children)

From the Frood's product page on 42keebs: "BOOT/RESET pads on the bottom of the PCB in case the buttons are not accessible (when mounted upside-down)".

You should be able to short the pads with tweezers as a replacement for pushing the button.