dontblink

joined 2 years ago
[–] dontblink@feddit.it 5 points 1 year ago (2 children)

Hisense A9 with full root + microG

A minimalist eink anti addictive machine that brings smartphones back to an actually useful tool removing literally all the bullshits.

[–] dontblink@feddit.it 28 points 1 year ago (3 children)

What about sexual and emotional education in schools?

[–] dontblink@feddit.it 1 points 1 year ago

Yeah sure, you have to trust your users

[–] dontblink@feddit.it 6 points 1 year ago

I like Debian with GNOME

[–] dontblink@feddit.it 12 points 1 year ago (1 children)

Badum tssss

[–] dontblink@feddit.it 4 points 1 year ago (1 children)

Video editing softwares definetely, kdenlive is nothing compared to stuff like sony vegas.

[–] dontblink@feddit.it 1 points 1 year ago (2 children)

I guess probably, because Matrix is thought for private chatting, i guess someone else might have had this same idea, i think matrix is opensource so there must be some client that does this.

[–] dontblink@feddit.it 6 points 1 year ago* (last edited 1 year ago) (6 children)

I mean theoretically if you are hosting your own chat server, for example on Matrix, you can easily make all the chats unaccessible from the clients by issuing a command to shutdown your server or simply the chat server service if there's no content cached locally.

I think you can do this pretty easily with a raspberry pi by connecting via ssh..

Just use a shell script that changes the static ip to something else after the command to shutdown the service/wipe out the data (depending on what your goal is) has been issued, or use a vpn or something like that if possible, because anyone issuing the command would need to know your server ip.

And issuing a command by ssh to a remote server both from smartphone or pc should be as easy that you can actually build a very small app for that, or use some app that creates shortcuts that directly connects and issue custom commands.

That way you are forced to give people your new ip every time chats become unaccessible/deleted and someone can't connect back even if wanting to without talking to you, unless you decide you can use the older ip for whatever reason.

Of course not using your real ip but using some service like a vpn or proxy (or tor?) would be much better here, but i don't really know how.

That can give you full power on the chat history and create the said "panic button" for every client involved.

[–] dontblink@feddit.it 4 points 1 year ago (8 children)

TREE STYLE TAB

[–] dontblink@feddit.it -5 points 1 year ago (1 children)

There's Bitcoin and lightning network :)

[–] dontblink@feddit.it 5 points 1 year ago

If it was less expensive and provided some privacy i would probably happily pay for it.

[–] dontblink@feddit.it 4 points 1 year ago

This app is amazing! I loved the infinity design, that's so fucking amazing you took the time to bring it on Lemmy, i never really liked Jeroba!

 

From a first perspective it actually looks good! I think these kind of regulation were really needed. But i would like to hear your opinions!

 

The new fairphone 5 came out, it looks cool but the price is really, really high..

If it's a phone that can really last 10 years it could be good, but is that true? Is it worth it? I could get the one with /e/os from Murena because i want a degoogled phone with a bootloader locked, but is it usable on a daily basis?

 

Other people are having the same issue, anyone knows if there's any solution out yet or if this is gonna be patched?

 

I've been proudly using Lineage OS with microg on my phone for a while now, and while it wasn't ideal, it was good for my daily use.

Now that i'm traveling, however, i really miss some important features, like a properly working geolocation service (i'm using the Mozilla one and it's slow and buggy), and a proper navigator, sad to say that google maps works just too well for certain things like buses or trains.

Magic earth was okay till i moved with car, i could get a position on google maps and then get there with my car and the navigator was working good, however when i need to move by foot or transports is terrible, it takes 10 minutes to find your position approximatively, only working with mobile data, and it doesn't follow you when you move..

So i found myself in some unhappy situations where i would need to rely on someone else's phone to not get lost in a city or to call an uber to my right location. I also got lost when i needed to move only by walking. Of course you can get wherever you want with older methods, like asking to people or signs, but sometimes you just need quick solutions that are reliable.

Is there any real way to use gmaps unonimously except that with the containerized version that graphebe offers?

I do not really want to buy a Pixel and give google more money.

 

As a programming student i feel sometimes we go a bit too technical and we lose the philosophy and the main point of what we are doing.

What are some great books (classics and none) to read on programming?

I'm interested to the topic of programming and computer science in general but especially to the cypherpunk philosophy and to concepts like the story of internet, the philosophy that led to the beginning of it etc..

124
submitted 2 years ago* (last edited 2 years ago) by dontblink@feddit.it to c/foss@beehaw.org
 

Buggy software, not so user friendly, things don't work, new things to learn..

