Spyke

Replies

Comment on

After Raising $235K, Abode Remains Committed to Taking on Adobe

I'm highly sceptical of this shipping in a state that can compete with Adobe at the end of it all. The branding itself is asking for trouble, which is just plain stupid if you are serious about long-term and sustainable development of the whole suite, and 180k is not enough to even put together a competent alternative to Illustrator, not to mention Photoshop and InDesign.

And before people start claiming that you can fund this by outsourcing to Eastern Europe / India etc, please bear in mind that you usually get what you pay for. A competent developer with enough experience to actually make this happen won't come cheap, and opportunistic juniors with big ambitions won't deliver.

I wish this project all the luck it can get, but I'm personally banking on Graphite and Inkscape from the FOSS world and Affinity suite from (as of yet) less corpo commercial offerings.

Comment on

what messaging app do you use?

Mandatory "don't put Signal and Telegram in the same sentence" notice. Not to be a snob, but Telegram is not "secure and private", all chats are not end-to-end encrypted by default, everything is stored on Telegram's servers with "forever-ever" retention. The end-to-end encryption is opt in, uses a dodgy encryption algorithm and has some limitations in terms of who you can contact and from what device etc.

Telegram is owned by Pavel Durov who also created the largest Russian social media platform VK, which later was overtaken by Russian state as a tool for crowd control and propaganda. Even if we assume that Pavel no longer has any ties with Russia and its "government", his biography should still raise at least some questions around whether one should trust Telegram.

And finally, Telegram seems to be going the "everything app" route lately, which makes it a one stop shop of personal communication, public channels, news, bots, stories etc. (you name it). While it is not a bad thing in objective terms, these features are not built with privacy in mind, as that would pose quite a technical challenge. This means that Telegram's privacy and security will only be sacrificed more and more to get more of the social features out of the door.

/rant over/

Comment on

Steve Ballmer is set to make $1 billion a year for doing nothing | CNN Business

We apologize, but your web browser is configured in such a way that it is preventing this site from implementing required components that protect your privacy and allow you to view and change your privacy settings. This functionality is required for privacy legislation in your region.

We recommend you use a different browser or disable the “EasyList Cookie” filter from your “Content Filtering” settings (found under “Settings” -> “Shields” in the Brave Browser

lol

Comment on

Linux friendly CAD programs?

OpenSCAD does the job for me, though I’m not particularly experienced in CAD things. I’ve tried FreeCAD and Fusion 360 (on Mac) previously and they just look too confusing for my taste.

With OpenSCAD I can at least approach the modelling in the same way I approach things at my say job: by just writing some code 👩‍💻

Example: https://github.com/ddnomad/printables/blob/main/models/dell_t420_525_bay_drive_bracket/main.scad

Comment on

After Raising $235K, Abode Remains Committed to Taking on Adobe

Reply in thread

I've never heard of that project, looks pretty cool! To be clear, I do not say that "one guy" cannot possibly make great software. Passion projects are a thing. What differentiates them from the Abode situation, in my opinion, is that passion projects rarely have strict deadlines and paying backers who expect software that is Adobe-level in terms of quality and polish in a roughly 1 year.

lemmy

Comment on

Sad to see almost none of the devs, from

Reply in thread

We are one centralised and pretty Reddit alternative away from people flocking to it.

As swanky as it sounds, I doubt fediverse with all its quirks, bugs, instability, confusion etc. will be able to sustain or even gain mass adoption.

I want this to be false, but we have Mastodon as an example and it ain’t getting the traction it needs to replace or even properly compete with Twitter. Especially not once BlueSky opens up, assuming it will happen.

Comment on

Is there an idiots guide to self hosting?

Depends on what you want to self-host. In general, I would advise against self-hosting anything before you familiarise yourself with the basics of *nix, networking and cyber security.

You at least need to know enough to make sure that whatever you host is only available within your local network and is inaccessible from the outside.

Once that’s ensured, go nuts, experiment, learn, evolve.

In terms of how to start, really depends on your budget, what hardware you can spare, how much space you have at your place etc.

For the most basic playground it’s enough to have a raspberry pi or similar, or a very old laptop / desktop computer.

For something more swanky you can get old Dell servers (e.g. R420) online for around 100$ or so. They are quite power hungry though. Or you can get yourself a NUC and use that.

If all of this sounds like too much work, just get yourself QNAP / Synology NAS and see what it can do for you (it is way more limited in terms of options, but easier to setup and you can still have your Plex / file sharing / docker containers).