Viewing profile — jeddy3
jeddy3
HN member- Joined
- Tue, Mar 12, 2019, 12:11 PM UTC
- HN karma
- 134
- Public activity
- 69 items
- HN profile
- View on Hacker News ↗
About jeddy3
No profile information was provided.
Recent public activity
-
comment
Comment #49103812
I can at least say that it's not endemic. I have two different Keychron keyboards, used in different Linux distros. I have never experienced, and wouldn't even had imagined, such a…
-
comment
Comment #48804070
Software developer?
-
comment
Comment #37743968
I can name one. At my job we do the kind of embedded programming were encoders inside machines send data to each other. Like reading optical sensors and sending bits indicating sta…
-
comment
Comment #36793438
Thank you for an exhaustive answer! > The difference is pretty important. Getting this certification does not require that the abstract concept of the Rust language is being specif…
-
comment
Comment #36791662
> Essentially, the ISO 26262 certification mostly verifies that the compiler release process conforms to a certain standard. It does not create an ISO standard for rust, not does i…
-
comment
Comment #36763174
Sure, but many cities in the world are not in the US.
-
comment
Comment #36763134
Assuming no other transportation alternative, and single person per car as well I guess? Not assuming that, it's not that obvious how big parking needs to be.
-
comment
Comment #35557369
> all of our computing resources are based on a 100+ year old concept of a file cabinet with folders and files. While they are based on the same concept, putting things inside of t…
-
comment
Comment #34836214
IMHO both exceptions and error handling in Rust (and others) have their upsides and downsides. Personally, I much prefer Rusts solution, being both more up front and at the same ti…
-
comment
Comment #34374297
To be fair, they said particular location from the equator. Does not have to mean close to the equator.
-
comment
Comment #34190077
I can absolutely see that piracy could fit under (a). "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…
-
comment
Comment #34166036
I haven't read mastering emacs, but reading about it gives me impression that it is more for using emacs? Emacs is very much on the radar otherwise, and I have actually skimmed doc…
-
story
Ask HN: Resources/discussions about program architecture
This might have been asked many times before, in that case apologies, I'm possibly searching wrong. First of: I am a software developer since many years, in a small company, withou…
-
comment
Comment #33711382
how?
-
comment
Comment #33631613
First of all, "one out of a thousand" is grossly wrong. And yeah, of course nobody wants that, but you can't take away a healthy part of growing up because of that.
-
comment
Comment #32137440
Yes there is a huge difference. 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 …
-
comment
Comment #32136445
I feel like you are talking about something more like roadmap. Of course long term plans/road maps have their place when everybody agrees on that it is an "idea of what's coming" H…
-
comment
Comment #31284229
> Somehow these language communities decided that panicking and giving up on the spot is a smart behaviour. Oh, come on, that's a straw man. Just because panic! exists as a "abort-…
-
comment
Comment #30942841
This is one of the best "side-effects" of testing, with the reasoning is that testable code is good code (as in modular, cohesive, etc...)
-
comment
Comment #30860124
Fair enough.
-
comment
Comment #30848040
And live in a neighborhood were everybody else is "nerdy" about the noise?
-
comment
Comment #30847985
There are no clippings in the way they mean. 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 sto…
-
comment
Comment #30399720
Yeah, thats what he is saying as well, the long parenthesis makes it kinda hard to parse, but you are saying the same thing.
-
comment
Comment #30383191
x = bar() if val { x = foo() } Is both shorter and functionally more equivalent with the ternary example.
-
comment
Comment #30064839
I'm having troubles visualising what you mean, without it becoming "just folders". Can you elaborate?