Sometimes you just wanna do a simple thing and you cannot do it and that really undermines your self esteem.

You try to find little working solutions when big techs with armies of engeneers and programmers are working against you.

Aurora store stopping to work, apps getting blocked on lineage os or rooted phones, Reddit cleaning out all those amazing third party apps, Linux that wanna make you destroy your pc at times, Firefox remaining the only real alternative to chromium (only god knows for how long yet), google wanting to DRM everything, ig blocking my account because i was using barinsta (i cannot even delete it), Newpipe getting stuck after 1/4 of the video.

Sometimes you find half of your software stops working and you need to go and understand why, fixing or checking for alternatives..

Is it possible that we have from one side mass tracking and surveilance and from the other a (sometimes understandibly quite not organized) series of freely mainteined software.

Can't we just find a new way of monetize stuff without ads? So that we can build really nicely working software without all the shit that comes from the need of having to track the user? Are there real alternatives? We need to get organized and actually starting to build a better web and software, but i really think an economical incentive is still very much needed for it to be stable and usable by everyone.

Sorry this is more of a rant than a real post, sometimes everything really gets frustrating and you have to deal with much more serious shit in life that doesn't leave time for checking out why your Newpipe, your gps or home server doesn't work..

 

I wanna buy an ebook reader but i don't want any amazon or other companies shit in there, just something i can connect to my pc, pass ebooks in different formats into it and read.

 

Hi! I'm learning code: I've been doing a bit of JavaScript, and now i'm switching to TypeScript before going through frameworks.

One thing i'm quite missing is the possibility to have a personal documentation environment: something that let me write documentation on what i'm learning WHILE writing code and following my courses, using something like typedoc or javadoc.

I have been using Obsidian, that is good for markdown content, and i can generate docs with typedoc-markdown-plugin that i can then open on obsidian. However i would like to have both my code and my docs all togheter, not for a single project but for all the courses and little projects i'm doing, having it all togheter stored in one place, and possibly being able to share it as a portfolio in the future.

I don't specifically need to show the code in this environment, i just need the docs to be visible and to be pointing to the specific sections of the environment holding my code (wich can be github links like the ones that typedoc automatically add). I would like to have one directory for each project containing both my code and my docs.

Something like a programming digital garden! But integrated with tools that generate documentation from my code.

I've tried the typedoc-hugo-plugin to host a static docs website with Hugo, but it's not quite mantained and came with a lot of bugs, like broken links.

I'm trying to use Docusaurus and docusaurus-plugin-typedoc; it looks quite good, however i understood it is designed more to hold documentation for a single big project than for a series of small (learning oriented) projects. You need to configure each extra (more than one) docs folder to get it work properly, which is something i would avoid, if possible.

I love all the TSdoc standard thing, but i don't really know how to put everything togheter.

 

This seem quite counter intuitive and to be bloating the project: i'm trying to install tsdoc linter, but npm adds like other 50 packages alongside with it, is this the expected behaviour? Why is it so?

A project that could easily be 5MB ends up being like 60MB

 

I see i can find a foss version on f-droid, and that's something not a lot of social networks can have, i don't really like all the crypto bullshit and ads testing they've been up to lately, but still looks better to me compared to what Reddit have done lately or what other platforms have done in these years..

I don't know about their privacy feature, but i wouldn't trust their chat as for as far as i knew they were not end to end encrypted some time ago (except for secret chats).

Anyway it still looks like one of the at least still decent platforms out there, or am i wrong?

 

I'm doing a JavaScript course, i got to know typescript and i definetely see it as a way better alternative and way of writing cleaner code in the usually messed up js.

Anyway it's not quite clear to me what i should do now, because i understand javascript to a decent level, but i woul love to use typescript in the future for my projects..

It's knowing javascript in depth better or should i opt into a new course that teaches typescript in depth, if so, do you have any resources (free, paid courses, free docs like MDN or javascript.info) to suggest me?

I'm following the "complete javascript course" from jonas schemdtman, that i got suggested from coding communities, on udemy, which is an 80 hours course that looks quite complete to me, it teaches about the js engine, its compilation style and its runtime too, not just the code, is there anything similar? My goal would be opting into typescript and really digging into it, really learning how it works on code level and behind the scenes.

 

I've been using linux for some time now, i would still say i'm quite a noob but i've tried different desktop environments, for my experience i found GNOME to always be suited for me, anyway i heard many good opinions on KDE and i would love to try that too, i've tried cinnamon before and couldn't really see myself using it, i've seen Kubuntu and looks quite lovely, what's in your opinion the distro that best implements KDE on Debian or preferably Ubuntu?

view more: ‹ prev next ›