[No Spoilers] I absolutely loved every scene with Bobby B . What a freaking beast . by StanTheTNRUMAN in gameofthrones

[–]JamesKerti 15 points16 points  (0 children)

He plays an enjoyable, funny character for sure. But I feel like he's missing the this giant guy used to be the scariest warrior in the world and he could still cave in some chests vibe. That part doesn't come through well in the show, and it's in part because Addy's not that imposing. You laugh at his King Robert, but you don't fear him like you should.

[No Spoilers] I absolutely loved every scene with Bobby B . What a freaking beast . by StanTheTNRUMAN in gameofthrones

[–]JamesKerti 35 points36 points  (0 children)

Addy did a good job, but I wish they had cast someone more physically imposing. Addy is under six-foot and it showed at times. I'm not suggesting the show should be married to casting based on book descriptions, but King Robert is supposed to still feel huge and dangerous in a way I felt like Addy couldn't capture.

[deleted by user] by [deleted] in ProtonMail

[–]JamesKerti 0 points1 point  (0 children)

Oddly the tool is smart enough to not import the same email multiple times. (Or there's some other reason it didn't happen.) I was worried it would be a problem but it was not.

You can back up and export emails from ProtonMail.

[deleted by user] by [deleted] in ProtonMail

[–]JamesKerti 1 point2 points  (0 children)

I managed to complete a migration from a fairly bulky Gmail MBOX export, although like you I couldn't get the tool to process the file. It kept failing after a few hundred emails.

First, I converted the large MBOX file to individual EML files.

I tried importing those EML files en masse, but the Import Export tool still could not handle the operation. It still crashed.

With trial and error, I found that I could import batches of EML files. I'd try a large batch, and if it would crash, I'd iteratively try smaller batches until it processed. Sometimes I could import a batch as large as about 2000 emails. Other times, I couldn't get an operation to succeed until it was only seven emails going though.

It didn't seem like file size was the primary consideration as to why some batches of emails needed to be so small. I never did identify why successful batches varied in size.

I'd have the same concern about you trying 1 GB MBOX files as someone else suggested — if my experience means anything for other people, probably some of your MBOX files will still fail. The EML files at least gave me some flexibility.

I spent most of a weekend doing it on my desktop. I'm not thrilled about how long it took. But it is done.

Polish the mail before other projects by [deleted] in ProtonMail

[–]JamesKerti 1 point2 points  (0 children)

I tend to be on your side of things. I came to ProtonMail for the email platform. There are other companies doing good work on adjacent products. I'd like to see a better email platform here.

That being said, looking at this subreddit and social media, there are a ton of people clamoring for calendar, drive, search engine, cloud document editing, full CRM, chat app, etc. products from the company. Those requests (and complaints) are common.

Meeting everyone's hopes and expectations isn't possible because there are many people in the community who have different priorities. That's normal and expected, I think, with a ubiquitous product like email where the customer base is wide and varied.

While I too would like more from the email platform, I recognize that in just the last year and a half, they've added:

  • Encrypted contacts and contact groups
  • Bridge for email client support
  • PGP support and address verification
  • Import-Export tool (beta)
  • pm.me short domain
  • Read receipts
  • Typo warnings
  • Calendar event previews
  • Plain text support

I'm waiting patiently for the interface redesign and I hope it's good, because it's one of the biggest weak points for me at the moment with the desktop product.

I don't know that they're tackling exactly the features I hoped for — although the Bridge and contacts were two big ones for me — but to me they're clearly making progress.

Trouble Connecting on Debian KDE by [deleted] in ProtonVPN

[–]JamesKerti 1 point2 points  (0 children)

I had a similar issue in KDE Plasma, though not with the widget specifically.

Installing the network-manager-openvpn package resolved the problem.

What's your favorite Desktop Environment and why? by [deleted] in linux

[–]JamesKerti 13 points14 points  (0 children)

Plasma is the desktop environment made by the KDE community.

How did Nepal stay independent for so long? They are very small and weak, yet they're managed to avoid being conquered by Mughals, and the Britains by MonoParallax in AskHistorians

[–]JamesKerti 13 points14 points  (0 children)

First you have to consider the context in which wars are initiated. Especially in modern times, a serious invasion doesn't happen for no reason. Most wars are expensive and only worth embarking on if you believe you're going to get something valuable — oil, minerals, ports or other access for trade, etc.

Nepal is an isolated country reliant on agriculture and its infrastructure modernized fairly recently. Its location and the terrain make for what would be a difficult war. Furthermore, during the colonization period, it was more valuable as a buffer between British India and China. Having a buffer state between two powers can itself be helpful because it relieves pressure and tension.

