jeddy3 | 2 years ago | on: What every software developer must know about Unicode in 2023
jeddy3's comments
jeddy3 | 2 years ago | on: A Decade of Rust, and Announcing Ferrocene
> The difference is pretty important. Getting this certification does not require that the abstract concept of the Rust language is being specified in any specific way.
Sorry, I was being vague. I meant the outcome for "us", the users, creating certified software relying on Ferrocene.
Totally on board with that there is a huge difference for certifying Ferrocene itself.
> The opposite, this means you can use Rust in these places. Even though this work does not specify Rust.
Nice, that's what I was hoping for. We are currently in a project creating safety certified software (in C, as are our other code) and are curiously looking at Rust, partly because of this effort.
jeddy3 | 2 years ago | on: A Decade of Rust, and Announcing Ferrocene
Sorry for a stupid question, but what does this mean?
Is it only that Rust itself (the language) is no use in a certification, but rather a specific compiler version? I.e. basically leading to the same outcome in the end.
Or does this mean to not get the hopes up (right now) for using Rust in a ISO26262 certified project?
jeddy3 | 2 years ago | on: The force that shapes everything around us: Parking
jeddy3 | 2 years ago | on: The force that shapes everything around us: Parking
Not assuming that, it's not that obvious how big parking needs to be.
jeddy3 | 2 years ago | on: Ask HN: Alternatives to organizing code in files and folders?
While they are based on the same concept, putting things inside of things (in hierarchies) is a pretty solid way of sorting stuff.
There are other ways as well, such as labels/tags. But regardless of technology I feel like folders (in one way or another) is one of the tools you would reach for.
jeddy3 | 3 years ago | on: I love building a startup in Rust but wouldn't pick it again
Personally, I much prefer Rusts solution, being both more up front and at the same time more terse.
The metaphor is kinda stupid though, the "cavemen" in our scenario knows very well that exceptions exist.
jeddy3 | 3 years ago | on: What does the land under Antarctica’s ice sheet look like?
Does not have to mean close to the equator.
jeddy3 | 3 years ago | on: It's easier and faster to pirate an e-book, than it is to buy it
"to deprive the owner of it" it being copyright
They have the right over copies, and to make money from it if they choose.
Are you hung up on that it has to be some physical object?
Edit: to be clear, in this reasoning, the thing deprived from someone is not your copy of the movie, but rather the right of copying.
jeddy3 | 3 years ago | on: Ask HN: Resources/discussions about program architecture
Emacs is very much on the radar otherwise, and I have actually skimmed documentation for information about its architecture.
jeddy3 | 3 years ago | on: D2, a diagram scripting language that turns text to diagrams, is now open source
jeddy3 | 3 years ago | on: Mom handcuffed, jailed for 8-year-old son walking half a mile
And yeah, of course nobody wants that, but you can't take away a healthy part of growing up because of that.
jeddy3 | 3 years ago | on: Ask HN: I love programming but hate the industry. Can anyone relate?
I'm not sure what OP had in mind when asking the question, but at least for me it can be rephrased as:
"I LOVE Software Development/Engineering but HATE the industry. Can anyone relate?"
I really like the challenge of everything regarding SWE...users, specifications, documentation, planning, working with teams, testing, et.c.
But in most projects I have worked in something else has crept in:
- No access to customers/product owners to discuss solutions
- Everything being treated as manufacturing line
- Fixed long term plans even though conditions have changes
- Developers taking blame for changed conditions/wrong featuresjeddy3 | 3 years ago | on: Why long-term plans don't work and how to fix them
Of course long term plans/road maps have their place when everybody agrees on that it is an "idea of what's coming"
However most long term plans I have encountered at my last two companies have absolutely been treated as commitments to detailed plans two years ahead of time, before we have no idea what we really want.
This is causing project members constantly stressing/hurting about not meeting plan still years after everyone knows that the plan does reflect real life anymore.
jeddy3 | 3 years ago | on: Bugs that the Rust compiler catches for you
Oh, come on, that's a straw man.
Just because panic! exists as a "abort-program-with-a-message", does not mean it's somehow encouraged above using idiomatic error handling.
Just as you can do the same thing in languages with exceptions. Sometimes exiting the program is the right thing to do.
jeddy3 | 4 years ago | on: Unit Testing is Overrated (2020)
jeddy3 | 4 years ago | on: We can do better than “same, but electric”
jeddy3 | 4 years ago | on: We can do better than “same, but electric”
jeddy3 | 4 years ago | on: We can do better than “same, but electric”
The robomover cuts the lawn so often so there is just a fine mulch that disappears below the lawn (and fertilizes it).
I have heard stories about your rabid HOA, but they can't have a problem with that?
jeddy3 | 4 years ago | on: Nix: An idea whose time has come
We absolutely do not "need" to know about Unicode, outside of interest about other realms.