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 - "options"
-
Asked a girl what would she like to eat and gave her two options. She answered "Ok. Let's go".
Error cannot find parameters in line 212 -
New avatar releases! We now have many more skin tones, programming language t-shirts, new glasses, and more colorful hair options for the female avatar! Check 'em out!72
-
During a meeting with customer I explained him two different options we could realise for his requirement.
Customer: "That sounds good! Do it!"
Me: "Well, you have to decide which option you want to be realised."
Customer: "Yes!"
Me: "You need some time to decide that?"
Customer: "No!"
Me: "So Option A or B"
Customer: "Yes!"9 -
New avatar options! New bg colors (yellow and blue), new hair styles (short spikey, mohawk, dreads), new shirts, new stuff to put on your desk, and new glass desk13
-
By playing with Facebook source code in browser, you can enable GIF and Markdown, Tip Jar & many more options in comments.15
-
I heard that "options are options" so - maybe we should have even more options. What do you think?25
-
I'm stuck between 2 options:
1) Rant about my problems
2) Share DevRant with colleagues
Am I the only one with this problem? 😂16 -
I really wish I had known this before. Check this out guys. You can type a unix command and find out what each options mean. Rather than man paging the commands this is a easier way to do it :)5
-
Boot up a Linux live usb on a Windows machine, then rename cmd.exe to utilman.exe and after rebooting select accessibility options which now opens a command line and then 'net user username owned' to reset user 'username' password to 'owned'. Been using this for years..13
-
other website/app: here, upload a picture as your avatar
devrant: here, have this rpg like builder with plenty options, with everything from the shirt to the glasses and unlocks based on upvotes
i love this app5 -
I wish there was a way to feel well rested without actually sleeping.
Or maybe I could somehow learn to program in my sleep.
I would be so productive, and finish so many projects if those options were possible.11 -
Just discovered a terminal replacement for windows... And its fine as hell.
It's called cmder and it's got tons and I mean TONS of options to make it perfect for you!21 -
Clients can such cheapskates, client asks me for hosting options, I suggest Webfaction ($10/m), decent service, storage etc. Client goes and buys ($20/year) hosting, storage space 2GB. Client has 2.9GB worth of emails. Now am charging said client ($110) for migration.4
-
I had 2 options.
Option 1: Read and increase knowledge.
Option 2: Take a sentence out of context and make a meme3 -
"Right click has been disabled on this page"
Well, guess I'm out of options, if only I could just hit f12 and take the source image anyway, or wget the entire page :( guess I'm sol7 -
No, I will not join your "startup" and develop your entire app for you in exchange for "stock options."4
-
Arrived today, hyped!
I have real-world experience with MongoDB, MySQL, Firebase, and caching with Redis.
A colleague in ops recommended this book a while back and I thought I'd give it a whirl to better understand what other options I have available.7 -
Alright so the security blog is coming up soon (as in, days probably) and I'm working hard together with 404response on the privacy site.
I do want to gain some insight into visitor numbers and so on but OF COURSE, commercial/closed source options are a no-go for me!
I am thinking about maybe using Piwik with all the privacy options enabled Also self hosted obviously. What do you guys/gals think?29 -
The time when i learned to turn on the developer options ; i felt the same as a developer who has compiled his code without a single error. 😂3
-
Just got an email from a professor.
"Please note that there are times that are blocked on the schedule! I’d also ask that you not pick a time marked as 'free'."
...
Then when do we meet7 -
There was maybe one of the coolest methods of apply for a job. There was a company in Sydney on linkedin on the apply href for the job was pointing to localhost (might of been a accident) so you had to find their website and with the trailing url get to the page then they said to send OPTIONS request to a endpoint here you got a link to a api doc to where you send a POST to apply for a job they had a example body to use. So sending the Post request with with postman required headers so looking more into the doc it gave the headers needed. Now the example body for the post had some errors in it and once they are fixed you can then submit the request.
NOW thats the way to find competent developers shame I'm not one of the.5 -
*wants to download some YouTube videos in youtube-dl*
$ youtube-dl --a-bunch-of-options
> Can't download this, sorry.
*realizes that Ubuntu probably has an outdated version like usual*
# apt remove youtube-dl
*Realizes that this steaming pile of shit pulled in some icons and Wayland on a headless server*
# apt autoremove
> 300-something MB cleared
For a command-line tool...
# pip install youtube-dl
# apt install ffmpeg
$ youtube-dl --audio-format mp3 -o "%(title)s.%(ext)s" https://youtube.com/playlist/...
> Sorry mate, a video was removed from this playlist! Let me go ahead and shit the bed on this issue that's been reported several times since 6 years ago.
*finds an issue on GitHub reporting this, add -i option to continue on error*
$ youtube-dl --audio-format mp3 -o "%(title)s.%(ext)s" https://youtube.com/playlist/... -i
> There you go, your .webm files as requested!
But.. I requested .mp3 output? --audio-format mp3, don't you see?
> Oh no you need to add in another option to tell me to actually do that first. --extract-audio, you see?
But why.. why do you need to be told that twice? Oh ffs, fuck it.
Reminds me of robocopy. That shit required me to tell it 25 times what to do and it'd still not do it right as well. And you know what, compared to rsync where -avz works 99% of the time, I hate it.7 -
To all udemy instructors that give instructions on configuring a GUI IDE for Linux, Mac and Windows but also give the option and instructions on CLI tool options on respective operating systems.... Thank you... Just... Thank you...2
-
For the first time in my career as a developer I remembered the tarball command line options without looking them up5
-
TIP:
To anyone and everyone ranting about the automatic restart of their Windows 10 system,
Settings > Update > Advanced Options > Notify to schedule restart (instead of Automatic).
Yes, it IS that simple.
God.21 -
I've been coding in Visual Studio so much that when Google Chrome pops up suggested autofill options I just press tab and nothing happens.5
-
My biggest hurdle:
Having to install Windows because some old application only runs on Windows.
No, i do not want to sign in.
I AM SURE
Installer: How about signing in?
Edit: Now it asks me about privacy options. As if i even had a choice..9 -
Motherf.. they didn't make a select all option, WHY do you NOT have select all when there could be thousands of options
fml3 -
I wish that there was a Developer Options for our brains so that we can enableand disable things like "Hearing: On/Off". 😂12
-
Hey, devs.
Does anyone use trackball mouse for everyday needs? Is it worth it?
Old one is dying, considering different options.13 -
Ever got confused where to find settings for desktop app?
File -> Settings
Edit -> Preferences
Tools -> Options8 -
Photographer gave me a bigger discount (per his boss' orders) because I showed him free/inexpensive certificate options.
Thanks to all on here who have mentioned that; wouldn't have remembered about free options without others who think in terms of security. -
My boss keeps trying new tech with important new projects instead of trying the fucking new things with anything other than important shit.
I support this let's try better options approach but cmon, be rational about it.2 -
This is probably dumb, but I felt genuinely let down when there were no options for facial hair for my female avatar.
I actually waited for a moment, thinking maybe it was just taking a minute to load, but then it hit me :'(5 -
When a library has all the documentation you'll ever need with all the configuration options but doesn't contain one fucking example on how to put it all together...4
-
Going to love this new features. Hope it's any stable and will give other options instead of just Ubuntu.7
-
Writing a new service. (Will be free for now)
Writing up an Ajax PUT request and when it executes, I see an options request firing, that's good.
But no fucking PUT request afterwards!?
WHAT WHY FUCK ME HELP 😢18 -
how about a fucking "funny" option you robotic cunts?
fuck these soft ass weak politically correct clickbait-like options11 -
"Hi can you make an app for me? I can't pay you yet but I'll give you 25% stock options. It'll take like 2 weeks right?"3
-
Windows 10 now let's you step through a options menu, which shows automatically after the new update, to select which kind of tracking you want to have. This makes it way more transparent for not tech savy people:)10
-
Reinstalling Android Studio.
It takes a while.
So you take a rest, exercise a little. Sure, it will installed when you'll come back ready to throw yourself into deep work, with fresh energy.
You come back.
There is a pop up: Do you want to send usage data to google ? Nothing installed yet.
Only Yes/No option. Where is the "Fuck you" option?12 -
Ffs, I just want to get myself a goddamn domain, why is every registrar so shitty? Each of them has a major downside that makes me go away from their site! Bad payment options, way too high prices for a domain after a year, ...18
-
!rant but help?
I currently have Kali (for labs I'm working on to teach myself the things I didn't learn in school), Ubuntu (downloaded for school), and Fedora (downloaded for my database class)... other than Kali already having Metasploit in it, I don't see a difference between these and I know there are more versions of Linux.
What would be a good starting place for every day use, that'll support Citrix receiver (required for work no idea what its requirements are but I can find out, if i can't use it in Linux, I'll dual boot) and virtual box (or other virtual software, don't mind learning new systems), and that i can also have room to grow for security learning?18 -
Zoom is no meeting software.
At best, a webcast something.
*insert deity here* do I hate the overlay, sound options and speaker focus.
I want to choose wether the sound on coffee breaks keeps playing at 260%. FFS!4 -
I think when downvoting, "offensive/spam" should be split into two different options
Spam isn't always offensive, and offensive posts aren't always spam2 -
Unfortunately, "developer brain" does not respond. You have the following options:
Option A
Refill coffee-mug, drink and keep on waiting for a response.
Option B
Go to sleep.1 -
Fuck it.
If Torvalds completely steps down and shit starts to absolutely suck in our beloved kernel then it might be high time to start paying close attention to Minix or Hurd :P options peeps. Options are good.4 -
So, its time for a new phone.
I'm looking at getting a OnePlus 6. Should I?
Currently using a iPhone 6s but I want to switch to android.
Whats my options?26 -
What is the best project you've done with a Raspberry Pi? Got my model 3 a month ago and was thinking of turning it into Jasper. However I'd like to consider more options before starting it.
Thanks in advance12 -
Demo tomorrow. Two devs missing. Six options to be completed. Debugging server crash on another live site.
Is life worth living?9 -
If you want to install, configure, and dedicate resources to fail2ban, knock yourself out, but putting these options in your sshd_config alone will save you mountains of headache:
PermitRootLogin no
PasswordAuthentication no7 -
You know you have chosen the wrong JS library when you read a function definition like this:
validateSync(schema, options, callback) -
*Send 2 mockup options for new component*
Them: Nice! I'm torn, which one do you like?
Me: I like the first.
Them: Great, lets go with the second!
-.-3 -
Haven't been on here in a while, but I had to rant about these security questions. I couldn't come up with legit answers for any of the very few options; most of which required you to be married....5
-
was asked if i want stock options during an interview so i said i just care about my salary
fuck my nervous-mode self2 -
Open source mail server?
I'm using Mailu but was thinking if there are other good options?
Also it is better if it has a docker image13 -
Offered a well paying job, in a language I understand and a field I'm interested in.
5 hours away. In college and can't move. No remote work options available.1 -
I am sad, I am not getting paid for last month's work as it was some "mis-communication" and my contract was available till August! 2 options
> set opacity of the website in such a manner it partially shows anything
> set the website on fire9 -
Ah, that feeling when you open random cyber space options in Firefox so you can watch children being forced, classical frontend development with devtools. Happens almost every Tuesday4
-
The retail price of 2.5 SSDs are getting really cheap these days.
However, it does NOT reflect on custom laptop options...
You greedy Microsoft and Dell!4 -
Don't think I could love IT anymore then I do now! Currently and intern and was stressing a small bit about what I wanted to do after college (i.e. web development, mobile development, security) then came to the realisation that I can do whatever i want. I don't think any other profession has such a freedom within industry and that is why love IT so much. Looking forward to many more years of learning and developing my skills2
-
Shout-out to the sites that make cookie popups the least annoying they can by actually providing options in the quickest way.
Those that hide them while having "allow all" take up 50% of the modal? Suck my fucking nuts.6 -
It’s just me or copy-past options in DevRant app appear with Kanji? Why? Even if I open my photo gallery to attach an image, the “OK” option appears with Kanji 😞I select the text and “copy” at my own risk.13
-
My friend works for my favorite company Apple, his boss ranted Apple is about giving options.
I figured out some missing options in my iPhone X
Need to listen music: sorry can't plug in a headphone we removed that option 😉
Other phones have option to unlock through face or finger print (oops we removed one option)
No option to take a photo in 16:9 aspect ratio (4:3 only)
No option to change themes or layout to personalize your phone
Any positive thoughts on this option statement? If I missed some option examples 😅11 -
"Listen to your client, take into consideration all of their input, weigh the options, study the details, know the target audience, and then, if necessary, ignore all of it and design what you think will work best." - Von R. Glitschka3
-
Is anyone else disappointed that there isn't an option for a bathrobe for your avatar? There are 14 options for pants, but most days I can't even be bothered to put a pair on. I want to code in comfort.4
-
Hey Chris can you join this conference call where we will talk about hardware and pricing options and not bring up anything software related.3
-
Well shit.
Recently refactored some backend code that makes some https requests.
I realized I was repeating myself a lot with the request options so I decided to make a function to generate the options with defaults.
Works great, shortened my requests to almost nothing.
The problem is it wasn't working great.
It took me about an hour to finally figure out that the requests were failing because I forgot to return the options object after I created it.
Sending the request with null options just makes it act as if the options are there, but incorrect, so I was totally lost.
FML1 -
t-shirts are an ideal way to express one's frustration with the world, yet the devrant avatar t-shirts options are pretty benign.
Can't we have more ranty options?6 -
I love devRant.
So there I am on the devRant website, busy clicking through options I haven't checked before; I click on "Settings", then the options "Logout" and "Delete Account" appear.
It just so happens that when the options came up, the mouse is hovering over the "Delete Account" button, at the thought of such my mind was like - Ahh! Nooo!3 -
FUCK WORDPRESS
FUCK WORDPRESS
FUCK WORDPRESS
FUCK WORDPRESS
FUCK WORDPRESS
Who the fuck thought "Oh lets put all caches in the options table". This is so incredible dumb. The options table has nearly 8GB and is just unusable. The query for the "real options" takes about 3s. To export this fucking shit I had to block the prod server for 20 minutes to get a db dump. I want to womit in the mouth of the fucking idiot who did this.6 -
I think it's about time I Dual booted my Home PC with Windows 10 and Ubuntu GNOME. Been living the Windows exclusive life for to long.
It's all about having options.10 -
You have 2 options:
a) Work together with a "C player" (low skills/ talents)
b) Work alone
How would you decide and why?9 -
Had a bug that I just couldn't figure out. How did I solve it? Had to think like a user. Just started clicking options over and over. Not giving it time. Found my issue.1
-
I can't believe it, people are still using dreamweaver, and they doing so because they actually don't know that there are better options. How are you a web dev and using dreamweaver out of ignorance...4
-
Arghhhhhhhh! What the hell is becoming of today's world?
So I have registration form that relates to parents signing up for a service and asking for ages of their children. Children are never older than 5 years old.
So, for each child the user specified the child's sex/gender (Boy or girl) and their age.
I'm still in disbelief over my client's request, that is marked "urgent".
I basically need to add to the list of options, as "boy" and "girl" are no enough and the question is now "too limiting".
I apparently need to add several more options including: "prefer not to specify", "geneder neutral", "bigender" and "genderfluid".
I mean how can a child aged 5 or less identify as "gender neutral" or "bigender" - how on earth are they able to decide.
Fine, if you're an adult and signing up to something like Facebook, have your 80 odd options. But for children under 5 how have no idea wtf any of this means, stuff like this really annoys me.16 -
Fucking finaly I'm back on devRant after my phone decided to die during the weekend. But why the fuck do I get a light theme again? @dfox, could you save the preferences in the profile? Or at least display the options on first start? :*2
-
Yahoo finance shut down all their historic data uRL and im out of options. No API or packeges works. I have a report to pass up on tuesday for my ViVa and this is shit. Fuck. My months of work just wasted.7
-
Finished CZscheduler, an Android module part of CZenter.
It generates your daily schedule.
Export options are json, md, pdf
PDF output sample
------
This document was edited and uploaded directly with CZedit2 -
I want to access a webpage on a non-standard port.
On desktop, I can override port bans for Chromium-based browsers and Firefox.
On Android, I FUCKING CAN'T, FIREFOX' CONFIG VALUE USED ON DESKTOP DOESN'T DO ANYTHING ON ANDROID, ANY OTHER BROWSER ALSO DOESN'T HAVE ANY CONFIG FOR THIS, AAAAAAAAAAAAAAAAAAAAAAAAAA
Site's on port 21 because that's one of my school firewall's few allowed outbound ports, and I couldn't use 80/443 since a webpage is already running there.11 -
I used ShareX on Windows, but have had bad luck finding something with as much configuration options on Linux (Ubuntu). Any suggestions?
Edit: I'm currently using Flameshot, but feel like it's quite limited. I can't log in to Imgur for example.8 -
Non dev question for those in Germany... If I need unlimited minutes with the best coverage near Wiesbaden, what would my options be?12
-
Yo rate my investment portfolio! I tried to build it to ensure the best possible stability:
33% futures
33% binary options
33% random cryptocurrencies
1% AT&T stock (one piece)5 -
!dev
What's the difference between the middle two options? Surely 'a few weeks' is about as long as or longer than a month?10 -
What is it with the every programmer ‘s obsession with providing additional configuration options?
Make a god damned decision please!
Throw one away!21 -
Most commerce site are actually disgusting with how much screen real estate taken up by navbars and useless options.
People visit for the content and products yet they make it so hard to fucking use. Those sites deserve a lack of online sales.1 -
I love Heroku. It's so simple to use with all the add-ons, the deployment options and the fact that it's free for most of my projects. Heroku FTW.1
-
If you really think about it, asking a person what their pronouns are, he/she/they etc., is basically sending a REST OPTIONS request. What a technically pure and proven thing to do.
You assume OPTIONS response of an API, you get "400 Fuck You". Or, if that API is nice, you can get "426 Get Out Of Your Cave", but that's the best you're gonna get.7 -
Hetzner. Very cheap no nagging, no support bullshit, Lots of options, Just does what it does.
Did I mention their pricing?6 -
Working with Drupal is like guessing the meaning of each config/options all the time.
Me: "I wanna pick only bananas from the basket of fruits"
Drupal: "Which one do you want me to look up:fruit_type,
, Type(fruit), FRUIT, fruit_field fruit_reference, fruit_id, id_reference, fruit_fruit"
Me " "1 -
if i'm gonna build a toy, like a internet connected teddy bear with a touchscreen in it's belly. What options do I have for the operating system?10
-
Whoever thought of binding the options button to the currently opened apps and then decided also to bind it to this useless multi window shit needs to from and me the plot if the adventure of huckleberry Finn.
Worst is that I have been through the options and disabled the options button AND IT IS STILL THERE
And here I were getting all happy about using a custom ROM :<21 -
so the jokers at my office facilities bought in an expensive coffee machine which has it's dedicated iPad that doesn't have any options for my fu*** latte4
-
At a previous company, we got stock options. My options wouldn't have made me a millionaire but it wasn't chump change, either.
For months, we went through the whole "we can't say we're going public but watch what you say" game.
One Monday, they called us down by groups to one of the large conference rooms to tell us paperwork was filed, that we were in a blackout period, and, oh, by the way, all those stock options were split 1-for-2 (half the stocks at twice the price.)
I really wanted to punch those smug motherfuckers when I watched them ringing the bell on the balcony of the NYSE.3 -
If I can’t find software I’m looking for it I don’t like the options I can just make it, it gives me the ability to automate tasks, it’s fun and it gives me a logical outlet.2
-
[NoRant] Is it really worth it to move completely towards JavaScript (node, express, AngularJS)?
I'm starting and I feel like there's too many options4 -
I just encountered a website whos ad block game is on-point. Your typical Ad overlay, that can be removed with developer options PLUS disabling scrolling.
Too bad, they disabled it only horizontally and forgot about diagonal scrolling1 -
One of my favorite patterns in Java ✨
@highlight
public interface SocketOptions {
}
public enum UnixSocketOptions implements Options {
FOOBAR,
DAVE,
}14 -
Dark theme tip for windows users
Use magnifying glass set it to 100% then options invert colors. You'll get everything dark themed now but no missing stuff like you would get from a high contrast dark theme.5 -
- Searched for a cascader component for React
- Installed it
- Lost 2 hours trying to load dynamic options
- Turns out that there is a parameter named "isLeaf" to identify when a node have no children, which is also used to allow the loading of dynamic options
...
isLeaf...
isLeaf......
isLeaf.........
*chills*1 -
In my college, our professors force us to work in turbo C despite having better options available.10
-
!rant
I'm a computer engineering student.
I'm very much interested in Systems and networking.
That's why I was thinking of persuing cyber-security as a career option.
But I'm not quite sure if that is a good choice.
Also I don't know how to proceed in order to achieve excellence in cyber-security.
It would be a great help if you guys could help me.
Thanks :)20 -
I think I've officially changed everything over on my dev rant profile. I love all the options for the avatars. I wish changing myself in real life were this easy.
-
quote: companies would never be paying you enough, they would pay you the bare minimum to get the work done, so learn to negotiate until you have good options.
-
!rant but a question
Anyone has a dumb/plain explanation of these?
I was like WTF is that when I discovered those options.. I googled and it's connected to arabic language.. but I cannot find any explanations what each of those options do..
So if anyone know and has the time and patience to clarify, please do! Thanks in advance!3 -
Optionsbleed - HTTP OPTIONS method can leak Apache's server memory
https://blog.fuzzing-project.org/60... -
Looking for development work in my country Fiji is really hard. I really don't know what my options are.4
-
!rant
Where do y'all host your servers at?
I'm currently renting at Contabo.com (4 Cores, 12GB RAM, 300GB SSD, 100/100 unlimited for 9 bucks a month) but I'm interested in other options as well ^.^7 -
I reinstalled windows through the automatic install process where it wipes my previous windows installation. To my absolute surprise grub, and all of its options are still working.
Still kinda suspicious, but I'll take it.3 -
This appears to be a service designed for idiots. $89 a month for ho-hum specs. What strikes me more though is that with CentOS selected, it still gives me MSSQL options. Learn to js, n00bs!7
-
Can anybody here tell wtf answer of this question is?
Most of the quizzes in this test are terrible. Answer to some options don't get displayed because it gets parsed by the browser. I think the person who developed this website and questions suck at this.5 -
The world of SSO (Single sign on) it's a real shit.
At start I tought its a pretty common feature that lots of people want, so there should be a lot of open source options for making a server and client libraries.
So far I've only found to libraries, written in java with a fucking big book instead of a simple documentation with billions of options and features but without a fucking guide to get it running and connect with a database.
It's that hard to write an easy manual with the steps to get it running instead a giant book with million's of technical terms and architectural details?1 -
Ted talks or music with tea (mostly office).
Food, music, hangout with friends/family, Animes, movies, TV series lot of options. 😀4 -
Hey everyone!
I am looking for a decent VPS provider with adequete privacy settings, but most importantly, u guys like and is cheap.
I looked at hetzner (but it rejected my id proof for some reason) and contabo (but it has a one time setup fee which i am reluctant to pay, but will pay if there r no other options).
I'll probably go with the cheapest plan depending on specs.
Budget is $5 😅
thanks ❤️❤️23 -
A wild merge request appears. These are your options:
A. Spend 3 days of back and forth
B. Accept MR and fix it yourself later8 -
I'm working on a project with ~1TB of data. Are there any good options for hosting that won't break the bank and aren't localhost? 😅13
-
Shouldn't the following actually fucking work? Because right now, changing it does fucking nothing.
<div class="options">
<button>New Project</button>
<button>Load Project</button>
<button>About</button>
<button>Exit</button>
</div>
And in the relevant css file:
.options {
width: 80%;
margin: 0 auto;
}
Edit: Jesus fucking christ I'm blind. Had the css href attribute misspelled as 'hred'.
Shoot me now. Just get it over with.5 -
So many options in web development. Don't know what to learn next or focus on. Mean stack or Asp .net or JavaEE?18
-
yes, you absolute fucking asshat, i would like to do more than JUST LOG FUCKING PALETTE TO THE FUCKING CONSOLE
ANY METHODS EXPOSED BY THIS? ANY OTHER OPTIONS? OR YOU JUST GONNA SHOW THAT YOU CAN LOG OUT THIS OBJECT
https://github.com/Vibrant-Colors/...
retarded documentation will be the end of us all i swear to fucking god (or at least me)
though reap what you sow, js devs just as retarded as the language i conceed
i've never seen such a large README and learned so little of what the fuck is going on or how to actually use any of the options1 -
Huh, chrome doesn't hide they're bugs. All of them are readily viewable using Chrome's developer options
Interesting.
http://crbug.com/258526 -
If anyone can help
I need to copy 2000+ DVDs in 3 days. What are my options?
https://hn.premii.com//...
He’s ripping the national archives to make it freely available , he has the legal access but lacks the equipment.
Any help would be appreciated1 -
Any good recommendations for creating PDFs with Python? ReportLab seems powerful, but a steep learning curve. Looked at a couple other options quickly.
Side note...for as popular as PDFs are...it is surprisingly difficult to create them.3 -
One of my insurance companies made me sign a legal disclosure that they no longer support Internet Explorer for paperless options. The end is in sight!1
-
All those dials, buttons, settings, options. It's a fucking washing machine, why can't I put washing in and press fucking wash.1
-
MRW I spend hours merging/deleting needlessly scattered configuration options and logic, and the application runs successfully4
-
git options only need enough chars to make them unique.
Never ever again typing a 'd' after "git commit --amen"
Amen. -
Follower from : https://devrant.io/rants/671652/...
Second windows tip!
You can show your favorite image in the lock screen!
Hint : signin options -
Meeting 1:
Devs: so we have founds 3 ways of displaying this info. Which one do you think is the most intuitive / more pretty / more useful?
Management: idk, just let the option choose between these 3
Meeting 2:
Management: the users are getting confused with so many options. Fix it.
😑2 -
I just started a new project with a new client who once off-handedly mentioned offering us stock options if the site is successful. He's paying us real money to do the site and I hope he doesn't pull the old "Oops, I'm out of money. Would you like stock options?" move. Thanks to hellobonsai.com contract language I think we're covered.2
-
I am going to watch The Rocky Horror Picture Show now. Is it wayyy too early, or are ALL times good times to watch it?
Please choose only 1.0000000000000001 options.7 -
Locked out of machine...
Email to open ticket...
Ticket confiration in email call number pls...
Calls number, dial options menu...
Option 3 ... Presses option 3...
Please leave a voicemail describing your issue...
Rinse repeat3 -
So I spent yesterday designing the UI to my app... there were a lot of buttons and options and stuff...
I spent a few hours today implementing the actual logic.... and redesigning the UI based on it.
All the options and buttons disappeared now though... as I apparently didn't really need them after thinking about what I actually wanted the app to do....3 -
IDEs vs Text Editors? Wanted to get your opinions.
IDE- code suggestion(auto completion), easier to configure build options
Text editors- minimalistic and...?12 -
Okay, I have seen my share of useless classes, but this takes them all out. This tutorial will literally be around 4 to 5 functions, and about how to set different options.... Literally useless...1
-
I'm trying to work on my first full stack project and been looking a lot up for it.
Dear god there's so many options and everyone says theirs is the best so I look it up and so many of them have absolute trash documentation.
Honestly at this point I've spent more time finding different peices to make the service than actually developing my service or ideas.
I really need to convince a couple friends to help me with this... -
When you start your WordPress plugin... backend works
Make options page, breaks the whole freaking plugin
Remove options page still broken
Starting from scratch for the 5th time 😭2 -
Which privacy-respecting email provider can you recommend? It seems that the following three are the best options:
- tutanota (0€ / 12€)
- posteo (12€)
- mailbox.org (12€)
Do you have any experience with them?
What do you think about a hosted email service with your own domain?17 -
Taking the AWS certification is on my to-do list this year. I still have a few niggling doubts about the cert tho'.
Has the certification created career options for anyone reading this?3 -
For those wanting split screen to work on android. Go to settings -> developer options -> "Force activities to be re-sizable"
And just like that. It works. (Only problem I've seen is the + button to post isn't there6 -
What's the best-supported Linix distro to install for AMD Threadripper?
I know that upstream Kernel 4.15 has support for it, so that narrows it down a bit to the more bleeding-edge options or rolling distributions like Arch. I wonder if others have experience with that.6 -
There is a reason why we have Static Code Analysis tools.
Also, there is a reason why we have options to configure them.
Idiots will either try to follow things blindly, or try to skip it altogether. Depends on the monkey leading the band.3 -
Why does "git rm ..." Without options delete files! That is the dumbest thing ever. If I wanted to delete files, I could always type "rm file"... You forget --cached you're going to be in for a long day.
-
How would you guys feel if your favorite app gave you 3 monetization options.
Crypto Mining at max 70% load
Giving you 100% privacy.
Ads, rip privacy, rip cpu.
Paid content /micro transactions
Rip wallet , some privacy concerns, happy cpu.
Thoughts?6 -
My company has a board on Blind (semi-anonymous social network for corporate employees). We're a startup and have had two layoffs in the past two years, with very few pay increases.
I voiced my thoughts about the future of the company. We're pulling in a lot of revenue (millions a month) but still have a crazy amount of costs.
Someone responded that a bunch of our revenue ops people left for other companies. Another person replied the director that left had a good opportunity, thought we'd get another round of funding and that the company has had some purchase offers (with valuation being the big sticking point).
If it's true, it should feel like some job security. I can't help but also wonder if anon is lying so people purchase more of their stock options to generate more runway.1 -
ES6 gives JavaScript developers more ways to do things. But that isn’t always a good thing.
https://medium.freecodecamp.org/is-...7 -
It would be a pleasure for me if you guys would give me a rate for a website ive just uploaded to the live server. It's responsive but german. If you have better options, for some functionalities, i am open for better ideas.
http://www.lagus.de17 -
What is your last WTF moment? I will start, today I was working on some abandoned tasks, finished the first one quickly and unexpectedly. I thought It would take more time though. The second task -the shitty one- finished it too, again quickly and unexpectedly. There was a tiny fix I should make, which shown on the image below, I wanted to change the CSS of this select box and the highlight color when the mouse is over one option, I spent about 2 hours without any luck, this shitty box has no trace in the dom or any CSS attached to it, I was going nuts, why the fuck this has no fucking trace in the HTML. Ok, I can change the select element background but it would be applied to all the box and the highlight color for the option element can't be changed. The WTF moment is that I was testing the website in chrome inspect with mobile devices enabled and thought, holy fucking shit this is not how the select is supposed to be shown on mobile devices, it will fall back to the native mobile system select element. what a fucking shit is this, I was going to go mad for 2 hours about this genie element displayed here.
-
Sometimes the only options you have are bad ones. But you still have to chose. My life right now. Ah welp3
-
Received a client who managed to crash a Wordpress site in a weird way, now every time I log in to admin to fix it, it logs me out after 3 seconds :|
Fixable, of course.
How does one in this situation (using default options) I'll never know.1 -
Another leetcode interview down. I really appreciate the options to choose your own language nowadays; being forced to use C to figure out byte gaps is like being forced to clean the freeway with a toothbrush!1
-
My manager just rant on twitter .. I think it's time to introduce him this amazing place but I don't want him to listen my opinion about him...
Do we have some kind of block options in devrant??1 -
Aight I’m looking for a new studio desk ad I looked online and the type of ones I want are FUCKING 2500$ so imma just design one or if anyone has any other options for Audio Recording desks then please help me out8
-
I fucking hate how big companies advertise their BIG NEW FEATURE as innovation and jump two major versions because of this...
New update:
UPDATE FROM 2.1.1 TO 4.1!!!
YOU CAN NOW ROTATE THE DISPLAY IN THE OPTIONS SCREEN AND IT ALSO ROTATES ITS VIEW.
WTF?!?!7 -
I hate people forgetting to enable option strict on Visual Basic .NET.
Why the heck does Visual Studio has it disabled by default anyways?!
Only use of disabling it I ever have found is for SignalR, disable it on just the file you need to.
Wait! There's another use, to compile the code of people that doesn't enable it. That is, of course, without rewritting the entire code base! -
Build or Buy NAS ?
I'm currently into buying either the 218+ or 918+ synology, unsure if ill regret not having 4 bays for expanding options?
Hows all yours set up?
#want want it to stream and work with photos and movies like a mediacenter aswell7 -
I'm just about done with this asp project and I feel like I've spent at least twice as long on JQuery as I have C#.
Who the fuck thought methods as string options was a good idea?1 -
I'm facing something strange, I have set the following headers in Nginx to return:
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
x-content-type-options: nosniff
X-Firefox-Spdy: h2
x-frame-options: SAMEORIGIN
x-xss-protection: 1
But I only get them when I browse root of my website, but if I go to https://website.com/subPage
those headers are not returned, now I did set them only on
"location / {}"
Any other headers I am missing that needs to be set?
in nginx, but how do I force it on all sub pages, or there is no need?2 -
Just fladhed windows 10 on a usb stick (4.7GB) and forgot the options for progress...
My suffering increased exponentially -
Idk if it's my putrid chunks of fingers but Play Music's options button always jolts the scroll bar and rarely brings up the menu and I need to fucking complain to somewhere!2
-
Which of the two jobs is better for a frontend Dev:
1. React project, stressful, bad communication, depending on bad internal libraries
2. WordPress theme building, higher paid, promising startup with stock options8 -
Hi devRant!
I need some help on figuring out what to major in
My options are:
-Computer networking
-Computer science/programming
-Computer system administration
-Information Technology5 -
Whisper's support is slow that i think it does not exist.
PS: Give people options to delete their own damn data folks. -
if you work at some company, do you work there because:
1. you enjoy programming
2. you like the company
3. you like the difficult challenge the company gives you to solve
4. just for a lot of money
5. you believe the software you're programming is going to help other people
6. other (please say what)
?
you can choose multiple options but please try to choose 1 that you think is the "deal breaker" on top of all options listed above.6 -
I once had to install a Mac OS VM for a school project. I tried customizing one simple thing in the boot options and I was meet with a green screen with an apple support phone number, no debug options. FML. We ended up begging the TA to do Android app instead, and we did :)
-
What's your favorite terminal emulator?
On Linux I prefer xterm, because of its bottomless config options all through a really nice xrdb -merge command.
On a Mac I prefer iterm2, again for its galaxy of config options and features.
On Windows, I just use putty or mobaxterm to ssh to a real operating system. :)
How about you?7 -
Well I started a new job about a month ago, yesterday the company has been sold, I'll have some options becoming money in a year.
I also got a job offer which basically upgrades my salary and my status, and a huge amount of options (an autonomous vehicle related startup)
FML what do I do?1 -
I have been wondering where i should start from.I am a newbie to programming.Weighing all the options to see which language would be an easier pick.*sigh* (Any help guys?)9
-
If I wanted to make a program that was compatible with windows Linux and Mac, using c# what would be the best options?26
-
Quick question: If you install only Linux (say Ubuntu), and boot your system, do you still see bootloader screen with options to choose where to boot from (Ubuntu/Advanced Ubuntu) like we get when we have dual boot, or does it boot directly?8
-
I just watched the GitHub training videos at http://youtube.com/playlist/... and I am at the same basic comprehension level as I was when I started. Cannot keep track of all the switches, options, and commands and when it's best to use them! GAH!5
-
People are whining about frontend bloat, overengineering, too many packages on npm and whatnot.
And I'm just like: "Hey! You still can write your own leftpads y'know..."
I just don't get why having lots of options has to be so bad... -
okay I feel dumb for this question but for my next internship I need Linux on a laptop.
I have two options.
1, Current laptop with windows dual boot or vm
2, shitty laptop just to Linux.
help me out guys :-/10 -
how many users on devrant use avatars that don’t reflect themselves at all?
i wasn’t impressed with the character builder at all. no funky color options or stupid hair :(8 -
Any advice for a Bachelor's in Computer Science ? I often find myself lost in between all these career options and subjects and degrees.
I just need a little guidance 'cause I got no one to talk to about this...10 -
Hello,
did anyone use devRant api?
rants, comments and other are fine. but for authentication, I always get 405 (I used all options, encoded url as body and all)
Is there any trick that I missed?17 -
Anybody here who writes backends in golang? The preferred way to do so in Go is to use the standard libraries. Does it involve a lot of boilerplate? Are there better options?4
-
Setting up a task with windows task scheduler is fucking confusing if you need time-based repetition. At least if you're not doing it in english. Some options seem like the same thing, some are probably badly translated.2
-
I think the biggest help I provide is not answering really simple stuff and saying “google it” and hanging up the phone.
In my belief if I am to help with trivial stuff she won’t remember it next time but if she searches it or tries most logical options(which means she has to read all options and the text on the screen) she will have higher chance of remembering it or googling it without my say so.2 -
Yesterday I decided to use Vim 8.0. Took me an hour to properly figure out all the configure options before compiling, but it worth it, all my colleagues are jealous now.2
-
!rant
I had a Lenovo x260 and it died. Does literally nothing anymore. So, i bought exactly the same (refurbished) and replaced the drive. Ubuntu is in boot options but does nothing, instantly reboots. Does anyone have tips?9 -
Client: bug: downloading invoice pdf filename is F0000%20client%20project.pdf, fix this!
Dev: Safari browser has this problem since 2014, options are installing chrome on mac or saving file as F0000_client_project.pdf
Client: no, fix this!
Dev: 😫4 -
Hello guys, mom just got an iPhone 8 from a friend who lives in the US and it seems it's network locked as no Nigerian sim card works. What are my options in removing this lock?10
-
What's the best service for managing large amounts of session data in Azure - servers are going behind a load balancer this week and we have too many options for storing session state4
-
Anyone here have tried Expertoptions or iq options? One of my friend talked about it to me and I'm not sure
-
Mfw clicking the share button at the bottom of a rant, then selecting “More Share Options” and then finally Messenger only sends “Check out this devRant:” to the recipient 😂
-
I spent all day working on 3 great options for a client. They look amazing and got a great review from my partner, but the client does not like any of them. They want something basic :(
Why be boring when you can have an amazing. -
I think I just realized what my biggest gripe about our career paths that I hate the most.
This is something that has worsened over time, especially the last 2 to 3 years.
As developers, we have far too many options. Some of the most powerful apps are written with languages that have hard, and I mean HARD, guardrails in place. If the app is written in a language that does not meet this criteria usually a framework has been used to install those guardrails.
We just get our minds so wrapped around the possibilities and the opportunities in the software, that we just can't focus on the end result. We're like puppies that are excited about something and we just piss all over everything.
In my career I have met far too many developers that don't have the capacity and mental fortitude to take control of their actions. Because of this I think the only way for us to stop this corruption, that I feel we are nurturing, the solutions/services that we use need to push back on us and install those guardrails for us.
All this came from a change that Microsoft put in place that seems well intended, but introduces yet another choice and a multitude of opinions in how you release code.
It used to be a simple check box. If it was checked it was pre-release, if it was unchecked it was a production release. That's it. On or off. The simplest choice you ever needed to make on a release.
Now though, there are two check boxes. One for a pre-release and one for a latest release. You can also not check either for some "ephemeral" release? So now something as easy as on or off has been made into a difficult decision on how this works within my pipeline. Now every time I make a release I have to ask myself, "which one do I check?"
I shouldn't need to spend more than a second to identify a path forward on simple shit like this, but here we are with a third choice.
Can we just stop overcomplicating shit?6 -
Partially-inherited a WordPress website today that 1) has a ton of outdated plugins (therefore causing Visual Composer to complain), 2 was upgraded to WordPress 5 without keeping the old TinyMCE editor around, and 3) uses a page builder that's built into the "page options" portion of the Edit view.
We also have to add a couple of pages with the project in this state.
(For those not familiar with WordPress, "Page Options" can't be previewed before the page is published/updated, even though anything inside of the actual content area can.)
We got some work to do. 😐4 -
Today I started a project in which I must parse and extract some features from orders. Features can be product names, options, custom data and more and then do some validations/processing.
The (main) problem ? All I have is a String per order and of course most of the product/options have either change or been deleted.
I want to sudo rm -rf myself 😞 -
Guys, it's first time to post here, i just tired and so lost😟
I want make an apps for mobiles and idk what should be use.
Xamrine, java, kotlin, react, dart, flutter.
Idk there are a lot of Options.9 -
!rant
Hey guys, I'm a beginner web designer/dev. After learning html css js jquery and all that what should i learn next? There are so many options and googling just makes it worse. Any suggestions?3 -
what options do i have left if google merchant licence is not avaible in my country?
anyone facing the same problem as me?3 -
I don't see my around much aged people.
Its like around 30-40s. I wonder if I can survive long in this sector or should I see for another options. But I love being dev :(1 -
- Dictate the user experience of the product
- Get it built automatically by IDE - backend, frontend, whatever, everything.
- Customizability options - make changes to UI, backend structures, database schemas and models
- all of this by just talking in normal human language. -
I'm planning to make a dashboard web app with data analytics. It'll also include subscription option. So I'm trying to decide which language to use on the back end which I planing to make as RESTful api.
Current options for the backend are python, Ruby and php.
I'm not really sure about python. Ruby seems interesting, but I've read its a bit slow and some of the codes does look like magic. I'm very familiar with php, so I'm very biased toward it right now to use php with Lumen framework.
I'm also hoping to scale up the system in the future.
So, can you guys gimme a little help here in choosing a language and framework.1 -
!rant
Sooooooo just got into Discorddd looking for groups and friends? Mostly devs and dev groups and meme groups about devs lol.. any options out there? All is appreciated. Lol4 -
Looking to get a decent laptop for programming which I can use for heavy apps like android studio. I'm open to all options including Mac, surface laptops, need suggestions5
-
How can I make a slideshow like this that goes so when you touch the screen it goes to a page to display options in html css js?6
-
Best keyboards for programming? I currently use the Logitech wave and love it, but would like to explore other options.4
-
It would be great to have sort options in search. Similar to reddit like order by date, likes, comments etc.
-
Wtf.. Was to install Ubuntu on old computer.. Then warning pop-up : pae disabled and so on.. I've tried with forcepae in boot options but failed either
Now I try with mini.Iso.. DAMN -
!rant
There are so many options to pimp my linux system. Is there any point in time, where I will be finished customizing/prettifying my linux? I highly doubt.
BTW.. what is the best way to backup the whole config? (color schemes, themes, gnome extensions)2 -
What universities do you recommend to study CS in France? I need to have three options. Any help is appreciated :)6
-
Looking for some cool coder/developer stickers .. any suggestions .. where I can get max options in min cost ?2
-
Does anyone have suggestions for privacy respecting payment services?
I currently use PayPal and Venmo but I don’t really trust PayPals business practices and am investigating other options.
any suggestions ?15 -
No matter how hard I try within a certain time window only certain options are available and unless I practically kill myself
Its difficult to push hard and far enough to get blessedly out of sync with the slave machine -
I have two options:
Leaving my current role to join a big Bank as a senior engineer
Or
Staying at my current company and get promoted to Tech lead(my current company has been having some major layoffs
What do I do?5 -
Wow. Setting ReSharper -> Options -> Code Inspection -> Value analysis mode to Disable nullability analysis fixes pretty much all of the ReSharper typing lag for me.
Wish I had known this years ago. I love ReSharper, but the typing lag was always annoying. -
started to learn vi. Well, options are amazing, way it works is amazing. But those shortcuts are so goddam not intuitive. Why the heck ce is remove word and insert?!3
-
I wished to buy a MBP for myself, but this new version. I am not going to need any of that fancy touchbar and all. But again the previous version is too old. Looking for other options (lenovo preferably)4
-
Is SAT>IP already dead? I try to find a reliable SAT>IP server but it seems there are only 5 different options available and all are at least 2 years or older. Should I go with TVheadend instead?
-
nobody has any clue how to rollback or how the options we have work under the hood
how good is our devops out of 10?3 -
You may not enter a flamewar if you haven't tested the options for at least a year.
Emacs vs vim? Not reeeeally used both? You're out.
Allman vs 1TBS? Same.
Which OS?...7 -
While writing anywhere ctrl+space should work . It's better to see what all options I have . Missing ctrl+space here on devrant too.1
-
Sat through a phone menu/jail about 5 options deep just to find out the call center was closed. We make smart applications, can't we raise this information to the top when the caller starts smashing the "zero" button a hundred times?1
-
I'm trying to fins an application that can give me a ticker style news feed and pull prices off of poloniex.com. Poloniex does not natively provide an embedded RSS feed so that wouldn't work but I don't know what the other options.4
-
Shortcircuting ALL "OPTIONS"/pre-flight requests on all API controllers to return an "OK" coz fuck pre-flights.
-
Could we have other dark themes on here? I was thinking of something with different combinations of colours and contrast options. What do you think?2
-
(sort of rant but not totally)
so I am using Directus for headless cms and I'm always looking around for other options such as Contentful, but the problem with Contentful is that it is hella expensive in my opinion (249$/month at least after you exceed the free tier with limited capabilities)
So the real question is, do you guys know of any other Headless CMS? -
NPM version : 10
React-Native Library : react-native-get-music-files
Installation :
npm i --save react-native-get-music-files
rnpm link
Things I Have Already Tried :
rnpm link react-native-get-music-files
react-native link
npm install
react-native run-android
REINSTALLING
MAKING A NEW PROJECT
Details :
Its documentation says add import com.reactlibrary.RNReatNativeGetMusicFilesPackage; but when automatically linking , it adds com.cinder72.musicfiles.RNReactNativeGetMusicFilesPackage;
Manually it is showing com.reactlibrary.RNReatN... is not found.
Automatically everything is working fine.
Error :
In the react-native-get-music-files/index.js
import { NativeModules, Platform } from 'react-native';
const { RNReactNativeGetMusicFiles } = NativeModules;
const MusicFiles = {
getAll(options){
return new Promise((resolve, reject) => {
if(Platform.OS === "android"){
RNReactNativeGetMusicFiles.getAll(options,(tracks) => {
resolve(tracks);
},(error) => {
resolve(error);
});
}else{
RNReactNativeGetMusicFiles.getAll(options, (tracks) => {
if(tracks.length > 0){
resolve(tracks);
}else{
resolve("Error, you don't have any tracks");
}
});
}
});
}
}
export default MusicFiles;
It says RNReactNativeGetMusic files is undefined.
I tried console log NATIVEMODULES and it shows nothing as RNReactNativeGetMusic or anything similar.2 -
Nobody likes chatbots/conversational UI for anything other than chat, right?
I have a savings app with conversational UI. I press one of a number of options e.g. "Savings". There's this artificial delay after the network request has been made so that it looks like the app is typing back at you. Why???
You then get another limited set of options, or you can tap "Back". These options are supposedly as if you typed it back as a response.
I can get three "questions" (levels) deep, let's say to deposit cash, only for it to turn around and say that I've reached a daily/weekly limit? At each level there's this awful delay, and you already knew I wouldn't be able to perform the action regardless of my responses after my very first "message"!
Why is this good/popular? And the whole thing totally breaks if there's any loss of connectivity.
Stop it. Please. -
1. Can I use dt-options to reload dynamic data (Ajax) using angularjs datatable.
2.if yes.... How?
3.can i use jquery datatable and angularjs datatable in one application but different controllers? -
Is SAT>IP already dead? I try to find a reliable SAT>IP server (COTS) but it seems there are only 5 different options available and all are at least 2 years or older. Should I go with TVheadend instead?
-
Do you guys have a good encrypted Email Server ? currently checking out Lavabit. maybe you guys have any other options17
-
Any way to increase tab font size in xcode 12? Or Apple only gave an option to increase navigator font size (well three options instead of customizable font size .... but at least I can now better read dir tree of my project lol)
-
If you are to buy a new laptop, which color would you choose?
Suggested options (u can add):
Black
Silver grey
Silver
White
Red17