Readit News logoReadit News
heddycrow commented on The copilot delusion   deplet.ing/the-copilot-de... · Posted by u/isaiahwp
heddycrow · 3 months ago
I couldn't help but read parts of this in Bertram Gilfoyle's voice.

Someone tell me I'm not alone.

heddycrow commented on Discovery Coding   jimmyhmiller.github.io/di... · Posted by u/surprisetalk
CobrastanJorji · 7 months ago
I think it's a dangerous philosophy for professional work. You know what happens to code that works? It ships.

If you code out a solution to the problem in order to discover the problem space, I think the idea here is that you then can go back and write a better solution that accounts for all of the stuff you discovered via refactoring and whatnot. But you're not going to do that refactoring. You're going to ship it. Because it works and you don't know of any problems with it. Are there scaling problems? Probably, you haven't run into any yet. Does your solution fit whatever requirements other interested parties might have? Who knows! We didn't do any designing or thinking about the problem yet.

heddycrow · 7 months ago
So better to do all discovery in a system/tool that has no risk of being shipped like excel, whiteboard, design document, conversation, human brain, etc?

Am I going to ship it and not address scaling, refactoring, etc? What about discovery outside a code environment forces our hand on this?

Feels a bit to me like the real issue is not where discovery takes place but that crucial discovery steps are skipped for whatever reason.

I'm stuck somewhere in or around 1 & 2 below.

1) those other systems for discovery suck at capturing behaviors of complex systems compared to working code in motion. Happy to discuss, but I'd love if this were an obvious conclusion somewhere in the neighborhood of The Map is Not The Kingdom trope

2) skipping important steps in discovery sucks no matter where it occur. I've seen this institutionalized/practiced at both ends of the philosophical spectrum. I wasn't being sarcastic or facetious (much) about the questions above.

I'd love it if someone could help me move somewhere past the above. I think I might sleep better at night.

heddycrow commented on Americans dying younger than their English-speaking peers worldwide   studyfinds.org/americans-... · Posted by u/pseudolus
adamwong246 · a year ago
> Seriously, what do you, the consumer, do with this?

The comment chills me to the bone. Americans truly can not conceptualize themselves as anything _but_ a consumer. I mean, what can I say, other than "Wake up, Neo. The Matrix has you."

heddycrow · a year ago
I meant it more like "the consumer" not "The Consumer" but I could have said "the reader", "the observer", etc.

You got me curious, though. What do non-Americans do when they read if not consume what they read?

heddycrow commented on Americans dying younger than their English-speaking peers worldwide   studyfinds.org/americans-... · Posted by u/pseudolus
heddycrow · a year ago
What exactly is to be done with information which speaks at this scale? I'm not asking in a facetious way.

Seriously, what do you, the consumer, do with this?

Thanks in advance.

heddycrow commented on Viral DNA in the human genome linked to major psychiatric disorders   medicalxpress.com/news/20... · Posted by u/geox
kylebenzle · a year ago
I found that way of writing terribly arrogant and annoying, like a smart 15-year-old.
heddycrow · a year ago
Takes all kinds. I'm +1 the blog.
heddycrow commented on Show HN: I've been making JavaScript sandbox alone for 6 years   playcode.io/... · Posted by u/ianberdin
ianberdin · 3 years ago
For sure. There are a lot of things to do:

- files tree,

- windows manager (it looks simple to implement, yet 2000 lines of code),

- tabs,

- better syntax highlighter,

- code bundler (3-4 years to research),

- transpilers,

- preview (service worker serve it with bidirectional request between bundler worker and service worker and another window preview also),

- console (it is pretty hard to describe every data type and make client-server between iframe and console to show nested structures dynamically)

And more...

Yeah, I do not think I can share source code. Thanks for your message.

heddycrow · 3 years ago
It certainly is a lot of work.

Humble suggestion: please call out the open source software you have used in some sort of credits section.

Forgive me if this exists and I am missing it.

heddycrow commented on Show HN: I've been making JavaScript sandbox alone for 6 years   playcode.io/... · Posted by u/ianberdin
heddycrow · 3 years ago
OP, I've been working on a very similar thing for some years now, too. I could write a book about this at this point, but I will avoid gushing here.

Please let me share some pain.

Many developers/companies make this thing and none of them really know how to (or can) share. I'm happy to share my list.

The end result, as I see it, is a fragmented mess of either partially completed or fully completed and walled (and/or poorly modularized) software.

Take for example VS Code's tree view. Can a developer with a need for an explorer view just use VS Code's tree module? Not hardly. Go reinvent.

Contrast that with CodeMirror. If you look, you will see CodeMirror everywhere. This software truly empowers devs and it has resulted in pure awesomeness.

There's no shame in not open sourcing what you've created, I'm assuming you haven't. And I can't say anything about how you have modularized your components.

But it pains me that the next dev who gets an idea like yours will either give up or spend 6 years struggling to create the same thing (except the CodeMirror part).

Worse, Microsoft can afford to struggle and or throw people/money at this. They can pay people to work full time. They can give away their editor(and more) for free. That's a win from user's POV.

Are you aware that VS Code runs on GitHub and does the majority of this kind of thing? I think they could completely shut down all sandboxes or similar kinds of software from a financial perspective.

I said I wouldn't write a book.

Anyways, I strongly appreciate what you have done. It looks great.

I wish we lived in a world where we could work on the same team building this kind of thing.

My best wishes to you on getting paid to do it full time.

heddycrow commented on Bullshit-sensitivity predicts prosocial behavior   journals.plos.org/plosone... · Posted by u/tchalla
heddycrow · 7 years ago
I have trouble taking meaning from the "bullshit" sentences. At some point in trying, part of my brain begs me to give up while another asks me to go on.

I feel a similar way when I see the same person every day asking for money due to "hard luck.". Is this a professional or a victim? If I give this person money am I hurting myself and/or hurting them?

Difference between these situations? In second case, another human's well-being is at stake. In the first case, I could lose some novel insight.

Both cases carry a cognitive load which I must avoid bearing for the sake of my over-worked brain.

Is there a word for a kind of apathy that does not suggest immorality or lack of empathy?

u/heddycrow

KarmaCake day17September 12, 2016View Original