Reply
  • Sep 23, 2020
    ·
    2 replies

    Anybody got any ideas for a final year project?

    Any language

    Really struggling here

  • Sep 23, 2020
    ·
    edited
    SomeRandomNob

    PT2.

    Not only this, but I managed to design a 4 pole sphere net and a stepper motor multiplexer that allows me to control an infinite amount of edges with only two motors, although you'd want a few "cores" and there's be practical limitations on your variable count to motor ratio for times sake.

    This functions as both a 3D display and a shape shifting robot, it will be able to fit in your pocket, grow to the size of a human and perform physical labour for you, finally putting an end to the necessity and profitability of human labour, whilst simultaneously bringing the means of automation out of the factory and into the metaphorical and physical hands of the masses.

    I've been working on this for two years now, I've made a bunch of semi functional prototypes, I have a design that I think will work flawlessly, should have it built within a month or two. Below Ref 1 are some pictures and a video from last year to help illustrate the concept, I refuse to upload any more media of the project until it works.

    I call them "Mesh Morphing Robots", "Polygen" or "Figura Mutante". It's going to be a whole field of robotics and display technology one day.

    P.S. It'll be covered in a layers of white spandex to both stretch and defuse coloured LEDs underneath, it'll also be fitted with multiple sensors and outputs. We'll eventually (hopefully soon) switch out motors and strings for IPMC EAPs.

    #RasterizationWasAMistake

    Ref 1: https://www.youtube.com/watch?v=o2_9AaWK85k
    Ref 2: https://www.youtube.com/watch?v=BcbPzX5cPug
    Ref 3: https://www.youtube.com/watch?v=nrp4NBsxcAQ
    Ref 4: https://www.youtube.com/watch?v=pAev5rQegS0

    damn we got nano-technicians on ktt

    good luck fam i love a dedicated passion project

  • Sep 23, 2020

    Thanks bro

  • Sep 23, 2020
    ·
    1 reply
    New NIGHTMAN

    Anybody got any ideas for a final year project?

    Any language

    Really struggling here

    Make a movie dB using apis

  • Sep 23, 2020
    ·
    1 reply
    BillyShears

    Make a movie dB using apis

    isn't that a bit too simple though?

    like TheMovieDatabase website has an API that lets you have access to their database of films

    or do you mean something else?

  • Sep 23, 2020
    ·
    1 reply
    New NIGHTMAN

    isn't that a bit too simple though?

    like TheMovieDatabase website has an API that lets you have access to their database of films

    or do you mean something else?

    Exactly that 😅

    Idk I was MIS and my last semester got hit with covid so I didn’t have to do any final projects

    Do something with machine learning, that could be fun. Like teach a bot how to play fantasy football or something like that

  • Sep 23, 2020
    ·
    1 reply
    BillyShears

    Exactly that 😅

    Idk I was MIS and my last semester got hit with covid so I didn’t have to do any final projects

    Do something with machine learning, that could be fun. Like teach a bot how to play fantasy football or something like that

    hmmm i kinda wanted to stay away from Machine Learning but i am gonna look into it

    i only have till the 9th of October to decide so im stressing tf out

    the two ideas i'm bouncing around atm are:

    1) an app to encourage reading
    so i would use Google books API to let users choose a book and then the app splits the book into sections (e.g 50 pages for this week) and every day they update their progress and leave a little diary entry

    there would be some kind of visual tracker to show how far along they are

    2) an app that lets carers of young kids track allergies, special needs, etc

    i have no idea what this one would look like and im pretty sure it would be too simple

    what do you think of these?

    (sorry for long post)

  • Sep 24, 2020
    ·
    1 reply
    New NIGHTMAN

    hmmm i kinda wanted to stay away from Machine Learning but i am gonna look into it

    i only have till the 9th of October to decide so im stressing tf out

    the two ideas i'm bouncing around atm are:

    1) an app to encourage reading
    so i would use Google books API to let users choose a book and then the app splits the book into sections (e.g 50 pages for this week) and every day they update their progress and leave a little diary entry

    there would be some kind of visual tracker to show how far along they are

    2) an app that lets carers of young kids track allergies, special needs, etc

    i have no idea what this one would look like and im pretty sure it would be too simple

    what do you think of these?

    (sorry for long post)

    I love the first one, it’s a cool way to use an api and I can see that being something in the real world as well.

  • Sep 24, 2020
    ·
    1 reply
    New NIGHTMAN

    Anybody got any ideas for a final year project?

    Any language

    Really struggling here

    try a search engine

    aakashjapi.com/fuckin-search-engines-how-do-they-work

  • Sep 24, 2020
    ·
    1 reply
    BillyShears

    I love the first one, it’s a cool way to use an api and I can see that being something in the real world as well.

    thank you for the help man

  • Sep 24, 2020
    SolidSnaku

    try a search engine

    http://aakashjapi.com/fuckin-search-engines-how-do-they-work/

    might look into this

  • Sep 24, 2020
    New NIGHTMAN

    thank you for the help man

    No problem lmk how it goes when your done, I’m curious to how it would work

  • Sep 28, 2020
    ·
    2 replies

    this assembly language s*** is so f***ed

  • Sep 29, 2020
    ·
    1 reply
    Yevin

    this assembly language s*** is so f***ed

  • Sep 29, 2020
    ·
    1 reply
    Jozen

    how does anyone actually like that s***

  • Sep 29, 2020
    Yevin

    this assembly language s*** is so f***ed

    Had me absolutely shook when I first saw it lmao. Tbh, you will grow to appreciate its simplicity tho

  • Sep 29, 2020
    Yevin

    how does anyone actually like that s***

    literal caveman s***

  • first sentence in my mail to the team:
    these are screenshots of the app in dark mode

    first response from coworker:
    i thought our app had a white background

  • Sep 30, 2020
    ·
    1 reply

    This project i have due on sunday is so f***ing difficult i dont think i can do it

  • Oct 1, 2020
    ·
    1 reply
    Yevin

    This project i have due on sunday is so f***ing difficult i dont think i can do it

    what kind of project?

  • Oct 1, 2020
    ·
    1 reply
    mirza

    what kind of project?

    "In this assignment your job will be to enhance the thread scheduler to implement the following three scheduling
    algorithms: Round Robin (RR), Shortest Job First (SJF), and Priority (PRIO) Scheduling. For SJF and PRIO,
    you will be implementing both the preemptive and non-preemptive versions. Currently, Nachos uses First Come First
    Served (FCFS) scheduling. After you make your enhancements, FCFS should still run exactly as it did before you
    started"

    he gave us like a 30 page pdf to read before we start

  • Oct 1, 2020
    ·
    1 reply

    just got my first return offer wwwww .

    And got a internship for the Winter and Summer. W

  • Oct 1, 2020
    newt

    just got my first return offer wwwww .

    And got a internship for the Winter and Summer. W

    leveling up.

  • Oct 2, 2020
    ·
    1 reply
    Yevin

    "In this assignment your job will be to enhance the thread scheduler to implement the following three scheduling
    algorithms: Round Robin (RR), Shortest Job First (SJF), and Priority (PRIO) Scheduling. For SJF and PRIO,
    you will be implementing both the preemptive and non-preemptive versions. Currently, Nachos uses First Come First
    Served (FCFS) scheduling. After you make your enhancements, FCFS should still run exactly as it did before you
    started"

    he gave us like a 30 page pdf to read before we start

    need help?

1
...
20
21
22
...
56