Earlier quoted context omitted.
Are you speedrunning life?
what are you trying to suggest? that they are doing to much already? and if they were to do less they would have time? wouldn't that then lead to the same situation, that they would like to work on some of the things they are working on now but could not because of lack of time? also we don't choose all our commitments. family, work, friends, etc are commitments we can't just give up. it comes down to choice and prio…
Ask HN: What cool skill or project interests you, but feels out of reach?
231–240 of 281 posts
Re: Ask HN: What cool skill or project interests you, but feels out of reach?
#232Re: Ask HN: What cool skill or project interests you, but feels out of reach?
#233"What cool skill or project interests you, but feels out of reach?" A job where I can support my family and feel valued/respected. I think that would be cool.
Re: Ask HN: What cool skill or project interests you, but feels out of reach?
#234Re: Ask HN: What cool skill or project interests you, but feels out of reach?
#235Re: Ask HN: What cool skill or project interests you, but feels out of reach?
#236On the development side, I feel like I just don't have the "brain" for Rust even though I have built a couple of useful things with it and have also contributed to an open source project (checkout hurl.dev, great tool!) - I would love to get into low level OS development, VMMs and microVMs . It's probably just an issue of effort Outside of programming, I'd like to get into welding so I can make some things. I recentl…
We're trying to write "simple" Rust as far as we can, without going into too much optimisation: very little lifetime usage, no async stuff (just classic multi-thread directly from the last sample of the Rust book), liberal usage of clone, no macros, reusing crates for C libcurl and libxml binding, limiting dependencies. We could certainly gain a lot of performances but with this first simple approach, the binary is already "fast"... The only advice I would give for someone going into Rust is to not try to optimise everything from the start to get a first "feeling" of the language.
Re: Ask HN: What cool skill or project interests you, but feels out of reach?
#237"What cool skill or project interests you, but feels out of reach?" A job where I can support my family and feel valued/respected. I think that would be cool.
Without knowing specifics like your current skillset, experience, location, income requirements it’s hard to provide advice.
Re: Ask HN: What cool skill or project interests you, but feels out of reach?
#238I want to help small businesses in my area, those who want it, with technology solutions that can improve things (and in-turn learn about the needs of real small businesses). I can pretty much do full-stack (ranging from something basic that improves things for them to something elaborate like backend, UI, AWS, K8S etc). However, I don't have any idea how to identify customers, approach them, price my work fairly, de…
So lot less custom code and more linking things software focused on their specific needs.
Re: Ask HN: What cool skill or project interests you, but feels out of reach?
#239Re: Ask HN: What cool skill or project interests you, but feels out of reach?
#240Reverse engineering. Each time I start I seem to get overwhelmed by the amount of knowledge required, then I decide to check if these skills might be useful in getting a better paid job... and there just doesn't seem to be that much jobs involving these skills, neither in my area nor remotely. And my motivation instantly evaporates because learning all that stuff just to sometimes poke around in some weird program.
Anyway, I’d heartily recommend Microcorruption[1]. It’s really good fun, uses a fairly simply assembly flavour (msp430), and introduces new concepts at a nice cadence.
Shameless plug: I’ve written up a bunch of the solutions in “tutorial form” on my blog[2], but I am incredibly slow at getting new posts out (although I do have the next ~4 levels in nearly-complete drafts).