Viewing profile — jdellinger
jdellinger
HN member- Joined
- Wed, May 22, 2019, 2:00 PM UTC
- HN karma
- 30
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About jdellinger
Recent public activity
-
comment
Comment #27408485
Looks nice and clean! Also feels very snappy in two tabs. However, you're breaking the back button with your redirect to a unique room. Once in a room, pressing back will join a ne…
-
comment
Comment #25745339
The current beta uses 7 processes with a total RAM of 139MB, so not as bad as some electron apps. Old TS3 client uses 60MB.
-
comment
Comment #25275295
Location: Munich / Germany Remote: Yes (onsite preferred) Willing to relocate: No Technologies: TypeScript/C#/Elixir/C/Rust Web/Embedded/DevOps React/VueJS/NestJS/Absinthe/Postgres…
-
comment
Comment #24503285
In .NET we have a very similar tool for creating such packed binaries, dotnet-warp. I used it in one of my projects and quite liked it, since it's also quite easy to cross compile …
-
comment
Comment #24420394
So I recently had the opportunity to use the new composition API, which will come in V3, in a project and want to share my two cents. The project had some limitations tho: no webpa…
-
comment
Comment #23882364
While kube-ps1 helps, remember that the context is set session-wide. So even if your last command says "development" in one terminal, another terminal may have modified the context…
-
comment
Comment #22907534
IMO several reasons still exist for windows: * Corp Policy * Gaming * Professional Tools (Photoshop etc.) * Ease of Use I tried concepts like dual booting windows & linux, but in t…
-
comment
Comment #22907469
FancyZones is great! Already a huge enhancement to the normal windows snapping. However, it only solves the window placing problem, not the window navigation problem. I would love …
-
comment
Comment #22905934
Does anyone want to share how they use the WSL2 & X-Server combination? In my case, I'm mostly happy with the VSCode WSL2 integration. I keep all my projects on the linux fs and it…
-
comment
Comment #22746541
While I generally agree that you should use the best tool for the job, for small and simple scripts I see nothing wrong with picking a language your comfortable with. I wonder, why…