Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "full-featured"
-
Today is the 2nd anniversary of devRant unofficial UWP! 😁
Brief summary of the last year:
- A total of 36 updates have been released this year, becoming now 60 in total;
- v2 passed through the closed beta phase with the help of 15 devRanters;
- v2 public beta has been released for everyone;
- The app received (beta) support for Xbox One and Microsoft Hub (becoming available for all the UWP devices: PC, Mobile, HoloLens, Surface Hub, Xbox One);
- The official Issue Tracker on GitHub has been created;
- 35 out of 48 issues/feature requests on the Issue Tracker have been solved;
- The v2 got featured by the official Microsoft Design twitter account;
- The app reached more than 2,000 acquisitions from the Microsoft Store (about 300 active users everyday with an average 20 minutes daily session, ~2.5 sessions per day), +100% since last year;
- Still maintains a solid 4.8 out of 5 average rating on the Microsoft Store (4.9 and even 5.0 in some countries, based on ~300 reviews);
- Softpedia editor has reviewed it 4.5 out of 5, becoming the best devRant client on that website, followed by devRantron (with a solid 4 out of 5);
- Has been featured as "App of the Day" by "myAppFree";
If you're not yet part of the UWP ranters community, download the app now:
https://microsoft.com/store/apps/...
Link to the rant for the 1st anniversary with the full story about this app:
https://devrant.com/rants/599066
11 -
The more depressed you get over the current state of software is how you know you made it.When you start making your own opinions and say"wow these people are full of shit"
Primary example, the web development overblown bullshit. Fuck me dude, you really don't need that full featured react, vue, angular framework to make sense of shit. You are going over the top for fucking ajax functionality and state management that you could do by yourself without needing to learn a full framework, by the time you finish learning react you probably would have been better served with standard vanilla af JS and server side rendering.
Our world is full of fads and many talented people that perpetrate them. Its fine, it is a the nature of the beast. But a lot...A LOT of software is very POORLY written. And adding levels of abstraction over a very broken paradigm (web in this case) does and will not make it better.
Basically I am fucking hating being a web developer and want to go back to a time in which we cared about how much memory consumption our applications made as well as not worrying about the fucking frontend having the ability to implement machine learning.
I want to run sublime.exe and being sure that it is a native application to my system and not using a fucking contained web browser to implement my fucking text editor. With 20mb of ram at most instead of 500mb WTF.
I knew I made it when I could read comments on Hacker news and reddit and say "this idiot is full of shit", I knew I made it when I would sigh heavily at the idea of having another project rather than having a fan girl attitude towards it.
I knew I made it when people writing about software development meant shit to me rather than the wonder of what the fuck they were talking about.
I knew I made it when getting laid was more important to me than fucking around with code.
pussy > code
Fuck you.13 -
Has been a long time since I'm appreciating working with GRPC.
Amazingly fast and full-featured protocol! No complaints at all.
Although I felt something was missing...
Back in the days of HTTP, we were all given very simple tools for making requests to verify behaviours and data of any of our HTTP endpoints, tools like curl, postman, wget and so on...
This toolset gives us definitely a nice and quick way to explore our HTTP services, debug them when necessary and be efficient.
This is probably what I miss the most from HTTP.
When you want to debug a remote endpoint with GRPC, you need to actually write a client by hand (in any of the supported language) then run it.
There are alternatives in the open source world, but those wants you to either configure the server to support Reflection or add a proxy in front of your services to be able to query them in a simpler way.
This is not how things work in 2018 almost 2019.
We want simple, quick and efficient tools that make our life easier and having problems more under control.
I'm a developer my self and I feel this on my skin every day. I don't want to change my server or add an infrastructure component for the simple reason of being able to query it in a simpler way!
However, This exact problem has been solved many times from HTTP or other protocols, so we should do something about our beloved GRPC.
Fine! I've told to my self. Let's fix this.
A few weeks later...
I'm glad to announce the first Release of BloomRPC - The first GRPC Client GUI that is nice and simple,
It allows to query and explore your GRPC services with just a couple of clicks without any additional modification to what you have running right now! Just install the client and start making requests.
It has been built with the Electron technology so its a desktop app and it supports the 3 major platforms, Mac, Linux, Windows.
Check out the repository on GitHub: https://github.com/uw-labs/bloomrpc
This is the first step towards the goal of having a simple and efficient way of querying GRPC services!
Keep in mind that It is in its first release, so improvements will follow along with future releases.
Your feedback and contributions are very welcome.
If you have the same frustration with GRPC I hope BloomRPC will make you a bit happier!
3 -
Finally decided on a distro to begin with!
I have been looking at a lot of distros lately and didn't really know what I want or need in depths. So I chose KDE neon, I know it's not like a full featured distro, but I think it will be good for the start and I'll find out what I need and then will probably transist to a distro with my needs in a few months.
6 -
After upgrading to Ubuntu 18.04 my Thunderbird is presenting me the new font it has to render emojis in full glory (or not) when it displays Twitter summary emails which contain emojis from user messages and names.
See the full featured list in the attachment.
Yours sincerely
5 -
A long time ago I started a project to make a devRant client with Python and Qt5.
I got far but got bored, or whatever. Was still in school, etc.
I have started from scratch again. Including a nogui mode. Sharing because I actually have made some pretty good progress in the past two days.
Plans: Besides the obvious fully-featured client: full support for plugins, custom themes, custom CLI commands. Multiple logins.
Considering a system that allows you to run a bot, and a bot framework (parsing arguments for you, marking notifs read, etc.)
And yes, it's called qtpy-rant (Pronounced cutie pie rant)1 -
Progress on my sudoku application goes well. Damn, what is javascript fantastic. While the code of the previous version that I posted here was alright I did decide that i want to split code and html elements after all. I have now a puzzle class doing all resolving / validating and when a field is selected or changed, it emits an event where the html elements are listening to. It also keeps all states. So, that's the model. puzzle.get(0,1).value = 4 triggers an update event. It also tracks selection of users because users selecting fields is part of the game. I can render full featured widgets with a one liner. Dark mode and light mode are supported and size is completely configurable by changing font-size and optional padding. So far, painless. BUT: i did encounter some stuff that works under a CSS class, but not if I do element.style.* =. Made me crazy because I didn't expect that.
19 -
Actors/Use cases and analysis modeling approaches as a whole are for retards that require pictures for everything they do.
Designing this shit is time consuming and should be delegated to simple board drawing rather than full featured software that can develop this monumental waste of time.
Change my mind5 -
i3wm, use with vim and terminal stuff = barely touch mouse xD
.
(I'm so obsessed with i3 that I try to re-create it in Windows : https://github.com/CSaratakij/...)
(still not full featured, but get the job done xD)6 -
So, today I was very happy with my new chromecast. I can hold a button on remote and tell him what to search on youtube. But it's impossible to let it search forward tsoding. It just doesn't understand. So, very confident I spelled tsoding and expected it to understand correctly. No! From all freaking miles we made to AI, it can't fucking understand spelling? How hard could that be. So now, I still often have to use my phone. Big downer.
Also: you never know if it will answer a question you made or if it'll search for videos. Seems very random.
I should be able to add things to Callender by just speaking to it but it says that it doesn't have permissions and can't find them nowhere.
Besides that, this new one is usable as network drive of 4Gb. Good source file backup network drive. I already try to contribute to the webdav server on it. The implementation is a bit sad and I already wrote a whole full featured webdav server myself. Also offered Dutch translation.3 -
You really have to decide between a full feature set of a software and deadlines. You cannot have both or in other words if you wand all features of your dreams you need infinite amount of money and time.
The funny part about this is that every student learns this in the first semester if you study anything about project management or management at all... And of course in reality pms and cXos don't even give a **** about this...
Sometimes been a software developer just made me sad 😔.2 -
First project I'm doing with C++.
I was using Eclipse (for C++ obviously) for some hours. It sucks.
Switched to VS Code. All the editor tool you can dream of are in. But there's no way to configure the project (includes, build system, toolchains…).
"What a fool" I say, remembering there's Visual Studio Community… which is only for Windows.
So I'm currently using BOTH Visual Studio Code and Eclipse.
Why can't there be ONE good, full featured and free C++ IDE for Linux ?38 -
IS IT POSSIBLE TO RECOVER LOST OR STOLEN CRYPTO? YES! HIRE CYBER CONSTABLE INTELLIGENCE
From an online crypto forum, someone called Crypto Maxx reached out to me. He introduced himself as a reputable OTC (over-the-counter) broker and claimed to work with private clients willing to pay above market rates for fast, it felt like an opportunity I couldn’t ignore. His profile looked authentic. It featured a history of market commentary, trade discussions, and apparent endorsements from other users praising his professionalism. He also referred me to a polished escrow website, complete with SSL certification, a live chat function, and glowing client testimonials. Everything about it looked legitimate. After several conversations, I agreed to the trade and sent 2 BTC worth roughly $60,000 at the time to the escrow wallet he provided. At first, everything seemed routine. He confirmed receipt and assured me the release of funds was in progress. The broker stopped responding. The escrow site vanished overnight. His forum profile was deleted. That’s when the realization hit me: I had been scammed. Desperate to recover my funds, I reached out to Cyber Constable Intelligence, a firm renowned for its expertise in tracking and retrieving stolen cryptocurrency. Their reputation for handling complex scams gave me confidence. Cyber Constable Intelligence quickly began investigating, using their advanced digital forensics to trace the scammer’s digital footprint. Cyber Constable Intelligence's team tracked the scammer’s trail to a cybercafe in Russia and transaction histories connected to the scammer. The recovery process, led by Cyber Constable Intelligence, took several weeks and involved in-depth technical analysis, private negotiations, and strategic pressure on the scammer’s known associates. Throughout this tense period, Cyber Constable Intelligence kept me updated on my case. With Cyber Constable Intelligence’s determination and skill, the 2 BTC were eventually recovered in full. Their thorough and persistent approach made all the difference, turning a frustrating loss into a successful recovery. Without their assistance, it’s unlikely I would have seen my funds again.
VISIT THEM ON THE INFORMATION BELOW
WhatsApp: 1 252378-7611
Email Info cyberconstable@coolsite net
Telegram Info: cyberconstable5 -
HOW TO SECURE AND RECOVER YOUR STOLEN CRYPTO // TRUST GEEKS HACK EXPERT
On January 2nd , I came across an online advertisement for an educational software package that promised to revolutionize my learning experience. I was studying digital marketing and was particularly interested in improving my skills in SEO, social media strategy, and online advertising. The software claimed to offer personalized courses, interactive lessons, and advanced tools that would significantly enhance my education. As someone constantly striving to improve my skills in the competitive field of digital marketing, I was immediately intrigued and convinced by the glowing reviews and testimonials featured on the website.The software was advertised as being user-friendly and suitable for a wide range of subjects, from beginner to advanced marketing strategies. The price was relatively steep, but given the promises and the apparent professionalism of the site, I thought it was a reasonable investment in my future. I paid AUD 4,200 for a year’s subscription to the software, expecting that it would provide value and deliver on its promises.However, after making the payment and gaining access to the platform, I quickly realized that the software was nothing like what had been advertised. The user interface was clunky and outdated, with many of the features either malfunctioning or simply nonexistent. The "interactive lessons" were little more than text-based slides that lacked any real engagement. The promised personalized learning paths were nowhere to be found, and many of the subjects listed were either incomplete or poorly structured.When I tried to contact customer support, I found that the response times were slow, and the representatives seemed unhelpful. Eventually, I realized that I had been scammed. The website I had trusted was a fraudulent operation, and I had no way of recovering my money on my own.Determined to get my AUD 4,200 back, I turned to Trust Geeks Hack Expert. I had heard about their success in helping individuals recover funds lost to online scams, so I decided to reach out for assistance E m a il > i n f o @ t r u s t g e e k s h a c k e x p e r t . c o m --- T e l e g r a m, T r u s t g e e k s h a c k e x p e r t . From the very first interaction, the team at Trust Geeks Hack Expert was professional and empathetic. They took the time to listen to my situation, collect the necessary details, and explain the steps involved in the recovery process. Trust Geeks Hack Expert worked tirelessly to track down the fraudulent website's operators and identify the transactions involved. Their experts were able to employ various strategies, including legal and technical measures, to secure my refund. Within a matter of weeks, I received a full refund of my AUD 4,200, something I had thought was impossible.Thanks to Trust Geeks Hack Expert, I was able to get my money back and avoid further losses. Their expertise and dedication in handling online fraud cases were truly remarkable. If you find yourself in a similar situation, I highly recommend reaching out to them for assistance. They not only saved me financially but also restored my trust in online transactions.1
