You don’t need different beans for espresso.
- 0 Posts
- 17 Comments
icesentry@programming.devto
News@lemmy.world•Man accused of raping, waterboarding girlfriend in her university dorm room for days until she escaped
91·3 years agoThe fact that it’s horrifying doesn’t change the fact that it’s not related to their looks.
icesentry@programming.devto
World News@lemmy.world•Bodycam shows Seattle cop joking about "limited value" of 26 year old woman killed by police cruiser and also joking about writing it off as a cheque worth $11000.English
212·3 years agoI’m honestly surprised that someone that spends enough time on the internet to end up on lemmy doesn’t know about ACAB.
icesentry@programming.devto
Programming@programming.dev•What would it take for you to move away from Github?
5·3 years agoThe only reason I would switch is if the projects I contribute too would switch. I personally don’t care.
icesentry@programming.devto
Game Development@programming.dev•I work at an Unity-adjacent company - Here's what's happening
3·3 years agoA lot of those AAA unreal games are plagued woth performance issues and shader stutter on PC. Unreal has a lpt of good in there, but it’s not all good. Nanite will only contribute in making games even larger than they already are.
icesentry@programming.devto
Programming@programming.dev•Are we ready for javascript without a build step on the front end in 2023?
1·3 years agoI mean, I get what you’re saying but with rust all that js code is auto generated and you can make a full app without writing a single line of js yourself.
icesentry@programming.devto
Programming@programming.dev•Are we ready for javascript without a build step on the front end in 2023?
1·3 years agoHow is it extra effort? It’s just a comment instead of inline types. It’s not like going from no types to types everywhere.
icesentry@programming.devto
Programming@programming.dev•Are we ready for javascript without a build step on the front end in 2023?
1·3 years agoThat’s litterally less step. It’s just a comment above a function. How is that more steps?
I mean, don’t get me wrong, I don’t mind build step but this is objectively less steps.
icesentry@programming.devto
Programming@programming.dev•Are we ready for javascript without a build step on the front end in 2023?
1·3 years agoIf you want type safety and no build step you do like svelte did and use jsdoc instead. You can run the typescript type checker on those annotations so if you care about not having a build step you can still have type safety.
icesentry@programming.devto
Programming@programming.dev•Are we ready for javascript without a build step on the front end in 2023?
21·3 years agoThat’s actually a myth and real world performance isn’t affected by this. See this video from leptos creator which is one of the more popular wasm ui framework https://youtu.be/4KtotxNAwME?si=D_vWV1LPQI-C9j8G
The biggest issue is actually the size of the payload since you need to ship the entire app and language runtime.
icesentry@programming.devto
Rust@programming.dev•The Servo project is joining Linux Foundation Europe
3·3 years agoThat description also makes it feel like it could be used like a leaner electron
icesentry@programming.devto
Programmer Humor@programming.dev•Which side are you? Javascript or Typescript
51·3 years agoThe main issue is that frontend is complicated and it can do a lot of very different things. Frameworks exist to solve some issues that may or may not exist in your project.
Also, a huge proportion of the list is just not understanding IEEE floats behaviour and blaming the language for it. Exactly like this post is doing. All those weird number things js does is because it only uses floats for everything and every language that uses floats will behave the exact same way.
icesentry@programming.devto
Games@lemmy.world•Starfield players pirate the DLSS mod after the developer locks it behind paywallEnglish
0·3 years agoWhy would reshade be relevant? I don’t get why without reshade is even worth mentioning?
icesentry@programming.devto
Programming@programming.dev•Tabs are objectively better than spaces - gomakethings.com
51·3 years agoWhy would you ever need 9 other than trolling people on the internet?
icesentry@programming.devto
Programming@programming.dev•Tabs are objectively better than spaces - gomakethings.com
4·3 years agoGithub uses 8 as a default. It’s configurable though.
Now I’m just curious if that was intentional.