TP link EAP’s and i run the omada software controller on an existing server. Right now I have 3 AP’s and it’s been a great experience so far compared to running consumer wifi routers before. All are on ethernet too.
TP link EAP’s and i run the omada software controller on an existing server. Right now I have 3 AP’s and it’s been a great experience so far compared to running consumer wifi routers before. All are on ethernet too.
I generally do this over ssh every week, today was special. Indeed, update always!
I distinctly remember a few scenarios where I heard they do. Maybe it’s not can return policy but as scrap metal. This article mentions it, too.
I dont mind Python, in fact I kind of like it. Its easy enough, works fast enough and has a huge community backing. Open up notepad and start typing. The space thing is kinda stupid. I prefer braces and semicolons but apparently new programmers cant remember to use them so Python just got rid of them… not my thing but whatever, I can live with it.
However, I’d never really want to create a large project in it. The dev tools arent there, .net style project management isnt there. I can see how it just becomes a mess if you try to make something that isnt just downloading some data, parsing and importing to somewhere else. Its great for simple stuff. It can do larger stuff - though not as good. It cant do enterprise, performance heavy, commercial stuff.
Pick the right tool. Yeah you can make a website in x86 ASM and you can make embeded systems for the space shuttle in Python. The question is why.
All you need is a can return policy and some homeless.
If a security flaw is discovered and patched, it is a good sign the manufacturer is standing by their product and providing support. AFAIK, tp link does push regular fw updates for their omada gear. I’ve had two in the last month.
In your case, I’d open a support ticket with that issue and see what tp link thinks directly. If you don’t like their reply or are ignored, you will have your answer on whether or not you should switch.
Install linux somewhere, ssh to it and set up a web sever and an ftp server. Access it locally and then access it from the internet. This should be your first goal. It will make you comfortable with the command line and linux. You can try a montero node then.
ChatGPT will be able to help with the basic stuff like how to check logs, configs, or what SSH is or how to set it up.
I mean, if studios are doing it more and more and have been doing it across a whole generation, it probably is generational change. Games take 5+ years dev time to make so high budgets are a given. If uch a game fails, it is more likely to tank a studio now. I think hes just making an observation. Nothing too shocking about that.
What Im observing though is more and more indies filling the void with smaller and cheaper games due to easy access to digital distribution. Not exactly a new take as its been hapening for over 15 years now. Interestingly, Epic seems to not take the same stance as Steam does in this space. Where steam gives pretty much any shovelware the same chances, Epic wants to be super picky about these low budget titles. Where is Epic’s Balatro?
If Tim is so focused on publishing/distributing these overblown budgeted games, Epic will miss out on the secondary gaming market where actual fun games truly live. Imo, the generational change is actually indie titles becoming the norm and AAA taking a step back.
Check the CPU, every NUC has a different one. An 11th gen i3 (i3-1115G4) will generally offer better performance than a N100 but a N100 may offer slightly better power efficiency since it was designed for it and is newer. Also when keeping in mind power draw and thermal efficiency, newer CPUs will usually do better. I personally would stear clear of older machines for that reason.
NUC is good for transcoding if you really need it. NUC11 i3 i think has 30w tdp and draws sub 10w at idle and does transcoding fine. Check specific HW codec support for your needs but stick to Intel because they will generally be the best in this space.
Also can confirm Jellyfin doesnt run well on a rpi4. No problem on a NUC.
How much power can these things draw?
I think it was only added in android 12.
Neat hack!
Raspberry pi is power limited. HDD creates a power spike on boot as well so you may have power issues. When i used a rpi for a media server, i had to use a 25W supply. Even 20W wasnt enough and i had voltage throttling issues. 1TB HDD probably wont draw that much power but SSD is never an issue. If you dont need space and are on a budget SSD is the way to go. This is all assuming USB is used for power.
If you need large amounts of space and have a budget, use an HDD but it needs to be self powered or used with a larger device like a mini pc which has adequate internal power.
For the US, id certainly agree with you. College is free here and some employers require it (less and less though). A coworker once told me a degree shows you can be serious for one thing and see it through. It shows you are capable of achieving a goal.
I mean, if one party pushes for use of blockchain, you’d just need to trust that specific system (algorithm, network…) and not explicitly the party pushing for it.
I also wouldn’t call it power ‘waste’ since it does useful work - confirmation. It may be more inefficient compared to a centralized authority though. There are other ways of doing confirmations than proof-of-work as well, though each have their own drawbacks - just like a centralized system does,
Bad research based on subjective opinion? I dont see how anyone would see blockchain in itself as useless. It provides a verification method without the use of a centralized system. Are all peer-to-peer systems useless now? Its not to be used as a tool for everything. It will not fix everything. I’d be more interested in research of what happens when reactionary practices are used. Such as using blockchain just because it’s the hot new trend without thoroughly thinking about the consequences of such actions. blockchain = bad / blockchain = good is not good enough, each implementation needs to be studied independently and answers derived from that. Replace blockchain with AI and it’s the same.
Self refers to oneself as in, a person. I never associate selfhosting with a company which runs their own servers. Technically they do self host but is it a company asking questions on an online forum and referring to itself as oneself? Is a company a person? What is a company even? Philosophical questions we dont have time to discuss.
To me, self hosting means a person is self hosting things. Some have racks and use 1kW of power on idle, some have micro servers. In any case, just one paragraph explaining what you have at the top of a post is sufficient to get the point of what you know across.
Id say a more important distinction is persons who self host software only (VPS) and those who do hardware as well.
Needs private albums for porn and ill use it.
My ip updates maybe once every three months or so, but what i did was just write a script that checks the current ip and updates the domain registrar. My domain is on cloud flare, and they have an API through which I can do it. It’s literally one POST request. There are solutions out there but I wanted a really simple solution I fully understand so I just did this. Script runs in cron every few hours and that’s it.