Live data from Hacker News

Viewing profile — acdw

acdw

HN member
Joined
Sat, Mar 25, 2017, 12:46 AM UTC
HN karma
185
Public activity
85 items

About acdw

I'm a content writer interested in tech and writing and living in Louisiana. Sometimes I write little codey things. Sometimes I stay up too late fiddling.

www.acdw.net git.acdw.net codeberg.org/acdw

Don't allow eel bearing Atlanteans into your country; economic ruin follows close behind.

Recent public activity

  1. comment
    Comment #48379543

    In CL and Scheme, it's (let ((var1 val) (var2 val)) body...). So parentheses are used for grouping and function/macro application. In Clojure, parens are just used for application,…

  2. comment
    Comment #48379526

    I have heard of Smalltalk and it is intriguing but honestly I don't even know how to get started with it lol

  3. comment
    Comment #48379524

    It's ok because I'm a hobbyist programmer!

  4. comment
    Comment #48379520

    I use Emacs's built-in structural editing bindings, which doesn't have the auto-move-past any kind of paren/bracket thing. Maybe I could add that in. But I was talking about like, …

  5. comment
    Comment #48379504

    This is very much what I meant in the post (hi, I'm the author :P)! CL has maps, but they're a pain to use - not just because of the syntax, but because of the relative dearth of s…

  6. comment
    Comment #48379493

    Oh I've written an SSG in multiple variations of lisp, as well as sh, make, and most other languages I toy around with. It's been a good "kick the tires" project but I think I need…

  7. comment
    Comment #46514801

    HAHAHAH Hell yeah that's praxis baby die mad about it

  8. comment
    Comment #45229139

    > What works best for me is no modal editing at all. I used vim for 8 years and after switching to Emacs, realized that I'm the same. I was spending way more time (in vim) thinking…

  9. comment
    Comment #43399668

    could you share the code for that? thinking I could set up a fail2ban rule for these ips

  10. comment
    Comment #42580278

    seriously, study after study shows that just giving people money is the most effective form of altruism. just give it away. go to your city's homeless shelter and give money away. …

  11. comment
    Comment #42251999

    I remember reading long ago that the average person changes careers 6 times. So that means that half of everyone changes more than 6 times.

  12. comment
    Comment #38801667

    > Please do not post this article to Hacker News. oop!

  13. comment
    Comment #38460360

    honestly I'm so sick of this attitude. it's the same as the recycling push...when like a dozen companies are creating the vast majority of pollution, there's not a lot us little pe…

  14. comment
    Comment #35891876

    $ cat ai.txt no $

  15. comment
    Comment #35891866

    $ cat ai.txt no

  16. comment
    Comment #35853763

    so Lisp is actually not a pure language, like, at all. Emacs is often written about as a big hairy ball of state and Lisp itself can be as imperative or statefule as you want. So w…

  17. comment
    Comment #35196794

    I agree, and I've seen more "blogs" on GitHub lately. it's very annoying.

  18. comment
    Comment #35196777

    I really wish people would stop writing blogs in naked GitHub repos.

  19. comment
    Comment #34733169

    I humbly submit either bash, sh, or zsh --- they all put dotfiles in $HOME that you can't move (zsh technically /can/, but they're still dotfiles and you have to set them in ~/.zsh…

  20. comment
    Comment #33625748

    God no LMAO

  21. comment
    Comment #33586018

    Pretty much all of my Emacs packages are scratching my own itch. Most of them are at codeberg: https://codeberg.org/acdw

  22. comment
    Comment #33441161

    Just hopping in to say : it's laughable to claim that open source projects have "hard-coded" anything. It's literally impossible to hard code things when anyone can download the so…

  23. comment
    Comment #32871755

    thank you!

  24. comment
    Comment #32871746

    okay ya got me! i've read one posthumous book by bukowski and heard that one modest mouse song ... i should obviously read more because the random pick you gave is, indeed, pretty …

  25. comment
    Comment #32866150

    I'm writing an ed clone in scheme. I hope to have autoindentation since that's about the only thing I miss with ed.