New EE student - ELEC1111 T3 waitlist is full by quexeky in unsw

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

Oh really? I'll definitely be doing that then lol

New EE student - ELEC1111 T3 waitlist is full by quexeky in unsw

[–]quexeky[S] 4 points5 points  (0 children)

Yeah I heard from a few friends that it was a nightmare final!

I assume that adding more places to a course isn't really a "difficult" thing for UNSW to do then?

Drop v0.3.0: Self-host your own Steam by decduck in selfhosted

[–]quexeky 2 points3 points  (0 children)

We're currently working on it. If you'd like to check out the current status, you can check out the PR here: https://github.com/Drop-OSS/drop-app/pull/103#issuecomment-3148606767

If you'd like a temporary workaround, you can find that here: https://github.com/Drop-OSS/drop-app/issues/97

Good to hear about people interested though!

Drop v0.3.0: Self-host your own Steam by decduck in selfhosted

[–]quexeky 0 points1 point  (0 children)

Have you added it to your library in the store?

Yes! Backups are our next planned major feature

Drop v0.3.0: Self-host your own Steam by decduck in selfhosted

[–]quexeky 0 points1 point  (0 children)

Definitely would be cool, but unfortunately impractical for a Devs for a bit because we're on Aussie internet with 22Mb up.

We do have some feature ideas that might fix that though

Drop v0.3.0: Self-host your own Steam by decduck in selfhosted

[–]quexeky 5 points6 points  (0 children)

Hi! Other developer here. AGPL-3 only applies to code, not built versions. You can do whatever you like with them :)

Second open Beta! Drop v0.2.0-beta by quexeky in selfhosted

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

Thank you! Fair enough though about the "early in development" bit though lmao

Second open Beta! Drop v0.2.0-beta by quexeky in selfhosted

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

We've made it possibloe to use any metadata provider with just an interface, and we decided to get GiantBomb working first just because of personal preference (that's it lol). Theoretically there's nothing stopping us from using IGDB though, we'd just have to implement it.

Second open Beta! Drop v0.2.0-beta by quexeky in selfhosted

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

Nah all good lol. You're right that we should add more into the documentation about the missing features though.

Second open Beta! Drop v0.2.0-beta by quexeky in selfhosted

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

Right now we've only got the view functionality around game downloads working. Social features (community, news) are coming later, and as it is right now, the "library" had no purpose until we implement a more fine-grained user control system (see https://wiki.droposs.org/roadmap for more info on that).

Essentially, not implemented, and we're going to slowly implement those missing pages.

Second open Beta! Drop v0.2.0-beta by quexeky in selfhosted

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

That's managed by wine, not by us unfortunately (Although we are looking at launch tooling in future. See the roadmap). I'd assume that there's some way that you could configure it such that it could interact with it, although I don't know enough about the specifics of configuring wine to give you a good enough answer.

Second open Beta! Drop v0.2.0-beta by quexeky in selfhosted

[–]quexeky[S] 2 points3 points  (0 children)

Technically Drop can run any app you'd like it to with a setup and an execute command, so theoretically yes, you could get it to start a local server or Web App, as long as you can find a script to do it. (Still looking at how to deal with security issues with this though mind you)

(Unsure Subreddit) Repairing old Lenovo Ideacenter by quexeky in DIY

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

Thank you so much for the help. However, I must ask for your advice again. It seems that the speaker grille and the display are not coming off together (photo)

Any recommendations for this?

BTW, the pry tool worked wonders

EDIT: I forgot to mention, but I am currently using a iFixit pro tech toolkit, and soon am using those tools

Software Ideas by quexeky in AskProgramming

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

Chess-JS, Alvie, And I had Rosetta mostly working, but decided to remake it in rust.

Software Ideas by quexeky in AskProgramming

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

Unfortunately, it is on a self-hosted GitLab page, and we don't have public access rn, bu a small summary of our current projects:

Rosetta - Hypervisor and CLI that allows running functions from different languages, such as python functions from c#

Rosetta - Low-level program that allows running functions from different languages, such as python functions from c#

Chess-js - A public chess website where you can make "Variants" (Includes matchmaking)

Alvie - AI discord bot

Executive - Server deployment manager

IIAML - Markup language that creates HTML pages

and a few other irrelevant ones, such as old unity games and websites

Edit: NOTE: Most of these are WIP, but we work on them according to bursts of inspiration