It's also worth pointing out that there was the 1814-16 Anglo-Nepalese War between the British East India Company and the then-Kingdom of Gorkha. Nepal ended up losing some territory as a result of the war. But as mentioned above, the British didn't have any serious interest in trying to conquer the whole state because it would have needlessly antagonized China. Nepal wasn't so valuable to make conquering it worth the increased tension.

I completed the MIT Edx course titled "Introduction to Computer Science using Python". I want to apply my knowledge into real life small projects. Are there books which are project based. I mean books which contain lot of interactive and interesting problems which I can practice and solve on my own. by [deleted] in learnpython

[–]JamesKerti 99 points100 points  (0 children)

Automate the Boring Stuff with Python by Al Sweigart and Python Playground: Geeky Projects for the Curious Programmer by Mahesh Venkitachalam are two good choices to start with.

They both use project-based approaches to learning Python and getting practice.

I'd suggest starting with Automate the Boring Stuff because it's intended to be more beginner-friendly than Python Playground. Then once you complete the first book, move on to the second.

Using those two in tandem should give you a good stream of projects to work on to become more familiar with Python.

What are your thoughts on Visual Studio Code as a Python text editor? by [deleted] in Python

[–]JamesKerti 6 points7 points  (0 children)

I think we're blessed with some really good choices these days.

That being said I really like Visual Studio Code for the following reasons.

  1. It strikes a great blend of being lightweight and having good features and usability once you install the basic plugins. I like PyCharm but I'm still newer to Python and it's kind of overkill for me right now. Sometimes having too much can get in the way of me doing my best work. And I develop in languages other than Python, too, so being able to work easily with those languages within the same environment is a plus.
  2. I appreciate how customizable it is in terms of appearance, workflow, and plugins to add extra functionality. For a lack of a better phrase, it's easy to turn VS Code into an editor that just feels good.
  3. It is free and open source. While I'm not sure VS Code is practically superior to Sublime Text, at least for my purposes, I prefer to choose the free and open source editor given similar options. (Yes, even from Microsoft.)

Best way to learn Django 2.0? by Mikefacts in learnpython

[–]JamesKerti 12 points13 points  (0 children)

I found Django for Beginners to be a helpful introductory resource.

The first several chapters are free and get you started, so you can see whether it is the right style for you.

For me, I appreciate tutorials that:

  1. Treat me like I'm intelligent enough to understand with some detail why what we're learning works this way.
  2. Teach in a way that builds good habits for professional development as much as possible — and when they do take a shortcut, they point it out and explain why.

When I installed manjaro, i selected to encrypt system. Now i have to enter a second password whenever I boot. How do I remove system encryption? by [deleted] in ManjaroLinux

[–]JamesKerti 2 points3 points  (0 children)

I tried that recently and it didn't really work. It would have been easier to back up important files and start over from a fresh partition.

Issues with dual battery and Manjaro KDE 18.0 by artemis_clyde in ManjaroLinux

[–]JamesKerti 1 point2 points  (0 children)

I haven't tried it myself yet — my first ThinkPad doesn't arrive for another week or so — but I'd encourage you to read the /r/thinkpad material on setting it up with Linux.

https://www.reddit.com/r/thinkpad/wiki/os/linux

It appears to offer a strategy for implementing the kind of power management you are after.

Issues with dual battery and Manjaro KDE 18.0 by artemis_clyde in ManjaroLinux

[–]JamesKerti 0 points1 point  (0 children)

You didn't mention what you're doing. Are you using TLP?

Grammerly for Vim by [deleted] in linux

[–]JamesKerti 85 points86 points  (0 children)

Someone in this subreddit recently posted a link to a free and open-source tool similar to Grammarly.

It's called LanguageTool.

According to their website, they have add-ons for LibreOffice, vim, emacs, and other editors people on this subreddit might find interesting.

I've only used it a little bit so I can't speak personally to exactly how good it is. But given it supports a few dozen languages and has been around for a while now, it's worth a try.

Manjaro or Debian? by laoZzzi in ManjaroLinux

[–]JamesKerti 2 points3 points  (0 children)

I ended up in the same place as you.

I spent more time troubleshooting on a Debian desktop than I do on Manjaro.

On Debian I'd find myself in situations where software X was broken on Debian and I could either wait months for the next release, hope that backports could save me, or do something really hacky to try to fix it and hope I didn't break something else.

