Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
shortrounddev
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
shortrounddev
3y ago
You still don't get it, and based on your personality you likely never will
2.
▲
by
shortrounddev
3y ago
> But, the thing is, I'm not "guessing" you don't know it well enough. I'm inferring it clearly from how you described it in the text. Because it reminds me exactly of how I used to think about it too, before I i
3.
▲
by
shortrounddev
3y ago
Computer languages are not comparable to human languages; your argument is a misplaced simile
4.
▲
by
shortrounddev
3y ago
You're incorrect. I know bash and the syntax is not user friendly for me. You only had a response to the powershell part?
5.
▲
by
shortrounddev
3y ago
No, im referring to your original comment calling me a "typical noob". It was an immature comment which contributes nothing, and again I think youre capable of more maturity than that. Obviously, this conversation is based on your
6.
▲
by
shortrounddev
3y ago
Again, try to remain polite. I understand how forking works. Knowing how shebangs work is not something they teach directly. Forking is.
7.
▲
by
shortrounddev
3y ago
Its not as popular to distribute projects as source on windows, but ive personally built a dozen or so libs and dependencies from cmake into msbuild/visual studio SLN files, so it actually does happen because I've found that Linux
8.
▲
by
shortrounddev
3y ago
I wrote it after reading several articles on Microsoft's docs page which are all stories of developers moving from Mac to Windows. All of those stories boiled down to: "WSL makes it easier to have the same development workflow on
9.
▲
by
shortrounddev
3y ago
Okay? Are we still talking about preferred shells or are we talking about chinese
10.
▲
by
shortrounddev
3y ago
Git exists on windows without git bash. Just run `choco install git` and i recommend `choco install poshgit` too for some helpful terminal hints like current branch
11.
▲
by
shortrounddev
3y ago
The PATH variable in windows has a low character limit but if your path is properly set up as a REG_EXPAND_SZ, then you can just add more and more variables to it and I dont think the expanded version counts toward the character limit. One
12.
▲
by
shortrounddev
3y ago
I often run into the issue of forgetting to set node affinity in my deployments and my x86 backend not running on an ARM server we have for some reason (nothing we do requires ARM, so idk why we have those nodes)
13.
▲
by
shortrounddev
3y ago
OS class is not about Linux, its about OS theory. You learn the algorithms for priority queues and preempting tasks and even build a simple OS (depending on the class). Very little of it is about how IRL operating systems/kernels like
14.
▲
by
shortrounddev
3y ago
Why are half the comments about chatbots
15.
▲
by
shortrounddev
3y ago
I just think nobody read that far
16.
▲
by
shortrounddev
3y ago
This isn't really an argument against what I said. You can pick and choose your shell language based on preference for syntax. You generally learn a human language because you have to for one reason or another. I think bash has an unin
17.
▲
by
shortrounddev
3y ago
This was a rude comment, and I think youre better than this
18.
▲
Fixing non-simple polygons – untying bow tie topology
(blog.shortround.dev)
1 points
by
shortrounddev
3y ago
|
0 comments
19.
▲
by
shortrounddev
3y ago
I'm disappointed that 90% of the discussion is on the first 3 paragraphs of the article. I wrote about C++ and DirectX, too.
20.
▲
by
shortrounddev
3y ago
What do those do
21.
▲
by
shortrounddev
3y ago
I think you misread. I dont prefer WSL2, I rarely use it directly. I prefer powershell
22.
▲
by
shortrounddev
3y ago
I personally disagree on both accounts. Bash is gibberish to me and the year I had to dev python professionally was miserable
23.
▲
by
shortrounddev
3y ago
Disclaimer, I dont use the crt shader, I just thought its cool that you can do that
24.
▲
by
shortrounddev
3y ago
The point is not about being easy to remember (powershell commands and their args can be autocompleted with tab so memorizing them isn't really important). It's about powershell being the object manipulation environment instead of
25.
▲
by
shortrounddev
3y ago
I think the long form is because people usually tab to complete the names. Personally once you learn them they dont get that hard to type
26.
▲
by
shortrounddev
3y ago
> If you use WSL2 for your development, are you even developing (fully) on Windows? Maybe it wasn't clear in the post: I dont use wsl except as a backend for docker. I use powershell, not bash > There is nothing protecting your s
27.
▲
by
shortrounddev
3y ago
Superiority complex
28.
▲
by
shortrounddev
3y ago
Any website you use. I've always wanted to write a CLI tool for vultr to spin up servers with scripts instead of the UI. They may already have their own tool by now, idk
29.
▲
by
shortrounddev
3y ago
No, software engineering is. Writing prompts to a chat bot is just being a user of that software
30.
▲
Why I develop on Windows
(blog.shortround.dev)
120 points
by
shortrounddev
3y ago
|
184 comments
More ›