Details
-
Skillsjava
Joined devRant on 3/15/2017
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
-
I know it's not too impressive, but got this working using my Windows console double-buffering system and literal bitmaps for the large numbers.
I have posted about both previously if you want more details :312 -
If you hire nine women to make a baby, you won't get a baby in one month.
But if you hire one woman a month and impregnate her immediately, it will still take you nine months to get the first baby, but after that you'll get one baby per month for the rest of the year.
That's the difference between latency and throughput (and that's also how pineapple farms work, since it can take up to a year to grow pineapples).11 -
As to the request of two devRanters, I just did https://systemof.thedown.website
On my way to south Germany in the car and was bored and I've got two ssh clients on my phone ;P
Credits for the idea: @Codex404 and @xorith12 -
When you start a project...
What you should think about :
- What does it do?
- How should I make it?
- What should I need?
What EVERY SINGLE OF YOU think about :
- What should I call it?
- Do I need a logo?
- Lemme sketch some design features. Maybe Material Design looks nice.
(lol)7 -
Did you know that
console.table(arr);
will let you print whole JavaScript arrays in table form in console?10 -
Such amusement.
Was almost about to throw my keyboard at my monitor, as I could not find the reason behind why the GraphQL server wasn't returning the clientType field in the response.
Only to find out that I never asked for that field in the request 😑5 -
I found this amazing repository on github and just had to share it.
https://github.com/danistefanovic/...
I've already built a document scanner.
There's enough tutorials to keep a dev busy for a lifetime 😄14 -
My current setup.
Doble screen on an Arch Linux with i3wm and conky. I love it 😍😍.
What do you think?5 -
The download manager is coming together nicely!
The idea is simple, all the downloads are multithreaded. It saves the chunks and then merges it together at the end. So far it uses 30-40mb for the whole thing!
Next stop, add queue management and then browser integration. The source code is here: https://github.com/tahnik/qDownload.
Don't blame me if you vomit once you see the code. I am still working on it and it will be clean soon. I would love to get some suggestion for the name of the project. It is "qDownload" currently and I fucking hate it.
@Dacexi is joining tomorrow to help with the UI. It's gonna be amazing 🤘24 -
A little while ago someone here posted something about a piece of software called Pi-Hole. To that person, i wanted to say THANK YOU!!! It is probably one of the best things i ever added to my network!26
-
When you stare into git, git stares back.
It's fucking infinite.
Me 2 years ago:
"uh was it git fetch or git pull?"
Me 1 year ago:
"Look, I printed these 5 git commands on a laptop sticker, this is all I need for my workflow! branch, pull, commit, merge, push! Git is easy!"
Me now:
"Hold my beer, I'll just do git format-patch -k --stdout HEAD..feature -- script.js | git am -3 -k to steal that file from your branch, then git rebase master && git rebase -i HEAD~$(git rev-list --count master..HEAD) to clean up the commit messages, and a git branch --merged | grep -v "\*" | xargs -n 1 git branch -d to clean up the branches, oh lets see how many words you've added with git diff --word-diff=porcelain | grep -e '^+[^+]' | wc -w, hmm maybe I should alias some of this stuff..."
Do you have any git tricks/favorites which you use so often that you've aliased them?50 -
Just found a great talk on JS: "Essential JavaScript Debugging Tools", thought other people, especially the ones currently just learning it, might enjoy it.
The whole channel is a sub recommendation anyway, as they always publish great talks and videos for webdev and more.
https://youtube.com/watch/...5 -
Arrived today, hyped!
I have real-world experience with MongoDB, MySQL, Firebase, and caching with Redis.
A colleague in ops recommended this book a while back and I thought I'd give it a whirl to better understand what other options I have available.7 -
I purchased the worst keyboard ever for coding
Please help , suggest me some good keyboards( mechanical) for typing/coding
Also as a coder will you pefer the cherry mx red for coding?
Share your experiences40 -
@No-one asked me to make a devRant related waifu but I went "why not if devRant WAS the waifu"
and this was born while waiting for compiling code (again)24