Which would be what, exactly?
Literally the next line on the image tells you what:
“This includes: disability, pregnancy/maternity for the purposes of the mobility assistance use case.”
Modern tech, retro tech, 80s/90s music & nostalgia. I live in northern England so most things I post about have a UK slant.
Elsewhere on Fedi:
Which would be what, exactly?
Literally the next line on the image tells you what:
“This includes: disability, pregnancy/maternity for the purposes of the mobility assistance use case.”
It’s a very flexible language so can find a niche almost anywhere. I know of fintech companies that use it extensively for their back end data processing systems, and I’ve seen some really interesting stuff done with Clojure and Apache Kafka. They’re a good fit for each other - Clojure, as a lisp, is optimised for processing infinite lists of things and Kafka topics can be easily conceptualised as an infinite stream of data.
Also, when combined with Clojurescript, it provides a single language that can be used full-stack, so could drop in anywhere that you might otherwise use Node.
But I think one of the best things about it is the way it forces you to re-evaluate your approach to development. It’s a completely functional language so you have to throw away any preconceptions about OO and finding new ways to resolve old problems is one of the things that should be a joy for most developers, even if it has no practical application.
Give Clojure a go.
It’s a modern variant of lisp that runs on the JVM and has deep interoperability with Java, so you can leverage your existing knowledge of Java libraries.
But as it’s a lisp, it will have you thinking about problems in a very different way.
You don’t need a desktop for CAD anymore.
Not for the raw processing power, but anyone doing serious CAD work is going to want at least a 21" monitor, relying on just the laptop screen is going to be difficult especially (and I speak as someone aged over 50 myself) as your eyes become less able to focus on fine details as you get older.
So OP needs to decide if they’re going to want to use the machine for other things as well, in which case a laptop + external monitor might be fine, or if it’s a dedicated work/hobby CAD machine in which case why not get the desktop + monitor.
Yes, I think that ‘masquerading’ is the key bit to grasp. The MITM Proxy isn’t just intercepting the traffic, it alters the traffic as it passes through.
DigitalOcean’s guides in general are pretty good for all sorts of things, whether it’s a generic discussion of a concept like the ones you’ve posted, or a step-by-step guide for installing and configuring specific systems or software. Even if you’re not using DO as a host, much of what they suggest is still very useful.
It’s not a numbers game. “They killed one of our children” does NOT make it OK for us to kill one of their children.
How is this supposed to be enforced? In a decade’s time are shopkeepers going to have to challenge anyone buying a packet of fags who looks under 28? And then later it’ll be “sorry mate, can you prove you’re 44?” and so on.
markdown support
If you are on (or migrate to) a server using the Glitch-Social fork of Mastodon, you’ll get markdown support. It’s a game-changer, in my opinion. (glitch-soc has lots of other nice features too, btw).
There is a long abandoned (but it still runs) project called eDEX-UI (https://github.com/GitSquared/edex-ui) which basically provides a working, useable terminal surrounded by all sorts of the crap visual appearance of hacker terminals in the movies. Pair that with a terminal editor and you’ve almost got a movie IDE!
It’s kinda fun for a while although I’d be amazed if anyone actually used it as their main terminal emulator program. But you could.
It’s not a perfect analogy, but a good way to think about it if you’re not a programmer is to say “why do we need recipes when we can just buy a product in the store and read the ingredients list”.
Just because you know the ingredients, that doesn’t mean you know how to put them together in the right order, in the right quantities, and using the correct processes to recreate the finished product.
Slackware. Version 3.1 if I remember rightly, with Linux kernel 2.19.x.
It was installed from floppy disks, you needed about 10 of them to do a full install including X Windows.
At the time (1997 or 1998) I only had dial up internet at home, so over the period of several days I brought blank floppies in to work, downloaded the relevant images and copied them on to the disks.
I then spent most of a weekend trying to persuade an (even then elderly) PS/2 with 4 MB of RAM to become a Linux box. Got there in the end, though!
I have an eleven-year-old floofy boy who looks almost exactly like your Eddy. And Luther loves belly rubs too!
How is that any different from what we have now?
Threads has launched, but has federation disabled. So right now Threads is a standalone system, and it and the Fediverse cannot intercommunicate.
If Threads later adds in federation but all the of the Fediverse blocks them, we’re in exactly the situation that exists right this minute. And that doesn’t seem to be hurting the Fediverse at all.
I can’t help with Lemmy, but I’ve been running a single-user Mastodon instance for almost a year now.
Like you, I found that the media very quickly used up much more disk space than I anticipated. There are a few things you can do.
You can tune how long media is stored for: some of this is done in the admin interface, but really you need to set up cron jobs to regularly run various tootctl
commands. This is the crontab I use:
SHELL=/bin/bash
PATH=/home/mastodon/.rbenv/shims:/home/mastodon/.rbenv/bin:/usr/local/bin:/usr/bin:/bin
RAILS_ENV=production
# Remove media attachments older than 8 days
11 19 * * * cd /home/mastodon/live && time bin/tootctl media remove --days 8
# Remove link previews older than 28 days
22 5 * * * cd /home/mastodon/live && time bin/tootctl preview_cards remove --days 28
# Remove files not linked to any post
3 23 * * 0 cd /home/mastodon/live && time bin/tootctl media remove-orphans
# Prune remote accounts that never interacted with a local user
44 1 * * * cd /home/mastodon/live && time bin/tootctl accounts prune
You can of course choose even stricter settings but I found that no matter what I did, given that I am following approx 1,000 other Fediverse accounts it still used up more disk space than I was comfortable with.
So I offloaded most of the media storage onto an S3-compatible service. It’s breaking the self-hosting ethos somewhat, but with Backblaze B2 I can happily store and serve several hundred GB of media files for just a couple of dollars a month. To me, that was a no-brainer.
It’s half as much again! If your budget is that flexible you really should have mentioned it in the original post so that people could give you a wider range of options.
Translate it up by a couple of orders of magnitude and you get “I want to buy a car, I have €10,000 to spend” … “I found one for €15,000, it’s a little bit more but …”