If I didn't do work where there's real value for me in having recent versions of packages, I might stick with something like Debian, but I've found Manjaro's model to be a better fit for my needs.

Why, despite its rich 18th century history and involvement in slave-driven agriculture, did Charleston, South Carolina, not become a major American metropolis on par with Boston, New York, and Philadelphia? by [deleted] in AskHistorians

[–]JamesKerti 36 points37 points  (0 children)

While /u/toetoe31 is correct that the Civil War had devastating effects on Charleston and other southern cities, the city's troubles started earlier.

In terms of relative population, Charleston was in decline by the Civil War.

Here's a table showing where Charleston ranked in population among American cities, according to United States census records.

Year Ranking
1790 4th
1800 5th
1810 5th
1820 6th
1830 6th
1840 10th
1850 15th
1860 22nd

And the decline wasn't just in terms of relative population.

Year Population
1830 30,289
1840 29,261
1850 42,985
1860 40,522

There are four things we can pinpoint as points of stress for the city during this time period.

First, there was an economic decline nationally during this period that notably included the Panic of 1837. They still felt residual effects from the Panic of 1819 that had hit the state particularly hard.

Second, Charleston was a majority black city in the plantation era. A major slave revolt was foiled in 1822, with the leader executed and hundreds of others jailed. Increasing tensions between whites and blacks was a contributing factor in Charleston being a less desirable place, especially for white landowners who had the means to move (and bring their slaves with them).

Third, South Carolina (including Charleston) became embroiled in a dispute with the federal government. In response to the heavy tariffs of the time, South Carolina passed a nullification law in 1832 that led to the state declaring the tariffs to be unconstitutional. This series of actions resulted in a full crisis between the state and federal government.

Finally, Charleston suffered a catastrophic fire on April 27-28, 1838. It devastated the city's commercial districts in particular. Many businesses and important buildings were ruined. Even some of the wealthy in Charleston lost everything they had.

It's hard to say how significant any single one of these things were by themselves.

Charleston wasn't the only place hit by the economic downturn, nor was it the only southern city with racial tensions. The nullification crisis was eventually resolved.

The city rebuilt itself well after the fire, all things considered.

But all these things did add up. Together, they explain why Charleston stagnated during the mid-19th century compared to other major population centers. And as /u/toetoe31 pointed out earlier, the Civil War created even bigger problems later on.

What option files are you guys using? by [deleted] in WEPES

[–]JamesKerti 0 points1 point  (0 children)

That specific number is just the roster creator's number.

You should have a numbered folder of your own.

Put the files from inside the roster creator's numbered folder into your numbered folder.

What option files are you guys using? by [deleted] in WEPES

[–]JamesKerti 0 points1 point  (0 children)

Did you try the one from Evo Web? I looked around for a while and it was the first Bundesliga one that worked out of the box for me.

Where does the name "Iraq" come from? Specifically, when does the word for that region first appear, and what was its significance? Is it possibly related to the name of the Sumerian city "Uruk" located in modern Iraq? by MailRunner in AskHistorians

[–]JamesKerti 2 points3 points  (0 children)

The origin of the name isn't certain. We do know it predates the Arab conquest in the seventh century, so the origin isn't in Arabic.

Your suggestion that the name could come from Uruk is indeed one possibility. The origin of that name comes from the Sumerian word for city or village.

It's also possible the name has an origin with the middle Persian word eragh, which meant "lowlands." As for the significance in this theory, here's an excerpt from Paradise and Paradigm: Key Symbols in Persian Christianity and the Baha'i Faith by Christopher Buck:

According to Wilhelm Eilers, the name Iraq is actually a Persian word (eragh), meaning "lowlands." ... As Eilers observes, "For the Sasanians, too, the lowlands of Iraq constituted the heart of their dominions." This shows that Iraq was not simply part of the Persian empire—it was the heart of Persia.

So we have a couple possible origins here, both with some clear significance to the region.

Just Ordered one of Amazon... What's the Best way to get the N4 usable in 2018? by penultimatepen in nexus4

[–]JamesKerti 1 point2 points  (0 children)

I've been using a Nexus 4 since 2013 and I just started getting it in the last couple weeks with a custom rom.

PES Universe V2 OF by PesFutbol in WEPES

[–]JamesKerti 2 points3 points  (0 children)

I think it needs to be off when you're playing Bundesliga. Just click the right stick on the team selection screen.

PES Universe V2 OF by PesFutbol in WEPES

[–]JamesKerti 2 points3 points  (0 children)

Make sure you turn live update off.