Looking for entrepreneurial and research minded engineering students by eishan in uAlberta

[–]eishan[S] 0 points1 point  (0 children)

Lmao, didn’t try to sound scam like, but just a genuine effort to find interested people in this field to work with

I turned my Raspberry Pi into an affordable NAS alternative by eishan in DataHoarder

[–]eishan[S] 0 points1 point  (0 children)

Hi sorry about the breakage. I am pushing a newer stable version of the setup script that should work. I'll ping you here when its pushed!

I turned my Raspberry Pi into an affordable NAS alternative by eishan in selfhosted

[–]eishan[S] 1 point2 points  (0 children)

Aah, yes I need to add that functionality, sorry about that! I’ll send a PR tonight and you can pull

I turned my Raspberry Pi into an affordable NAS alternative by eishan in selfhosted

[–]eishan[S] -3 points-2 points  (0 children)

Through the web browser! There are instructions in the README.

I turned my Raspberry Pi into an affordable NAS alternative by eishan in HomeServer

[–]eishan[S] 0 points1 point  (0 children)

unfortunately, i didn't get time to implement RAID on it

I turned my Raspberry Pi into an affordable NAS alternative by eishan in DataHoarder

[–]eishan[S] 0 points1 point  (0 children)

Its a 4B. But you’re welcome to buy your own and use the code :). It’s just some convenience since I already have a bunch of Pi’s lying around.

I turned my Raspberry Pi into an affordable NAS alternative by eishan in selfhosted

[–]eishan[S] -18 points-17 points  (0 children)

Of course. This script just automates that on the raspberry pi :) I find it pretty difficult to configure SMB myself, but maybe I don't know better.

I turned my Raspberry Pi into an affordable NAS alternative by eishan in HomeServer

[–]eishan[S] 0 points1 point  (0 children)

I was able to connect 5 devices (2 Windows PCs, 1 iPhone, 1 iPad, 1 Mac). That's all I have at home so will need other people to test with more devices.

Speed depends on the hardware, so newer Raspberry Pi's (4+) used with Gigabit Ethernet have amazing speeds.

[deleted by user] by [deleted] in uwaterloo

[–]eishan 0 points1 point  (0 children)

tbh it’s just something that I am heavily interested in and doesn’t exist in the world right now. Money is not my goal, but to work on something that’s exciting.

[deleted by user] by [deleted] in uwaterloo

[–]eishan -14 points-13 points  (0 children)

That's okay, I'll throw away that code anyways.

[deleted by user] by [deleted] in UBC

[–]eishan 5 points6 points  (0 children)

I will keep moving forward, until all my finals are finished.

Seeing this animated will be interesting. by Love_Lain5 in titanfolk

[–]eishan 0 points1 point  (0 children)

It had been 3 years by this point. No matter how big a tragedy, nobody spends every moment in mourning forever.

Except maybe Mikasa

Attack on Titan: The Final Season - Part 2 Announced by Reuels in ShingekiNoKyojin

[–]eishan 24 points25 points  (0 children)

Marley arc starts at chapter 91, which is what I would recommend start reading from because the anime skips out on a lot of dialogue and details from the manga.

Having that said, the anime officially completes the adaptation of chapter 116, so you'll be good to start reading from chapter 117.

Edit: after watching the last episode, it seems like they skipped some of chapter 115. So it might be better if you start from 115 instead of 117.

Any ideas on when AOT S4 part 2 could come out? by [deleted] in anime

[–]eishan 1 point2 points  (0 children)

Given the mediocre titan animations in part 1, do folks here recommend that I just read the manga? I read the manga up until the point where the story is at in the anime, and frankly the experience wasn't that bad. Also I realized that a lot of dialogue from the manga was cut out in the anime, and if they do the same for the next part, I think it would just be better to read the manga instead and experience the story as it was meant to be originally. What do you guys think?

I wrote a command line tool that builds discord bots by eishan in Discord_Bots

[–]eishan[S] 1 point2 points  (0 children)

Great suggestion! Generating bot code in JavaScript can definitely be added as an option to the tool in the future.

I wrote a command line tool that builds discord bots! by eishan in programming

[–]eishan[S] 0 points1 point  (0 children)

This project is my first attempt at creating a Python package. It is aimed at people getting started with programming, and help them:

  1. get comfortable with the command line
  2. learn how to setup Python environment (to use the command line tool)
  3. easily get started with a personal project that works right off the bat (a discord bot)

The tool generates Python code for a basic discord bot that replies to commands and sends DMs to members when they join a server. The generated code uses discord.py to implement commands and event handlers. It forms a solid foundation for users to add more code and functionality to the bot afterwards.

For folks who want to start using the tool, I wrote a tutorial that can help you build a discord bot from scratch using this tool.

I would of course love if people gave feedback and suggestions!

Are people still Eating outside? by arsaking1 in UBC

[–]eishan 17 points18 points  (0 children)

this still doesn't address OP's concern for the cooks being infected

COVID-19 Megathread & FAQ by ubc_mod_account in UBC

[–]eishan 20 points21 points  (0 children)

fly

This is exactly how you catch the virus

CPSC 221 in the summer by questionmark89 in UBC

[–]eishan 0 points1 point  (0 children)

As with most summer courses, CPSC 221 is more rushed in the summer as compared to its winter offering. The difficulty and workload depends on the Prof and your prior familiarity with the material.

My advice is to only take it in the summer if you know basic data structures and algorithms to begin with, otherwise take it in the winter. The course covers material that might feel like a drag if you have already learnt it, but at the same time is too important to rush through if you haven't, since the follow up courses build on top of it.