Viewing profile — rellekio
rellekio
HN member- Joined
- Thu, Apr 04, 2019, 4:35 AM UTC
- HN karma
- 4
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About rellekio
No profile information was provided.
Recent public activity
-
comment
Comment #29308598
Issue comes in when it gives you the experience of knowing more than you think and making judgements based off of that feeling. My concern is the difficulty of tracking down source…
-
comment
Comment #25824564
https://www.livescience.com/55606-health-states-worse-than-d... Something about opinions being treated as facts is part of a post truth society. I don't like what you said, therefo…
-
comment
Comment #25819472
I would argue that the boss is the easiest position to automate.
-
comment
Comment #25819464
I think you place too much emphasis on violence. As there are things worse than death or physical harm. Just as the face of war changed from a physical one to an economic one. Demo…
-
comment
Comment #24831486
You can't just replace. You need to make a better game than what is provided. The most difficult aspect of this is it is hard to compete against free.
-
comment
Comment #24778354
Very nice to see. Wish I had some more time to flub with it. Only critique is you need to allow for the brushes to be bigger. Specifically for the move tool as that is how I was ta…
-
comment
Comment #24773944
In general it comes down to marketing budget, networking, and luck. Both start up, self found, or otherwise. That or having a good idea that isn't just marketing. No matter what or…
- comment
-
comment
Comment #24750544
I chalk up this feeling to the God is dead mentality. Except here its all interesting ideas are done. It's more of a question of work and why we do so. Most are left burn out at th…
-
comment
Comment #24693217
https://www.popularmechanics.com/technology/gadgets/a7213/pa...
-
comment
Comment #24689835
Your right about the sync and dependency issue. Big reason why in JS land you treat each mutation of the data as immutable destruction and refresh of an object is to eliminate any …
-
comment
Comment #24545774
You should watch the Cube and it's sequels.
-
comment
Comment #23004060
No: If (typeof x === 'string') {} I personally love TypeScript, but I do have one big hang up. Janky builds in testing. Can't explain it, but sometimes the guarantees TS is suppose…
-
comment
Comment #21937151
I've done some experiments in regards to a message service. And though a lot of this work isn't ready for production I have seen a lot of success. Long story short SSR to rebind vi…
-
comment
Comment #21937090
Just better point out where dev's haven't been trained and are just doing their best. It's a large topic and not every company can keep a high standard. But most complaints I hear …
-
comment
Comment #21932333
I understand the pressure on js frameworks and the like. Even Microsoft attacked the same problem with Blazor. But the original goal of these frameworks is and still is portable co…
-
comment
Comment #20510846
I use Angular and Svelte professionally. Reactive to me is reactive programming via the rx package that spans many languages. However I only use those frameworks if the job calls f…
-
comment
Comment #20493910
Reduces server costs. Able to process data on client, including mathematical computation via We ebAssembley. Which in effect allows you to create "Web Apps," rather than just a new…
-
comment
Comment #20006001
https://www.epi.org/publication/charting-wage-stagnation/ It's about something new versus what we have tried to this point.
-
comment
Comment #19569363
Disagree, as the main issue is prepping and cleaning bad data. It's a massive time sink and a waste of resources. Data ownership done right is a beneficial relationship for the far…