Viewing profile — dannymi
dannymi
HN member- Joined
- Fri, Jan 07, 2022, 11:25 PM UTC
- HN karma
- 328
- Public activity
- 146 items
- HN profile
- View on Hacker News ↗
About dannymi
No profile information was provided.
Recent public activity
-
comment
Comment #49226195
It really depends on what your character is. I like to start from the basics and build up. I would start from a completely vanilla emacs (on package emacs-pgtk--that is the graphic…
-
comment
Comment #48533122
waypipe works very fine. waypipe ssh XXX
-
comment
Comment #47198873
I'm only using NanoClaw, but I like that I could (and did) just review the code it has, and that it uses containers for each agent (so I can have different WhatsApp groups working …
-
comment
Comment #46567492
For what it's worth, there is this vscode extension https://github.com/realDestroyer/org-vscode/ which is pretty neat and can do org-mode task tracking, calendar and agenda view--a…
-
comment
Comment #45659849
Just as you can select whatever railroad gauge as a country (if you also build compatible trains, obviously) and have it work just fine no matter what you select--until you try to …
-
comment
Comment #44549267
>Is this level of fear typical or reasonable? Of course. Also with regular customer projects. Even without AI--but of course having an idiot be able to execute commands on your PC …
- comment
-
comment
Comment #44336804
It stops at GNU Mes and hex0. Bootstrapping everything is exactly how it's done correctly--and how it's actually done in practice in Guix. I mean sure if you have a business to run…
- comment
-
comment
Comment #44106028
>It has a lambda there. In many programming languages, and the way human beings read this, say that "when there is a lambda, whatever is inside is evaluated only when you call it".…
-
comment
Comment #44101307
There's always tension between language simplicity (and thus cognitive load of the programmers) and features. Compare Scheme with Common Lisp. The idea in Python is: 1. Statements …
-
comment
Comment #43988552
There's also https://github.com/dspinellis/git-issue which has much fewer dependencies.
- comment
- comment
-
comment
Comment #43431269
guix build --with-configure-flag="jq=CFLAGS=-O3" jq If you want it to be permanent, then you can use a guix home profile (that's a declarative configuration of your home directory)…
-
comment
Comment #43356422
I agree. But: If you are LUCKY! The worse case is if you DON'T segfault by dereferencing invalid pointer.
-
comment
Comment #43139494
Then use the GCC backend. https://github.com/rust-lang/rustc_codegen_gcc
- comment
-
comment
Comment #42676475
I would suggest you read the source code of Mutex https://doc.rust-lang.org/src/std/sync/mutex.rs.html#178-182 > and then of UnsafeCell https://doc.rust-lang.org/std/cell/struct.Un…
-
comment
Comment #42675820
Thanks, but no thanks. I don't like vscode extensions advertising to me every 5 seconds, auto-downgrading the free versions of extensions, auto-installing aux tools every 5 seconds…
-
comment
Comment #42668854
I use emacs org mode (and emacs org node and emacs org agenda), and Orgzly Revived on Android (the latter can do DAV sync). It's quite nice and can do integration, search and quick…
-
comment
Comment #42516345
$ cat a.pp {$R+} var a: 1..12; b: 1..12; c: 1..12; begin a := 10; b := 11; c := a + b; Writeln(c) end. $ fpc a.pp Free Pascal Compiler version 3.2.2 [2021/05/19] for x86_64 Copyrig…
- comment
- comment
- comment