nayminlwin

joined 2 years ago
[–] [email protected] 16 points 5 months ago

Even programming jobs are like excel sheets with extra steps.

[–] [email protected] 5 points 6 months ago (2 children)

My first smartphone is HTC and it looked like yours, but with android.

[–] [email protected] 2 points 6 months ago

This guy is the greatest hater baiter on youtube.

[–] [email protected] 1 points 6 months ago (1 children)

I'm genuinely interested in this because even non-judeo-christian people from my country are circumcising their kids and they're encouraging me to do so too to my son. Any conclusive research on circumcision? I see conflicting information like it reduces sexual pleasure and also that it's not really true. That it reduces STD risk for both partners as well and that it reduces UTI risk for female partners.

[–] [email protected] 10 points 7 months ago (1 children)

Hyperion series. That thing's gonna be hard to adapt though.

[–] [email protected] 2 points 7 months ago

And silicons' nowhere near as energy efficient as biological neurons. There needs to be a massive energy breakthrough like fusion or actual biological processors becoming a thing to see any significant improvements.

[–] [email protected] 3 points 8 months ago

Can't help but think of it as a scheme to steal the consumers' compute time and offload AI training to their hardware...

[–] [email protected] 2 points 8 months ago

Natural body, except healthier. No dry eyes, no stomach problems, no nerve problems in shoulders and legs.

[–] [email protected] 6 points 8 months ago

May be Maximum the Hormone. They're probably pretty big in Japan though.

[–] [email protected] 42 points 8 months ago (4 children)

Skyler White. I didn't even know that she was hated quite a lot. I always thought she is actually the most sane person given the situation she's in.

[–] [email protected] 3 points 10 months ago* (last edited 10 months ago)

In my country though, it's the other way around. Girls are seen as more meticulous, systemactic and better with numbers and records.

A lot accountants and back office workers are all women. Hell, in the company I work for there's not a single guy in the accounting department and majority are women in other departments like administration, HR and Sales Operation.

[–] [email protected] 13 points 11 months ago

My wife's impressed though, may be a little...

But she's also a programmer.

 

I've been coding exclusively in Neovim for about 4 years now.

While it's been awesome, one of the minor pain points is it's inability to render some complex scripts properly. I'm from Burma and Burmese script is part of Indic script family, which also includes Indian language scripts like, Tamil and Devanagari. Now, rendering of these scripts seem to be quite complicated compared to roman scripts or even to CJK scripts.

Searching around the web with my limited knowledge shows there's this term "complex text layout" (CTL) for these kind of scripts. Full GUI editors like emacs seem to have no problem with this since most of them just use this library called harfbuzz that implements CTL.

Now, I've tried a lot of Neovim GUI front-ends to see if they support CTL. Most of them doesn't work. The exceptions are the VSCode plugin (fully works) and Onivim2 (works but have some spacing issue). I'd rather avoid VSCode and Onivim2 seems to be moving toward some kind of freemium/paid model.

There are a few github issues like this that kind of explain the problem with Neovim and complex scripts. It seems mono-spaced sizing is ingrained into the vim protocol itself. May be it works on VSCode and Onivim2 because they're ignoring Neovim's UI protocol and somehow hooking up text rendering to their own existing UI?

Did anyone ever manage to get complex scripts working in Neovim?

 

Over 10 years ago, I had this sort of a prediction that, with the massive adoption of a dynamic language like javascript on both client/server sides and test-driven development gaining a lot of ground, the future of programming would be dynamic and "feedback-driven". As in, you would immediately see the results of your code as you type, based on the tests you created. To naively simplify, imagine a split screen of your code editor and a console view showing relevant watch expressions from the code you're typing.

Instead what happened was the industry's focus shifted to type safety and smart compilers, and I followed along. I'm just not smart enough to question where the whole industry was heading. And my speck of imagination on how coding would have looked like in the future wasn't completely thought out. It was just that, a speck of imagination that occurred to me as I was debugging something tedious.

Now, most of the programming language world, seem to be focusing on smarter compilers. But is there some language or platform, that focus instead on a different kind of programming paradigm (not sort of OOP, FP paradigm, may be call it the programming workflow paradigm?). May be it comes with a really strong debugger tooling that's constantly giving you feedback on what your code is actually doing. Think REPL on steroids. I can imagine there would be challenges with parsing/evaluating incomplete code syntax and functions. So I guess, the whole compiler/translator side has to be thought out from the ground up as well.

Disclaimer: There's a good chance I simply don't know what I'm talking about because I'm no language designer or even close to understanding how programming languages and it's ecosystems are created. Just sharing some thoughts I had as a junior dev back in the day.

view more: next ›