Spyke

Replies

Comment on

Are all programming languages based on English?

Ideally, you need at least some basic understanding to use the vast majority of languages. The problem isn't even writing the code itself, you can definitely just memorize the keywords and some basic concepts and have at it. If you ask me, the real issue is the availability, amount and overall quality of documentation and learning material if you go about it that way.

I have a few coworkers who skipped the learning English part and learned most everything from other non native speakers and they tend to be crippled by often not really being able to make use of official documentation or keep up with new things, since the vast majority of content out there is in English. It also has the unfortunate side effect of pushing them to stick with whatever it is they learned way back when and not really looking for better ways of getting things done.

So basically, you can pull it off without knowing English but it's going to be suboptimal and/or painful IMO.

Comment on

Can't submit a form on a website with the enter key

As a web developer of questionable frontend skills, it kinda looks like something you'd do as a band-aid solution if you had no idea how forms work or how to suppress their default events, which do happen to include the enter key being pressed. Really wild to go about it that route, whatever the intention was lol.

Edit: While typing my other response down this comment thread, I realized for this to happen the developer must have actually suppressed the event correctly so it's even weirder they chose to handle it like this

Comment on

Do any of you program on non-US keyboard layouts?

A lot of us don't live in the US to begin with, so I assume a significant portion of us just use whatever the local standard is. That's where I've been at so far, the Brazilian layout is a QWERTY variant so not that different. It does make some things more awkward, but you get used to what you have to work with.

Brackets and curly braces are less convenient off the top of my head, backticks too. Vim is a tad less ergonomic without some extra fiddling, for instance. In fact, I've been considering getting a US keyboard for coding to make that kinda thing less of an issue, US international makes accents and whatnot accessible enough that I think I could make it work.

piracy

Comment on

Steam: New Pricing Needed For Argentina and Turkey by November 20th

As someone from a developing country, I'm painfully aware of how most big publishers choose to ignore recommended prices and just go with a straight USD conversion most of the time so I can only hope this doesn't screw them even further.

I really wish it was viable for Valve to enforce a ceiling on suggested prices or something along those lines, it's about the only way I see that ever changing. Well, that, or everyone just becoming a full-time sailor, I suppose!

linux

Comment on

Is there a way to keep Linux responsive when at ~100% CPU usage?

Responsiveness for typical everyday usage is one of the main scenarios kernels like Zen/Liquorix and their out of the box scheduler configurations are meant to improve, and in my experience they help a lot. Maybe give them a go sometime!

Edit: For added context, I remember Zen significantly improving responsiveness under heavy loads such as the one OP is experiencing back when I was experimenting with some particularly computationally intensive tasks

Comment on

Recommend me a programming language

Reply in thread

I'll second Rust, it's so fresh and versatile! You can go from super low level stuff all the way to things like web frameworks with WebAssembly and whatnot.

The memory model is definitely a unique beast but I've found it gave me some insight on how it all actually works behind the scenes and I appreciate the strictly enforced correctness too.

trans

Comment on

What thoughts/memories did you have before coming out, in hindsight, are big signs you were trans?

I (mtf) used to have the classic embarrassment about going shirtless as a boy, took me years to somewhat overcome. Still somewhat feel it these days but I begrudgingly deal with it anyway because my area is warm as heck.

Also always thought being a man was meh and women were fucking amazing and interesting in pretty much every way but that was totally because I was attracted to them and respectful, still totally cis though!

A particularly sad/hilarious one is the intense and euphoric recurring dreams about being a girl followed by inevitably waking up devastated, that's totally a thing everyone has, right? Right, guys??