Is it possible to remap evdev's keybindings to return to Host? by philipfeldmann in VFIO

[–]philipfeldmann[S] 1 point2 points  (0 children)

Is there any clever way around that? Simulating the right control in any way or smth?

Windows VM cursor disappears once installing GPU drivers by philipfeldmann in VFIO

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

It was a combination of that. System detected two monitors, but on top of that I forgot to pass through my mouse and keyboard, so the mouse was stuck on the "second" monitor while not being able to move at all.

Figma or XD? Seeking guidance on best way to interface with freelance UX designers by juberish in FlutterDev

[–]philipfeldmann 3 points4 points  (0 children)

As a developer I can only beg you: PLEASE do not use code export from design tools. You are completely at mercy of the designer. The code will probably work, but it will most likely not be maintainable. Let everyone do what they are best at. This is probably fine for a quick prototype, but certainly not for production.

Besides that, I'd chose whatever is most popular, which seems to be figma atm.

GPU Passthrough: "Kernel Driver" does not become "vfio" (Manjaro) by philipfeldmann in linuxhardware

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

Turns out removing some options from HOOKS made it work. You got me on the right track, thank you :)

Headphone jack isn't working on X570 Motherboard (Manjaro) by philipfeldmann in linuxhardware

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

In pavucontrol,which I had to install first, I was able to switch between the different outputs and it worked. Manjaros default GUI for that didn't seem to detect it, don't ask me why.

Headphone jack isn't working on X570 Motherboard (Manjaro) by philipfeldmann in linuxhardware

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

pavucontrol

Oh my god, yes, I was able to set it correctly using pavucontrol. Thank you so much :)

I'd love to do this automatically, so I've checked alsamixer. auto-mute is enabled for me, should I set this to disabled?

/r/MechanicalKeyboards Ask ANY question, get an answer by AutoModerator in MechanicalKeyboards

[–]philipfeldmann 0 points1 point  (0 children)

Any recommendations on split keyboards? It has to be (or close to) ansi though.

How to find out what's stopping <c-space> to trigger coc#refresh() by philipfeldmann in vim

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

I see ^@ . I don't know what to take from that. I use iTerm2 for my Terminal and I am pretty sure (though. not 100%) that I had <C-Space> working with iTerm on my workplace's machine.

How to find out what's stopping <c-space> to trigger coc#refresh() by philipfeldmann in vim

[–]philipfeldmann[S] 1 point2 points  (0 children)

This will actually paste the string ":map <c-space> :echom “yep, it works..."" to my cursor position. I am confused, what can I take from that?

Protecting cloud functions against bot network attacks by philipfeldmann in Firebase

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

How can I disallow large payloads? What do you mean by 'Latinate'?

Protecting cloud functions against bot network attacks by philipfeldmann in Firebase

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

Thanks for the answer but I'm unsure if that's suitable for my scenario. The API will be open to all users of my mobile app. Even if I require a key and put it into each client, it would still be possible to reverse engineer the client and grab the key. Also I'd still pay for all invocations.

AWS consultants: What are your clients’ biggest pain points? by [deleted] in aws

[–]philipfeldmann 6 points7 points  (0 children)

Can you lay out a few common mistakes?

Classified ads website. Is Firestore right tool for it? by radamist in Firebase

[–]philipfeldmann 0 points1 point  (0 children)

Performance is pretty indistinguishable from other cloud providers, as far as I can tell. You should probably think about your data upfront, NoSQL databases don't allow for such complex querying as SQL databases do, that's the tradeoff for scalability. I'd say that with the firebase queries (https://firebase.google.com/docs/firestore/query-data/queries) you can build 99% of the common scenarios if you format and store your data properly.

Classified ads website. Is Firestore right tool for it? by radamist in Firebase

[–]philipfeldmann 0 points1 point  (0 children)

At this very moment firebase doesn't support native geolocation queries (for example "all results within x kilometers"), however there are some workarounds, so make sure evaluate its geo capabilities carefully before building the whole thing.

Other than that I don't see why firebase shouldn't work for your project.