huntrss
@huntrss@feddit.de
Software engineering, Rust, Zig, embedded
- Comment on Fire Emblem Thracia 776 (SNES) has 2 fan-made remake! 8 months ago:
Thanks
- Comment on Fire Emblem Thracia 776 (SNES) has 2 fan-made remake! 8 months ago:
Hi, thanks for your post. Can you provide links to the projects so that I can check them out more closely?
- Comment on Things to say when you're losing a technical argument 11 months ago:
Didn’t read all, however, thanks for sharing. Made my laugh and I certainly needed a good laugh today
- Comment on What's the biggest change you would like to see in computing/tech? 11 months ago:
C’mon, a little bit of flexing is so nice.
But, I get what you’re saying. I usually filter out this bullshit (because I’m a Rustacean myself 😜) but this doesn’t mean that it is as easy for someone else as it is for me.
- Comment on Ironclad - an OS kernel in Ada 1 year ago:
I think they also live after the mantra “move fast and break things”, in cars that literally means breaking bones.
- Comment on Ironclad - an OS kernel in Ada 1 year ago:
Fair enough. There are pretty pedantic processes to qualify automotive software, but these are obviously not perfect and bad quality software may still be deployed to the cars.
However, I would not throw OEMs like Tesla and others into the same category regarding Software quality.
- Comment on Ironclad - an OS kernel in Ada 1 year ago:
How do you mean this?
- Comment on Ironclad - an OS kernel in Ada 1 year ago:
I assume so
- Comment on Ironclad - an OS kernel in Ada 1 year ago:
Automotive, Aerospace. Everywhere where you need safety qualifiable software (safety as in ISO 26262 or equivalent)
- Comment on What is your favorite programming language? 1 year ago:
Do you know which extensions are good? I used to use 🤪 vscode but changed to helix and then neovim due to the memory and cpu usage vscode does require.
- Comment on What is your favorite programming language? 1 year ago:
Rust and Zig are currently my favorite languages.
- Comment on What is your favorite programming language? 1 year ago:
The first-class dev and debugging experience, is this with Visual Studio or Rider as IDEs?
Because I currently do C# with Linux + neovim + Omnisharp as Language Server and it is really slow and bad. Do you have any tips?
- Comment on About the posts asking for career / college advice. 1 year ago:
I agree about the increase on other communities (in particular the cs career questions you mentioned). I am not sure about deleting them, specifically since I consider these parts of this community as well. Just my 2 cents …
- Comment on Big projects are ditching TypeScript… wtf? - The Code Report 1 year ago:
Afaik it had more to do with another layer of abstraction then with compike time.
- Comment on Big projects are ditching TypeScript… wtf? - The Code Report 1 year ago:
Too be frank, it is pretty short but your summary is on-point. I would only add, that Svelte also dropped it due to the additional compile step.
However TS can still be used in most of the frameworks including Svelte.
- Comment on Opinions on how to deal with duplicate code. 1 year ago:
I tend to go with WET and I read one or two articles that introduced WET and explained one of the muss understandings of DRY: It is about sharing knowledge and less about sharing code. Therefore as me tioned by another poster: it makes sense for business logic but less so fir everything else.
- Comment on Zig in 100 Seconds - Fireship 1 year ago:
I think it is ziggit.dev
But it doesn’t work for me at the moment as well. But firefox and my internet connection or something in between could be the reason
- Comment on Zig in 100 Seconds - Fireship 1 year ago:
There is ziglang@lemmy.org but it’s pretty empty.
But there is a forum on ziggit.dev that is pretty lively.
- Comment on Is software getting worse? 1 year ago:
They used to cause anxiety in the past as well. But there was a window where - at least I - didn’t fear them. Main reason why I still think they are necessary are security patches. But I do fear updates due to their tendency in breaking things.