Viewing profile — is_taken
is_taken
HN member- Joined
- Tue, Oct 25, 2022, 10:09 AM UTC
- HN karma
- 72
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About is_taken
No profile information was provided.
Recent public activity
- story
-
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…
-
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…
-
comment
Comment #45978948
Seems to redirect to some online casino?
-
comment
Comment #42227515
Jetbrain's CLion with the pico sdk. Yeah, that means C.
-
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.
-
comment
Comment #42036411
You could checkout void and alpine.
-
comment
Comment #41696776
Maybe wrapfs.WithModTime(... should not use time.Now() but get the mod time of the running binary?
-
comment
Comment #41578551
Try this: find / -name '*core*'
-
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.
-
comment
Comment #40090727
Maybe this already helps: https://github.com/tldr-pages/tldr
-
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.
- story
-
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…
-
comment
Comment #38016069
I use - Alfred - Cheatsheet - Bartender - 1Password - iTerm2 - Moom (you could also check Rectangle) - Some IDEs from Jetbrains
-
comment
Comment #35737873
A PDP11/40 emulator for the Teensy 4.1 development board. https://github.com/gounselor/Teensy11
-
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…
-
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…
-
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
-
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?
-
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.
-
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.
-
comment
Comment #34962336
Forgot to mention https://rectangleapp.com
-
comment
Comment #34962294
https://www.mediaatelier.com/CheatSheet/?lang=en
-
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.