Viewing profile — spicypete
spicypete
HN member- Joined
- Thu, Nov 16, 2023, 3:32 AM UTC
- HN karma
- 152
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About spicypete
No profile information was provided.
Recent public activity
- story
-
comment
Comment #48668885
Great, refreshing read and a welcome break from the AI slopalypse.
-
story
Show HN: LSP and Grammar for HTML and Mustache Templates
I built my first tree-sitter grammar for parsing HTML files mixed with mustache templates. I then vibe-coded an LSP on top of it. Wanted to show this off as a fun project in the pr…
- story
- story
-
comment
Comment #44037919
(from a companies perspective, this is true). As a developer, you may not be paid by the task -- If I finish something early, I start work on the next thing.
- story
-
comment
Comment #43635468
In the spirit of constructive feedback, I filed an issue for you: https://github.com/reteps/dockerfmt/issues/18 I fixed this in the 0.2.8 release https://github.com/reteps/dockerfm…
-
comment
Comment #43634999
Then they can use one of the 14 in the `tests` directory :) https://github.com/reteps/dockerfmt/tree/main/tests
-
comment
Comment #43633772
What I can do for you is fix the bugs promptly! I resolved the bugs in the `0.2.7` release. I haven't graduated college yet and don't have a full time job, so my QA skills are stil…
-
comment
Comment #43633727
This is a valid point -- I replied to why this is the way it is here: https://news.ycombinator.com/item?id=43629049 . I understand it's not ideal for many, and I am open to PRs!
-
comment
Comment #43629150
I am certainly not in the business of writing my own shell parser ;) Though this is a fair point -- I think I could get a more rich level of control over the output by hooking into…
-
comment
Comment #43629049
I use `mvdan/sh` [1] under the hood for processing the commands. So it will reformat if [ foo ] ; then bar fi to if [ foo ] then bar fi And also format your example to foo bar In t…
-
comment
Comment #43628837
Is there any reason you prefer `set -e` over `&&`? I'm curious if this is a readability thing.
-
comment
Comment #43628669
Hi there — I’ll try to distribute a docker release of the binary tomorrow!
- story
-
comment
Comment #38524908
I got GDB working on M1 with Rosetta - it's super fast and I wanted to show off how you can do it!
- story