Azure Data Studio uses vs code so it definitely supports full dark mode thankfully
Azure Data Studio uses vs code so it definitely supports full dark mode thankfully
Or jfeg because photography has an f sound.
It’s soft g gif. Because the original joke was choosy moms choose jif, and choosy web developers choose gif.
Hey now sometimes they failed because they didn’t fall in line with the soviet’s (anarchist Catalonia And the free territories of Ukraine)
I had Green Day - Story of a girl
In fact if you go to https://www.allthelyrics.com/lyrics/green_day you will see Story of a Girl listed as #5 of their top 5 songs.
The song is by Nine Days.
If you use rust and structure your program correctly you can avoid debugging directly by building unit tests in language the verify behavior. Debugging tools are great and I look forward to better dx stories there (you can use chrome + DWARF to debug your native code) but strictly speaking it isn’t necessary most of the time.
The language best suited for wasm is easily rust. And you can still interface with the Dom using frameworks like yew sycamore or leptos.
Debugging is still a little tricky but you can debug wasm in chrome and DWARF allows you to have source maps that map to your rust code. This is s problem the community is working to improve. Until then you have the full power of console log which is how a large portion of developers already debug their applications.
JS has little to do with accessibility. Most web accessibility comes from the Dom and aria attributes as well as semantic tags. You can do all of that with wasm too.
Are you asking about how it will work with wgpu based applications? This will work the same as it does on desktop applications. The program calls out to libraries that support talking to screen readers. I know rust the language with the best support for and ecosystem around wasm libraries like this already exist and ui frameworks like egui already have some support built in.
Ok but no one is talking about hand writing wasm. You write wasm with a language, such as rust, which already has great web frameworks such as yew (which replaces react) as well as leptos (which replaces solid.js). Leptos is already faster than react vue and svelte
Hate to break it to you bud. The world isn’t ending. It’s going to still be here. Humanity is going to still be here. We’re going to survive the worst of it and continue going. It’ll get real hard but at no point are we looking at the end of the world or of humanity. The stuff that’ll be really bad won’t be any time soon. Probably not in your lifetime. You can go ahead and live your life and have fun.
I’ll give a +1 for this course. Prime is a great teacher. I’ve been a dev for a decade at this point and it really helped fill in the gaps for me that I’ve been missing all these years.
Or get this. Pay to remove them. Should people not be compensated for their hard work?
Ruqqus? Is that named after Uncle Ruckus? Or just similar names.
Voat is Nazi trash. Why were you and OP on there enough for you to recognize him?
Ok but local first p2p software doesn’t rely on centralized servers. So it’s not a huge deal if you don’t have always on servers. Hell you can probably avoid servers all together.
I was sitting here trying to decipher how this was loss.
That’s a whack article whose author is pretty confused. Antihierarchical action is inherently not authoritarian unless you are creating new hierarchy. Also isn’t it convenient that our system of liberalism is good and just and normal people believe it but only crazy dangerous psychopaths believe in a ideology founded on liberation from the forces that oppress us.
There are plenty of articles discussing how capitalists are fucking psychopaths too.
Kropotkin literally created Anarchist Communism and is absolutely most definitely a communist which is why when he died the USSR threw a massive funeral for him. Your little analogy there makes absolutely no sense whatsoever
Would you feel better about this if it was a stock photo of a white woman yeeting their baby rather than using a comic? A comic that the meme maker didn’t create? Should the meme maker recolor the baby and woman white to make things better for you? This isn’t racist because one of the meme images happens to be of black people.
From their repo (https://github.com/rui314/mold#how-to-use)
Create .cargo/config.toml in your project directory with the following:
[target.x86_64-unknown-linux-gnu] linker = “clang” rustflags = [“-C”, “link-arg=-fuse-ld=/path/to/mold”] where /path/to/mold is an absolute path to the mold executable. In the example above, we use clang as a linker driver since it always accepts the -fuse-ld option. If your GCC is recent enough to recognize the option, you may be able to remove the linker = “clang” line.
[target.x86_64-unknown-linux-gnu] rustflags = [“-C”, “link-arg=-fuse-ld=/path/to/mold”] If you want to use mold for all projects, add the above snippet to ~/.cargo/config.toml
Because Republicans? We’ve not had plenty of blues elected. We’ve seen abysmal showings from the left and republicans being elected across the nation who are setting out to destroy people’s rights.