What if you aren’t flexible? I never couch, I just say in use Linux for my workflow, can you accommodate that?
What if you aren’t flexible? I never couch, I just say in use Linux for my workflow, can you accommodate that?
I ask before I take the interview. Location, salary range, linux laptop are prerequisites to me working for anyone. If they punt on the laptop question it means no and they are hoping you’ll want the job even without. I can promise you I won’t, and if you view that as a red flag I can promise I don’t want to work there so I don’t care.
If its a hard requirement for you just say that and say that’s for workflow and you don’t want to waste anyone’s time
I was already full Linux, but gnome is the reason I stopped messing with window managers and maybe large 4k monitors.
It finally hit enough of ‘just works’ and customizability to use my standard workflow.
The only thing I want that I don’t have right now is horizontal monitor splits for vertical monitors.
You need an OS app to run and a setting in the BIOS. The app at the OS level gives a heartbeat to the watchdog module on the mother board. If you miss some heartbeats, the firmware on the motherboard sends the reset command.
No, this is a tool that can be used in a well designed architecture. Would I do this with a single database server, probably not. Would I ever run a single database server? Also probably not.
Also, by this point, you’ve probably already kernel panicked or something. There’s not much left that can be saved and you probably needed that backup five minutes before the host came up.
Check if your motherboard has a watchdog function. If the OS can’t ping the watchdog every 5 min or whatever you set it to, the board resets.
Myrecommendations is probably to host a next cloud instance. Does all the standard ‘cloud stuff’. File, contact, calendar sync, plus a bunch if other stuff if you want to add it via plugins. If you’re patient, and a single use you can host it on basically anything. If you decide you want to add users or have a faster site, you can go down the route of sorting out faster hardware or better specs and suck.
Well, every instance has different mix of people interest and moderation. Which maybe I was over thinking it but it took a while to figure out where I wanted to be. And my initial experience wasn’t great. My server was way out of date, had caching issues, was slow lots of defederation and perhaps arbitrary blocking that I didn’t know was going on so I didn’t understand why it didn’t work.
I gave up and came back to a different server and it’s been good since. But, no one is switching from threads or Instagram for that experience. Or at least going to stick with it long enough to find a home.
I’ve built a place I find comfortable, took a couple tries. But I have found decent content, found some of my friends from twitter, found replication bots for people I used to follow but not really interact with.
It’s not twitter, but it took me 5+ years to build out my twitter. I think over time, enough people will join defederated social media that it can be a pretty good experience if a little too much work for many. But it will take a little time.
There’s a vast majority of the population that doesn’t care.
Because even for me, a full time systems coder, just figuring out what server to join was a pain, I had to try 3/4 time before I felt like I had enough info to make the correct choice, and then finding other users from my previous twitter gang was a pain, the barrier to entry is much higher than some other options.
Not in an enterprise setting, so patato potato
Third best enterprise OS.
So they can read your code and use it for copilot
One option here is to host it internally, and then VPN or ssh tunnel to your network for access.
Keeping openssh or a VPN up to date and secure is a much simpler thing than a web framework.
Separate your network access and your services. You get in trouble trying to use your service to gate access to your network.
As a note, when you can’t find a package, go find the source, you can usually build and install in a couple commands. Its nice to use the package management of the distro, but most of the time, you could just install the deps and compile and be done with it.
No, he always wanted it to be wechat but misses the fact that its basically required for Chinese citizens to use.
Lol, he wants it to be wechat but forgets that everyone uses it because its a government sanctioned monopoly.
No one wants a dating/chat/payment/microbloging/uber app.
Link your ride data to your dating profile? What could go wrong you fucking donkey.
To be fair, every part of it is a small binary that generally does a single thing. You don’t have to run them all or even install them but they bring a lot of necessary functionality around base host bootstrapping that everyone used to write in shell for every distro.
I find it nice as an operators of multiple infrastructures to be able to log into a Linux system and have all the hosts bootstrapped in a relatively similar fashion with common tools.
Sysv kinda sucked because everyone had to do it all themselves. Then we got sysv, openrc, upstart and then systems and there was a while there where you never knew what you’d get if you logged into a box. And oh look, I gotta remember 10 different config file locations and syntaxes to assign an IP. Different syntaxes to start a daemon. Do I need to install a supervisor or does that come with the init.
People are doing a lot of really cool stuff with Linux OSs assigning IP addresses in 10 different ways or starting programs was never one of them.
Its also not that systemd has a monopoly, there are other init systems out there, but all the big distros, RH, Debian, ubuntu, arch . . . all came to the same decision that it was the best available init and adopted it. There are other options and any one of those projects is big enough to maintain its own init, but no one really finds the value in dedicating reaources, so they haven’t.
Depends if you want to assign IP addresses or not. If you don’t, you just want your own section of the same lan, I.e.all your devices connected to your router but let dhcp pass through then you can just set itnup as an extender