Seems like a lot of supportive commenters didn’t try CSS-IN-JS like @emotion/styled, stitches, styled-components. Where are you guys? Why learning alternative names for CSS rules considered to be better, than just using those good ol’ "let you do everything what you want"s.
- 3 Posts
- 24 Comments
Buy good hardware next time
fxdave@lemmy.mlto Linux@lemmy.ml•Progress towards universal Copy/Paste shortcuts on Linux2·2 months agoyou can remap keys with any keyboards
fxdave@lemmy.mlto Linux@lemmy.ml•Progress towards universal Copy/Paste shortcuts on Linux1·2 months agoI use Ctrl, Alt for applications, Super for the os/windowing. I hated MacOS which mixed these things. Luckily X.org let’s you do whatever you like, sometimes it’s just harder to configure. But I like it as it is.
fxdave@lemmy.mlto Linux@lemmy.ml•Which X11 software keeps you from switching to Wayland?3·2 months agourxvt, bspwm, sxhkd, and many small utilities that I built my desktop with. It’s hard to reproduce the same setup.
fxdave@lemmy.mlto Linux@lemmy.ml•Atomic Linux Distros: What Barriers Stand Between You and Making the Switch?32·3 months agoYou listed malwares. Nvidia works tho.
fxdave@lemmy.mlto No Stupid Questions@lemmy.world•What are some FOSS programs that are objectively better than their proprietary counterparts?3·3 months agoMost of the time a popular distro just works, your special case did not. You should find the root cause, and report it. I’m sure windows is not bug free.
fxdave@lemmy.mlto No Stupid Questions@lemmy.world•What are some FOSS programs that are objectively better than their proprietary counterparts?1·3 months agoAnd also better than MacOS!
fxdave@lemmy.mlto No Stupid Questions@lemmy.world•What are some FOSS programs that are objectively better than their proprietary counterparts?43·3 months agoLinux itself is not the problem here. Which DE is it? Does it use X.org or wayland? If you disable the login manager, do the screens work in TTY right after the boot? If you use X.org, Sometimes X.org drivers needs to be configured, Some OSes come with X.org configs like Arch. So in Arch you usually just have to install the packages you need. If you use Wayland, try X.org.
Did you try windows and Linux on the same machine? Hardware limitation can cause such issues. But if it works with Windows but not with Linux then it’s not that.
Windows may use worse quality output, e.g. different refresh rate, different color profile to fit into the hardware bottleneck. You can also experiment with these.
USB controller kernel driver could also interfere in theory, you can try different kernel versions.
Multiple GPU setups have also many options that you can play with.
I hope it helps.
fxdave@lemmy.mlto Linux@lemmy.ml•Which areas of Linux would benefit most from further standardization?2·4 months agoI agree that flatpak is not there yet. The API is limited, and it is also hard to package an app. But I really want to see it succeed
fxdave@lemmy.mlto Linux@lemmy.ml•Which areas of Linux would benefit most from further standardization?1·4 months agoI don’t use any of these, but I’m curious. Could you please write some examples?
fxdave@lemmy.mlto Linux@lemmy.ml•Which areas of Linux would benefit most from further standardization?4·4 months agoI’ve never understood putting arbitrary limits on a company laptop. I had always been seeking for ways to hijack them. Once I ended up using a VM, without limit…
do they interfere?
aah my favorite template engine, I have seen it so long ago
fxdave@lemmy.mlOPto Programming@programming.dev•Cuple RPC: Typesharing between frontend and backends made easy. The missing type-safety for full-stack.4·1 year agoThanks for the question. GraphQL works with multiple languages, Cuple works only with Typescript. Despite this drawback this also gives you some advantages:
- The Request and Response types are auto-inferred from the endpoint you write
- Because the types are in Typescript you don’t need to generate a client, you just simply use it with @cuple/client and get instant feedback.
- You don’t have to learn another language. It’s just typescript.
Practically it means less boilerplate and it let’s you focus on the feature you write. Cuple is also not a query language, you get what the server sends you, it’s more likely a type-safe FFI binding. With Cuple you can build a REST API, or anything similar to that with HTTP method, header, path, query, body, and you can use it type-safely.
That’s fair. Typescript has to cook with the existing js ecosystem.
Honestly, I don’t get it.
Is it about the syntax sugar? Would you like to use callbacks instead?
Async programming is when you achive concurrency even with one thread. It’s needed. There’s no alternative to this.
Was it even a thing? I remember I had to choose MBR for legacy BOOT, GPT for UEFI.