Just use C. It solves all those problens given the most complicated feature is pointers and those hard aren’t to understand.
Just use C. It solves all those problens given the most complicated feature is pointers and those hard aren’t to understand.
Perhaps nobody says they use it out loud although knowing vim users (and being one myself) they tend to be very willing to share how bad a mouse is for productivity while programming and how using vim is the ultimate solution. As for emacs I only ever have seen greybeards use it and it dosen’t to have had much of a revival with the newer generations.
I personally don’t use a RSSifier as all the sites I want to subscribe to tend to have a rss.xml or a atom.xml. There is https://rss.app/ which has rss feed generator but I am pretty sure it is not FOSS. Not to mention it uses AI and I don’t like the idea of handing over all the websites I read to a third party company. As for FOSS you would be hard pressed to find one as it is an expensive thing to run. Best thing to do is send a message to the creator of the website you would like a RSS feed. It is not a hard thing to set up and they will probably do it at your request.
It downloads the html file as markdown I believe (Or whatever format it uses to store it) and displays it to you in it’s own reader. From the article you can a button to redirect you to the actual site.
Having offline access to the articles is the main reason I use RSS over social media or simply visiting the websites.
Feeder, a RSS reader for Android. It has great UI, is fast at finding and parsing .xml from a link and has a comfortable reading experience. It has basicslly replaced social media for me besides the fediverse. The only thing I wish it had was more customizability. Being able to install Nord theme on it would be great.
I used to exclusively use clang but IMO gcc is just as good if not better. Both are pretty bulky but sometimes the LLVM toolchain can feel like bloat. Most of the time GCC is preinstalled on my linux distro so I don’t even need to install it I just git clone my projects and run my Makefiles. The only reason I ever use clang now is on my chromebook because gcc isn’t available through Termux.
They are used a lot but I don’t think they could be called industry standard. Tons of people run vim, emacs and such aswell the occasional vendor provided IDE. Probably like 60% of software engineers run IntelliJ.
Just someone didn’t develop something dosen’t mean they can’t passionately share it. If you like a TV show and started talking about how much you like the show it wouldn’t rude for you to share just because you weren’t the director of the show.
No, I have never used any of those closed source options. I wanted cloud services I have perfectly good esp32 lying around. And if I get worried about the vendor provided system libraries I can just buy a Raspberry Pi or something.
Sounds inefficient. You can only store 8 gigs and goes away when you shut off your computer? I just put it on punch cards and feed it into my machine.
Maybe I’m stupid but I still don’t understand.
Not part of the community here just see you guys in All a lot, what is the reasoning behind having the word rule in all your posts? Just curious.
How do I make DDG only returns results from lemmy. Usually you can make it only return results from a specific website (like reddit.com) but you can’t do that because of different instances.
Can’t use bottom because for some reason phone manufacturers decided to remove physical home keys and just have virtual ones. Whenever I try to click or swipe at the bottom of my screen I end up hitting it.
My bad, I should have been more specific in my post. I was talking in the context of software which in most music players has the pause and play buttons occupying the same space. On physical devices such as dvd player I obviously consider the pause button as “to pause” and the play button as “to play”
Yes I understand that but in most software they don’t have seperate play and pause buttons but rather only one which swaps symbols when you click and so for me when I want to know whether it is currently playing I just look at the button.
I agree, unless you doing low level stuff where you need absolute control you should use a modern language with proper abstraction just to save time. Most use cases where they use C++ can be replaced with Rust or Go as they aren’t saddled with years tech debt and bloat due to having mantaining backwards compatibility.