Viewing profile — immutology
immutology
HN member- Joined
- Sun, Jun 06, 2021, 6:02 AM UTC
- HN karma
- 26
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About immutology
No profile information was provided.
Recent public activity
-
comment
Comment #48701779
I wrote my middle-school papers in WordStar... This was my first exposure to 2-step command combos (some call "chords") starting with Ctrl+K and then a second key. I'm unsure if Wo…
-
comment
Comment #45806846
"Thin" can be interpreted as relative, no? I think it depends on if you see the browser for content or as a runtime environment. Maybe it depends on the application architecture...…
-
comment
Comment #45429803
Devcontainers work nicely with docker compose. It's the only way I use it... Really nice to have it all run containers. https://code.visualstudio.com/docs/devcontainers/create-dev-…
-
comment
Comment #44957142
Seems like an alternative to freeRTOS / RIOT. Last commit was 8 years ago? Does anyone use it?
-
comment
Comment #31631127
Have you tried to find someone to work with on a 20% project? I have found working on them with a coworker or two to be a lot of fun.
-
comment
Comment #30714246
Squash-merge PRs. You can configure this in GitLab, GitHub, and Azure DevOps. Your private commits can be whatever you want and they get rolled up to a single PR commit when your w…
- comment
-
comment
Comment #30656120
Native interop in .NET has always been via what they call "P/Invoke". On .NET Core, P/Invoke is cross-platform and you can also call .so/.dylib functions on Linux/MacOS just like y…
-
comment
Comment #30014568
From what I've seen, the biggest issue here is that you cannot transfer purchased Google Play Store purchases. Even without the G Suite thing, this is a problem. For example, I hav…
-
comment
Comment #29982277
I find this intriguing. Care to elaborate on it?
-
comment
Comment #29978523
Is this "consulting" or "contracting"? In my mind, "consulting" is knowledge work. Your role is to lend knowledge and expertise, help with strategy, architecture, tool/platform sel…
-
comment
Comment #29960363
From what I've read, the Koch method combined with Farnsworth timing is the best way to learn to hear Morse code. Koch method is about using full-speed dits/dahs from the beginning…
-
comment
Comment #29852769
Microsoft SQL Server / Azure SQL support sequential UUIDs to solve the index distribution problem: https://docs.microsoft.com/en-us/sql/t-sql/functions/newsequ... It's better than …
-
comment
Comment #29375142
It depends on what you're doing with Docker... Docker runs an arm64 Linux VM on an M1 Mac. My experience is that it works well for anything that has arm64 images available. It can …
-
comment
Comment #28989356
Full version of MS SQL Server doesn't work. The X86-64 Docker image won't start under QEMU emulation and the installer won't install it in the ARM64 insider builds of Windows 10/11…
-
comment
Comment #27853247
It seems the author is comparing a minimum (wage) to an average (rent). Is this the right comparison to determine affordability? I support raising minimum wage but potentially prob…
-
comment
Comment #27641841
I run and develop on the x64 versions of dotnet core 3.1 and dotnet 5 on my M1 Macbook Air every day and don't have problems. It runs via Rosetta 2 translation, and probably isn't …