Hacker News new | past | comments | ask | show | jobs | submit | HyperMassive's comments login

I can't seem to find this subreddit. Do you have a link?



> they are effectively big pharma sales people.

No they are not; At least not in the UK.

When I was young, My GP was a kind and caring man. I remember him asking my mum how my siblings were, recalling their previous visits.

As a grown up, When I manage to get an appointment they are STILL remarkably effective,-- albeit clearly over-worked and trying to make up time.

More recently it has been impossible for me to make appointments for my parents due to long term under-funding, and covid.

>Well, health (or 'disease control') is a business unfortunately.

This type of thinking in UK social care is exactly what has caused the decline of public health. Politicians and business management have ruined the caring aspect of the NHS through constant budget cuts and medical policies. -- And then they have the gall to claim the NHS isn't fit for purpose.

The whole situation makes me rather distressed. Luckily I am 'well-off' now and look after my parents as best as I can.


I went back and read the content again because of your comment. What a waste of time.

> Identify a Facebook user by *his* phone number despite privacy settings set

Stop being so obtuse about exculpatory mistakes; I am not suggesting HN comments should be humourless, but this is not Reddit.

No one can tell if you're genuinely offended (by grammar or societal gender-terms) by or just a smart arse, your sarcastic tone implies the latter.


Can you explain your use of “exculpatory” here? It’s a Fantastic word and not part of my every day vocabulary, but I can’t quite see how it fits.


The opposite of blameworthy.

https://www.merriam-webster.com/dictionary/exculpatory#note-...

Yep my usage a bit odd, I forgot it is a common legal term. Maybe *trivial* would be a better word.


I'm not "offended" as such, I just think casual sexism should always be called out (although in fairness, it's an excusable mistake for a non-native speaker, albeit one that still bears pointing out). And yeah, I used sarcasm to do it, because it's more fun; sue me.

I don't think "exculpatory" means what you think it means.


Casual sexism this isn't. Plenty of people switch between he and she as defaults.


LineageOS 16 used to have this feature. I really miss it. https://forum.fairphone.com/t/transitioning-from-los16s-priv...


Sad to have just learned from that link that Privacy Guard is gone. That has indeed been a key Cyanogen/LineageOS feature for me for years (my phone is still on 16). I can't say I understand the decision to remove it.


lose weight.


ringbird - educational ring buffer implementation in JS.

printery - alias function which calls console.log. nothing more.

blameless - npm bin package to squash all git history.


Nope. plenty do. I do. granted its verbose, but it gets the job done nicely. easy to follow, plain functions all the way down.


And what about those `reselect` wires? And that `connect` and `mapStoP / mapDtoP` stuff? Doesn't that "bother" you? Or you just mentally "pack" it into the verbosity basket and ignore it?


`reselect` is an option that you don't have to use.

The mapStoP and mapDtoP are just plain functions that do what they say on the tin. Easy to read/write once you understand the pattern.

The connect HOC like all HOCs is a bit of a smell, but easy enough to use without understanding much about HOCs.

Likely soon hook replacements for connect will make all that "verbosity" even simpler and easier to work with.

For instance, useMapState and useActionCreators from this proposal for redux hooks: https://github.com/epeli/redux-hooks


> `reselect` is an option that you don't have to use.

Of course.

It just happens that for my real life needs I've needed state that was derived from redux state: filtering, selections, pagination, normalizing / denormalizing state, relations between entities (classic library data model problem) etc.

So I kinda can't "imagine" any "serious" work with redux without helpers like reselect etc.

> Easy to read/write once you understand the pattern.

Sure, there is nothing "complex" about any of that.

And I am genuinely asking how people deal with that.

It is just way too verbose for me. So I am wondering, how other people approach it.

Close their eyes and plow through? Don't really care?


Genuinely asked: is there a viable alternative? If so, what is it?


IMO mobx and mobx-react-lite (hooks) are brutally (!) effective to manage any globalish state.


> That was the day I decided JS...

Why? surely having 47 promises and some on the same line is the authors fault?

Promise.prototype.then()'s callback function does not need to be written inline. At some point the author should have realised it hass become difficult to grok quickly and refactored them out using appropriate function names.


My current project is run in a similar fashion; and it shows... code quality is terrible, technologies are stale and riddled with performance work-arounds, bugs are fixed with the fastest possible implementation and handed off to the testing team then consequently bounced back and forth with trivial disputes.

The worst thing is the manager/ product owner/ tyrannical architect is a actually a nice bloke. but he is absolutely terrible at insulating devs from his stressors, which has a massive knock-on effect on his team. Recently he took leave for around 4 weeks and it was like night and day! we self organised: minimised new features and maximise time spent addressing technical debt built-up over 2 years. I was enjoying work again, and it had a almost skunkwork-like feel to it.

then he returned, then i handed in my notice.


> Do you remember the time when you just copied your file over to the server, and magically everything was deployed? I do. It was a good time. Yes, I am old.

Yep.

That in sense is webpack's job: It allows you to boil down a huge list of interconnected complex dependencies into a neat, portable, highly deployable package.


Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: