Live data from Hacker News

Viewing profile — dannymi

dannymi

HN member
Joined
Fri, Jan 07, 2022, 11:25 PM UTC
HN karma
328
Public activity
146 items

About dannymi

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #48533122

    waypipe works very fine. waypipe ssh XXX

  3. 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 …

  4. 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…

  5. 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 …

  6. 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 …

  7. comment
  8. 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…

  9. comment
  10. 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".…

  11. 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 …

  12. comment
    Comment #43988552

    There's also https://github.com/dspinellis/git-issue which has much fewer dependencies.

  13. comment
  14. comment
  15. 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)…

  16. comment
    Comment #43356422

    I agree. But: If you are LUCKY! The worse case is if you DON'T segfault by dereferencing invalid pointer.

  17. comment
    Comment #43139494

    Then use the GCC backend. https://github.com/rust-lang/rustc_codegen_gcc

  18. comment
  19. 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…

  20. 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…

  21. 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…

  22. 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…

  23. comment
  24. comment
  25. comment