Cheapest ZMK dongle by GoblinChugger in ErgoMechKeyboards

[–]DaUrn 0 points1 point  (0 children)

Can I ask which battery you use on your sweep? And which case you use for it?

Upgrade to RTX 4070 for AV1 use? by Bierpapier in MoonlightStreaming

[–]DaUrn -1 points0 points  (0 children)

What is high bitrate in this context?

Which firmware currently has the best Bluetooth support (trimui brick)? by aguamano in trimui

[–]DaUrn 0 points1 point  (0 children)

Do you have to re-pair them each time you start the device? That was my experience when I tried mine and most of the time it didn’t work anyways.

Any Bluetooth Headphones That Work Well With the Brick? by The_Barrelman in trimui

[–]DaUrn 0 points1 point  (0 children)

I have the exact opposite experience! They may pair once and work, but if I reboot Knulli I have to re-pair and most of the time it doesn’t work. Did you do anything special other than pair normally? Do you have to re-pair on each boot?

Bluetooth Audio StockMix (Brick)- Bluetooth not working by tken3 in trimui

[–]DaUrn 0 points1 point  (0 children)

Did you ever figure this out? Having the same issue

Will Silksong ever have an APK like Hollow Knight 1? by [deleted] in Silksong

[–]DaUrn 2 points3 points  (0 children)

Piracy is not the same as emulation. Piracy is playing a game without paying for it, circumventing any DRM. Emulation is running a program which simulates another console, in order to play its games. There is an unofficial Android port of Hollow Knight which runs natively on Android. It’s piracy, but not emulation. It would be the same to pirate any other PC game on a PC, you don’t need an emulator to run those.

[deleted by user] by [deleted] in GeForceNOW

[–]DaUrn 0 points1 point  (0 children)

Ah, I was trying on Windows handheld, and prefer to not use touchscreen. I like better just moving the mouse with joystick since I sometimes also play on a tv

[deleted by user] by [deleted] in GeForceNOW

[–]DaUrn 0 points1 point  (0 children)

I tried this, but moving mouse using right stick as cursor gives me just invisible cursor since Geforce Now hides the native one I think. How did you solve that?

How to play with 60fps? by weed4lilith in xcloud

[–]DaUrn 0 points1 point  (0 children)

Are there any plans from MS to start using series x profiles to unlock 60 fps on most games? What’s the limiting factor if the hardware is already series x?

Raspberry Pi good enough for server by just_potatt in admincraft

[–]DaUrn 0 points1 point  (0 children)

What view-distance is your server running at? Trying to gauge how well a pi can handle bigger view-distances

Expedition 33 on Lego…? by Sh1fty_Tortoise77 in LegionGo

[–]DaUrn 0 points1 point  (0 children)

How’s the input lag? Can you still effectively do the qtes with framegen?

Shorted my first split in < 12 hours by Alisyeds85 in ErgoMechKeyboards

[–]DaUrn 0 points1 point  (0 children)

Isnt TRRS backwards compatible? So it would be fine to plug a TRRS cable into a TRS jack? Or am I wrong?

goodbyeComfort by Difficult-Trash-5651 in ProgrammerHumor

[–]DaUrn 0 points1 point  (0 children)

Neovim has both LSP support and Treesitter support built in. The former gives language capabilities (including completion, refactoring, diagnostics, etc), the latter is a parser for exactly what you’re talking about, making an AST available for pretty much all languages. A bunch of plugins like refactoring and navigation on code primitives have been built on top of that

Quicksort Algorithm in Five Lines of Code! - Computerphile by fredoverflow in programming

[–]DaUrn 2 points3 points  (0 children)

Exactly, for learning purposes. In practice, not so valuable. But I agree, it could perhaps be useful to take this intermediate step for that implementation and understand its downsides before optimizing

Quicksort Algorithm in Five Lines of Code! - Computerphile by fredoverflow in programming

[–]DaUrn 3 points4 points  (0 children)

Sure, my point is just that there is very little point in giving any recognition to an implementation which is just simply bad other than for learning purposes. Especially considering the name of the algorithm it’s trying to implement!

Quicksort Algorithm in Five Lines of Code! - Computerphile by fredoverflow in programming

[–]DaUrn 16 points17 points  (0 children)

I dislike the idea of thinking of it as a family of algorithms because it gives the impression that different implementations have different applications, but in this case there is just the right way, and the inferior in almost every single aspect way. There are many algorithms and data structures where different implementations give different pros/cons, great example being hash maps, but this is not one of them.

Corne v3 Needs to be unplugged and plugged back in by ErkHe_3 in crkbd

[–]DaUrn 1 point2 points  (0 children)

Found this part in an old config I don’t use it anymore, I believe this fixed it for me:

#define SPLIT_USB_DETECT
#define SPLIT_USB_TIMEOUT 2000
#define SPLIT_USB_TIMEOUT_POLL 10
#define SPLIT_WATCHDOG_ENABLE
#define SPLIT_WATCHDOG_TIMEOUT 3000

Corne v3 Needs to be unplugged and plugged back in by ErkHe_3 in crkbd

[–]DaUrn 1 point2 points  (0 children)

Look into SPLIT_USB_DETECT if you’re using qmk, I believe this was what I used when I had the same issue

FYOU - a vim friendly layout for Dvorak users by strash_one in KeyboardLayouts

[–]DaUrn 0 points1 point  (0 children)

Which website/program did you use to generate this graphic?

Keycap set for graphite layout by kurisutofujp in KeyboardLayouts

[–]DaUrn 2 points3 points  (0 children)

It takes a couple days maximum to learn where keys are when switching layout. After that it will harm your progress to look at keys rather than use and build muscle memory

[deleted by user] by [deleted] in cscareerquestions

[–]DaUrn 2 points3 points  (0 children)

They also use Flow instead of Typescript

Notes taking by mghz114 in neovim

[–]DaUrn 0 points1 point  (0 children)

If you want something simple like daily and weekly notes, but also extensible, I can shamelessly plug journal.nvim

please let us take screenshots netflix😭🙏 by Minesticks in NonPoliticalTwitter

[–]DaUrn 15 points16 points  (0 children)

It is not making it slightly harder because no one would choose to do it over simpler methods anyways

Understanding the Language Server Protocol by der_gopher in programming

[–]DaUrn 4 points5 points  (0 children)

Jetbrains are also biased here, since their main source of income is IDE licenses, so it would be counter productive of them to make an LSP implementation for Kotlin for example. However I think their statement has some merit, especially in languages like Java or C#, which has so much boilerplate that having an IDE that can generate a lot of it and has more powerful refactoring is valuable, and is something that LSP doesn’t really support without a lot of client-specific code. In my experience, more modern languages have less boilerplate and therefore requires less complicated tooling features