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 - "open"
-
An open letter to the guy that commented on my website:
«Function X does not work. This program is shit. I am going to uninstall it and tell everyone.»
I'm sorry that my completely open source project didn't work for you. The fact that I lost countless days and months and years working on it in my free time, without ever asking for a cent, just trying to do something good for the community, doesn't give me the right to release a feature that may be buggy.
You could have opened a bug report. But that takes time. A whole 2 minutes. I understand the urge to post such a harsh public critic on my website. That's why I was so calm and understanding when I replied to you there.
However, it's a long time I wasn't browsing devRant and I confess I felt the urge to tell you to go fuck yourself. And this is the best place to do it! I'd pay to know you. I'd love to see your face. Oooh you must be so confident of yourself. I'm sure you have accomplished a lot in your life. So here's my message:
Go Fuck Yourself Asshole9 -
Myth: "Open offices leads to massive collaboration"
Reality: 2 people collaborates loudly, 30 others have to wear headphones to get anything done13 -
I created an open-source module for Angular about a year ago, which is now used in a real project for a big client by someone else! What a great feeling.
Just had to tell someone, my friends and family doesn't understand this code stuff.13 -
You know what? I'm fucking done with people telling me that open source alternatives to popular/proprietary suck by default.
Something does NOT suck by default just because it's FUCKING open source.
Have you got any fucking clue where we'd be right now if open source software didn't exist?!
Let me just remind you that about 80 percent of the worlds' servers run Linux. Open-FUCKING-source.
How the fuck are we supposed to innovate without open sourceness? Yes indeed, that would be about fucking impossible.
Although I've got to admit that some open source software programs don't work 100 well (in comparison to alternatives), what are you expecting? People put their free time into that shit and they've got to make money as well.
"well how are programmers supposed to feed their families if they only write open source software?"
Fuck right off. Of course we all need an income to survive. Hell, I need that as fucking well. But there's more to it than just work. Some people consider open source/working on open source software a hobby/passion. That doesn't even remotely mean thaty they don't work/don't need some kind of income.
If it wasn't for open source, we'd be nowhere (technologially seeing) right now.36 -
The biggest problem with many open source projects is that they are built by very clever people, trying to show other very clever people just how clever they are.9
-
I am happy, my first open source contribution was merged within 2h without any regressions!!
.
.
.
.
.
.
.
.
Well, it was only a typo in Readme.md which I have fixed 😂8 -
Bought a dedicated server a while ago and now have around 1800gb out of 4 disks in it.
Hardly knew how to work with proxmox/raid setups and so on a few days ago.
Can configure the basics without thinking as for now!
Gotta love learning stuff with open technology and seeing yourself grow 😃6 -
YouTube: you want 3 months of free YouTube premium? YouTube originals!!!
*Closes YouTube app and returns to Yatse to control my Kodi installation*
*Returns back to the YouTube app*
YouTube: oh, did you ever wish that you could play videos in the background?!
FUCK NO!!! I've got NewPipe and youtube-dl for that!!! The latter even combines nicely with my BlackPlayer EX!!!
Open source is amazing. The ability to just say no to those profiteering gluttons because you already have what they're offering as a "premium feature". Fucking awesome!9 -
I found a cool project on GitHub. I forked it and added a simple dev server with the intent of making it more accessible which could lead to more activity = improved project. I created a PR with small concise commits with very informative messages.
The guy who owns the project comments and says "I don't want your dev server, I have an apache instance locally on my computer". I tell him "Ok sure, but wouldn't it be nice if everyone else also had a nice dev server which can be started with a single command?", and other people join the PR and agree with me that we should make it available for everyone.
But the fucking idiot doesn't care, "No, I prefer to use my apache server". YOU FUCKING ASS WIPE, why do you even put it up on GitHub if you don't want contributions to make your project better and more available? I saw other open PRs where he basically did the same thing, left a snarky comment without merging it. What a fucking tool. Worst spent time ever.
FUCK YOU6 -
Open source for the win!
Working on a new awesome project and found an open source android app which does most of what I need. realized that one of its features is very annoying for me so was sitting behind my desk like fuck me.
........ Suddenly remembered that the app was open source.
Cloned the repo, imported into Android studio, rewrote the part (very tiny part, I'm not a Java dev) that needed rewriting and built the app.
Installed it onto my device through adb and bam, works! (Although not ideally yet but I overlooked other features needing adjustment).
😎17 -
In computing class - Teacher asks for disadvantages of open source.
"It may end up like Linux..." <I stopped listening after that>
>.>13 -
TIL Powershell is open source (MIT)!
https://github.com/PowerShell/...
Apparently Microsoft has opensourced a lot of stuff:
https://opensource.microsoft.com
Here's the list, sorted by "awesomeness" (I kid you not):
https://opensource.microsoft.com//...
Interesting (ง°ل͜°)ง8 -
Whoever thought huge open plan offices were a good idea needs shot in the fucking face with a brick-gun9
-
It's more than a story bear with me.
Open source world is big enough to scare a beginner like me, which happened when I started with my first contribution in the year 2015. So many platforms, lot of organisations, freaking images of coding languages, pull request, issues and bugs- these all were enough to freak me out.
The only thing which motivated me to stay and know about the open source technology was to develop my first program using python. I was in great difficulty as when I started writing my program I was stuck after almost every two to three stages of compilation, so I needed guidance. I started my search on Github by creating my repository, pushing my code and following developers. I was amazed to see such a good response from people around me, not only they helped me to debug and fix the issue but they also helped me to understand and build my program from a new perspective. Daily discussions and communication, new issue build up and solving them by the traditional way of GUI further motivated me to learn the Git using the command line tool.
I still remember the year I worked on a repo using the command line tool, it was amazing. Within months or few, the fear of open source tools, community, interaction all just flew away. With this rant I will like to suggest all the beginners and open source enthusiast to just step a foot ahead and ask openly to the world- "I need help" and believe me you will be showered with information and help from all the world.
Happy contribution.8 -
Since 4 weeks i have during work my noise cancelling headphones on, thanks to the new open space office.
I don't even hear my phone ringing 😂1 -
GitHub desktop is available for Mac and Windows and not for Linux. I feel this is so wrong after their entire shit is build around open source.
https://help.github.com/desktop/...22 -
Pushed my first own open source project to Pypi as a python package.
Used tox and travis for the first time.
Feeling proud and super content 😊.
I'm in the process of creating another open source package, which has as dependency the first one 😅.
I love Python.6 -
Well since I'm such a fan of Signal and have been using the version which is downloadable through their site, I'm going to attempt to compile it from source myself, then I'll truly have an open source version!29
-
Got migrated from 3-nerd room to 18 person open office. Even call centers have cubicles, but noooo.
Who the FCK invented open plan offices?
I can see how the morons are rubbing their two cells together:
"Who on earth would like to have some quiet when thinking? Thinking is for nerds! Sales people make money and they like to yell all over the F!#!#! place.
Fck this. Turning in my resignation today.7 -
One of the main reasons I completely left windows and osx for Linux is the fact that Linux is open source. In an era of mass surveillance, secret court orders ordering companies to build in backdoors into their products, companies building in tracking into their software and so on, I find it irresponsible to use closed source software.
Only my personal opinion though.8 -
how about starting an open-source project where the contributors are the devRant community.
any ideas?44 -
Why THE FUCK would anyone make a totally free (in the sense of price; gratuit) software project, and then not make it open-source?
What is the benefit of stifling the development of your own project when you have no monetary gain from doing so?14 -
Every time I compile an open source project I can feel the pain and time that went into developing it and if it compiled successfully, a little bit of happiness is surrounding me
-
uhh interesting, bing search engine algorithm open sourced.
Will anybody have a look at it?
https://techcrunch.com/2019/05/...6 -
I created a my portfolio using ReactJS and actually open sourced the whole thing. Within just a few weeks, its got 67 stars, 38 forks, 3 watches, 1 issue, 1 pull request, and so on.
People out of nowhere messaged me in my whatsapp, skype, facebook to help them in React.
People out of nowhere wanted to hire me, even though I'm still working in a company.
People out of nowhere messaged me just to tell me, how much they liked my work and appreciated it for open sourcing it.
It felt awesome! Like, I can't explain how amazing it felt! ^_^8 -
I hate open space offices for following reasons
- bright environment (I cannot turn off the light just for my own)
- noises (talking, discussions, chewing)
- requests and questions
- people
But I still cannot afford to be in my own office room yet.
Now I have to wear a cap inside the office like a mad-hatter and plug my ears with earphones even without playing any music.11 -
The Vivaldi team: open source is cool. It gave us Chromium to fork from, that's more than 90% of "our" code base!
Question to the Vivaldi team: then why don't you open source your Vivaldi code?
The Vivaldi team: uhm, when it comes to our browser, open source isn't cool because we fear someone might fork it. We need to protect ourselves from that possibility.21 -
Question, I use VirtualBox and PHPVirtualBox on multiple servers right now. Love it and it works great but I'm wondering if anyone knows any good alternatives?
Requirement is that it's open source :)21 -
When you ask the IT-Department of a company collab with Microsoft, why you aren't allowed to use Firefox instead of IE.
The answer is: "It's insecure because it's open source"
YOU FUCKING KIDDING ME INSECURE ??? IT IS MORE SECURE AS IE!!! INSECURE BECAUSE OPEN SOURCE? THAN LET'S USE CHROME OR OPERA INSTEAD BUT NOT IE2 -
Fu*king Windows!!!
Integrating Linux kernel into their new build.
Microsoft Edge insiders experimenting with Chromium engine.
Microsoft has now bowed down to the open source community...
All hail Linus Torvalds!!!!
All hail Linux!!!
All hail Open Source!!!
WE WON24 -
"And there you have it folks. Open-source "many eyes have looked at it for years so it must be secure" crypto code."
🤘
https://threadreaderapp.com/thread/...21 -
!$rant
So a few of you devranters were asking if my devrant-widget project was open source.
Well I finally felt confident enough to share my devrant-widget project on github so a link is now available :) I'm pretty new to the open source community so go easy on me xD but I think this project could do some good.
Its just a simple widget I wrote in php this past week that pulls your profile data and the widget can be customized a little via json configuration.
Anyways, feel free to use it in your projects, make suggestions or contribute to the project if interested.
github: https://github.com/konicm8ker/...16 -
I wanted to contribute to open source but don't have the time due to a client project.
So what I did was develop an open source library, uploaded it as a public repo, then use that on our client project.
As a bonus, I can reuse that library for similar projects. Haha!2 -
Why are so much software developers working on open-source projects, but only so few designers?
A proper UI could increase the userbase a lot. I am quite sure that a lot of projects could benefit from good designers.12 -
I've been neglecting my 150 stars github library for the past month because I don't have time... Feel bad about it (9 open issues 1 nice pull request and one behind example library)2
-
People still need to understand that open source! = free software. It means source code is free but it does not guarantee that Software is also free. #opensource #softwaredevelopment2
-
An open standard quotes the same guy in 2/3 refs, very open indeed.
This guy damaged JavaScript as a language more than anyone else in the world, and he may still call it an achievement.6 -
All thanks to God for all the stars, forks & watches in my open source project, even though I never deserved it112
-
Sigh. This again.
We have Windows users complaining all the time about having their settings reset for each update. Then again, I don't remember default applications on Linux not breaking as soon as you are looking the other way. Why do I have to clarify that I don't want to open text files in LTSpice, or that nobody should ever want to launch first Wine, then Chromium for every PDF file?9 -
"Why do you use open source software? Anyone can open the code and tinker with it."
- A Software Engineering grad.
🤦♂️9 -
I'm starting to think about not working for this potential client I met today.
He said he wants me to modify an open source software, I asked him what language it's written with, he replied "Open Source". He thinks Open source was a language.
He hasn't even given me the link of the repo, he was already telling me not to put bug in the project in a bid to always make him contact me for updates.
I asked him sarcastically, "Who does that? ".
He was also talking about me doing minor tweaks here and there if need be after I deliver.
Too many red flags for me. No contract and I'm not interested. I foresee it's going to go sour.
What do you guys feel?15 -
I contributed to my first open source project on GitHub. It is so much better and fun to do. Why have I not been doing this since 🤔😊😁
-
Should i make my game open source? It will be free, but i'm worried about theifs..
(reuploading as their work, or selling)21 -
It's Christmas! Microsoft open sources it's WPF, Windows Forms and WinUI! O_O
https://blogs.windows.com/buildinga...1 -
After googling "fuck whoever thought of open plan offices" out of pure rage, I found this gem of a website, now I'm happily surprised I'm not alone. :)11
-
The three open source apps I prefer over "closed" ones. And that not because they're Open Source but because they are free and awesome.
GIMP2 & Blender & Audacity.
Fuck all the alternatives.
Photoshop & C4D (CC ~800€/y),
Maya & 3dsMax (each ~2000€/y),
Magix with their 100 different shitass software,
and so on..15 -
100% of the credit goes to my dear friend @TheKarlisK
This is our VPN project we did recently and published it as open source to the world.
Cheers to you my man, Karlis.8 -
Found a nice project for an open letter to the EU to open source code projects by governments.
If you want more information, or want to sign the letter as well, you can check it out here: https://publiccode.eu2 -
I just discovered that a couple rants here talked about an open source project of mine 😍
Also, they were !rants 😄
Thanks for appreciating it! 😄5 -
In a previous job as a system developer I had an office with a door. Unfortunately, the boss of the company had heard of "open door"-policies, and insisted on all physical doors being open all the time so he could pop his head in unannounced every 15 minutes with random chit chat and to see how work was going... :x2
-
Just overheard a conversation between 2 pilots while waiting to board a flight at an airport about some airplane related software. The guy talking seemed very proud (read egotistical) about his tech knowledge. It went something like... "Well you see it's open source so they are worried someone might have put a backdoor in it somewhere".
That's the point of open source you dumbass you actually have the ability to check 🤦♂️ -
I have a lab at uni where my lab group have to refactor some code from an open source project. We got assigned some Apache project and jfc that code is a mess. Little to no documentation, hard to navigate, tests that you have no idea what it's testing, and so on. On top of that the teacher expects us to spend more time than we have on it. I'll be glad when this course is over :))5
-
!rant
Just discovered Piwik , it's an open source alternative to Google analytics, and it's awesome!4 -
oauth (Yahoo) just opened sourced their data-processing & search engine!
It looks fricken cool, can't wait to play with it... and even more I can't wait to see what people make with it!
Yahoo!
[announcement](https://oath.com/press/...)
[docs](http://docs.vespa.ai/documentation/...)4 -
This is something I think about a lot. Value of Licenses in open source! As long as it is open source people don't seem to care much about the license attached to it.
There is this portfolio a girl desiged and created herself and made it open source. And she clearly states that she spent hours of time designing it so if you use this then do make sure give credit in the footer saying she designed it. Then I see a lot of people using her repo as their own with zero credit to her. That's just awful.29 -
Just a random app recommendation.
If anyone of you haven't tried NewPipe yet, you should. Open source app for YouTube. All Google nonsense was removed and many awesome features were added (as seen below).
You can also play music with your screen turned off :)20 -
OK, I love Linux. But I hate the whole "sacrifice-functionality-so-it-can-be-completely-free-and-open-source" thing.
I tried to install Linux a while back on my old laptop, and getting Wi-Fi to work was a nightmare. Apparently they didn't have the right driver for my Wi-Fi card, because it wasn't "free" enough for them. ugh. Most people prefer for their computer to WORK than for every single piece of code to be open source. Who modifies their Wi-Fi driver and redistributes it?
Ugh. Linux is cool, but not this part.21 -
[Post marked as: Random]
Microsoft joins the Open Source Initiative as a corporate sponsor.
Dafuq?4 -
For anyone that wants to contribute to open source but doesn't know how, check out this post:
https://runtimerror.com/open-source... -
How to attract new open source contributors:
Label you repository issues with "hacktoberfest" and see them coming.3 -
Man, contributing to open source projects seems very intimidating to me.
I have never contributed to one of those repos on Github with a shit-ton of stars and a load of watchers. Made up my mind to start sometime around the start of September. Looked up a repo that I was very excited to contribute to. Went through their really large codebase, tried to understand as much as I could (They have a fair amount of documentation, but I just can't understand a lot of design decisions that were taken). Looked up one of the open issues marked for newbies, went through the relevant code to understand where and how I would have to make my changes in the code, and was about to start... when a seasoned contributor submitted a pull request.
This same occurrence has repeated itself 3 times now. If you mark an issue for beginners, maybe let the beginners handle them? Also, if you plan to contribute to an issue, why not announce your intention to do so? Get the issue assigned to you, so no one else ends up wasting their time coming up with a solution.
I would love to recommend this to the contributing team, but I am just way too scared to initiate a conversation with these guys. I mean, they are way more experienced and knowledgeable than me (some of them are even famous!).
I am definitely out of my depth with this project, and maybe should look for an easier one, but I really want to rise up to the challenge. Guess I'll stick around then, just waiting for my chance. :|3 -
I’m gonna start contributing to open source projects on GitHub. I need to expand and get in touch with more communities.3
-
I started contributing to my first open-source project today by branching youtube-dl and writing an extractor.6
-
I have only been working with this open-source tool for 2 weeks, but already found 2 bugs. The maintainer is also nice enough answering questions quickly in the forum and submitting the issues for me.
It's nice to be able to contribute something to the open-source community. Yay for me! 💯
Too bad that next week, I will transfer to another project and stop working with this tool.3 -
I just became the maintainer of an open-source repository with about 60k downloads / month.
Does anyone have any general suggestions for me? I feel like it's a big responsibility and it makes me a bit nervous.7 -
If someone learns Open GL, i made demo for gl primitives that you can play with:
https://pogromistdev.github.io/GL_P...6 -
Work won't buy me noise-cancelling headphones T_T it gets so fucking loud here in this open floor plan3
-
Another reason to love and support Open-source, is that you can be vocal about what you believe in, what you stand for, and what you support.
All without the fear of anyone or any criticism.27 -
!$rant
Well I feel accomplished today :) Got a lot done on my little devrant-widget project. I'm gonna try and make it open source soon, just trying to fix all this spaghetti code I created xD -
Him : "how can i know if some company or organization offer me some 'SECURE' product is secure ?"
Me : "As long the system is closed from public, you can't !"
Am i Wrong? or the Open Source ideology is the best way ?4 -
We have an open space at the office, and you can hear things people say in their teams meetings.
Most common question is: "When do you think you will be done with ... task?"2 -
Any tips for a Dev who never contributed to an open source project before? What sorts of mistakes do first time contributors normally make? Most importantly what can I do to not annoy* fellow contributors?2
-
>Be me
>Decide to contribute to an open source project for the first time
> Nothing big, just a simple compile error fix
>Make first ever pull request
>Over weekend pull request accepted
>feelsgoodman.jpg
>Take a look at recent commits
>Module I tweaked was finished in a commit 6 hours ago
>Fix no longer relevant
So close.. :(3 -
I want to pause my music so I can focus, but I have two co-workers right next to me who are working in a problem. I could take my laptop somewhere else, but I would rather they just shut the hell up, or go book a damn conference room.
I could just say that .. or just be lazy and post about it on dev rant. 😅
Also, fuck open workspaces. I never though I'd miss the cubical, but the open work space is a new level of hell.1 -
One does not really appreciate pre-built binaries until he has to build a massive code-base [and it takes hours on top-notch hardware, plus a lot of error tweaking].
Thank you to all the open-source supporters that take their time to pre-compile binaries and/or automate builds.
As contributors, they deserve our appreciation as much as developers do.14 -
If you have plans to open source one thing, just start it open source from scratch. It’s extremely painful to remove business logic of a closed source project.
-
My kinda start to an amazing new year! 😍
Just received my Hacktoberfest t-shirt and stickers. Cheers to open source!6 -
devRant app should be Open Source for us to help in the development
I think A LOT of us would try to bring ideas and improvements to the app and service overall :)11 -
Company with CULTURE
Company who doesnt allow tech team to WFH but editorial team is fine (or sales)
Sonos playing ALL DAY, and sales team talking all day, next to tech team desk
Dont u love open space offices?
Fuck this
FML4 -
I did my first ever open source contrinbutions yesterday! It was quite refreshing working in a different code base and fixing bugs! :D1
-
Feeling inspired, think I might start a new open source devrant project. Great way to start a friday night 🙂
-
Really pissed at how Amazon is just assing off large chunks of money by offering managed services that use open source projects. Have nothing against Amazon but isn't open source supposed to be left open source, they should atleast setup a ratio of giving back to the community which developed the project, that's not a lot to ask for and to give!14
-
🐙/* Friendly reminder */ 🐙
Don't forget about Hacktoberfest, a great way of giving back to the open source community 👨👩👧👦. And remember, if you create at least 4 pull request you'll get a t-shirt! 👕👚4 -
My wifi card has been in the bugs section of almost every major Linux distro for the past 4 years since an update. Tried almost every solution i could find. nothing helped. couldn't use it with it's unstable speed and disconnections. So much for open source and GNU/shit and fix it yourself crap. Do you really expect me to learn to write a wifi driver? I'm done with Linux. Installed Windows and everything was fine. open source software may be good but not the best. Much better to use proprietary software than to waste time trying solutions from the seventh page of google search results.12
-
!rant
3 days ago I started my first open source project. Even though it is nothing special (its a Telegram Chat Bot in NodeJS) i am feeling quite proud of myself. I don't know why, but i felt like sharing it with you guys.
(If you are interested: https://github.com/CptPie/... )6 -
Made my first open source contribution today. 6 months into my degree. It was just editing a README with a proper description of the game that was created but good practice to get more familiar with the flow and usage of everything in Github.2
-
I will never work in an open floor plan environment again.
The average salary is 6 figures and they can't even spring for sound deadening material on the concrete walls, nevermind cubicles.
Nothing says "I don't value your contribution to our product" quite like treating your engineers like cattle.4 -
I am working on a project which I want to make open source. The problem is, I have never launched any open source project and I do not know any platform to reach people (I am not talking about hosting the project, I am talking about making people know, use and take part in the project). I believe this project will help a lot of people who works on IoT, chat services or distributed real time servers.
Can anyone help? Thanks in advance.8 -
Download an open source project and look for code comments to get my understanding... Nothing but 'todos' here and 'todos' there
-
Publishing stuff and receiving feedback and improvement ideas is sush a great feeling. A guy opend an issue today asking for a feature to be implemented and he was very polite. Thanking me for my work.
This is way better than money. Money can't buy that feeling. People like this guy is the reason open source stuff lives. -
When I have to apply a strong coat of
reverse engineering to understand an
open source codebase, what's the
point of being open.
No but really, the
WORKS ON MY BRAIN
movement is quite strong ..6 -
Looks like my users are enjoying themselves. Bringing my poor dedicated server to a load average of 72/8 at full CPU usage.
If only I wasn't just running an open source project by myself with only crowd-source money to rely on for server costs :v -
Hacktoberfest has started today.
If you have an open source project label your issues with "devRant" or link your project here. This way people new to open source projects can help in a project by people they know.
https://hacktoberfest.digitalocean.com/...2 -
guy creates very cool looking, advanced css effects library that went viral
guy puts it up on GitHub
guy writes a ranty post and pins it to top the of issues with stuff like "i'm not going to make this a module or library that can be installed, and also don't try because i've already created a seperate repo for that" ON AN OPEN SOURCE LIBRARY
dude, you already open-sourced it, people are going to use it however they want
idk, just found this to be a very weird vibe, thought i'd share. thoughts?13 -
I'm sad that StackOverflow is removing OpenID support. I've run my own OpenID server for years, and I've slowly watched support get removed from all the sites I previously used it to login to.
Goodbye open, distributed, authentication standards.3 -
My list of open PRs didn't descrease much since the last Rant, when I went through almost all and updated them.
Still 77 open ones.
On the other hand, my PR for the SteamCMD GUI that I had just finished was taken almost immediately!
https://github.com/DioJoestar/...1 -
Why does open source software has to look like shit? Is it part of the FOSS manifest? I'm looking at you eclipse, eclipse dark theme, keepass, ...9
-
I wanted to add a simple gallery for our website.
I started browsing open source alternatives.
Result: "Depens on jquery, depends on node, depends on bla bla bla... Fuck it... I'l just make one myself."2 -
`xdg-open` on Linux is fucked up. The thing never works properly for me.
In the attached screenshot below, you can see that `feh` is the default application for opening jpg files, however, it always opens the file in the browser. It doesn't work for any other filetypes as well. It's just messed up.
By the way, I tried to do some debugging on the line number xdg-open reports. It calls this bash line: `"$command_exec" "$@"`, however, when I echo the command, it prints nothing. So this means it can't find the program to open the file with and, at the same time, it reports that the program is set as you can see in the screenshot!!3 -
https://bit-tech.net/news/tech/...
Nvidia has open-sourced PhysX under BSD-3
Caught me by surprise
Wonder if it's because they only care about RTX now? 🤔5 -
Hey guys can you tell me some good Open Source Softwares to which I can contribute to.
(PHP, JavaScript)5 -
Just found out about this: https://publiccode.eu/
If you live in the EU and care about privacy, security and/or open source you might want to check it out.
To sum it up: The idea is to have all software written for and bought by public authorities, governments and such published under open source licenses to enable every citizen to verify the integrity of that software (and give all the other advantages of FOSS).3 -
Who knows Fosdem ? It is the biggest european meeting about open-source, it is in Belgium and it is free. Who wants to come ? Http://fosdem.org3
-
Want to start a open source project, but don't know what to start with. Specially don't know how to involve people or share the idea. Any help?4
-
Worked on open-source for the first time. Learned python and wrote script to upgrade fontawesome from 4 to 5 by replacing the icon names.
https://github.com/abkcode/...
more open-source projects coming soon.6 -
Open-plan offices are amazing. Fuck you developer who sometimes really needs some quiet time to be able to THINK.
-
Just released another free open source project. I know the world doesn't need anymore tooltip plugins, but I had already done the work for my confirmation tooltip, so I just separated it out and added triggers and themes. https://github.com/HTMLGuyLLC/...16
-
Fuck Emby and their decision to go proprietary. A lot of good folks worked their asses off helping make Emby what it is today and they turn around and fuck the open source community.
I'm glad Jellyfin decided to fork them and continue the work there.
LukePulverenti you can go fuck yourself!1 -
One thing I have truly learned from software development is DON'T REINVENT THE WHEEL. Someone out there may have already implemented such functionalities and if the library is missing something a PR is always welcomed! (Obviously taking about open source libraries)6
-
Working with government contracts...
Them: We want an agile environment!
What they mean: Waterfall with bits and pieces of agile.
Them: We want to modernize our code!
What they mean: Oh, that is open source code from Russia or a country we don't like? No, even though it is a norm and a very powerful tool, we can't have communism here.
Them: We have a new task order for you.
What they mean: We won't approve you the money till you have a month left of the task order.3 -
I learned today. I do not know how to connect to an open wifi network from the terminal. I was with some friends in a public place and I was gonna connect to their wifi, but I was at a standstill. I've only ever used wpa_supplicant and dhcpcd to connect to a wifi network manually, so I just..never had to learn any other method of doing it.
I know I really should figure it out at some point, but I'm kinda lazy and it's never come up before.5 -
For anyone even remotely interested in Web Design or Front End Development
there is Vectr a free, more accessible graphic design software that may soon become open-source
https://chrome.google.com/webstore/...4 -
Long story short:
Just had several problems with using some drone ci plugins (hugo and sftp). Found issues regarding the problems on GitHub. Issues have been open for several years. Still open. Tried to participate or ask for the state. Got a "no one else got a problem with this". Recoded both plugins. Tested them. Using them now. Source is on GitHub. Posted them as alternatives on drone's discourse. Got flagged as spam.
Nice. Not using Drone again. Searching for an alternative now.
Little extra: I think they banned me from posting GitHub links on their discourse.4 -
Contributing to large open source projects.
It's something I wanted to do since I fell in love with one programming language (which shall remain nameless here). However, I'm not restricting myself to one project. I have many projects I'd like to contribute to.
I even wrote this down in my 5-year plan for the future.2 -
I'd like to make an open source data registry, with an easy to access API. For example, perhaps I'd like to list all cities and postal codes in France, or perhaps get the number of dogs in Canada. Any ideas how to structure the open source part? How can people contribute? Should it use external APs?2
-
Good job Apple! Swift is actually very nice language, now that it supports Linux and is open source, it is even nicer
https://swift.org/blog/...1 -
What are folks thoughts on this?
https://gitcoin.co/contributor/...
It’s basically an mturk model that pays out etherium to python coders.
Im skeptical about
1. Cryptocurrency payment for work, I don’t know enough about crypto to trust it’s use as payment?
2. Payment for open-source work: on one hand, i support workers getting paid for their work, BUT (imo) the coolest part of open source is that it’s one of the few environments where people work for the works sake, not for $$.
I had a bigger list but it left my brain as I was typing, so what do y’all think?3 -
Talking about the Open Graph protocol (http://ogp.me/)
Why the fuck does the Facebook Object Debugger tell me that my image in the og:image meta tag could not be loaded when I put a HTTPS link in there, but when there is a HTTP link with a permanent redirect to the HTTPS link it can load the fucking image.2 -
I'm so glad I'm leaving my company soon. Big international group. At the moment they've started to change everything at our desks to make a giant open-space. Ignoring that literally 100% of the studies prove it's a bad idea for worker productivity and health. And then they dare lie to our faces that it's more productive, increases communication and makes employees happier.
Sure, with that they make savings and can add more desks... for contractors because fuck having real employees right ? It's much better to be able to fire them whenever they want !!
NO IT DOES NOT YOU FUCK FACES
FUCK OPEN SPACES, FUCK YOUR SAVINGS AND FUCK YOU -
I always see people who say that open source != monetarily free. While I agree that may be technically true, I think practically speaking it is not.
Why do I say this?
Well to my knowledge there isn't any successful company that makes money by actually selling open source software. There are a few companies that have become successful by selling complimentary services like Redhat with Enterprise support or Mozilla with selling ad space in their browser, but none that actually sell the software directly.1 -
Any tips on getting into open source development? Listings of projects in search of devs? I have done next to zero contribution to the open source community and would like to change that.7
-
Today I had to edit wpa.conf file in Open WRT in vi because it didn't have enough space to install nano and dependig packages. FML
-
You should have a giant snapshot of your software at the beginning of your website.
Even if you're an open source project. Some linux DE don't do this!
We're not in 1995.1 -
What are your thoughts on the pinephone? Do you guys think we will finally get a phone that is truly open and gets updates for a considerable timespan?
https://www.pine64.org/pinephone/7 -
I've submitted a PR to a large open source project, and I've had no feedback in over two weeks.
I spent a weekend and many late nights working out how to solve this bug - it was my time - and the project team haven't eaten acknowledged the PR.3 -
!rant
Recently got selected for Facebook's Open Mentorship Program.
Super pumped about it!
Does anyone here have experience with it? How did it go? What did you work on?
It doesn't start till April, and I cannot wait. Just trying to get some taste of what's in the box!1 -
Let's asume I wan't to use software X. I notice software X is open source.
How do I validate that said software doesn't do shady stuff?
Is there some kind of platform which lists the audits of each software or alerts the internet if shady stuff happens?
I know about alternativeTo.net, where you can find software alternatives with licencing filters. (Which is great btw) but I'm missing proper validation of open source software...7 -
Where do i start , if i am interested to contribute to Open Source projects in C ?
I have a good understanding of C language. Even if i am not able to contribute , it would be nice learn from those projects .
The problem with big projects like the linux kernel is that i dont understand or cant comprehend most of the code , except for few sections like gpios..5 -
i'm really pissed about having to use a not open source browser to take the quizzes for my physics class, so instead of taking the quizzes i complained and wrote an article about it https://scriber.cc/view/49
-
The guy (!dev think he is some kind of analyst) who insists on pacing up and down the open plan office with his Bluetooth headset when on a call1
-
Hey does anyone know a good open source password manager? Sorry for the interruption. Keep on ranting.8
-
Anybody working on any good open source projects at the minute? I'm looking on expanding my portfolio and getting more hands-on in community based projects.3
-
So. I maintain few open source vuejs components for my company.
We use a lot of open source so when we can and is not conflicting with the work schedule we open source stuff that we do for ourselves, document them and publish them on npm.
All fine, actually all nice!
To be honest the components are not super used but today I got an issue on one of them: "I want this pleaaase implement"
I want? WTF? Am I nervous or this is not the correct approach? What open source santa Claus? I understand that some people may not take the burden of submitting a pr (after i wrote an entire doc section about how to develop the component more) but starting with: I want??
Not okay. NOT OKAY!2 -
Until now, I've never contributed anything to an open source project (or even created my own). My GitHub Profile is completely empty. I don't know why, maybe I'm just to "scared" of bad feedback.
But I really want to change that. Any good advice on how to do so? What were your first steps in this world?4 -
!rant
Guys need help. I'm currently looking for a new scientific calculator, and do you know any programmable scientific calculator out there with good docs and is open sourced? 😅17 -
Recommendations for growing a new open source project? I'm all ears if anyone has done or has any thoughts on this as my company just open sourced our Flutter mobile app since it lines up with platform values.
I'm also super excited 😍4 -
A certain app I use occasionally has some premium features that I have been too cheap to buy. Just found the full source code on GitHub. An hour later I have all the premium features for free. Stealing? Nah, my conscious is clear.
To all indie devs out there: if you have paid features, don't make the app open source.11 -
I want to start contributing to open source projects but cant find something easy enough for me to start with yet interesting enough for me to want to work on.
How is Kubernetes and terraform listed in the good for beginners list on github... I see massive frameworks listed there and i have never felt so dumb..2 -
So I have done some solo projects and some group projects now and I saw that Hacktoberfest was on so I went and signed up. I saw some of the things todo and got overwhelmed with the code on the repo. What do you guys think I should start off with in terms of open source projects. I want to get into some open source projects but don't know what to look for or where to start. Any help would be appreciated.1
-
How do you find open source projects you want to contribute to? I'm trying to find projects I'm interested in but don't really know what to do.6
-
It's so hard to find open source contributors, especially for large projects. Lots of people might use what you create, but getting them to contribute code is like pulling teeth sometimes. 😤2
-
How can i advertise my open-source applications to the community?
(Especially talking about Linux-applications)4 -
I have a question bugging me for quite some time now.
How can you make a profit off of open source software?
I mean, if your company spends hundreds of hours developing a piece of software for commercial use, how can they argue releasing the code for free and risking piracy would be better than selling it 'closed'?
I'm genuinely interested in this.
BTW I'm referring to the open source purists who want everything to be open source. The occasional Byproduct of commercial software being released as open source is a different story.4 -
Our company's first open source project: https://github.com/digineers/...
It's a Symfony bundle that enables logging changes to entities to allow simple mutation logging systems.
Would love to read some of your opinions :)1 -
So i heard that if You contribute to open source, repo authors, after many contributions send You a medal representing a project You contributed right?
So devs with many open source contributions go to interviews with open source uniforms with medals pinned in so HR at the door knows who are they dealing with?
Or is this a legend?2 -
Next time you think you’re failing at a new open source venture, remember the stories of your UNIX ancestors (eunuchs ancestors?) ;)
Unix at 50: How the OS that powered smartphones started from failure
Today, Unix powers iOS and Android—its legend begins with a gator and a trio of researchers.
https://arstechnica.com/gadgets/...2 -
iphone = a beautiful jail
android = open source jungle
tired of ios ... fucking close platform :(11 -
!rant
Hello all, I'm not too experienced with open sourcing code, so here is my first attempt with a small script that initiates a phone call using php.
If someone has the time, please let me know what you think, any important things I'm missing or any advice you might have.
Thank you devRanters!
https://gist.github.com/anpel/...4 -
How can I find small open source c++ projects to contribute? Yes, i googled this but all I can find was projects with hundred files. Anyone need a lazy helper for his/her os project?4
-
How is it to work on an open source project?
Can anybody add something and who checks if the added feature works correctly?2 -
My best review was when i changed the code that someone suggested in another PR, which was highly critiqued by the OG devs. One pull to the latest commit and PR to his fork later, the OG dev comments "that looks good" and merges it.
Celebrated for sure that night. I've been hooked on contributions to open source ever since.2 -
Microsoft buys JavaScript developer platform npm; plans to integrate it with GitHub.
https://zdnet.com/article/...
Now it's npm. MS is taking on the open source world slowly. What if later they change their motto of "Microsoft loves open source".5 -
Anyone that codes open source and is successful with it. I would love to create some tool that helps someone in their everyday doing.1
-
anybody just love those oPeN sOuRcE libraries that COMPLETELY change their libraries syntax on a minor version change? like bro, do you even semver?
i've said it once and i'll say it again: open source will be the death of me10 -
Hello all, I know we can search in git lab for the labels(easy, first commit etc) to find open source projects that suit me, but as a rookie it gets a bit frustrating not understanding the project and so on. Does anyone know a better way to contribute to open source and learning at the same time?2
-
Cross-platform open-source & free password manager.
Description:
Cross-platform mobile/desktop password manager application. No backend needed, private data will be encrypted and stored in Google Drive/One Drive/Dropbox etc...
I've used multiple applications over the years but they pricey (especially if you switch platforms) and most of them don't have full cross-platform support.
Also, I've made a POC app with Ionic a while ago, but I didn't like the hybrid app feel.
Tech stack:
Js/React Native10 -
Would the world be a better place if everything was open source? How would it effect the profits of companies and wages of programmers?1
-
Boored of work. Anyone got any open source projects that need help ? I can help in python, sql, C and C++. 🤷3
-
How can I get started in open source? I tried forking a repository and do a bug fix, but their code base was ugly as hell and makes me unsure about what open source projects to contribute to.6
-
!rant
Hello everybody. Are there any open source contributors around here? I have never contributed to an open source project but I would really love to get myself involved in this.
I have no ideea on how to get started though, any advice?
P.S.: My main programming language is PHP and I use Silex/Symfony for developing apps.4 -
Do you guys know of any open source project I could work on to get used to coding with other people? I can code in C++, JS and Java5
-
GPL or MIT License ? What you guys prefer to contribute, use, or whatever on Open Source software?8
-
Thank you community for letting me know about Digital Ocean's Hacktoberfest. Since I have been contributing a lot to open source lately, I got a mail as soon as I registered for Hacktoberfest that I have successfully submitted 4 PRs. Now patiently waiting for my swags. 😀
-
Anyone know any good beginner-friendly open source projects? I really love open source stuff and would love to contribute, but I tried taking a quick look at a few of the GNOME apps and man.....that seems a bit above my level.2
-
Dear open source tool authors,
DOCUMENT YOUR SHIT! YOU CANT RELEASR A BILLION VERSIONS OF IT AND STOP DOCUMENTING AT VERSION 1.4!
WHAT DOES THIS CALL DO???????? CAN I USE IT TO SOLVE MY PROBLEM? FFFFUUUUUUUUUUUUU!!!!!!!!!!!
P.S. Learn from Brett woolridge, creator of HikakiCP.6 -
- Do you want to be our amazing product X evangelist?
- Next word you say will be my answer. Is X an Open Source Software?
- …1 -
Alright so I’ve already made a few posts about this but this time I kinda just want a general discussion and these are some questions I have.
So when you look at a open source project or just any project that you haven’t messed with, how do you start,
How do you handle messy code,
How do you know how to navigate the project or get around the confusion on the layout of the file,
How do you make sense of how/why the project is organized the way it is,
There have been times where I’ve tried and used one of the projects but it doesn’t work when it is supposed to already be working how do you handle those moments when there’s no error messages,
and (if you’re me) how to build/run the project
These are some of the major problems I run into when I try to start and they intimidate me heavily when I start to try to contribute to a project. I know I can just adjust the documentation or spell check which I will, but I also want to fix some bugs or add sumn. But yeah these are just things that I have problems with because I’ve only really ever worked with my code and projects so this is all still new to me and I’d like to hear your thoughts20 -
To all those open source contributors who only believe in refactoring code .... If u really want to clean trash come to India coz we have lots of it3
-
Do you know any open-source and free (as in beer) mockup/wireframe tool for webdesign?
I may soon have two websites to build for little businesses, but I'd like to be able to create mockups for approval before diving into the code. As I was looking for tools, I was surprised to find no free and open-source software for the job. Everything is on a free trial model which I'd be glad to pay for if I had the money, but since I'm really just beginning, I'd rather use something free, and preferably open-source.
I'll use Gimp if nothing comes up, but since it's not intended for this kind of usage, it's a bit more time consuming to create something of quality on it.
Thanks a lot.14 -
Hey devrant fam!,
Hope everyone is well, recently I've been really looking into contributing in some open source projects!, So i'd love to ask anyone have some advice? Is there a possibility of having a 'Beginner' open source project? would love some advice :-), its my first time going down this path!
thank you!6 -
More of a collection of suggestions:
No matter the platform, which proprietary software have you replaced with open source ones that function the same or better? I'll start in the comments.5 -
Hey guys and gals, question for y'all. What's your opinion on Mastodon? Torch of the spirit of open source and decentralization? Good idea, flawed implementation? Wretched hive of scum and villany? Let me know!
-
need to work on any open source projects. I am a Java developer and have knowledge of Android, HTML5,CSS3 and SQL as well. Anyone willing to onboard me shout out.6
-
Please, help me find Node Open Source code that I can contribute to.
Kindly help me with a GitHub link for the OSS project on Node.js.
Thank you everyone :)random collaborate developer javascript developer life open-source dev collab? open source js framework node.js nodejs3 -
I was able to replace Okta Verify with an open source Python script and Android app and I wrote a tutorial for it:
https://battlepenguin.com/tech/...
Unfortunately it won't work for our companies VPN which requires Okta Push. After fighting with Security for a bit, it looks like I'll have to do a Part II where I reverse engineer the Okta Verify protocol. -
I recently made my first open source project and would appreciate any feedback I can get for it.
It's a pretty small program to kind of permanently change the cpu governor of a raspberry pi (so it's kind of niche but I struggled a few times with it).
https://github.com/DavidM42/...9 -
Needing to approve each and any brainfart open-source library. Having to manipulate transitive package dependencies to throw out dependencies with non-compliant license.
-
I am currently developing an application, using Electron, Vue and FeathersJS. My plan is to make it open-source, and I'm wondering _when_ one should make a project open-source? Like, should it be near complete, or does it not really matter? One of the things I'm having trouble to be energized about is writing the css, and it's a bit of a mess right now, which is why I'm asking now. I have never made an open-source project myself before, so tips are very welcome. Thanks5
-
I realized that socialism work and everyone can benefit from it, from everyday users to big companies
❤️ Open source -
I don't know who it was that invented noise cancelling headphones but the person deserves to be a proclaimed as a saviour of humankind...
... or at least this open space. And I don't even have to be jailed, which is a plus. -
Today we finally launched Keycloak to secure our spring cloud microservice architecture!
Great feeling after 4 month of tailoring open source software, bug fixes and so much pain 😄 -
First pull request to an open source project :D
Well, a small project, without contribution guidelines. -
Are there any open-source Slack alternatives? Slack is nice, but I would rather host my own thing.9
-
The Open Source Software Community is one of the few 'places' where Anarcho-captalists and Anarcho-communits will gladly cooperate and I mean it as a complement.1
-
!rant
Hi i dont do open source projects often .
But i want to publish some as open source .
I dont know much about the licensing i only know about gpl3
I dont know if any license offers this thing i need or not .
I need one that allows others to compile and publish their own with ofcourse the given credits
But they cant sell the app . I want keep it free for ever
I saw some big projects that people compiled and sold and that really hurts and the project developer got unmotivated and discontinued the project :(6 -
What are some interesting open source projects to contribute to? I wanna start to do some contributions to popular OS projects but I've never done that before so... Any recommendations?3
-
Want to do all of these Open Source, machine learning and competitive coding. But can't choose one. I would do all but apparently getting good grades is important in college. Fml
-
I want to participate in Hacktoberfest but I don’t know what I want to contribute to :/ I’m still very new to open source so when I stumble into what they want me to add but immediately I get intimidated.6
-
When I look at the source code of an open source project and see things way more complicated than it needs to be, I just assume the contributors have seen some shit in their lifetime that makes them extra cautious.
This has to be the reason, right? Somebody tell me that there's a reason behind this madness.1 -
Is there anywhere that you can get your open source code brutally reviewed?
As the (almost) sole developer on a project (and only just entering the world of professional software development), I have no idea if the stuff I've written is good, bad, or just plain disgusting, and obviously the only way to improve is to be aware of the mistakes you made3 -
!rant
Does anyone know of any open source personal assistants that aren't storing data? Im looking for a replacement for Googles pa on Android but am also curious if one exists for desktop. If one of those don't exist let's get on thaat2 -
I've been thinking about creating an Open Source functions-as-a-service Content Management System. Reason being is that this would allow the community to cut down on costs for content sites that they run by using something like AWS Lambda where you would only have to pay for what you use. Thoughts?1
-
The User Interface Errors I experience on Debian, are so non senscial sometimes. I used to be a big Open Source guy over Windows, when I first started Linux. But after deep contemplation I think having monetary incentive is the main force for creating new technology in thos decade. As technology has advanced t seems like the open source community experiences 10 new errors for solving a problem. I think in the 90s atleast Linux seemed to make more gains, while this may be due to a smaller community or technology being more limited o dont know. I due think though technology abstractions seem to be more necessary these days, which saddens me.3
-
!rant
the thing I love the most about the open source community is this: need a feature? open an issue and 8 times out of 10 it's implemented on the next version.1 -
I wish devRant was also a little fluid to browse, I personally enjoy Twitter a lot, cause the transitions are really smooth and things load pretty quick.
I can understand that this platform is built by a very small team, but I think making this platform open source can help things change quite a lot.
Not only it would help people learn open source contributions, but it would also help improve the platform as a whole.
A community of developers building a community 'for' developers would go a long way in the future.1 -
Does anyone know of any wpf based open source projects with open suggestions/improvements ear-marked for junior devs or people learning?2
-
I'd really like to start contributing to some open source projects (preferably C#) anyone know of any good ones ?3
-
In a quiet, closed space unhindered by distractions.
For me (and I'd imagine, many others here), constant conversations in the background, people walking by, etc absolutely kill my focus and keep me from getting work done. Working from home helps a bit, but my neighbors provide plenty of their own distractions.
Honestly, I'll take a broom closet with a laptop, headphones and an Ethernet jack over any other open office design. -
I would like to contribute into some open source Android Project , let me know if there are some good developing repos you know about . This will also be helpful to others as well. Thanks :)1
-
How do people make profit off open source projects and what would I gain if I contributed/made an open source project1
-
I'm looking for a licence
I'd like to publish open-source projects with a licence to the extent of "free without restrictions for noncommercial use forever, contact me for anything else", the idea being that if you intend to make a profit you should care enough to email the authors of complicated things your business relies on and agree on a fee or share of profits.
I'm unsure how to handle pull requests. Asking for right to relicence the patch could be an option.
do you know a licence with similar ideas?6 -
Hmm the build fails because it wants to download grade through http.
"Ah I'll just install it with my package manager"
One apt call later: *still tries to manually download a zip of gradle*
Cool okay, what?
I just want to test and change a minor thing in an open source project, why are you making this so difficult...1 -
So I've recently been working on my own open source project and a few days ago there popped up 2 different reviews of my program.. it feels good that someone took the time to use my program and share their thoughts about it but it also feels a bit sketchy since both sites offers the possibility to download my program aswell and I'm not 100% sure that they haven't added any kind of adware or spyware to it.. The sites in question are softpedia.com and findmysoft.com .. Anyone with some tips about the situation or feedback regarding these sites?4
-
We have a Solaris Computer here and it makes an awesome beep Sound everytime the comandline contains an error. Does anyone Know how to disable it? The open space is going crazy!2
-
Honest question - when a company offers has an open source software product (in the name of transparency and whatnot), but offers it as a binary release as well for non-developers, what guarantee do you have that the release was *really* compiled from the source they provide?
-
Does anyone have an OS project I can collaborate for this hacktoberfest?
Does any open source project work or there are some specific?2 -
Where can a get some simple open source projects to contribute ? Android/Python/Node.js(noob)
It will also be nice to get work (free) from somebody.