HackerTrans
TopNewTrendsCommentsPastAskShowJobs

shortrounddev

no profile record

Submissions

Fixing non-simple polygons – untying bow tie topology

blog.shortround.dev
1 points·by shortrounddev·3년 전·0 comments

Why I develop on Windows

blog.shortround.dev
120 points·by shortrounddev·3년 전·184 comments

Exportify – Download your Spotify playlists as CSV files

watsonbox.github.io
3 points·by shortrounddev·3년 전·0 comments

Project: Gemini

gemini.circumlunar.space
1 points·by shortrounddev·3년 전·1 comments

comments

shortrounddev
·3년 전·discuss
You still don't get it, and based on your personality you likely never will
shortrounddev
·3년 전·discuss
> 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 invested the time and learned to love it. Perhaps you think you know it well enough, but the way you talk about it suggests you don't really. Unless of course you intentionally chose very contrived examples to push a point, but it didn't seem to me that that's what you were trying to do.

Wow, so you have this incredible ability to telepathically read other people's minds and you don't use it to solve murders? It's incredible that you, and you alone have the ability to know what's truly going on in someone's brain simply by reading a paragraph on the internet.
shortrounddev
·3년 전·discuss
Computer languages are not comparable to human languages; your argument is a misplaced simile
shortrounddev
·3년 전·discuss
You're incorrect. I know bash and the syntax is not user friendly for me.

You only had a response to the powershell part?
shortrounddev
·3년 전·discuss
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 misunderstanding of the original post and so I dont think its a worthwhile use of either of our time to enumerate the chapters and system calls from a college class. Knowing how processes are created in a generic operating system is not the same thing as knowing how shebangs work on unix-like systems. Again, OS class is about how to MAKE an operating system, not how to use one
shortrounddev
·3년 전·discuss
Again, try to remain polite. I understand how forking works. Knowing how shebangs work is not something they teach directly. Forking is.
shortrounddev
·3년 전·discuss
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 devs don't tend to distribute precompiled binaries at all. I think this trend it changing now though because I see a lot of github projects releasing binaries for a lot of different platforms in the releases section.
shortrounddev
·3년 전·discuss
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 the PC as on a mac". I felt this was short-changing a lot of the other features of windows that I like and wanted to point those out and make the point that windows is, I believe, a good development platform even without WSL.

Also, many people here are saying "yes, I know all about powershell and the terminal and path variables, this is all obvious", but my experience IRL with developers who use macbooks is that they haven't touched windows since maybe 7 and literally did not know anything about the various features here. So if the information here is unconvincing, thats fine. If its not news to you, then you're probably not the kind of person I'm talking about

Addi
shortrounddev
·3년 전·discuss
Okay? Are we still talking about preferred shells or are we talking about chinese
shortrounddev
·3년 전·discuss
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
shortrounddev
·3년 전·discuss
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 reason you shouldn't save your path variable changes from your terminal is that it implicitly converts to REG_SZ on save
shortrounddev
·3년 전·discuss
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)
shortrounddev
·3년 전·discuss
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 NT or Linux work, though they did use some examples to demonstrate. Forking was more in Systems programming class, but that class was more about C, system calls, linking, and gdb. Not much time was dedicated to the syntax of shell scripts.
shortrounddev
·3년 전·discuss
Why are half the comments about chatbots
shortrounddev
·3년 전·discuss
I just think nobody read that far
shortrounddev
·3년 전·discuss
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 unintuitive syntax, and I think powershell's is more readable
shortrounddev
·3년 전·discuss
This was a rude comment, and I think youre better than this
shortrounddev
·3년 전·discuss
I'm disappointed that 90% of the discussion is on the first 3 paragraphs of the article. I wrote about C++ and DirectX, too.
shortrounddev
·3년 전·discuss
What do those do
shortrounddev
·3년 전·discuss
I think you misread. I dont prefer WSL2, I rarely use it directly. I prefer powershell