Live data from Hacker News

Viewing profile — is_taken

is_taken

HN member
Joined
Tue, Oct 25, 2022, 10:09 AM UTC
HN karma
72
Public activity
33 items

About is_taken

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #46529025

    As usually the schematics were available in the manual it was not too hard to add some additional static ram. There were unused address lines available which could be used for chip…

  3. comment
    Comment #46436493

    a) Do these inode issues also happen with the supplied (v4) kernel? b) Do these inode issues also happen with a rebuilded kernel which uses the original lib1 and lib2? I once had s…

  4. comment
    Comment #45978948

    Seems to redirect to some online casino?

  5. comment
    Comment #42227515

    Jetbrain's CLion with the pico sdk. Yeah, that means C.

  6. comment
    Comment #42039693

    If you want to use multiple technologies in a single project you should not run Goland, PhpStorm etc. but IntelliJ with plugins. Then you don't need to switch IDEs.

  7. comment
    Comment #42036411

    You could checkout void and alpine.

  8. comment
    Comment #41696776

    Maybe wrapfs.WithModTime(... should not use time.Now() but get the mod time of the running binary?

  9. comment
    Comment #41578551

    Try this: find / -name '*core*'

  10. comment
    Comment #41578364

    Are you sure the memory in this system is ok? As it dumped core, could be interesting to "gdb it" and get a stackframe.

  11. comment
    Comment #40090727

    Maybe this already helps: https://github.com/tldr-pages/tldr

  12. comment
    Comment #39757050

    Have a look at the Teensy 4.1, it comes with 7936K Flash, 1024K RAM and you can even add up to 2x8Mb PSRAM iirc. Of course it's a bit more expensive but not much.

  13. story
  14. comment
    Comment #38397393

    Thanks for this. Actually helpful. Just cleaned my mbp. Feature request: create a maximized window with as little decorations as possible using a black background so we can clean t…

  15. comment
    Comment #38016069

    I use - Alfred - Cheatsheet - Bartender - 1Password - iTerm2 - Moom (you could also check Rectangle) - Some IDEs from Jetbrains

  16. comment
    Comment #35737873

    A PDP11/40 emulator for the Teensy 4.1 development board. https://github.com/gounselor/Teensy11

  17. comment
    Comment #35251918

    Other code quality issue encountered on a quick review: - use of utils package - use of models package - naming of receivers (too long) - returning empty structs instead of (nil) p…

  18. comment
    Comment #35251736

    And i would actually rename cmd/digger/main.go to cmd/digger/digger.go (_test.go too) Why? If you go build cmd/digger/main.go you end up with main, if renamed you end up with digge…

  19. comment
    Comment #35251702

    I recommend run a linter against your codebase. https://golangci-lint.run https://github.com/go-critic/go-critic https://github.com/mgechev/revive

  20. comment
    Comment #35100378

    Interesting, but i don't get the difference between str and stur. To me it looks basically the same. Can someone ELI5?

  21. comment
    Comment #35012402

    Stopped after reading that CopySlice example, seems the author is unaware of https://pkg.go.dev/builtin#copy but yeah let's reinvent that wheel. And an option type too.

  22. comment
    Comment #34962507

    I have the keyboard settings to use F1, F2 as standard fn keys. If i really need the mac functions (not so often) i can press Fn+F1 etc.

  23. comment
    Comment #34962336

    Forgot to mention https://rectangleapp.com

  24. comment
    Comment #34962294

    https://www.mediaatelier.com/CheatSheet/?lang=en

  25. comment
    Comment #34962275

    I agree that iterm2 password manager is great (i use it too). I just wanted to mention the sudo-fingerprint feature for the local machine in case someone did not know.