[-] nayminlwin@lemmy.ml 4 points 2 days ago

Yu Yu Hakushou. I didn't even realize the name is Yu Yu Hakushou until years later. I only remember thinking the delinquent guy with a laser sword and a guy shooting energy balls from the finger tip's pretty cool.

[-] nayminlwin@lemmy.ml 39 points 2 weeks ago

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.

[-] nayminlwin@lemmy.ml 26 points 2 months ago

That's a populist belief marred by just world fallacy.

The end goal of Buddhism is to achieve Nirvana, which means no more Karma and no more continuous rebirth amd suffering whether they're "deserved" or not. It can be implied that continued rebirths are itself suffering. So the only peaceful path is to stop it somehow.

I've stopped being Buddhist a long time by now but I did discuss a lot of it's philosophy with some studied Buddhists and monks.

Also a lot of populist Buddhists are actually scared of Nirvana. They just want to be reborn into a nicer life than they have now.

[-] nayminlwin@lemmy.ml 24 points 3 months ago

Chocolate and yoghurt. Chocolate flavoured yoghurt taste gross.

22
submitted 4 months ago by nayminlwin@lemmy.ml to c/linux@lemmy.ml

I have very simple needs for file hosting and syncing. The files are mostly small text files and documents. And I need to access them from linux, windows and android devices.

Just a simple SFTP account on one of my work servers is probably enough for hosting. I guess the focus is on reliable client side syncing. Changes made the files from clients should sync seamlessly with some basic conflict handling just in case.

Can anyone recommend your current setups and sync clients in use?

[-] nayminlwin@lemmy.ml 22 points 6 months ago

There is Ngatetpya the great cat burglar of Myanmar. He was an actual person from 15th century or something but the later myth describe him as having as having super natural powers granted by enchanted tattoos on his legs. Like neighbouring country of Thailand, the tradition of enchanted tattoos were quite big in ancient Myanmar. You were not considered a man until you have thighs full of tattoos. Anyway, he could jump really high by slapping on his thighs, steal from rich people using his jumping powers and gave back to the poor. When he was finally caught, the king asked him to choose the weapon with which he was to be executed. The burglar blatantly said that he chose the queen consort. The gall of this guy impressed the king so much that he let him serve in his army. History described him as a successful scout/assasin in the king's army.

12
submitted 7 months ago by nayminlwin@lemmy.ml to c/neovim@programming.dev

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?

[-] nayminlwin@lemmy.ml 32 points 7 months ago

Damn, we need more ICT teachers like you.

156
submitted 7 months ago by nayminlwin@lemmy.ml to c/linux@lemmy.ml

Any one here has any experience with teaching 8 to 12 years old kids Linux?

28
submitted 9 months ago by nayminlwin@lemmy.ml to c/linux@lemmy.ml

My day job involves a fair bit of coding and I do most of the stuff in the terminal. But there is one sore spot that still bugs me to this day. All terminal emulators I've used don't have complex text layout support.

CTL is something required by Arabic and Brahmic scripts. I'm from Myanmar and Myanmar script is one of the Brahmic family of scripts. I've seen Indians also having this problem with their Devanagari script as well. I mean I don't need it too often but when I do, I have to open up a GUI text editor to edit.

I just want to know if there's something inherently fundamental in terminal emulators that makes it hard to support CTL? Is there even a terminal emulator with CTL support?

[-] nayminlwin@lemmy.ml 22 points 9 months ago

Don't give up!

[-] nayminlwin@lemmy.ml 34 points 10 months ago

I do like my toaster as dumb as a brick.

[-] nayminlwin@lemmy.ml 32 points 10 months ago

There's also E Corp from Mr. Robot.

[-] nayminlwin@lemmy.ml 22 points 10 months ago

I live in an obscure asian country and I rice while I eat rice.

50

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.

[-] nayminlwin@lemmy.ml 27 points 1 year ago

IOTs are pushing us towards subscription hell-scape. We must demand dumb, non-connected machines and devices.

81
submitted 1 year ago by nayminlwin@lemmy.ml to c/linux@lemmy.ml

Just wanna know if there's anyone managing and supporting a company-wide linux desktop deployment.

What are the hurdles during first adoption phase, what day to day support is like and which software are being used?

[-] nayminlwin@lemmy.ml 22 points 1 year ago

What happens to me is the opposite. I got used to Ctrl+w to delete a word in terminal and accidentally closed browser tabs many times while typing in them.

view more: next ›

nayminlwin

joined 1 year ago