HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dahjelle

no profile record

Submissions

What 50k Runs of a 5-Line Eval Taught Us

code.visualstudio.com
2 points·by dahjelle·26 giorni fa·0 comments

Secure LLM Scripting. Finally

mlld.ai
7 points·by dahjelle·5 mesi fa·1 comments

The GitButler CLI

blog.gitbutler.com
5 points·by dahjelle·5 mesi fa·0 comments

Zed AI

zed.dev
401 points·by dahjelle·2 anni fa·280 comments

Notes from _The Programmer's Brain_

gitlab.com
2 points·by dahjelle·3 anni fa·0 comments

Structured Query Server: SQL Queries for Apache CouchDB

neighbourhood.ie
2 points·by dahjelle·3 anni fa·1 comments

[untitled]

1 points·by dahjelle·3 anni fa·0 comments

[untitled]

1 points·by dahjelle·3 anni fa·0 comments

comments

dahjelle
·5 mesi fa·discuss
If you ever do, I’d like to try it out! I don’t game much, but I played Bolo a bit once and enjoyed it.
dahjelle
·11 mesi fa·discuss
Do you mean iTerm2 extra integrations with fish shell or that it has a setting somewhere that integrates Warp’s fancy GUI autocomplete stuff?
dahjelle
·anno scorso·discuss
> I have to wonder if anyone likes flat user interfaces or just user studies are broken.

I don’t have any experience in running user studies, but it sounds difficult separate the momentary frustration and drop in efficiency that a change in _familiarity_ brings from an actual difference in long-term _usability_. Do you know if the user survey the consultancy did tried to account for this?
dahjelle
·2 anni fa·discuss
Feel free to email — it’s in my profile. :-)
dahjelle
·2 anni fa·discuss
I've been wanting to try something like this for a long time! Is there any way to sign up for updates?

(In particular, I'm waiting for the option to turn off the AI stuff, at least for when I am trying things out.)

I especially love the ability to zoom into a function and hide the rest of a file. I've wanted that sort of thing a surprising number of times. I'm thinking one could also use this to virtually rearrange a single file by pulling the functions in that file that you are working on next to each other easily?

In addition to the editing interface, I think there are probably a lot of visualization opportunities in editors:

- what's the interaction between my code and third-party dependencies? - what are the dependencies/call graph of my code? or perhaps just a portion of it? - call graphs can be nested — perhaps you care for a dependency graph at the class or module level, or perhaps you want to "drill down" into the call graph inside an object

In all these cases, being able to seamlessly transition between the visualization and editing — like you seem to be aiming towards — seems like the killer feature.

And, of course, there are lot of other interesting visualization opportunities once you have any sort of graphics in your editor:

- heatmaps of code churn - heatmaps of code performance - tracing variable usage - and, of course, lots more (https://adamtornhill.com/articles/crimescene/codeascrimescen...)

One last thought: if you haven't read _The Programmer's Brain_, you should at least listen to this podcast. https://se-radio.net/2021/06/episode-462-felienne-on-the-pro... There are a bunch of editing ideas related to how our brain works that I haven't seen well supported in an editor yet. You took one step in that direction — maybe there are some more opportunities?

Looking forward to what you come up with!
dahjelle
·3 anni fa·discuss
I gave a talk on it at a local meetup. Here’s my notes and slides: https://gitlab.com/dahjelle/programming-as-theory-building-2...

The Future of Coding podcast also had an episode on it: https://futureofcoding.org/episodes/061
dahjelle
·3 anni fa·discuss
Has anyone ever tried to get this working on macOS?
dahjelle
·3 anni fa·discuss
I’m not qualified to evaluate it, but Douglas Crockford has at least made a proposal: https://www.crockford.com/dec64.html