Viewing profile — alexkehayias
alexkehayias
HN member- Joined
- Mon, Jan 03, 2011, 2:39 PM UTC
- HN karma
- 470
- Public activity
- 61 items
- HN profile
- View on Hacker News ↗
About alexkehayias
Recent public activity
-
comment
Comment #45227573
Having used emacs for many years, OP's description of "doing things wrong" is exactly the way I use emacs. I seldom care about the inner workings of emacs and will do the absolute …
- story
-
comment
Comment #42917380
I’m using gpt-4o which I think is the default for the OpenAI configuration. Haven’t tried other models yet but old like to see how o3-mini performs once it’s been added.
-
comment
Comment #42912341
So I gave goose a whirl and I actually really like the approach they are taking, especially because I use emacs and not vscode. I would recommend people try it out on an existing p…
- story
-
comment
Comment #35623728
You have to fill in some gaps (and occasional paranthesis) but it’s pretty darn good at writing elisp for improving your config. I find it’s helpful enough that you can take on med…
- story
-
comment
Comment #30978502
I have a pretty similar workflow for publishing my personal notes which is exported using GitHub actions. https://notes.alexkehayias.com Relevant emacs init code here (a lot of hac…
- story
- story
-
comment
Comment #25812159
Nice, I’ll check out poetry. That’s great that some of the virtualenv functionality made its way into the standard library!
-
comment
Comment #25811487
:-) Thanks for pointing out FastAPI! You're right, far less churn than when I came back to js after leaving off at backbone/coffeescript/grunt...
-
comment
Comment #25811463
Thank you! re: sqlalchemy, are there more options for python micro web frameworks like Flask? I enjoyed flask + sqlalchemy in the past.
-
comment
Comment #25811432
Thanks for the heads up about graphQL—I think I'll avoid for now. It will be for a new project so not a big deal. I just had a quick look at PyTorch... you're totally right this is…
-
comment
Comment #25807819
Thanks, didn’t know about py video. I will take a look!
-
story
Ask HN: Coming back to Python after a 5 year hiatus–-what do I need to know?
The last serious Python I wrote was 2.7 (I narrowly avoided the python3 migration fun) about 5 or 6 years ago. I’m picking it back up, but I’m having trouble sifting through the cu…
- story
- story
- story
-
story
Ask HN: Feedback on a ClojureScript game engine for functional programmers
So I built a game engine in ClojureScript over the course of several years to scratch a personal itch. I wanted to express 2D web games using a functional and declarative style tha…
-
comment
Comment #13315877
I wrote a little tool to help check Rust crates on GitHub. It's been really interesting seeing how different libs use unsafety. https://github.com/alexkehayias/harbor
-
comment
Comment #12745660
I've gotten early access and have been trying it out. So far it's been incredibly easy to use (one time cards is awesome for ordering food or trying out new merchants/startups) and…
-
comment
Comment #12465422
Looking forward to working with you! I'm joining next week to work on Atlas too.
-
comment
Comment #12238864
Anyone know if the firmware allows you to program keys to emulate a mouse? I use this often with tmk_keyboard https://github.com/tmk/tmk_keyboard firmware and found it to be just g…
-
comment
Comment #12107631
Easier inline editing of command args i.e accidentally executing the script when trying to enter a newline.