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 - "somewhat"
-
buzzword translations:
"cloud" -> someones computer
"big data" -> lots of somewhat irrelevant data
"ai" -> if if if if if if if if if if if if if else
"algorithm" -> something that works but you don't know why
"secure" -> https://
"cyber security" -> kali linux + black hoodie
"innovation" -> adding something completely irrelevant such as making a poop emoji talk
"blockchain" -> we make lots of backups
"privacy" -> we store your data, we just don't tell you about it40 -
Last time, my friend said CSS stands for
"Custom Sexy Styles" (dig into my older rants)
This time, he said
"Centering Somewhat Sucks"
Now he knows the deal.12 -
So today this Mother F**ker get HR to back him up to accuse me of not communicating well in the team because I consistently asked him (the code owner) why he kept coding not following the coding guideline.
How is it not communicating? He literally ghosted me and blocked me every time I ask him questions. Which I somewhat don't understand what he is trying to do. HR lady told me that a senior software engineer should have the knowledge to understand everything and all the code.
But the code looks like this :41 -
Storytime!
Manager: Hey fullstackchris, the maps widget on our app stopped working recently...
Dev: (Skeptical, little did he know) Sigh... probably didn't raise quota or something stupid... Logs on to google cloud console to check it out...
Google Dashboard: Your bill.... $5,197 (!!!!!!) Payment method declined (you think?!)
Dev: 😱 WTF!?!?!! (Calls managers) Uh, we have HUGE problem, charges for $5000+ in our google account, did you guys remove the quota limits or not see any limit reached warnings!?
Managers: Uh, we didn't even know that an API could cost money, besides, we never check that email account!
Dev: 🤦♂️ yeah obviously you get charged, especially when there have literally been millions of requests. Anyway, the bigger question is where or how our key got leaked. Somewhat started hammering one of the google APIs with one of our keys (Proceeds to hunt for usages of said API key in the codebase)
Dev: (sweating 😰) did I expose an API key somewhere? Man, I hope it's not my fault...
Terminal: grep results in, CMS codebase!
Dev: ah, what do we have here, app.config, seems fine.... wait, why did they expose it to a PUBLIC endpoint?!
Long story short:
The previous consulting goons put our Angular CMS JSON config on a publicly accessible endpoint.
WITH A GOOGLE MAPS API KEY.
JUST CHILLING IN PLAINTEXT.
Though I'm relieved it wasn't my fault, my faith in humanity is still somewhat diminished. 🤷♂️
Oh, and it's only Monday. 😎
Cheers!11 -
!rant
Deployed my first website to production yesterday and the world isn't burning, the error logs have been empty and my (non-tech) colleagues think it is amazing.
I'm somewhat proud of myself.8 -
Have you ever noticed something?
Those people who are somewhat into PC gaming and then have a day job behind the desk pushing buttons...
...More often than not have their hand resting position on WASD / left shift / space ?
Every time I notice this on myself or anyone else - kinda find it amusing 😄8 -
I ranted about this somewhat in the past, but my biggest hurdle has been my family and friends. Please don't take this as ego or conceit, because I don't feel this way about myself. But they all say because of my exotic appearance (Being Japanese and Norwegian) that I should be a model, dancer, actress, or some other vapid thing.
I love tech. My dad is an engineer, so I've been surrounded by tech since I was very young. So now that I am out of high school, I want to turn my coding hobby into a career. My family and friends are not necessarily discouraging me much anymore, but they still aren't supportive. Doesn't matter though, this is the path I've chosen.24 -
So, I saw this on Reddit, and I thought about sharing it here...
What do you think? It's somewhat accurate, or it can have some changes?
(The Chaotic Good made me chuckle 😂)23 -
One of my friend at college asked me why her computer is running slow even when she is running only chrome.
Me: how much memory does it have?
Her: 1TB.
Me (somewhat confused): no no I meant RAM.
Her: yeah yeah it's one TB. I read the specifications of the laptop.
Me: *in my mind, fucking read it again* please read it again. You must have misread it.
Her( grinning face ): alright.
Guess who didn't talk to me for a week. 😂14 -
Today was bad day.
- only had 3 hours of sleep
- 1.5h exam in the morning
- work in the afternoon until 8pm
- 1 drive crashed in a RAID5 array
- wasted hours of data copying
- my hands and arms got really dirty from all that nasty trump-face-colored dust in the server room
- nothing new in the west
- I have to get up in 4 hours again to start a new copying task
- I only knew it was friday today because the devRant meme game was reaching the weekly peak
- lists can save lives
- good night 😴2 -
Firefox Quantum is the only software in beta stage I know of, that is more stable than the release one. I have to admit that I am somewhat of a fanboy when it comes to Firefox since I have been using it for the past 12 years. I never admitted it's quirks even though I secretly knew chrome had a better performance and stability lately. This rebirth gives me so much hope! YES! Firefox is not dieing!8
-
Seriously anyone who doesn't use english names for variables and shit, get the fuck out! I don't care how many dicks you sucked, don't fucking do it!
I'm working on redoing a somewhat big database with a small team and the fuckers who designed the new database decided to use danish names everywhere and misspell shit! What the fuck are you doing!
Who the fuck calls it a birthdate? and misspells the danish equivalent?
And what the fuck is this, using _id and ID like they are the fucking same thing!?!
For the love of all that is holy, stick to english, one naming convention and check your crap spelling!
AARGH!19 -
So I had another seizure last night... (yea not fun), it's been awhile and yesterday's, I have no recollection of what happened.
But today, what do I do? Make sure I can still read and code :)
Honestly, if I forget how to code, not sure what I would do.....
Oh and I just wrote this and somewhat related:
https://medium.com/@allanx2000/...21 -
I download a lot of different stuff all the time. Often times I don't actually get around to cleaning it up. Thus, I decided I needed to build a script to further encourage my bad habits.
Here I've built a script for both Windows and Linux. It's designed to take all the files in the current directory and move them into their own folders based on their extensions. Why is this useful?
It's fucking useful when you're not having to swim through fucking mountains of content.
Anyways without any further ado here are the scripts.
Linux
#!/bin/bash
for i in *.*; do
filename=$(basename -- "$i")
extension="${filename##*.}"
extension="$extension"files
mkdir "$extension"
mv "$i" "$extension"
done
Windows
@echo off
for %%i in (*.*) do (
if not exist %%~xifile md %%~xifile
)
for %%i in (*.*) do (
if "%%i" NEQ "movingFiles.bat" move "%%i" "%%~xifile"
)15 -
I swear 90% of people who apply for a dev job couldn't code to save their fucking lives.
Like wtf? You can't apply for a job as a commercial pilot, then turn up and announce you've never flown a plane before, so why is that accepted as being somewhat expected in development?
Fucking hell....9 -
Python:
* looks nice when written
* painful to write nicely
Perl:
* looks horribly when written
* easy to write
C/C++:
* looks cryptic when written, hard to follow
* difficult to write
Java:
* looks somewhat nice if written well
* easy to write
Shell:
* looks crippled
* a breeze to write
it's like nice'n'easy doesn't even exist..24 -
MASTURBATION!
Just kidding. What are you, @Agred, twelve?
Mostly I'm going for a walk. If somewhat cleaner air won't help me I'm giving up entirely and driving home. Most of the times it gets the job done, as after around 20 min of driving my head gets clear enough to find some idea to push forward with task at hand.
Playing some video games for few minutes also let's me rest a bit and sometimes find a solution. Although this isn't something I would do often in the office for obvious reasons.13 -
There will always be that one person who ruins all the fun
PS: Speaking of JQuery, I really found it to be somewhat slow. Is it slow or am I doing something wrong?8 -
I finally realize why the managers at my work are so against remote work.
We've gone remote now and had a meeting yesterday that somewhat demanded people to be engaged. I have never seen such grown up and otherwise professional people act so irresponsible. Managers had to raise their voice towards 30+ year olds in order to get their attention.
I've been silently hoping that remote work would become more accepted, as a silver lining, during this Corona shit. But if this is common behaviour in other workplaces then I guess I can kiss that dream goodbye.10 -
I think having the wrong job can really bring down the quality of life.
My friend has to drive two hours each way to get to and from work. That's four hours wasted commuting.. and his job is service desk agent.
What are the consequences, you ask? He never has a spare second to talk to me, he's quickly developing gray hairs and he has no time awareness.
Having the wrong job is unhealthy and results in a cascade of bad side effects.. When most of your day involves work-related things, that's just wrong. There is no Yin-Yang there. I know because my work life is somewhat balanced.12 -
Atom please!
Why does it have to be so slow? It's so pretty though. Mesmerizing even and I can never go back to sublime now.
The lag and crashes is killing me slowly, like a hot girlfriend that is somewhat crazy..29 -
As a software engineer, I decided to participate in a hardware Hackathon. I went in not knowing much about the subject, but by the end of the weekend, we made a fully functioning (somewhat janky) jacket that could roll up or roll down its own sleeves depending on what your body temperature was (inspired by Back to the Future 2). We also created a remote, so you could control the length of the sleeves as well. It was the most off-the-wall, ballin project I've ever been a part of.10
-
I GOT A PROPER DEV ROLE!!
The days of bemoaning the quality of devs on a product and logging tickets that never get addressed are coming to an end!
Edited: autocorrect changed it to "loving", somewhat optimistically7 -
Somewhat unpopular opinion time. I don’t 100% hate Facebook.
I do not support their data collection, but my biggest problem with FB is the users. My connections are inherently idiots because I’m in high school with people who are way too narcissistic and full of drama. I left FB because of the toxicity, and the data protection as a result was a bonus.
I support the original mission of Facebook, to connect people. I just wish it was still about that.4 -
!rant (maybe somewhat drunk)
I'm a moderate gamer, and I like online gaming (battlefront, rocket league, that kind of stuff). And I can say that from all online communities i've seen, devRant is by far the less toxic one, being actually extremely nice.
Most dev communities i've been part of are extremely competitive, but devRant is all about sharing and caring.
A big bravo to you all, and thanks!6 -
Actual conversation today with one of my remote developer teammates in Ukraine
Me: "next up I'd like to discuss the 'bigger picture' so you have context for the next tasks..."
Dev (after an hour or so and some chat in between...): "Yes, could you please send more details about a large images issue?"
Me (somewhat perplexed): "what are you... oh! Haha"
😂😂😂4 -
Some of the dinosaurs maintaining legacy systems are rather well meaning, but somewhat frustratingly don't seem to have updated their knowledge of what counts as "a lot of storage space" beyond the early 90's. Just asked one of them if they could dump all the legacy logs to AWS each day so we could keep them for 6 months or so (they're rolled over weekly otherwise.)
"Well I mean we can, but are you sure? *All* the logs? You could end up storing close to 100MB of logs a month! Won't that be prohibitively expensive?!"
It's rather cute really.11 -
Discussing a somewhat small and narrow website project with a customer. Then the customer asks me how I'm going to load balance it.
My initial thought was:
You mean how to loadbalance maximum 10 users??2 -
My fellow coworker dev just sent a staging site link to our CFO to review some new functionality...
CFO clicks on our corporate HQ link in coworker's email signature instead and berates coworker for sending him the wrong link...
This person is somewhat largely in charge of making decisions that affect our digital marketing, website budgets, and strategy.
I can't make this shit up.6 -
There is a function for creating random numbers.
So with the same inputs , I must get the same output.
So it is somewhat predictable.
So it is not actually random!
Am I tight?20 -
Just finished making the interface for my app in WPF only to find out that it will be waaay harder to plug it to WPF than I thought.
In fact, it would be easier to just remake it from scratch in WPF - which I'm planning on doing when I get some free time.
Don't you just hate when that happens?
..eh, at least it looks somewhat good.8 -
!Dev
Hello guys, here is my first rant about my job. So, I work in marketing, mostly content and SEO as the main job and my 2nd job is a somewhat-somehow webgrafic design-something (blame my fiancee for this). This one is about my content job.
As a content, my main role is to translate information (health tech, tech or anything) in a somewhat comprehensive way so about anybody can read my articles. And boy, I love my job, the research part, the writing part, almost everything. But on some days I have to find a way to explain protozoa to normal people. Aaaaaand today I have to explain this shit!
Now, how the f*ck I will manage this, I have no darn clue but I am starting to learn how my dev fiancee feels when he has to explain some complicated stuff to his clients, I swear!8 -
Every now and then I see neovim being mentioned here, which sparked my interest. Currently I use vim, vi and the likes. Given that I'm at least somewhat familiar with these, what are the differences between them and neovim, benefits of one or the other, and ease of migration?
As for why I'm not going to Stack Exchange to ask this question - I understand that this will be very opinionated, which I find desirable. There's nothing like actual user experience. But Stack Exchange being the way it is, such questions would be shot down immediately :')8 -
This is a somewhat old story. I joined a project in making a 2.5d platformer in Unity. A couple months in, the project manager had decided that this game would have two sequels, an MMORPG, a live-action movie and a web series. He informed the whole team of this decision. One week later, every member of the dev team had left. This scope crept forth from the depths of hell and ruined a simple project. Lesson learned: Keep the scope small and don't bite over more than you can chew.
Edit: I know that you should dream big, but don't make 4 games, a web series and a movie simultaneously.3 -
The commonly touted "best" experiences are when you just get told "wow, this code is amazing!"
I hate those code reviews.
The best ones are the ones where I get my code completely ripped apart by 10 different people in 10 different ways. Some of them might be amazing. Some of them might be arseholes thinking slating other people's code is how you climb the career ladder. But they all generally teach me something, and they all cause me to stop and think "hmm, have they got a point, or is my original design better?" The discussion that comes from those reviews is also often very interesting; and (when done well) the whole process can become somewhat of a teambuilding exercise for everyone involved.2 -
A support request came in at 4:30 this afternoon, I logged onto the server somewhat pissed off that there was a support request at this time on a Friday.
I checked the logs and noticed 500 errors coming from our integration parter after a little log checking and with glee I declared "not my fucking problem!" I replied to the customer and ccd our partner. Have fun bitches, next time deploy your new version when we fucking agreed! -
Windows: Would you like me to give all your data to MS or somewhat less data?
Me: Well .. I guess .. I'll choose the Basic option..
Windows: Here is a fun fact .. I'll send all the data regardless of your choice :)
This is what's happening in the background, I think. I mean there isn't even a phuqing option to turn this thing off.19 -
I've started writing Rust code for fun. My initial experience with it is that its like writing a program wearing a surgery mask and latex gloves with a condom around your keyboard, while you sit in a padded room with a nanny nagging over your shoulder.
The borrow checker is somewhat of a pain in the ass to deal with.
But that said, I've never been so safe and confident my code won't fail during runtime before.
And the best part: it's blazing fast.7 -
Actually I'm pleasantly surprised about Windows' stability nowadays. It's capable for running for up to a week with no stability issues, whereas systemd on the other hand.. let's just say that my Arch containers could do better right now.
Data mining aside, damn man.. Microsoft is improving for once! Is this the so-many'th unusable/somewhat stable switch? I mean, it's not like we haven't seen that happen yet! Windows 98, shit! Windows 2000, kinda alright! Windows Me, shit! Windows XP, kinda alright! Windows Vista, oh don't even get me started on that pile of garbage! Windows 7, again kinda okay! Windows 8, WHERE THE FUCK DID THAT START MENU GO YOU MOTHERFUCKERS?!!! Windows 10, well at least that Start menu got fixed. Then it got into some severe QA issues, which now seem to have gotten somewhat fixed again.
I'm starting to see a pattern here! 🤔13 -
We work with about 7 developers at this company with 80 somewhat websites in production.
We edit changes directly trough FTP and we use ctrl+z as version control...
(yes since i started working here I've been demanding git, I'm spearheading it and we are getting there slowly)4 -
Three word story:
I saw the infinity rant @linuxer4fun created and got inspired--it's about time we write one of those somewhat nasty, utterly random, amazingly sophisticated three word stories (spanning unto eternity!)
This means I start by writing three words, somebody else responds to that with three words, keeping within the context of the previous one, with the ultimate goal of writing an epic tale together (of dragons and stuff!)
You're not allowed to write a comment if the previous comment is yours:
if (comment.previous ().owner == you)
return false;109 -
Probably the last person to enter this, but fuck, it's done! Somewhat, but not totally inspired by this week's theme, I went to Ikea today and bought this brand-new beauty, along with a rug and small LED strip and OH. MY. GOD.
Technically didn't clean it off because it has never been dirty before. More pics in the comments. Holy shit I love it.8 -
What manager says: You should support IE because a very large portion of our userbase is already there and they somewhat comply with web standards so it shouldn't be that hard. Also most good sites support IE so we should support it too.
What web developer hears: blah blah blah SUPPORT IE blah blah blah SUPPORT IE9 -
Do people often misinterpret your sarcasm as being genuine maliciousness? This somewhat frequently happens to me.7
-
Six months ago I got hired for the first time in a company.
Before that, I thought that I was somewhat able to do programming.
A few weeks in, and I realized that I know shit.
Luckily, my colleagues are very patient and very skilled. I have learnt a lot more in this six months than years of self teaching.
Anyone like me?9 -
Hello World! First post here. I'm literally done with frontend stuff. I want to design code, not to code design. Unless it's Processing. I find it cute. So.. I have a somewhat handy grasp on C++ because of a class in electronics course, Python seems quite easy to catch. I'm totally new to programming. I'd like to get into software, game development and android development (but I would like to do things cross-platform).
Which paths, resources, languages, useful books, videos, or just anything would you recommend?
To be fair, I have no coding friends so mentorship or simply finding code buddies would be great. 💜7 -
Opened devRant while sitting in public transport.
Suddenly, the dude sitting next to me starts talking to me.
Nearly got a heart-attack because I thought he was going to say something about the devRant feed I was scrolling through or even reveal he was also on devRant. (Dude reminded me of some of the guys on the face reveal. Also, wild beard. XD)
Now somewhat disappointed but also relieved he wasn't a fellow devRanter. (I probably am a social being but when someone catches me off-guard I may react awkward.)3 -
Bethesda is full of shit. Starfield somehow needs a super new PC because it alledgedly uses modern SW tech.
Strange point: while a high-end PC with 7800X3D and 4090 makes the performance bearable (though not great), the graphics don't look spectacular. In fact, they look outdated.
No Bethesda, you don't use modern tech. You require modern HW tech to make up somewhat for your shitty engine and incompetent devs.15 -
First personal project in my new employment.
This is the situation:
[ • ] Frontend
Drupal with custom module which load an Angular 6 application inside certain urls. Da hell for my eyes but interesting in somewhat.
[ • ] Back end
SharePoint "database" middled by a my-boss-written Java layer used to map SharePoint tokens in something more usable2 -
Gaming on Windows vs Linux:
Windows:
After installing windows, and downloading Minecraft, I was able to run it at a solid 60fps while stretched across 3 monitors
Linux:
After installing, and spending many, many hours trying to set it up to detect more than 1 monitor, I admitted defeat and decided to play on just one. This monitor was also set at a weird resolution, which I briefly fixed, but then broke again immediately. I downloaded Minecraft and after running it, I was able to get a somewhat solid 7fps (10 if I was lucky).
On the bright side, it was able to run a terminal based game just fine on linux.34 -
I am actually a bit angry that there is no fucking thing to rant about at my new work - no dumb clients, no dumb project managers (I am doing project management with the boss and the company is somewhat startupish) and the project is interesting as well.6
-
Worst hypothetical Dev job... hmm 🤔 well I think I have the right scenario for you. A medical company stores patient charts and critical life saving information in a database. This database makes medical decisions for lifesaving incubators and if there’s a bug it means 10,000 newborn sick babies will die because of your fuck up (oh and you’re criminally liable too so good luck!). But beyond the high pressure job that sounds at least somewhat normal, the database is written in a special form of assembly for a custom undocumented CPU where only one copy in the world exists so all tests and development are on production. Google and StackOverflow is banned so your only resource is your brain. Good luck🍀9
-
I started accidentally. My (first) boss asked me if I knew MS Access. I bluff and said yes, of course.
Then one time I needed a somewhat more advanced macro and started with VBA. My addiction began to grow.
After that I discovered VB.NET
Began programming with AutoCAD. Switched to C#.
Did some HTML CSS JS on the way.
No I'm a C# AutoCAD developer.
All of this started with a little bluff 8years ago1 -
Have a somewhat good game idea/concept...
Have no experience with game engines...
This could take a while10 -
Majority of the hacking tutorials:
Tutor : Now we are going to set up two virtual machines to practice our hacking.
Me : Yes finally some useful practicals
Tutor : First one is Metasploitable
Me : What? This OS literally has its name derived from exploitable! How would it be useful in real life! But its ok, there is one more OS for practice, i am sure that one will be better.
Tutor : And the second one is "Windows XP"
Me : *MOTHERFUCKER!*
P.S.: I understand its not the case for all tutorial and it is somewhat necessary, but still it gets me a little.2 -
I really wish every school curriculum made a basic programming class mandatory. At worst, it would give everyone somewhat of an idea of how computers work.6
-
At my first job, our employee email addresses followed a somewhat unusual naming convention: last name plus first initial, e.g. smithj@company.com for John Smith.
They were ultimately forced to change it, though, when they received a complaint from a new employee. His name? Tommy Shi...6 -
Me: deployment exploded, the database has to be restored.
C: yeah, the latest backup we have is is from Q1 2016
Me: wat? We have almost weekly changes of the database layout, let alone the content.
C: yeah, you have to execute somewhat 60 sql files ... Have fun
* Sitting in a corner and staring apathecally at the wall*5 -
Alcohol is somewhat only a socialising drug for me - so I never coded when drunk.
Is it an experience worth making?4 -
Dev Community
On Facebook groups- most are scams.
On SFO - strict.
On Reddit - Somehow helpful
On Telegram - 'nobody cares about you'
On Wechat or CSDN - They curse you.
On Dev.to - incomplete.
On Gitter - 'no body cares'
On slack - boring.
On Naver blog - somewhat helpful.
On whatsapp - crypto referal links everywhere
On Twitter - 'JAVASCRIPT bla bla bla'
On Google GRoups - classic
On discord - friendly
So far what I experienced, what about you guys?10 -
What an awesome feeling it is to have three meetings sceduled for tomorrow and not have made any preparations for either of the because your workload is somewhat a fuckup and you also just don't fucking give a shit anymore.
Quitting at the end of the month.
#funtimes4 -
Pro tip: Don't cheap out on dongles for newer macbook models.. Bought a (somewhat) working Chinese dongle with 4 ports. Fire hazard and I think my 13" mbp just farted a fireball4
-
Not quite a rant... more of a question.
So, I'm almost 40 years old. I have a lot of work experience in varying fields, much of it in low-level management.
Truth is I've ALWAYS wanted to be a programmer.
I recently got into a somewhat competitive training program
where I'm learning to write Java, and will subsequently learn Android development. It's fairly in-depth, so it will take 10 moths to complete. My ultimate goal it's to work as a mobile dev at a great company, making products people love. Ambitious, I know.
My question is: Am I a fool for attempting to get into this field at this age? I'm starting to panic a little. I'm not sure if I'm wasting my time, or if 40 is too old to be the "newbie".
Thoughts?13 -
This is somewhat oddly satisfying because the dip corresponds to the day I had my birthday, and that gives this graph a pretty smooth and symmetric curve :p
-
Just had a great interview :)
The guy was really cool, asked actually relevant questions (my learning process, what I specialize in, etc), talked about the tech they'll be using and none of that "wHaT aRe YoUr WeAkNeSsEs?" bullshit.
He seemed to like me, he seemed to like the fact that I've been programming for a long time even though I'm in my second semester in college and he also seemed to like that I'm somewhat of a Swiss army knife, a jack of all trades but master of none.
I just I was a bit too informal in the interview but whatever. I'm not taking this very seriously, if I get the job I get the job, if I don't that's fine too.6 -
i am actually exciting to go to work tommorow.
Thats weird.
Over the weekend the gf was away and it was quite boring, gaming didnt do the thing so i relaxed quite a lot but i am somewhat excited to continue to work tomorrow, to further my project. I was able to stop to do nothing at home, but still..its a bit weird3 -
Social media has made so many fucking stupid people famous, I don't see any advantages of all these platforms!
And while writing here this, I am also being somewhat hypocrite!
"Likes","retweets", ++", fucking kerma...all are creating much of the fucking trouble already!
(Excluding /r/aww)3 -
I have found the solution to my general distaste for frontend work:
Bourbon
You see, i generally dislike working on the frontend. Mostly due to it being what I do every week at work. But during my xmas break I decided to look more into some advanced css to get shit done in more effective and better architectured ways.
SCSS makes it somewhat better. But what really makes it awesome is the bourbon.
Yay for alcohol.
In my defense, I barely ever drink. A couple of glasses before a coding session serve me pretty good.16 -
At first, I was skeptical and somewhat resilient of trying Arch Linux. As a former Debian based distros user, I have to say : once you go Arch you don't go back! Time to 🍚 it up a bit more!6
-
Do you think refactoring code adds value?
Pick one:
1. Hard No (Only refactor when there is a dollar value associated with it, i.e new feature depends on it).
2. Somewhat Yes (Futureproof your code, anticipate easiness to build feature requested in future).
3. Yes (Developer happiness, retention and for point 2)27 -
I really do like Flutter/Dart but I just cannot be the only who thinks that the way to create several nested components/widgets is even close to somewhat readable, what the fu** Google.6
-
Will happen:
- Leave current shitho...job and join something exciting
- Draw at least 1 manga chapter, im fine if its a one shot or something, i just wanna do it
- Master ocaml
- Move to a big city
Will happen, just not necessarily in 100wks:
- Arduino up my car
- Start a company
- Have at least one open source project that is somewhat successful. Id be more than happy with like 20 stars on github. Currently working on a REST backend generator, that might be big.
- Get a cat.
I hope will happen at least sometime:
- Move to USA
- Finish a Volkswagen collection
- Have a career as an anonymous dubstep artist2 -
I get it, Java is an old language that's verbose as the day is long. But damn, please don't make it *even more verbose* than it needs to be. We've got the tools now to make it at least somewhat tolerable.
I mean, come on, we've got lombok, we've got streams, and we've had Comparator.comparing since Java 8. That's the best part of a decade you've had the luxury of writing single line comparator implementations out the box, but noooo, certain people have to pretend they're stuck in the 90's by thinking these multiple if / else statements are somehow still the best way of doing things.
Dahhh. Skill up people. This is not an industry where you can just do everything how you did it 20 years ago and call it good.5 -
Have somewhat of a headache but I still want to work on some stuff so I started using f.lux and it's so much easier on my eyes than having the full on blue light burning my eyes out. Any one else using f.lux here?7
-
Welcome to devRant, where everything is about our jobs and the points somewhat matter. (because swag and all)2
-
I hate that "integer overflows" have become somewhat pop culture because anytime I see someone try to use it in a joke, they use it wrong.
I've even seen people confuse them with stack overflows and be like "my intelligence is so low it stack underflowed and became the max of an integer value!"
Or "It overflowed and became zero again" ah, I guess it happened to be unsigned and overflowed by precisely 1 then eh?
So cringe15 -
I have a feature suggestion for devrant: some kind of polling system.
This idea came into my mind with the survey a few days ago.
Since almost all of us are devs, aspiring or experienced, we can expect (somewhat) professional opinions, e.g. on how to tackle a specific problem.
Maybe it's even possible to make this a paid service somehow. I thought about this:
Open a poll for all registered users: $0
Add requirements for a user to have to be able to vote on the poll: +0.99$ each:
- has ranted at least X times
- has at least X ++s
- has a StackOverflow account connected
...
This way, the OP can narrow down the target audience to a specific group.
Maybe...? I don't know if something like this already exists somewhere else.3 -
I was cleaning up my hard drive and deleted some old directories.
I was notified that my backup just started and wanted to look how far along it was.
However, instead of 'ls -l /mnt/DATA/Backup' my shitpile of muscle memory typed 'rm -rf /mnt/DATA/Backup'... That's when my harddrive suddenly had 750GB of free space and I decided that I probably need some sleep.
Before any of y'all wanna lecture me on off-site backups, funny thing: Today I implemented a new daily backup routine (praised be borg) and therefore deleted my somewhat chaotic Backups on my NAS "Because if shit hits the fan, I still have my local Backup"2 -
I built a basic MVP for a client as a proof of concept for his startup. It was a quick thing just to prove a point do I rattled it out in procedural php.
Sadly it was successful and has somewhat taken off. It’s also grown arms and legs.
It works. The user will never know, but the code is SHIT. I never thought it would still be here.
I’m want to re-write it now in laravel.
But...... ugh1 -
wk22| Tom Scott,
I just love watching his videos. Its always inspiring and getting me into a somewhat good mood.
Even the non tech related ones.2 -
We got degrees celcius below 0, even a bit of snow laying around and the train is NOT half an hour late.
Can this be?
Is this the real world?
Normally they go "oh, could be snowing today, let's fuck that shit up"
I would say, today there is even a small chance that I get where I want to go SOMEWHAT IN TIME, yeah!😅7 -
JS interview:
– we expect you to know the concepts of immutability, persistence, software architecture and systems theory, methods of analyzing complexity beyond the big-O notation, safe parallel code execution with web workers, WASM, modern web standards including working drafts, progressive enhancement and graceful degradation, WCAG recommendations and web accessibility in general, UX strategies and modern graphic design trends. Nice 20k github stars you got there. By the way, what's your opinion on modern optimistic UX?
– I know this all but I somewhat disagree with some status-quo UX strategies
– unfortunately it's a no
PHP interview:
– Do you know how to wipe your ass?
– *excited hysterical jumping with head nodding*
– You're hired25 -
Whole class: makes an sql database using phpmyadmin. Simple, easy, meets the requirements
Me: fuck it. Use python with pyqt5. And Microsoft sql server Spend unnecessary hours on making repetitive functions, cause my stupid ass can't figure out how to pass more than one parameters in class methods.
All in all, it looks good. I feel like I did something, learnt something new. Took on a challenge. Its a wierdly good feeling, somewhat rewarding.5 -
1.Get my SOLIDWORKS cert
2. Microsoft Certs
3. Microsoft Python Cert
4. Buy a 9 string
5. Have my album ready for August
... Any other suggestions for a somewhat beginner Python Dev3 -
Forced to take a "course" on agile. "Course" meaning 6-7 150 minutes sessions of uselss blabber. Fucking hell this is exactly like the worst of college courses.
Such a massive waste of time.
Giving my honest, somewhat filtered opinion in the dev group, I am in the minority it seems.
"But it's such a great opportunity!"
"<MANAGEMENT GUY> really pulled some strings to get us this course and I am fully confident in <MANAGEMENT GUY>'s criteria."
FFS, he's not in this chat. You won't get a raise by brown nosing him this hard you twit.13 -
A friend told me that VSCode is somewhat like an IDE and was comparing VSCode with Webstorm...
Am i right that VSCode is a text editor and not a freacking IDE ? ☺️30 -
Idk why but i rarely see devs who lift. All i see is 2 different types of devs;
- who runs
- who doesn't run which either leaves him to be very skinny or somewhat fat which both cases are unhealthy af.10 -
Just wrote an angry email about the unrealistic demands towards my team. Got a call an hour later from [product owner] where he had the most worried voice i ever heard because we are the only data scientists in the research. I expected an email reply in 2 weeks, seems like we are somewhat important here.2
-
its been there since many years, but:
When did we turned the wrong way and made it acceptable that Windows can blantly say in my face that i cannot deactivate the transmission of data unless i have the "Business" Variant of their Software. Its called Windows 10 PROFESSIONAL. Why are there no international Laws against that? Where was the molotov throwing mob when this became the norm?
Additonally. that cute telemetry service consumes a considerable amount of cpu and disk power from time to time.
and no, Linux is not an alternative. It never was. There is proprietary software and driver sets used for lab equipment and machines that cannot run under linux, noone will ever have the time to tool something for it and the user base is too specific to hope for any community solution.
sidenote: even Level 0 STILL transmits data. I want mode -14 -
What the heck COVID!
All the days have been blending together for the past 6 mo! What day of the week is this? Who am I? What's the meaning of life? Have I ever left the house?
Not going outside, getting alienated from my friends, getting somewhat anxious for no good reason...
Its so weird! This eery, suffocating stillness.
Alas! I hope the day comes soon that I may frolic in the multitudes of people!11 -
!dev
(somewhat related - https://devrant.com/rants/2267398/... - it's same guy)
So today he came "our website is down" and started to act like end of world came. Than he sent us screenshot (not made by him, made by customer) that site is down.
He didn't even checked himself.
Sure enough, there was typpo in URL. something like exxample.com
lol. It's not been an hour and bullshit all over the place already starts ;-;2 -
I hate all the hate, violence, and abuse in the world. I live somewhat close to one of the recent mass shootings and I’m fortunate to not have known anyone involved. But I wish we’d just stop trying to point fingers and actually do something about the mental health here. All the Racism, Sexism (on both sides), and mental health that goes unchecked genuinely makes me sad. And this bullshit with Walmart taking down any advertisements for “violent video games” but still selling guns is horse shit. Idc if you sell the guns but if you’re going to fuck over video games for nothing because they’re never the cause, then stop selling guns if you’re rolling off this bullshit logic.
I hope everyone is safe and doing okay.8 -
I recently got into an argument with some people, and I want your opinion. I did a speed code in Java (just sped up clip of programming, because it looks cool lol), and someone commented:
"Way too much static abuse here. Jesus"
In which I replied:
"Actually, sir. There is near none at all, just because I use static methods does not make it static abuse. A static method belongs to the class, and is somewhat permanent. It is not a type (instance, cat, dog, animal, etc.) class, it is a Utility class, much like other dependencies you'd use are Utilities and not types."
To which they reply:
"Getting and setting is a Utility?"
Boi. If it is a static variable, yes. Like, what?5 -
!rant
University assignment asks to create some encryption harder to break than Caesar Cypher. So I decided to go online and look for some tips on making a somewhat decent algorithm.
Universal answer: don't do it
😶
Well then, night off I guess 😎2 -
I was teaching students most of the time, in the last year teachers where somewhat forced by my internship company to be open for the knowledge students have, so that is when I started teaching teachers as well.
Its the worst experience I ever had. -
Am annoyed. Not mad, just very disappointed. So the guy I emailed yesterday about doctoral research positions hasn't responded yet, and this is causing me somewhat of rejection anxiety, specially considering recent events.
Honest to god, if this one fails I'm abandoning academia and research and making cool stuff. Fuck society. I could make so many useful life saving stuff, but they didn't let me. ¯\_(ツ)_/¯
Also, I'm enjoying my current minimum wage occupation. It's stressless and repetitive and I pay fuckall for tax. I didn't want to go antisocial, but I was driven here. So there. This is why y'all can't have nice things. 🎤💧8 -
After 2 weeks I really like it here on devrant... And its mostly because we all somewhat face the same shit together today, every day. And still we continue.
That is what dev is all about 😃1 -
Every time I go to use a local app that uses Java...
My favorite part is that when I update JAVA it tries to install a Yahoo toolbar. They are totally related right. I like the language but the framework somewhat makes me crazy.1 -
At our workplace we clean our offices ourselves, and I don't have a problem with that. My boss asked me to clean the very dusty server room because I'm the only girl in the IT department. I feel somewhat discriminated as a woman in tech. Would it be wrong for me to refuse.25
-
!rant, opinion/discussion
What are your thoughts or experiences with Ruby on Rails? Does it have a bright future?
I'm currently only using PHP for server-side web stuff, but looking for ideas for more beautiful languages.
I know C#, but because 95% of web servers I work on are Linux based, it's (as far as I currently know) not an option. Or is ASP.NET Core somewhat supported on non-root (basic hosting) linux servers?7 -
Finally got my anime api somewhat working.
Tomorrow (or in a couple of hours 😅) I'll try to register my first domain and and get my first vps(?) up and running
The api features the data from /r/animethemes, so it'll have 2000+ animes entries with opening / ending urls.
I've also tried to implement some form of searching ('%term%' stuff 🤣), but you better know your abime by its romanized name, or you're gonna have a bad time since I have no alternative names per anime yet.8 -
Here's an idea.
I wonder if a politician who work as a dev can belong here...
=======================
Content Boundaries and Use of devRant
Rule 2.
Politics: You may not post rants regarding politics unless they are directly related to a current event directly impacting development/tech. We've gathered lots of user feedback on this rule, and it is widely appreciated as devRant is a platform to have fun and somewhat of an escape for developers, who want to keep real-world issues and controversies off the app.3 -
Took a web accessibility course somewhat recently. Here’s the list of typical accessibility problems according to those who use assistive technologies, from the most common to the least common:
1. CAPTCHA
2. Buttons and links that don’t work
3. Lacking/incorrect alt attribute
4. No input labels
5. Sudden layout shifts/content changes
6. Lacking/wrong headings
7. No keyboard access
8. Too many links
9. No skip link in header (https://en.wikipedia.org/wiki/...)
10. Lacking/broken search
11. Complicated and/or long forms
12. No closed captions for videos
13. Bad grammar
14. Bad contrast
15. Custom checkboxes
16. Custom dropdowns
17. Font size
I never knew CAPTCHA was THE worst offender. I also never knew that font size was perhaps the least problematic aspect.11 -
I have a really old Toshiba NB200-10P notebook with Intel Atom CPU and 2 gigs of RAM and 32 bit architecture... It was made for Windows XP, and now it barely runs Windows 7... So I'd like to give new life to this old piece of hardware with Linux (for basic tasks like Office, and maybe coding with Notepad++)...
I really like Manjaro, but after they ditched 32 bit support, the Manjaro-32 community project seems a bit unstable...
So, could you devs please recommend some reliable - and somewhat good-and-simple-looking - Linux distros?20 -
I've always thought I was somewhat lazy about not caring about plaintext password in RAM in WPF (or whatever) but then this guy made a super valid point...
I really think a hacker would just keylog at that point rather than trying to read your obscure program's memory for your password... especially if they have access to raw memory...3 -
I think COVID has made me a workaholic...
That or the project I'm working on is interesting ... Somewhat...
I own the whole thing, because no one else has enough experience with the existing projects that it builds upon.
Sorta feels like I've built my own kingdom but I have to manage it all too...1 -
I get questions a lot online on how to do something with programming. (at least it's not someone asking me to help with their printer). I have no clue why they keep asking me though, I don't know how to do shit. I just google and press buttons until it does something somewhat cool.1
-
i am (somewhat unreasonably) mad at a ten year old classmate of my child. he showed off his programming skills by typing print commands. i wanted to mock him a little by pointing out python 2 would be out of date. he called my child a noob and suggested i don't know shit and he'd be coding c++.
so beside me obviously having no dignity for mocking someone quarter my age, i am not even mad for him talking shit about me, i am just overwhelmingly disappointed about his entitlement and blatant lies. so this is the future? this is an uprising nerd? i'd love to encourage every child on programming, but not with this attitude.13 -
would you guys like to see a blogging network?
it will
- be similar to youtube/medium in many aspects
- posts will be written in markdown
- related posts will also show up
- you can tag posts
- posts can be made private or link-only
- essentially just a privacy respecting, simple blogging network, where people can tell stories, write an article, etc
- i intend to make this somewhat social, eg. you can share your profile link with friends, follow people, etc5 -
I would really love a type-safe python - quickly write a script with all the IDE-coddling that a type system can bring, and run/debug it with no compilation.
I'm a big typescript fan but the compile step and all the issues of the node ecosystem are a pain.
Really wanna play with F#'s scripting capabilities but not yet supported on dot net core.
MyPy is somewhat promising but it's slow and not the most ergonomic, library support is still lagging behind, and it's not expressive as a proper type system.
For all the languages we are blessed with these days, it's an odd void.6 -
I lack inspiration to practice my c++ and it's infuriating, the result is no code written in over a week.
I have extremely high expectations for myself and right now I lose sleep, sanity and any little self esteem I had in me regarding my progress
I know you can't rush knowledge, but I just want to built something at my level of practice that is somewhat useful to me and / or others, but when I do it, it's either shit or someone my level made it way better even if I really put some efforts in it
I won't quit but jesus this just feels awful.5 -
Saw a counting variable in code. It was a necessary counting variable, so that is not what this is about.
However, this is a US based company that has a somewhat PC (no cursing) and professional cultural facade.
This variable was called "cnt". How the hell did that one not get caught in peer review? I have gotten dinged for having "possibly offensive" variable names (think Point5Hit though I have never written that as a variable name). It was funny. But I have changed it because that's just lazy.9 -
Consulting/contracting for a company, and their lead developer/ops guy quits without warning. This leaves me as the only one with the somewhat technical know how but without access to do anything to move any changes to production....4
-
It's amazing how much you learn about a system when you are somewhat forced to administer it. #iKnowAllTheAtlassianShit
-
Just started a job as a junior asp.net (coming from a somewhat long career as PHP fullstack) 1 week in and i'm doing nothing C# related, tweeking JS frameworks instead
-
Learning the most efficient positioning with CSS grid, somewhat feels like my whole body is dying with an alarming rapidly increasing speed.
While talking about speed, this must be the shit that makes our youth turn to heavy drugs.
I can't blame them.1 -
I know I'm getting old from small signs like:
- I like mentoring newcomers even fresh graduates, explaining them everything they have to know, answering all of their questions if I can (I had some really bad mentors before as newcomer)
- These newcomers always learns faster than I expect and shortly they works faster than us
- On the other hand senior members asks my opinion about some decisions or technical issues even if I barely know more about that topic. (Did I look experienced somewhat?)
- I hardly take overhours and I discourage fresh graduates to do. (I did enough overnights already in my life)1 -
Just spent 4 hours working on a somewhat complex restructuring of my current project that, when boiled down totals about 50 new or modified lines.
While I realize that line count != productivity, all the testing and reworking over that period has me feeling like there should be more to show for it.
But then, there's the fact that it's working properly as it's supposed to now, so I guess it's a win in the end.1 -
Why is python supposedly something big data people use ? Sounds like r and stats and well I don’t see the adoption of that though python is used somewhat I note in a lot of Linux apps and utilities
Just seems strange that an interpreted language would be used that way to me or am I an idiot ?35 -
anyone i can talk to about artificial intelligence and nns?
on an somewhat note, we should make a list of ranters willing to help newbies when theyre stuck10 -
Don't know if i'm alone or not.. so i'm gonna leak my secret that my rubber ducky is actually a slack channel i made in my company's slack
-
'Google knows everything about you.'
'Facebook records conversations.'
'Personalized ads manipulate you.'
Guess that's why YouTube showed me an ad in Spanish yesterday. Or why I never clicked on an ad. Or why only every 1 in approx. 10 ads is somewhat relevant to me (and thats with me explicitly stating my interests in ad personalization options).
I don't have anything against shielding your privacy. It's your right not to use a product if you don't want to, but I don't see how people can make these statements without providing solid proof.
Just my opinion.5 -
Just spent the last 5 hours building the structure of my first bash toolkit. I'm somewhat satisfied.
-
Docker broke, swarm was a bloddy house of cards, from the first days of swarm, consul was somewhat bent around that crap
No docs, no one has a clue, no support and got somewhat backstabbed
Well... Maybe i should do something with wood or orchids ...4 -
Anybody else use ellipses somewhat excessively? My GF pointed it out about me and I was like... Sorry.3
-
Honestly idk but that one chapter from mythical man month, "Plan to Throw One Away", stuck with me:
"Where a new system concept or new technology is used, one has to build a system to throw away, for even the best planning is not so omniscient as to get it right the first time."
In my current project I've seen this play out, initial development was very prototype-ish and just not well designed but when we got a somewhat decent state we had to continue with it instead of starting again and doing it properly. And now the consequences of that are hitting, progress for new features is incredibly slow, the software is very error prone, a bunch of dead code all around, ...10 -
Hey guys, I'm a noob developer (learning Java for a year now), I've come to the end of my year and I'm trying to think challenging project for myself but something that is plausible to do. I've made simple things like text editors and quiz games in the past but I would like to make something that is somewhat useful...
Any help would be greatly appreciated! :)11 -
Id happily give up 10% of any prospective salary if it meant that my job hunting was handled by an agent who is somewhat competent in the concepts of programming and primarily motivated to secure the highest possible salary for me. Humanity is really good at figuring out how to delegate tasks so that individuals can specialize. Why can't I specialize in programming and delegate salesmanship?4
-
has anyone coded something while being drunk? was the experience at least somewhat more productive than normal?8
-
Final year of my diploma in Information Tech, I overhear a coursemate, well-known know-it-all, explaining what Javascript is:
"It's somewhat like Java but it's used for scripting purposes."
I swear to the Lord Almighty, I wish I could drive my palm through my face.1 -
Current boss is best boss.
Seriously though, he's a great guy. He has a lot of knowledge technology-wise, especially in electronics and will explain things to you without tiring if you don't understand them.
He lets me run my thing which is cool and letting me run too freely/not taking enough time is probably the only thing I'd criticize.
He seems to have a similar mindset to mine which makes it (most times) enjoyable to work with him. I like him personally - though I'm sometimes not sure whether he gets my somewhat weird humour. -
So some of @ewpratten's rants just inspired me to tell my story of a somewhat ignorant teacher.
So we had an english class, it was abou Nelson Mandela or something, but I was sitting and learning about apache2(well I first learned about ncurses in python but since there was a command for restarting the apache server it got me curious, as usual). When she said something along the lines of(translated from.my language): "Then you read the text about Nelson Mandela, but other people are programming!". I was about to say that I was actually not programming, but setting up an apache server, but that would have been a dick move since she at least didn't accuse me for hacking.3 -
Helped an elderly neighbour to fix his landline connection, since it broke down.
Somewhat an emergency, cause he don't have a mobile phone.
It seems, this got around and another neighbour asked if I could plug in his new printer and install the drivers.
Gosh, RTFM and don't buy hardware you can't handle.
No, I won't fix your computer. -
Do you sometimes get into the mindset of considering the GitLab Contributors tab as some sort of scoreboard?
Utterly nonsensical of course, but I feel a youth full of videogames has somewhat trained me in that regard.1 -
At work, we have a lot of daytime spenders (they just hang around so they do not sit at home all day).
I'm the only one in the entire company with somewhat decent programming experience (and I have to admit that I'm still pretty bad at it).
A few (4) of them have been assigned to one of the biggest projects (potentially even bigger than the one I work on daily) the company has ever had.
here is the fun part:
- 2 of them only just started coding and have no clue what they are doing at all (they heavily struggle with HTML).
- 1 of them overengineers everything (in a bad way) because she doesn't know how to do it somewhat properly.
- 1 of them doesn't even code (only sitting there giving ideas n stuff... basically the "client").
As a bonus point:
- None of them knows how to database
- None of them knows how to back-end
- None of them knows how to design
This is going to be fun, especially since I'm going to refuse to have my hands in there even the slighest outside of recommending stuff (like using a framework, certain libraries etc.) :^)1 -
Today is my last coursework submission. I've touched on a lot of topics I never thought I would be able to do/even thought about. I like data science, but I just don't feel so passionate about it now. I just want to ditch coursework and do cool shit, but I never find the time.
Anyone else get somewhat "fed up" of what they've studied? How did you get through it? Just do the "cool shit"?3 -
Client wants to see his project so he can provide its content.
The product where this is based upon should be a monthly edition of grouped articles.
I've yet to see content for their concept or even legal text that makes sense.
Same person has no idea of the full concept of what he's asking, imho ending up in a Ponzi (which I've switched to a somewhat more logical system, which just might work, but just isn't a get rich quick scheme anymore as he likes to portray it).
Should I just put on a blank page and be done with it, either way?
- Either he gets it, that he needs to fill up the website's content himself
- or he's mad, that I didn't finish the job (while he's the one needing to provide at this point) -
Does anyone know a single-board computer like e.g. the raspberry pi that features a physical on-board audio input as well as an output?
I know that GPIO-header-boards like e.g. the hifiberry or WolframAudio (which seems somewhat deprecated by now) exist. I could probably also alternate to an USB-soundcard, but I'm curious whether someone might know a more compact solution.5 -
Somewhat mild take: Java actually isn't even that bad tbh.
It's getting considerably more hate than it deserves. Yeah, it has things that make it suck and it deserves some of the shit it gets, but so does every other language. It has its advantages and it has its disadvantages.5 -
Wish me luck, I'm returning back to Uni after a months long hiatus. Algorithms, Node and rest API awaits me 😓2
-
Am I the only one who thinks most of the people here on devRant likes anime or somewhat addicted to it?22
-
I'm finally gonna try to organize my dotfiles and get my linux work environment somewhat organized
what tiling WM and terminal based editor will I meme myself into oh boy1 -
To be honest I expected Big Sur to run somewhat slow on my old MacBook with core m3.
It runs faster and snappier than Catalina. And oh how beautiful it is.27 -
Getting back to the cpp applet I started somewhat recently (Vanilla + Gentoo kernel version checker)...
Me: "debugging c plus plus code"
Dictation: "f***ing c++ code"
...
Well, it's not too far off. -
just finished new series 4 of doctor who. how can it possibly get better from here?
sorry !dev but this is my only social environment and at least somewhat of a rant4 -
It's impossibru: I'm doing RxJava + RxKotlin + RxAndroid and I'm understanding it.
Somewhat.
My tests pass, at least that's something. It's not yet doing completely what I want, but the hardest part is behind me. 🤩rant rxjava rxandroid reactive programming rxkotlin functional programming learning curve level 9000 rx1 -
So, for the last year or so, we've been playing with a natural language A.I.
The goal was to predict port, truck and rail service disruption due to social unrest.
The trick here is that our AI would "read between the lines" of today's news articles and spit out keywords that were likely to appear in near future articles, thus giving us an early warning before some union or army start blockading roads.
It... did not work as intended. But some very weird results came out.
Apparently, we made a robotic "kid that screams that the emperor has no clothes", yielding unlikely (but somewhat expected) keywords when fed collections of articles.
We gave it marketing content about our company. It replied "high suicide rate".10 -
Remembers a time when I was considered non-technical founder and not taken seriously as credible tech company leader by smart ass VCs
Years invested in learning, experimenting, building. Now somewhat capable.
Considered too technical to be understood by dumb ass VCs.
😤1 -
Is there a limitation of how much I can commit in git each day in a separate 'feature-branch'?
Cause, I had to explain to a team member (somewhat senior than me) why I committed 9 times in a single 8 hours task(s) (according to him where it was two separate tasks done in a single day).
When I said, I prefer to save my progress in a small commit (at least try my best to write meaningful commit)", I turned out to be a stupid team member. 😔10 -
My buddy needs website, I helped him to setup localhost, and told him I can work on backend if he wants, he is my good friend so I could even do it for free if he shares some income later down the line but he would need frontend anyway, so someone would need to do it. Some consideration later it turns out that there is noone to do the FE, so that is trashed and instead Im solving wordpress problems for him whenever he has them..
God... I forgotten why I hate wordpress... Every single time I helped him I felt like Im doing workaround to workaround and it somewhat works like its supposed to...
Edit: fixed wording11 -
Fuck, now I'm actually somewhat mad how much time those figma plugins could've saved me lol.
Especially things like generating a quick color palette, that immediately pastes them next to the element are so damn useful.
Generating real-life data into text elements, avatars pulled right from an API, auto fetched graphs for example data, all the goodies that make life easier.5 -
Hey DevRant Fam! , i really hope everyone is doing very well as always! :D <3 I'm currently now learning c# MVC5 which is incredibly new to me and something I've personally never seen and or done, but i love a challenge!.
Now onto something bit more 'somewhat' personal :D, for about 5 years I've been undergoing Immunotherapy Treatment because i suffered from serve chronic eczema and last week was my last ever consultation! I'm incredibly happy to be done with it, another stress lifted off my shoulders :D.
Anyways guys and gals, i really hope everyone is having an amazing day and or night wherever you may be in this world :D
Best wishes <3
Milo10 -
https://support.google.com/youtubem...
That's an interesting marketing model. Basically it says: "If you don't want us to send you data, buy our PREMIUM package."
somewhat ironic :) G has enough servers to jam our internet throughput and is asking $ for not doing that :) Sounds like... Ransomware11 -
For me the worst job would be to develop front-end stuff as the sole dev in a design company.
Imagine having to go to great lengths just to have everything done perfectly down to half pixels.
I've had to develop a couple of projects for an external design company and their lead designer was an absolute cunt about quarter pixels. I'm glad they fired him and working with them had become somewhat sane again...
Some things in front-end are either impossible or near impossible to get perfectly and nobody will pay for those wasted days anyway.
Oh and by the way: Please get rid of IE. I fucking hate it almost as much as my ex's mom.3 -
I just do the Three-point estimation method: It's easy enough to remember and somewhat scientific: https://en.wikipedia.org/wiki/...
I made a spreadsheet a while back which serves as a template. I guess nowadays there must be at least one website with a fancy diagram no doubt..1 -
I was told recently by a recruiter that not having a LinkedIn profile in the modern age of job applications is like being invisible, as that’s the first place recruiters and HR managers look to research interesting applicants beyond their cover letters and resumes.
While I admit that I somewhat resent the notion that it’s a “must have,” I’ll also admit that my current job searches sans profile have proven to be somewhat less than fruitful. Though that could be for any number of other reasons as well.
Is there any legitimacy to her claim? Are people applying to jobs while not on LinkedIn essentially ghosts? I’d very much appreciate your insights.7 -
Avoided IoT(IoS - InternetOfShit) for a long time now, due to the security concerns with retail products.
Now I looked into 433 Transceiver + Arduino solutions.. to build something myself, just for the lolz.
Theory:
Smallest Arduino I found has 32 KByte of programmable memory, a tiny tiny crypto library could take around 4 KBytes...
Set a symetric crypto key for each homebrewn device / sensor / etc, send the info and commands (with time of day as salt for example) encrypted between Server <-> IoT gadget, ciphertext would have checksum appended, magic and ciphertext length prepended.
Result:
Be safe from possible drive-by attacks, still have a somewhat reliable communication?!
Ofc passionate hackers would be still able to crack it, no doubt.
Question: Am I thinking too simple? Am I describing just the standard here?14 -
What is the cheapest and closest to "decent" cloud computing provider you've come across? I'm currently using scaleway ARMs -- all thanks to someone posting scaleway's name and comparing server prices to a cup of morning coffee :) . It's OK, really can't complain (although it's somewhat silly to sync ssh keys on-boot only IMO). Is there anything cheaper with no less quality?6
-
"I have thought about the nature of this creative process and have reached a somewhat aberrant conclusion. I don’t understand it and I don’t think anyone else does either." - William Beck
-
Ok, I'm not saying there's a causal relationship here... I'm just going to say that the morning the VSCode Python extension is publicly moved in to the Microsoft product line, it starts devouring my resources by spawning a million instances of python.exe on startup. Computer unresponsive in minutes.
Again, I'm not *saying* there's a causal relationship... but I do find the timing somewhat suspicious. -
If, as a Dev, you have not heard of BAYOU, you need to research it, especially if you live in an area that can afford the initial investment. I think this AI technology will mature in less than a decade.
https://sciencedaily.com/releases/...
I don't think this will be limited to software development either, I think this type of AI will lend itself equally well to database development. We live in a technologically exciting, if somewhat unsettling world.5 -
I know I'm a bit late with this, but I thought I'd share it anyway.
A few years ago me and my friend were messing around in computer class and I decided to look at the network devices.
I couldn't believe, what I saw. All of the school security cameras were there, and the best part: when I connected to their ip addresses, they were just showing the live feed, no password or anything.
I didn't really do anything with it since I couldn't think of any great ideas and it has since been fixed.
Technically not hacking but still somewhat related. -
Working with someone who made repetitive css code like this:
#home {
x
}
#blog {
y
}
where x and y exactly have same child classes structure with small differences, making css file somewhat large.2 -
Love JavaScript and have been writing it for years. Some days, how this and scope work are somewhat of a mystery in a few of my projects.1
-
My total sick leave this month is more than a week and it's not even two months since I joined the company as an intern.
I think I have somewhat bad impact on the boss. -
who else is kinda disturbed and somewhat annoyed by the new apple touchbar?
i just want my function keys back😩
wtf have you done apple😞5 -
I don't have any experience with cloud providers and I need to get a server for a project.
The website will be up for 3 weeks, access will probably be very uneven, the total user count is somewhat below 2000.
The site will probably be quite interactive and real-time, content may be changing every few seconds for an hour and then remain unchanged for days. I will also need either SSE or websockets for this reason.
What should I consider when selecting a cloud providers? Do you have a good one? My ideal provider would scale resources according to traffic like I've heard AWS does, but I want to hear your opinion first especially considering I know very little about how server load works.1 -
For the most part I try to keep my test or filler content somewhat professional in the event I forget to clean it before the client sees it. However, sometimes you just need some lorem fucking ipsum.
http://loremfuckingipsum.com/2 -
So the company that asked me to join them for work in a somewhat illegal way, has just sent me a small project to understand how I think inside a project in order to understand whether they should hire me or not.
I have a week to finish that.
It's only frontend, in ReactJS+Tailwind, based on a theme/framework.
I fucking despise ReactJS and specifically told them I much rather work on Angular.
I feel like
I'll just do this project at best, give it to them, wait until they give me the contract and they tell them they'd need to double my pay to have my ass.
Yeah, I just want them to waste time, just like they're wasting my time. -
My favourite part is the community. From places like devRant to people commenting on GitHub projects and pitching in where they want to. It's like a family, somewhat.2
-
Had a somewhat specific question about a new technology, searched up the answer on Stack Overflow, nothing there except my same question with an unhelpful answer.
Combed through the open source repository, found the answer, created a helpful answer on SO with reference to the source code I got the info from.
Got one upvote :)1 -
I estimated 4 days for a task, took me 1,5 and I fixed an issue in there while I ran into it and made a nice fallback for when some edgecase thingy is not supported, which is somewhat of a new feature...
Oh and its paydayayay! Olé! -
My mentor to me when I joined the job fresh out of college (in a somewhat dramatic tone, which is why I remember it so vividly):
"Gone are the days when you wrote programs with a small number of big functions, and lots of comments. Write code which is easy to read by humans - small functions which do 1 thing and are named after the 1 thing it does."
TL,DR: well named modular code. -
WCF doesn't like me adding to lists...
I have to make an uno game that supports multiplayer with WCF for school...
I have a player class that has a list of card classes.
I have a function called dealHand, it adds Cards to the hand list...
I also have a callback function for updating my wpf gui...
For whatever reason if when the gui calls dealhand and I try to use myList.add(new Card()) then the updategui function in my wpf client doesn't fire...
But if I take a seperate method called makeHand which returns a list of cards, and just do myList = makeHand() then that works fine...
Never been so baffled/cursed so much at code before... Is there something about Lists that WCF doesn't like? Seriously... was weird...
Hopefully that was somewhat coherent...4 -
!rant
Anyone there who uses a mac, and are somewhat conscious about security, I recommend reading through this page:
https://github.com/drduh/...
Any ranting about choice of OS and hardware, I'll show you why my nick is ChainsawBaby1 -
How is randomly calling people without any prior discussion still the primary way to conduct phone interviews? It's like selecting olympic runners by doing a prior survey of people who sometimes go jogging, at random hours of the day telling them to get to your office as fast as possible and taking their distance over time as their score on the national leaderboard.
Especially when I'm already in contact with the recruiter over e-mail or IM, it would take no effort whatsoever to send a message like "could we have a call in an hour?" It would feel haphazard and somewhat disrespectful to receive an e-mail like that, right? Well, this would be a million times better than an unprompted call.5 -
Whatcha thinking about the
Lenovo ThinkPad X1 Carbon Gen 8
(i7-10510U, 16GB, 512GB, 1080p)?
Found one for a dirt cheap price (campus discount) and think about buying it.
I'm largely using linux, including somewhat exotic distros like Void,Gentoo, Alpine.2 -
I think instead of being lazy today and sleeping in until 3, I'm gonna spend my Sunday morning early afternoon learning something new or building something short and sweet. Not sure what I wanna go after though! I started getting into openCV but I'm not good enough quite yet for it to be somewhat enjoyable. I am a swiss army knife so I work a lot of stuff but I'm open to anything.6
-
!dev
Hello fellow ranters.
I'm looking for some inspiration in the kitchen.
Lately I've been on somewhat of a health binge. So I'm looking for some ways to make my dry and uninteresting food more interesting. Like a sauce or something.
I usually like hummus a lot. But it's getting old. Does anyone have any fun I can take inspiration from?
I'm not looking for recepies, just inspiration.
Don't know if I need to say this but obviously I'm not looking for unhealthy stuff. So nothing too fat.12 -
Weird idea i had while in the shower: Make a browser (or even better an addon for commonly used browsers) and find some reasons why people would download and install it. The addon blocks all the ads on the websites and replces them with your own adds. People who don't use adblocker probably don't care whether the website or the browser itself shows the ad. This would be somewhat unethical but apart from that I don't see why this wouldn't work.
If you actually go ahead and do this, feel free to do so but give me 10% or something.3 -
Somewhat dev related (behavioral interview)? Just thought it was funny.
https://webtoons.com/en/comedy/... -
SSL was a good idea terribly implemented. Relying only on big tech for valid certificates was the single most idiotic thing the web baboons could come up with.
Sure, you could always hack comodo (again) to issue yourself some LAN certs but come on. You either expose your server or pay half a kidney for a somewhat secure thing! Give me a break....9 -
Looking further into Rust, the macros are quite sexy. My first reaction was "omg really"? But then I learned that macros in Rust are nothing like macros in C++.
Again, comparing with my favorite language Swift, it feels like Rust macros are somewhat similar to result builders (formerly named function builders). Or they they have a similar purpose. Both evaluate to some type safe result at compile time and are a perfect tool to make DSLs.
But Rust’s macros can do even more than that. It’s truly amazing.2 -
i just want my get my shit done and develop quite simple apps like a customer satisfaction poll that should run on android or any other os. should i go for python with kivy (which would be challeging) or for electron as i am somewhat experienced with webdev? i am so undecided...3
-
Next schoolyear, we'll have to do a project in groups of 4-5, over the course of 2 weeks.
Problem is, I'm one of the 5 people, of my class, with an, at least, somewhat useful level of programming knowledge.
So if the groups get randomized, I might end up with 4 dead weights in my group.
I'm already thinking about emergency plans, to ensure a good grade for me, but I can't think of any usable solution so far.3 -
My last rant with example of usefull PHP function in old inhouse CRM software was somewhat popular, so I decided to post more stuff. This time we look at the login function. Besides obvious problem of SQL injection (that i of course tested) we have two calls to the same 'poslednji_login()' method (translated to english - 'last login') that actually just returns current time, not the last login time... twice...6
-
Internal monitoring dashboard that was made in PHP4 that was really slow (even for PHP4 standards) due to doing a lot of unnecessary things.
Fully uncommented, fully undocumented elsewhere, massive fustercluck of code.
Had to change at least 300 methods in order to make is somewhat run decent (sadly, I wasn't allowed to just rewrite from scratch, which would have been a lot faster)...
Just your regular SNAFU. -
Here developing a react native app using console.log everywhere cause the debugger won't stop at the right line or skip libraries when stepping.
But I still somewhat like RN 💙 I think it's a fairly ok framework when you get the hang of it.
I was thinking about giving Flutter a try though, and see how easy it is to use. What do you think about this library?2 -
Finally enrolled in a c# programming course!
I've got somewhat of a knowledge in html and css and was wondering for a long time if I should go Javascript or Php, but got an advice that c# will give me a broader understanding of programming.
Can't wait to learn! :) -
When you comment on a comment and want to read again what exactly the writer meant and you tap on comment again after reading it adds the username again at the end of your text which is not really a bug but somewhat poorly handled...1
-
Any Spacemacs users here? I'm debating a switcheroo from sublime. I know my way around vim, so general usage shouldn't be a problem.
I'm more interested in the long term use. I guess since its just some kind of emacs layer, it should be pretty fucking stable for the foreseeable future, but how is the plugin support?
I'm currently doing React at work, and a couple of other Node side projects. Syntax highlight should be sorted out for me. I would like to tailor it somewhat for productivity, like a good file explorer, integrated terminal and other auto tidbits like auto brackets, auto close tags and whatever else. Any good tips on plugins for me?
Also, looking for a nice color theme.3 -
First experience with dotfiles today, absolutely loved working configuring it a bit, also first experience with shell. But honestly also felt very dumb and perhaps incompetent compared to other such repos. Anyhow my terminal is delightful to use now, that's probably somewhat good.1
-
Somewhat new to Linux and tried to install it on my usb so I don't affect my computer. Installed and an error saying could not install bootloader and booting from that usb just shows a blinking cursor and trying to boot back to Windows shows grub rescue as it doesn't recognise something. Might have to experiment with changing from legacy BIOS to UEFI. But I just hope nothing has happened to my windows4
-
When instead of propperly coding one ends up adding syntax highlighting to emacs for specific terms and just other fancy functions...
I mean hey, it is somewhat more readable now I guess. 🤷♀️
...
Guess I'm just distracted and aoiding the issue ^^' -
What do you guys think of forced linters (checkStyle) on java assignments?
At this University we have a submission system that checks for your code where if a line didn't match the coding specification then it's an instant zero.
Being experienced in programming before going to a university, this somewhat surprised me, it also has unit tests implemented in it where it checks against input and output.
Would love to hear your thoughts on this. Is it too much for people who unlike me never seen code before? Or let them have hell and understand how to deal with it? I personally think it's too much for beginners.3 -
We have a somewhat experience developer for whom we have to CONSTANTLY fix his type errors. He just doesn't seem to grasp the idea that there is a difference between integers, strings, floats, etc. and that when you don't bother with them, things get a little screwed up.
Granted, Javascript's typing leaves... well, everything.. to be desired, but STILL dude, this is basic shit. Come on.2 -
You know while people debated race gender immigration abortion social welfare marijuana etc etc and riotes ruined lives and made people dead and or unemployed and homeless we could have focused on what mattered and reduced so much suffering in this country by embracing a few ideas that are somewhat new and eradicate everything from destitution and suspended momentum but also things like excuses for varying forms of physical and psychological child abuse
It sickens me7 -
Next job I find has to be entertaining somewhat. I thought I could deal with boring work but I'm tired of it.I It's just so damn boring. I'm not even writing new code anymore, I'm just updating dependency versioning and restructuring tests. It's bumming me out seriously. The mental fatigue from struggling to keep my eyes open every day leaves me struggling to get out of bed in the morning.6
-
So today I finally lost my sanity and public'ed by somewhat Chromium OS board overlay and built on top of that already...
so yeah...
source here: https://github.com/sr229/maru
I need to reconsider my life choices1 -
So this week should be interesting. I am working on a (potentially) very large project for my current client and need to build a service that somewhat replicates the functionality of heroku (in that it needs to be able to load an app built in one of several languages, and spin it up in a docker container).
Unlike Heroku, however, each application also needs to be able to have a list of public and private (internal only) API routes listed and be able to dynamically route requests to the correct routes on in those containers. (Sorry if this is confusing)
Does this sound challenging and amazing? Absolutely! Do I think I may be in over my head? Yes, yes I do.
Has anyone ever built or worked with something similar?1 -
Anyone encountered issue with vanishing hdd space on Windows 7 ??
My father has this issue: amount of free and used space doesn't add up to the correct total. The problem slowly but steadily worsens.
I tried to help to the best of my systems knowledge but no cigar.
We checked sizes of everything with windirstat so we are somewhat sure that used space is calculated correctly.
We ran native disk cleaning, the trash is empty and pagefile is set to static size.
Honestly i ran out of ideas, last one is take a peek at the disk in something like gparted but i doubt I'll learn much.
I'm counting someone here will help me...
Google failed me, only devRant can save me now!14 -
I was trying to make my own theme for betterdiscord (normal CSS). Once I had the basis I though "Just a bit finetuning left"
Oh boy, I was wrong. Very wrong. It took me 6 hours to complete. That's how wrong I was.
Fucking hell, I suck at css. But at least I got shit done. In case you want to try it:
https://gist.github.com/0e0a4d703d3...
Still not finished, but at least somewhat documented and the most important screen is done.
Also feel free to leave some feedback, since I love to hear how much I suck at designing1 -
Was using an open source piece of software for data storage and visualisation to work with the loggers my company makes. When importing old data for historical views, some of the csv imports would fail without any specific error messages.
It took me a couple of hours but after looking at their csv parser and making my own little one to test with, I eventually found out that it was all down to the way datatime (I think it was?) in java deals with DST, which apparently was to just fuck shit up.
Anyhow, a few simple lines added into the parser later and it all works just fine.
Was super proud of that one as it was the first time I actually looked somewhat good in front of my senior dev. -
There’s somewhat of a magical moment when you teach the interns how to turn their huge switch statement into a function Pinter branch table....
Eliminating shotgun surgery as the project advances and new features are added to a module.
Colleges definitely don’t teach students certain things... and when I end up teaching them... the excitement and ideas they come up with are always great.. and they always end up with a stronger understanding of things.
(Embedded company .. all software here is C or C++) yes we use the optimizer.... sometimes you gotta do seemingly complex things to improve readability and maintainability. -
MySQL Workbench 32-bit requires Visual C++ 2013, but all I can find is VS 2015 and later. So you need to have a 64 bit computer now to develop on mySQL databases? Well that SUCKS! A lot of devs work on commodity hardware, i.e. somewhat dated, 32-bit computers. Most devs that I know, including myself, are not interested in the latest, flashiest, most expensive hardware.17
-
I'm trying to decide between a MacBook Pro 13" (2017) vs. MacBook Air (2018).
Specs are somewhat similar; but with a huge price tag difference. The MacBook Air costs a quarter more where I live. I can afford either; my dilemma is which model's usefulness will last longer.
I need it to build and test a React Native application with some custom native code 😟8 -
Python is an example of a language which is far, far too high-level for my liking; to provide a reference for my preference, C++ is one of my favourite languages, because it is versatile while remaining somewhat verbose, while Python tosses that verbosity out of the window while not functioning as one would expect it to function after reading a lot of the documentation.3
-
I'm currently working as an intern in a Web company and its the first time that I have to work 8 hours a day (I'm in college so that's completely new to me).
How do you guys stay focused for 8 hours? It's kinda hard to go from 90 minutes classes to 8 hours of (somewhat) consistent work.
How do I focus for a long period of time?7 -
Why there's so much hate on Joma Tech? I mean, my reaction to his content is somewhat neutral, he has better and worse videos, but there's some controversy around him I believe I'm missing. Why is he considered a fraud/sellout/whatever? I have only seen like 4-5 videos he made and I don't know if he's done anything that deserves hate4
-
Just spent an hour salvaging some code from an app project I abandoned so I can reuse it in the future and add what I salvaged to a portfolio of small things I've made.
It was a simple multiple player name menu that generated player objects once the user was done entering names.
Loads of potential future uses.
No point letting it sit inside an abandoned project even if it is somewhat trivial to reproduce. -
Somewhat sad when team lead names a Sharepoint document library as ”a repo”.
I am not surprised. I am used to this level of incompetence. But…still.
I am aware of the generic nature of the meaning of the word repository. I just find it very sad that people with no actual competence try to make it look like they actually knows something.2 -
So I got Python under the belt, been messing around with it for quite a while (2-3 years now :p) and I am bored of it now,
What is a pretty fun programing language that's somewhat challenging to get around?
I was planning on learning c++ next since it sounds like fun but please do suggest your favourites14 -
What do you all do when you literally have nothing to do at work? I get ultra bored and start reading manga but I feel bad and scared that my boss might consider me useless. Just want to know if this is somewhat normal behaviour sometimes?26
-
As we’re moving into summer, I can’t help but fall into that “shit I hate this” mentality again. I’m a naturally sweaty person, but even on the edges of summer I feel like my skin has a layer of moist just… sitting there. My sleep is shit, I’m irritated and I never know what to wear to feel comfortable. Just a full season of discomfort. Wish I could just WFH to create a somewhat comfortable environment in summer.15
-
Haven’t been on here in ages. People still moaning. Found a rant or two with some severe profanity.
A community of somewhat likeminded individuals who at some point have gone through similar experiences.
I’m back it seems.
(Not today, old friend)1 -
It's pretty hard to work with relatives in the family. They expect too much from you. More overtime work, no or less pay, demands are somewhat unrealistic because they want their project on top priority and the list goes on. 🤔1
-
So I've been asked if I want to take the role of scrum master along with my job as developer.. I must say that I am quite interested in taking on that role and it's responsibilities, but I'm somewhat scared by the things I read on the internet (especially when combining it as dev on that same team).
Let's hope I don't become the bad guy in this story after some time by being an a-hole of a scrum master lol4 -
A bit of a follow up on my last rant (https://www.devrant.io/rants/362638). Cause now I have two weeks to work through this shit. The title somewhat translates to "business administration for credit institutes"2
-
I've heard "someone" saying, that typescript and c# are somewhat similar. Now I've never worked with c#, but I still doubt it. What do you, human of devRant, think?8
-
What do you think about the Crystal language?
It looks kinda cool, but I'm somewhat worried about the lack of Multithreading and the beta status so far.21 -
I was bored, spent an half hour writing a non-recursive, relatively-high-allocations, somewhat slow Fibonacci function.
Here you go:15 -
Quick, informal poll:
How many of us ride motorcycles?
I saw another, somewhat related, post and it piqued my interest.8 -
I'm wondering if anyone worked in Microsoft as Data Labeler?
I'm supposed to have an interview in about a month, but since I stated that I know at least basics of C#, Java, and Python, they said I'd have different kind of interview.
I would appreciate any kind of advice, since I'm getting anxious cause I don't know what will be expected from me now cause u usually don't need any coding skills for that job
Edit: the new position is somewhat of an alpha tester I think5 -
Not specifically dev, but somewhat related. Of all the ticketing systems I weave my way in and out of on a daily basis depending on which hat I'm wearing at the time, FootPrints is absolutely the bane of my entire existence.
-
Would you consider compression (gzip static files) as a prepare step of the deploy stage or as a part of the build stage?
It's somewhat irrelevant but its bugging me8 -
I just remembered that I still have this somewhat decent micro controller (that even has a gyroscope on it) from a few years ago when I got it as a gift but never used it and was never really interested in it. This changes everything!!
-
I'm moving my React development to Linux VM as something is messed up in Windows npm...
I would like an IDE somewhat similar in features to Webstorm.
What's a good one? Needs to be GUI, not vim, don't feel like going thru the learning curve.20 -
Bad (or at least uninformed due to unclear requirements) design decisions lead to somewhat perplexing (and above all, frustrating) problems down the line...
Here I am, wrote a cli client for event bus subscription, and since EC2 is eqv to Docker, had to fix the main function to keep it alive - now the deploy stage on the ci/cd pipeline fails due to startup script timing out. But why tho?
I’m not really sure whether I should’ve designed this differently from the get-go or whether my build and deploy configs don’t match anymore due to recent changes and I should figure out what’s wrong with them... or both.
Bottom line is: I have no idea what I’m doing.9 -
nano or IDLE, depending on need.
nano is the best terminal text editor by far, as i don't wanna have to learn a new command line and 2 control modes just to type in ffffffffffucking vim and it's just powerful enough to do what is needed without extra crap on top.
IDLE is super-light-weight, has a somewhat-handy debugger if i need to see what's up when my code interacts with modules or some such, takes up very little RAM and is open-source. Works exactly as needed and no more. -
Became a surgeon. Because of hyper empathy, felt all the pain patients would’ve felt without anesthesia. Went completely insane. As my mind deteriorated, we opened an euthanasia hall in an old abandoned theater, somewhat near the landlocked United Paper Island. You can go to the version of the city where UPA is not actually an island through extradimensional pizzeria.1
-
I continue to be surprised that nobody has made a normal-user-friendly CLIP image search tool, except the one for iOS nobody seems to have heard of. It's been more or less possible since mid-2021, and clearly useful given the amount of people with somewhat janky implementations (like https://mse.osmarks.net/, my thing) which have proven quite helpful. I looked into it and determined that writing an actual desktop app which users can use is annoying, and so is doing inference of big models on random people's computers, but surely SOME people are okay with desktop app development even now.3
-
I am looking for a file manager to use.
I want to organize my stuff a bit better and I would like to use a file manager so browse through the folders. Important: it should be a cli file manager!
I also would like to use it to organize some photos. I thought about setting up some meta data database to find stuff more quickly later. Some cherry picks from the holidays to show people, or private documents etc.
Any ideas?
I am using ranger atm and I am somewhat happy, but the use of meta data is limited to the cwd only.8 -
After one year working part time (10%) as new consultant in the company, the consultant calls the technical director in the evening and asks: "hey, how much do you think it will cost to rewrite a SaaS platform somewhat similar to ours from scratch in outsourcing and scaling from the actual 500 customers to 500 thousands? I need to know by tomorrow morning, as we have a pitch with investors. Do you think it's ok to ask for 500K$? Actually, I can only ask for 500K$."3
-
I’ve watched the Vsauce episode about rotation again the other day.
The one where Michael explains how gyroscopes were used to measure the rate of rotation of the earth.
And I realized that this is another nice proof against the flat earth crap.
And it should be easy to test, too.
Somewhat related, the cloud formations due to the coriolis effect can be seen as a proof (for the globe) as well.2 -
Going out of order, because I need to rant 😆 https://www.devrant.io/rants/311992
Worst enterprise software forced to use:
Lync/Skype for Business
I've used a lot of crappy systems. But being forced to use this is painful. On Linux I make it somewhat bearable by using Pidgin but that has its limitations (no file sharing, etc.)....but after attempting to use the "new" Skype for Business it doesn't do that simple task either...so Lync 2011 ***2011*** for me. It's 2016, they know that right?2 -
Wow I just thought I had lost my good old friend forever - my laptop did not want to turn non anymore and since the main fan is somewhat broken, I thought I'd never see him alive anymore and that he died from overheating thus I opened it, plugged it to the power connector and voila, it works again - whew, that was a shocking moment for me and I guess it's finally time to replace that fan.7
-
!rant
What I tell every Admin Padawan and I hope it will help you, too...
---
Whatever you do on any system, always make sure you know and are able to revert your changes so you can return to the last working system state.
---
It is basically somewhat similar to "always have a backup". But it goes much further in my opinion because it also implies that you know for certain that a recovery works as well since:
"Nobody wants backup, everybody wants recovery" -
Started learning salesforce 1 month back. Felt somewhat manageable.
Got the repository on Monday. Its a fucking spaghetti. A billion different conventions all around the place, no comments anywhere (except for 1% maybe 5 of the places where it needs to be), and for some reason the Checkpoint sync wont work with this project (although it works if I use a scratch or or trailhead playgrounds).
I am starting to think about unlearning this and try some new department of the company. Problem is, the employer is great at Salesforce himself, and he has high hopes from me.7 -
I vaguely remember some joke about how difficult networking is and how some Jeff Atwood blog post I think makes the comparison about analogy of sending actors in a taxi to somewhere being compared to a packet, anything can happen inbetween but you will get the packet or something indistinguishable from the original at the other end if all goes well.
Are occasional/intermittent 503 service unavailable or 504 gateway timeouts unavoidable for microservices calling another external microservice?
Like at that point isn't receiving a 503 or 504 from something else, somewhat outside my jurisdriction, albeit I am fucked if I am depending on them and need to fail gracefully.3 -
am I the only person that searches up stuff like "best tools for programmers" or "apps every programmer should have" after I finish learning quarter of a language
(Btw I found devrant by searching up "social medias for programmers)8 -
I'm not experienced in VB Forms. So can someone who is, tell me if I'm just too inexperienced or if Im right about this?
Im tasked with fixing some bugs in a VB Forms project that a privious employee wrote some years ago. When I opened the project and checked it out, there was over 5600 lines of code in the codebehind for the form.
I feel like this is somewhat bad practice, no comments, no documentation... Nothing. And to top it off, among the worst naming of Subs and variables ever. Stuff like: "Run", "Stop", "Feeder", "When Load".
Oh, and the best part? The guy forgot some test code in the software, so when he left, the software stoped functioning. For real, he coded in a dependency to his own account in The AD.1 -
partially tech
Is it just me or every single time* I call to some support after first 30 minutes I really want to ask question "can I talk with someone competent?". And no disrespect to these guys, many people call in with simple stuff, but damn, I try to solve stuff on my own and call in only when I need someone who actually can get somewhat technical and have some knowledge about the product/service/smh. Infuriating.
* one hosting provider proven to be exception. -
Just be true to yourself and to them. Know your own terms when looking for a job, and know if their terms fit with you. Ask them a lot of questions. These questions should provide you a glimpse of what their company culture is like. Try to have fun during the entire process. Don't stress out. And believe in yourself!
****these tips are actually somewhat meant for me but we're all in this together in the process of job hunting -
!rant
Been doing webdev for 2 years straight and I need a change of pace so in my free time I wanna do a project with either Java, c# or c++.
No experience with either of them and I have no idea what I could do as a project.
Do you experienced de s have any suggestions?
(looking for a somewhat expandable project as my skills become better so I can keep building it)
Would love to hear some ideas!8 -
Avoid the words blockchain, microsoft, competitive, startup, and equity. This works well for a primary screening. Second at the interview talk to them if they don't know shit either the company is shit or don't give a shit who they hire. Third figure out what you need to make to live without stress, any company that will pay it cares about their employees as long as it's somewhat reasonable
-
Someone else having this weird browser render issue on Mac OS El Cap? As far as I know it happens on both Opera and Chrome. (which use somewhat similar engines of course)
Setup
Macbook Pro Early 2011
Mac OS X El Capitan
Latest Chrome / Opera1 -
if you guys have an hour or two to burn, mind helping fix pages on my new wiki, https://malwiki.org? We need to upload images and such from our old wiki, https://malware.wikia.com, and turn the somewhat-broken Wikia format back into proper MediaWiki format.
-
Hey guys, how do you feel about the death of Python 2. As a stupid person I love Python and it's the only language I can somewhat understand 10% of. What's going to change by moving to 3? Any of you guys adversely affected by any of this?? Broken projects? Lack of support? I really regret not teaching myself programming when my brain was still spongey.....it's just a ball of poop right now.6
-
!rant
Not entirely Dev related so sorry 'bout that, but I have some form of vacation to spend, where I'll be at home working on my thesis project and preparing my last exam (wooo almost done with the shit). Since most of my friends are away for the holidays and I'm a huge fucking nerd and also somewhat a shitty weeb, can anyone suggest some anime related with tech or coding? I know of ghost in the shell but there are so many I don't know which might suit me. I kinda prefer modern/digitalised graphic styles (common in 2012+ animes to say). Also, girl-friendly to be able to watch them with my gf is a plus but not a necessity. -
Answering simple questions on Stackoverflow and gaining confidence that I have somewhat improved. Losing my mind on bugs from my shitty code just to find out the answer hours after on SO, explained in the best and simplest manner and realizing that I've actually improved only by a toe.
-
Started at the age of 6 by doing simple calculator on zx-spectrum. Tho that's just a joke, not a professional experience. Somewhat serious project was started with PHP, without even knowing the language/theory/databases.... After that years have passed and now I can call myself: professional self-taught programmer.
-
Any one remember me talking about Covey (have a look at my rants from about 5 months ago)?
Well, it's finally (somewhat) usable!
https://github.com/chabad360/covey
For those who are wondering why it took so long, work (I got a job!) and some bugs in a core dependency of plugin system got in the way. I actually have to take a break right around now, for about 3 weeks to work on a project that has a deadline. But after that it should be smooth sailing to a proper alpha release!
You'll need to install upx for the build, and postgres for the actual function, and you want a few VMs to act as nodes, but have fun! -
Just asking for an opinion, I'm gonna do a project. Which one would you guys recommend MEAN or Ruby on Rails? I just want to do this project for fun and as a side project I know somewhat node js but RoR seems fun so what will you guys recommend??8
-
Is vscode that notoriously slow as a damn snail?? I can barely use it sometimes. I’m on a MacBook Pro that I bought new last year, so it’s not a potato.
Then again my last job issued a thinkpad, not my top choice bc I like Mac’s but vscode ran somewhat ok on that ugly thing11 -
Fuck social media websites that don't allow you to embed their content with a simple iframe
Good example 👍 :
<iframe src="https://youtube.com/embed/..." allow="..." allowfullscreen></iframe>
Bad example 👎:
<blockquote class="reddit-card" ...><a href="https://www.reddit.com/r/.../...">...</a></blockquote>
<script async src="//embed.redditmedia.com/widgets/platform.js"></script>
NO I DON'T WANT TO RUN YOUR 100kb JAVASCRIPT FILE WITH FULL PERMISSIONS ON MY WEBSITE JUST TO DISPLAY 1 SENTENCE AND 1 IMAGE. WHO KNOWS WHAT OTHER NASTY THINGS IT MIGHT LOAD IN IN THE FUTURE.
With an iframe it's at least somewhat contained.5 -
Was chilling with my team and remembering some very funny code issues (wasn't at the time) we inherited in a product... when we took control of the servers they were dead...
Code somewhat abbreviated... see why a few 100 of these could do that :)
public class Util
{
... lots of nonsense here...
public static DbConnection GetConnection()
{
conn = factory.CreateConnection();
conn.ConnectionString = this.connectionString;
conn.Open();
return conn;
}
}
try {
Util.GetConnection().DoThingsAndStuff();
}
finally {
Util.GetConnection().Close();
} -
I’m currently in school and halfway done my bachelors in SE and I need a PT job.
I used to work as a server and security guard, but I want to do something PT that’s somewhat related to dev. My focus is game programming and most game studios generally take only full timers.
What are some industries in the dev field that can be good to work in on a part time basis? Any tools/languages I should pick up?
Or even better - something that I could do on a PT basis related to dev from home? -
I have never ran OneDrive for Business successfully. I am happy there is a somewhat limited web interface.
-
I like how classes are getting more interesting and challenging But I don’t like how I don’t have time to work on my own projects. I have plans for them and I know where and somewhat how to do things. But between classes, homework, things teachers ask me to do, TA work, and medical issues I don’t have time to do my own thing anymore so GitHub is going to show massive spots of inactivity making me seem dis-interested in things not school related
-
I know it doesn't really exist in one solution, but I need management software to keep track of customers (crm), projects, products, licensing and contracts, and time keeping. Right now we are using MSCRM (ugh), and old homebrew project/time tracker written in Perl spaghetti (double ugh), email (sigh) and handwritten notes (kill me). Now I suddenly find myself with a budget (somewhat) and the authority to actually fix things. Any ideas would be appreciated.
-
!Rant
I've got somewhat of a problem: a client claims that the date format at a website is wrong. I am using Carbon for Date output which extends PHP's DateTime which uses the Linux locales. Can someone here confirm that they have seen a similar but that the date is wrong in Romanian, slowenian and Czech? (The format would be somewhat like wednesday, 17. January 2017). -
I just got the new ARM-based macbook. I was shocked that the menu bar is sooo fucking high now, and that there is a gap between the menubar and the maximized app.
How can this be? Are they totally nuts over there at Apple? I bet Steve would fire the responsible person immediately.
Is it really that hard to be somewhat pixel-perfect?
This looks so out of place and disgusting. It literally hurts my eyes.9 -
you know knowing people are always watching and that in the long run it doesn't amount to a hill of beans because they drive themselves crazy too is somewhat liberating to a point.
-
Sorry for asking this question again but I got no replies or releated replies.
Is app academy open good for learning fullstack web development for a newbie or somewhat new to web development. There are barely any reviews on the internet about it. I did kinda ask about them in one of my previous rants but was recommended fullstackopen by @100110111
. I started fullstackopen pretty recently. App academy seems good too but it is a 1000+ hours soo I wanted to know if I am learning anything useful there.
Also thanks @100110111 fullstackopen is pretty good5