That’s still eugenics, just as side effect
- 2 Posts
- 106 Comments
Computer Science (at a rather “prestigious” university for CS, for that matter, at least as far as that’s a thing here). Not in the US though, and none of the three universities I’ve studied at had mandatory attendance, for anything (exception: seminars, where attending talks by your fellow students was mandatory). As a result, I’ve never seen any prof take attendance.
A lot of comments on this post say that attendance was called esp. for freshmen classes, but frankly, I don’t see how that would even have been possible here, with sometimes 500+ students in a lecture hall.
In regards to assignments, at least in my experience, studying the lecture material and consulting it while solving the exercises was usually the fastest way to understand them and get them done.
Hi, I have been to lectures fewer than 10 times throughout my entire master’s. No AI, no textbooks, just lecture slides and doing the (ungraded) weekly assignments.
It probably wasn’t a smart idea (incl. for my social life), but it also wasn’t hard to do.
smiletolerantly@awful.systemsto Selfhosted@lemmy.world•How I’m building a micro-income system using GPT + PayhipEnglish22·6 days agoNo, mate. I don’t need a guide, or a tour. Just a single clarifying sentence.
“My product does x”. Right now, x could be:
- help you scam people
- provide a meditation partner
- help you learn how to code in Cobol
- give travel tips
- …
What does your product DO? And dong you dare answer “it helps you make money”, that does not explain anything.
smiletolerantly@awful.systemsto Selfhosted@lemmy.world•How I’m building a micro-income system using GPT + PayhipEnglish25·6 days agoI have clicked every link on that site and I still have exactly zero clue wtf this is.
smiletolerantly@awful.systemsto Selfhosted@lemmy.world•My two cent about emails servers field. Over a two decades...English5·9 days agoFWIW, I have no issues sending mails/having them be received from my self-hosted to Google mail
smiletolerantly@awful.systemsto Selfhosted@lemmy.world•Self-hosting is having a moment. Ethan Sholly knows why.English2·12 days agoSorry, I should have mentioned: liking bare-metal does not mean disliking abstraction.
I would absolutely go insane if I had to go back to installing and managing each and every services in their preferred way/config file/config language, and to diy backup solutions, and so on.
I’m currently managing all of that through a single nix config, which doesn’t only take care of 90% of the overhead, it also contains all config in a single, self-documenting, language.
smiletolerantly@awful.systemsto Selfhosted@lemmy.world•Self-hosting is having a moment. Ethan Sholly knows why.English2·13 days agoNice. My partner has a Proxmox setup, so we’ve adapted the Nix config to spin up new VMs of any machine with a single command.
smiletolerantly@awful.systemsto Selfhosted@lemmy.world•Self-hosting is having a moment. Ethan Sholly knows why.English2·14 days agoNixOS :)
Maybe I should have clarified that liking bare-metal does not imply disliking abstraction
smiletolerantly@awful.systemsto Selfhosted@lemmy.world•Self-hosting is having a moment. Ethan Sholly knows why.English51·14 days agoContainers != services.
I don’t think I am better than anyone. I jumped into these comments because docker was pushed as superior, unprompted.
Installing and configuring does not an expert make, agreed; but that’s not what I said.
I would say I’m pretty knowledgeable about the things I host though, seeing as I am a contributor and / or package maintainer for a number of them…
smiletolerantly@awful.systemsto Selfhosted@lemmy.world•Self-hosting is having a moment. Ethan Sholly knows why.English10·14 days agoThey are using a hosting provider - their dad.
“The cloud” is also just a bunch of machines in a basement. Lots of machines in lots of “basements”, but still.
smiletolerantly@awful.systemsto Selfhosted@lemmy.world•Self-hosting is having a moment. Ethan Sholly knows why.English8·14 days agoOK, but I’d rather be the expert.
And I have no troubling spinning up new services, fast. Currently sitting at around ~30 Internet-facing services, 0 docker containers, and reproducing those installs from scratch + restoring backups would be a single command plus waiting 5 minutes.
smiletolerantly@awful.systemsto Selfhosted@lemmy.world•Self-hosting is having a moment. Ethan Sholly knows why.English7·14 days agoNo, I actually think that is a good analogy. If you just want to have something up and running and use it, that’s obviously totally fine and valid, and a good use-case of Docker.
What I take issue with is the attitude which the person I replied to exhibits, the “why would anyone not use docker”.
I find that to be a very weird reaction to people doing bare metal. But also I am biased. ~30 Internet facing services, 0 docker in use 😄
smiletolerantly@awful.systemsto Selfhosted@lemmy.world•Self-hosting is having a moment. Ethan Sholly knows why.English73·14 days agoI would say yes, it’s still self-hosting. It’s probably not “home labbing”, but it’s still you responsible for all the services you host yourself, it’s just the hardware which is managed by someone else.
Also don’t let people discourage you from doing bare-metal.
smiletolerantly@awful.systemsto Selfhosted@lemmy.world•Self-hosting is having a moment. Ethan Sholly knows why.English11·14 days agoYeah why wouldn’t you want to know how things work!
I obviously don’t know you, but to me it seems that a majority of Docker users know how to spin up a container, but have zero knowledge of how to fix issues within their containers, or to create their own for their custom needs.
smiletolerantly@awful.systemsto Selfhosted@lemmy.world•That's all folks, Plex is starting to charge for sharingEnglish1·29 days agoWhich shouldn’t really be an issue since you should only host on 443, which tells bots basically nothing.
Configure your firewall/proxy to only forward for the correct subdomain, and now the bots are back to 0, since knowing the port is useless, and any even mildly competent DNS provider will protect you from bots walking your zone.
smiletolerantly@awful.systemsto Selfhosted@lemmy.world•That's all folks, Plex is starting to charge for sharingEnglish2·29 days agoSorry, saw this only just now. I don’t really have any guides to point to, so just the basic steps:
- host jellyfin locally, e.g. on http://192.168.10.10:8096/
- configure some reverse proxy (nginx, caddy, in my case it’s haproxy managed through OPNSense)
- that proxy should handle https (i.e. Let’s Encrypt) certificates
- it should only forward https traffic for (for example) jellyfin.yourdomain.com to your Jellyfin server
- create a DNS entry for jellyfin.yourexample.com pointing either to your static IP, or have some DynDNS mechanism to update the entry
90% of this is applicable to any “how to host x publicly” question, and is mostly a one-time setup. Ideally, have the proxy running on a different VM/hardware, e.g. a firewall, and do think about how well you want/need to secure the network.
In any case, you then just put in https://jellyfin.yourdomain.com/ in the hotel TV.
smiletolerantly@awful.systemsto Selfhosted@lemmy.world•That's all folks, Plex is starting to charge for sharingEnglish21·1 month agoI have never used Tailscale. I have also Jever seen anyone in the wild recommend it and explain what exactly the use-case is beyond plain, old, reliable, open source WireGuard.
So yeah, agreed.
Also I have been hosting Jellyfin publicly accessible for years with zero issues, so idk… I also dint k ow what the “you have to use Tailscale for jellyfin” people are doing with TVs/Firesticks/… in hotels, airbnbs,…
Chat, is this AI-generated ads on Lemmy?
It probably contained Linux
If I had to guess? Ubuntu Studio 14.04