I have it on good authority that the writers of the NYT have also read other news papers before. This blatant IP theft goes deeper than we could have ever imagined.
I have it on good authority that the writers of the NYT have also read other news papers before. This blatant IP theft goes deeper than we could have ever imagined.
Holy fuck I know you did not just say you can say the fucking n word because of GTA. It doesn’t matter how many of your favorite rap songs say it. It doesn’t matter if your favorite video game says it. You cannot fucking say it. Jesus fuck are we letting the racists just be on these communities now? Get the fuck out of here you racist piece of shit.
That is absolutely 100% what I am saying and is 100% the truth. You may think it’s “retarded” (nice ableism) but that’s probably because you are white and don’t talk to or listen to black people. Talk to any black woman or black trans person and ask them if they feel white people care about racism. News flash: the vast majority of white people and white progressives do not fucking care about racism unless it’s convenient for them to do so.
I like how everyone is concerned about the trans slurs but completely ignores them dropping the n word. Sounds about white for the crowd here I guess
deleted by creator
And lots of opportunities for them to be ignored or fired. Devs can complain all they want but at the end of the day we have to do what our bosses order us to do.
The vast majority of them probably never played the game in the first place.
I’ve never been much for crpgs (I do play DND though) and haven’t gotten very far into the game because it’s hot as balls right now in the PNW, but from the bit I have played it is very fun.
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
I listen to these bowl sounds when meditating. Can confirm very relaxing.
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.
Ugh word does this. I didn’t realize until I wrote some documentation for a cli tool I made for a client and I wrote the documentation in word because they are fairly non technical so I wrote in the documentation sample arguments they can copy and paste and shipped it feeling good that it would work flawlessly because I tested the crap out of it. Or so I thought because they immediately hit back with it doesn’t work. I spent hours recreating their environment and watching it work no matter what I tried to get it to not work. Then I hopped on a call and had the client step by step show me what they did and they opened the word doc and copied the example commands, changed the arguments to be correct and run it. I followed along on my own machine and then I fucking saw what had happened. Fucking Microsoft Word replaced my " " with “ ” (straight quotes for smart quotes for those who cant see the difference). A quick patch of the cli to properly parse those and things were working again.
https://youtubetranscript.com/?v=PJSTFzhs1O4
Here is the transcription gathered from the subtitles on the video.
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.
Make an element that is hidden that has all possible values of classes you can use. Or use normal css for that one part of your app if that isn’t possible. Lots of ways you can handle this without thinking the framework doesn’t work.
Ninja:
https://tailwindcss.com/docs/content-configuration#safelisting-classes
Tailwind actually has this use case covered already. Use the safe list functionality to always include the classes you need.
I really enjoyed tribes ascend for a little bit. But nothing will ever compare to tribes 1 and 2.
Shazbot!