Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sp33der89
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
sp33der89
7mo ago
I hope org-mode gets more popular outside of Emacs. I know all the words already about how org-mode is great because of Emacs, but the way you can do plaintext outlining, with great support for TODO's, in org-mode is fantastic. It reta
2.
▲
by
sp33der89
7mo ago
All metaphors break down at a certain point, but power tools and generative AI/LLMs being compared feels like somebody is romanticizing the art of programming a bit too much. Copyright law, education, just the sheer scale of things cha
3.
▲
by
sp33der89
10mo ago
When it comes to the comparison with other languages like Zig, Rust and Go, I disagree. I think it's because it hits its """new weird thing""" budget really quickly with Abilities and code in a database. T
4.
▲
by
sp33der89
1y ago
I disagree with the author, but I also get the impression that their view of notes is fundamentally different than mine so there's that. I like the way LogSeq implemented daily notes, UX wise. It's an infinite scrolling page where
5.
▲
by
sp33der89
2y ago
Does Zen browser allow you to hide the top (address) bar? That's the thing I liked about Arc.
6.
▲
by
sp33der89
2y ago
> I’m not sure there is really more to say here. I'm sure that there can be some very interesting discussions about code-in-database and interop with tooling! > I’m just not sure I understand why the database needs to be the comp
7.
▲
by
sp33der89
2y ago
This is a good point, and deserves a lot more discussion about it. I personally don't mind that my code is somewhere else than in a text file, because as it now I have to ductape a huge array of tools to make it to production in langua
8.
▲
by
sp33der89
2y ago
The tooling is surprisingly good for such a "young" language. I've had experience with other budding languages, like Nim, Zig, ReasonML throughout the years(not comparing these languages, just their tooling, they have tradeof
9.
▲
by
sp33der89
2y ago
Pleasant surprise to see Unison mentioned! The developer experience in Unison(and Unison Cloud) has been wonderful for me. I try to write as much in it as possible, for hobby projects or side projects for friends and family. Abilities(what
10.
▲
by
sp33der89
2y ago
Kakoune does, and I found it (without extensions) to perform excellent even with multicursor. Not saying that array of lines is more performant than ropes, but just adding a datapoint here.
11.
▲
by
sp33der89
2y ago
Using meow: https://github.com/meow-edit/meow I actually got keybindings in Emacs that are helix-like, so I use helix for certain projects and Emacs for others. The muscle memory transfers well.
12.
▲
by
sp33der89
2y ago
> Furthermore, the idea that plugins could've been in Rust or Rust through WASM meant that I'd have an editor which was completely hackable in the least annoying way possible. Every time I have to learn one of these tool-specif
13.
▲
by
sp33der89
2y ago
I absolutely don't mind the plugin system being a Scheme. It's a plugin for a text editor, and Steel( https://github.com/mattwparas/steel ) seems to be a lot less of a maintenance burden than WASM plugins(besid
14.
▲
by
sp33der89
3y ago
This, plus abilities[1](what Unison calls algebraic effects), make Unison such a joy to work with, it's a very pleasant experience. You can get straight to the business logic. I also hope it catches on, but Unison right now really give
15.
▲
by
sp33der89
3y ago
Yeah, the learning curve is there, but it has its benefits for software development. Personally I really am enjoying the one implemented by Unison: https://www.unison-lang.org/docs/fundamentals/abilities/usin.
16.
▲
by
sp33der89
3y ago
I really like d2 a lot more than its alternatives. However the big problem here being that d2 is still quite new and isn't as well supported as Mermaid JS
17.
▲
by
sp33der89
3y ago
Can one try out this new DE right now?
18.
▲
by
sp33der89
3y ago
Yes, see this Github Discussion for more context: https://github.com/koka-lang/koka/discussions/339#discussion... > yes! Currently the active development is in dev-fbip, see also our recent tech report: h
19.
▲
by
sp33der89
3y ago
I found the developer experience of EdgeDB to be really great. A CLI tool that does all the work, a very declarative schema language that is easy to learn, migrations built in. Helpful error messages The dotnet and TypeScript libraries were
20.
▲
by
sp33der89
3y ago
> that JavaScript framework that takes a year to understand will no longer be used in 7 years. Surely there is a lot more nuance for having a nicer database query language than comparing it to JS frontend practices. SQL is something that
21.
▲
by
sp33der89
3y ago
What is the status of ReasonML? My first experiences with ReasonML were very nice, because I found OCaml syntax confusing. I kinda left around the time ReScript got introduced. But OCaml syntax after a while isn't that bad, and in F# a
22.
▲
by
sp33der89
4y ago
I have tried oh-my-zsh, but still fish was easier to get started with. Especially with autocompletions. However oh-my-zsh was pleasant to use as well!
23.
▲
by
sp33der89
4y ago
Fish is that shell for me. I tried nushell and zsh. zsh required a bunch of setup and nushell was too young. Whereas fish has really great defaults and enough of support to just go and have fun.
24.
▲
by
sp33der89
4y ago
orgmode + org-babel comes really close, but I feel like org just doesn't get much traction outside of Emacs,because markdown is good enough.
25.
▲
by
sp33der89
4y ago
Sweet!! I ordered one(tho I live in Europe) and waiting for it to arrive. Meanwhile I can Google places where I can buy the order pieces. Thank you!
26.
▲
by
sp33der89
4y ago
Thank you! That is a very nice resource
27.
▲
by
sp33der89
4y ago
So option 1 allows me to have a small little robot without any soldering? Nonetheless, awesome work!
28.
▲
by
sp33der89
4y ago
Yea this is a thing too, I have no idea what is recommended in the current ecosystem. SBCL + Quicklisp? I don't even really know what ASDF is.
29.
▲
by
sp33der89
4y ago
So how is programming in Common Lisp these days? I know a bit of Clojure/Fennel, but I feel like the Common Lisp ecosystem is a lot more fractured(I might very well be wrong tho)?
30.
▲
by
sp33der89
4y ago
Yes, you'll have to tweak the default keybindings a bit to match Helix but I am using dance successfully: https://github.com/71/dance
More ›