hmm_really's comments

hmm_really | 7 years ago | on: Tidelift wants open-source developers to get paid

Developers that contribute to an open source code, or to the single maintainer of a open source project?

How is the payment distributed proportionally to each contributor?

Or is it the case that the lead maintainer can decide to receive funds from tide lift without paying the contributors.

hmm_really | 8 years ago | on: What Functional Programming Language Should You Learn?

Don't kids get taught a functional language at Uni anymore?

It would appear it stopped at probably the same time they started teaching Java. Which is why some developers like my self are a bit amused by the younger generation be amazed by this 'new' thing.

Interested in others experience on this, was taught Pop-11, Miranda around 1996 at Uni.

hmm_really | 8 years ago | on: Apple Hires Google’s A.I. Chief

Yep PR release, help keep shareholders happy.

However I would argue hiring a 'suit' who was CTO for a reputable knowledge based AI company 8 years ago, and since been in a strategic position during Googles recent progress is more valuable to Apple at this time than a well published researcher.

hmm_really | 8 years ago | on: Ask HN: How to self-learn ML?

There is an assumption with some of these responses that you want to learn ML for career progression.

If so, are you really interested in ML or do you just think its the hot bandwagon of the moment which you want to jump on to get ahead? If that is the case, I'd suggest that perhaps that is a bit obvious and to identify something else that is less hyped and mainstream. Perhaps something which you can get ahead of the crowd on and ideally, have genuine interest in.

hmm_really | 8 years ago | on: One Percent for Open Source

meh hate all these handouts based solutions, devalues the effort of the developers.

If I do something I'd rather get paid or not at all and I've chosen that, rather than cap out looking for tips.

hmm_really | 8 years ago | on: Why writing a linked list in Rusts is basically impossible

Well having written a lot of C and a lot of data structures, particular in low resource devices, I'm well aware of the details needed to do so. I suspect many others are in the same camp. Pointers are hard, however after 10 years of practice there not so bad ;)

I feel that saying ohh you should never need to write your own pointer chain (linked list, trees etc) is a bit too sweeping and doesn't match my experience.

"not particularly relevant to most Rust programmers" begs the question is their less of an overlap from C programmers and Rust programmers than is being generally touted?

hmm_really | 8 years ago | on: Ask HN: Which skills are essential for a developer to join a blockchain startup?

There is also a significant cases of:

1. The false disintermediation; when really they want to put themselves as the intermediary

2. This is so much better than what exists, we just need everyone to adopt it at once, in order to get the network effect that makes adopting it in the first place worthwhile.

3. We just need to solve this one problem to unlock the potential (insert HARD economic problem, that world has been failing to solve for last 30 years).

4. Just being bunch of nonsense, but who cares, with so much blind speculation we might come our rich as long as we scarper before the bubble bursts.

5. We just need these 3 miracles for success

6. Our solution is basically just the same as what exists, however we are really excited because we will implement it with blockchain!

Sounds like I hate the tech, I don't, just hate the bullshiters.

hmm_really | 8 years ago | on: Population-based training of neural networks

Looks like a genetic algorithm to me, just framed it differently to normal (which is clever). The hyperparams being the DNA and a network being an environment in which they are executed against.
page 1