nemith

joined 1 year ago
[–] nemith@programming.dev 4 points 1 day ago

Exactly. It’s more like rough 30% of eligible voters. Fact is that roughly 47% didn’t vote.

[–] nemith@programming.dev 1 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

Unless you are a judge on the case your disagreement doesn't matter.

And the only examples that matter is case law.

[–] nemith@programming.dev 5 points 1 month ago (1 children)

How are you measuring memory storage size? Are you sure you are looking as resident memory size and not just the virtual memory size?

Actual storage of the structures should be nothing. Interfaces are "fat pointers" but that should really just be an extra word which node would have at least that if not more.

My guess is that if you are looking at virtual memory that more memory/garbage is produced in PARSING and not storing and that the virtual memory size allocated is high even after garbage collection but RSS should be different.

[–] nemith@programming.dev 26 points 3 months ago (3 children)

I want this but without learning a new functional language to do it.

[–] nemith@programming.dev 78 points 3 months ago

Imagine being so blatant on bribery.

[–] nemith@programming.dev 13 points 3 months ago

Call me when they manage to get it up streamed into the kernel

[–] nemith@programming.dev 12 points 4 months ago (1 children)

Grip strength

[–] nemith@programming.dev 1 points 4 months ago

I agree. The only one that was close for me is Just. It is just Makefiles but without all the baggage.

[–] nemith@programming.dev 1 points 4 months ago (2 children)

I take road trips in my EV. It’s fine. You get to pee and walk the dog. The extra time isn’t much and it’s actually way more relaxing

[–] nemith@programming.dev 3 points 9 months ago

No harm intended but if you are reaching a conclusion that such a feature is not needed without going into more detail than “harm” can go the other way as well.

Sorry I didn’t link the discussion as I was on my phone and no partonization was intended.

[–] nemith@programming.dev 3 points 9 months ago (5 children)

Article is missing a lot of keys points. With iterator you can chain them together to provide even higher level abstractions.

There are plenty of containers (new maps with different algorithms like a BtreeMap, linked lists, etc) that now with generics could also use a generic way of iterating over them.

There was a pre-proposal discussion that went into a lot of detail of what is possible that wasn’t intended the release notes. I highly suggest the writer of this article dig much deeper into more benefits of iterators than the two trivial options that were included in the experiment description.

view more: next ›