Details
-
AboutBackend-end developer
-
SkillsFucking fast golang backend rice as a service with cached hot Java beans Flawless rice.
-
Locationhuehue
-
Website
Joined devRant on 5/15/2016
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
-
Can you guys give me ideas of a side project to do? I finished my last one and I'm feeling hopeless to use the shit ton of things I learned I learn through my jobs4
-
Probably discussed somewhere in here but I wanna know which Cherry MX keys you guys prefer the most for programming.
Also any recommendations on a good keyboard or images from your keyboards would be cool ⌨️🖥️ #KeyboardsAreImportant7 -
Holy mother of god, Signal is working on a feature which makes that the sender part of the metadata is not readable for them (of course you still have accounts but not sure how they obfuscate that part) anymore.
This is taking metadata protection to the next motherfucking level.3 -
Shame me later for piracy but I think i just found the goldmine of books and vid tuts. Has packt(books, vids) and even O'Reilly books as recent as last month. This good boye has EVERYTHING.
coderprog.com14 -
curl cheat.sh — get an instant answer to any question on (almost) any programming language from the command line
tldr
do curl cht.sh/go/execute+external+program to see how to execute external program in go
And this question: why I actually should I start the browser, and the browser has to downloads tons of JS, CSS and HTML, render them thereafter, only to show me some small output,
some small text, number or even some plot. Why can't I do a trivial query from the command line
and instantly get what I want?
I decided to create some service that will work as I think such a service should work.
And that is how wttr.in was created.
Nowadays you probably know, how to check the weather from the command line, but if not:
curl wttr.in
or
curl wttr.in/Paris
(curl wetter in Paris if you want to know the weather in Paris)
After that several other services were created (the point was to check how good the console
can solve the task, so I tried to create services providing information
of various nature: text, numbers, plots, pseudo graphic etc.):
curl rate.sx/btc # to check exchange rate of any (crypto)currency
curl qrenco.de/google.com # to QRenco.de any text
And now last but not least, the gem in this collection: cheat.sh.
The original idea behind the service was just to deliver a various UNIX/Linux command line cheat sheets via curl. There are several beautiful community driven cheat sheet repositories such as tldr, but the problem is that to use them you have to install them first, and it is quite often that you have no time for it, you just want to quickly check some cheat sheet.
With cheat.sh you don't need to install anything, just do:
curl cheat.sh/tar (or whatever)
you will get a cheat sheet for this command (if such cheat sheet exists inf one of the most popular community-driven cheat sheet repositories; but it surely does).
But then I thought: why actually show only existing cheat sheets? Why not generate cheat sheets or better to say on the fly? And that is how the next major update of cheat.sh was created.
Now you can simply do:
curl cht.sh/python/copy+files
curl cht.sh/go/execute+external+program
curl cht.sh/js/async+file+read
or even
curl cht.sh/python/копировать+файл
curl cht.sh/ruby/Datei+löschen
curl cht.sh/lua/复制文件
and get your question answered
(cht.sh is an alias for cheat.sh).
And it does not matter what language have you used to ask the question. To be short, all pairs (human language => programming language) are supported.
One very important major advantage of console oriented interfaces is that they are easily
programmable and can be easily integrated with various systems.
For example, Vim and Emacs plugins were created by means of that you can
query the service directly from the editor so that you can just write your
questions in the buffer and convert them in code with a keystroke.
The service is of course far from the perfection,
there are plenty of things to be fixed and to be implemented,
but now you can see its contours and see the contours of this approach,
console oriented services.
The service (as well as the other mentioned above services) is opensource, its code is available here:
https://github.com/chubin/cheat.sh
What do you think about this service?
What do you think about this approach?
Have you already heard about these services before?
Have you used them?
If yes, what do you like about them and what are you missing?26 -
This week I started my internship at our local University.
Me: Can you give me access for the internet?
Boss: Well, do you have an antivirus software?
Me: I got Linux.
Boss: *nod of approval*
😂5 -
Does anybody know a course on machine learning with python that doesn't need that much mathematical knowledge? Because in every course I find I need to know advanced mathematics yet I am still in grade 10 and haven't studied it yet.17
-
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 -
Well since I'm such a fan of Signal and have been using the version which is downloadable through their site, I'm going to attempt to compile it from source myself, then I'll truly have an open source version!29
-
After the base installation of arch linux..I am trying to install the display server,Nvidia driver.and i3 wm...but getting errors..
Shall I install Display server xorg after or before the installation of Nvidia drivers??
What is the proper way to configure xorg and Nvidia?
When I give the startx command it is showing black screen....
@deadlyRants18 -
Gotta keep that code DRY...
"It should be noted that no ethically-trained software engineer would ever consent to write a DestroyBaghdad procedure. Basic professional ethics would instead require him to write a DestroyCity procedure, to which Baghdad could be given as a parameter." -- Nathaniel S. Borenstein, computer scientist1 -
Me: *accidentally opens DevTools*
1.269427 milliseconds later...
Person: TEACHER! He’s HACKING INTO GOOGLE DRIVE!!!
Teacher: *glances at computer* Oh my gosh! That is ILLEGAL! Go to the office immediately.
I reluctantly headed to the office and calmly explained what happened. Luckily, some people have a bit of common sense and let me go.22 -
A lot of the people are complaining about working in inhumane conditions. I want to debunk some bullshit that I think is causing this.
Devs are hard to find. That makes you valuable. A good dev that actually works for 30-40 hours per week is extremely hard to find.
The relationship with your employer / client should be simple: you work, they pay. What you do NOT:
1. Do not take responsibility for other people's decisions
2. Do not internalize other people's problems (you've got your own, better stick to them)
3. Do not let ANYONE guilt trip you into anything that you're not indeed guilty of.
4. Do NOT work for an effective rate that's significantly lower than you know you can get elsewhere.
There are indeed some utterly evil assholes out there that will try to manipulate you, into thinking that you're "part of the project", or that "you're all a team". Yeah, you are, but when it comes to making money, you'll only get the salary, regardless of how successful your work will be. THEY have a motivation to stay up late, to work extra hours, etc. You DO NOT. If you do that, and don't get paid extra, you're working for free, which means that you're not a professional.
Are you a professional? Then have respect for yourself, and bill for every fucking second of your time. Don't let the assholes think they own you.
As a professional, you MUST do EXACTLY what you're paid to do. No more, no less. Well, if you're feeling good about it, then you can do slightly more. And anyone that's demanding more, basically has no respect for you, and doesn't consider you a professional. That is the plain truth. See it as it is, and handle those scumbags accordingly.5 -
So I wrote a py script that calculated the total no. of the word "fu*k" found in rants -
Here are the results have a look.
Although I expected more, since in every other rant people use the word "fu*k" :/
This is in context with my previous rant -
https://devrant.io/rants/862267/...30 -
"Measuring programming progress by lines of code is like measuring aircraft building progress by weight." - Bill Gates6
-
!rant
For anyone interested in startups, Ycombinator is offering a new massive online open course for people all over the world who aren't directly apart of YC. You'd actually be apart of their courses and even get to speak with industry professionals and successful founders. Just an FYI 😊
https://www.startupschool.org1 -
A simple, open source Neo4j client written in PHP - help craft project decisions and develop as a team [more details]10
-
@dfox you could try using progressive jpegs, so that images are not shown when they're fully loaded but, lower resolution is loaded first then pixels are added to it as time passes, really good for people with slow Internet.6
-
!rant
Started a series of videos "Building a Webserver with GO and Echo". so exited!!!
https://youtu.be/wgW22wo6-SY6 -
Old man's tale. It's true.
Like 12 years ago, I was working in a small town computer store.
One day, a really ugly woman came in and asked for data recovery since she could not boot up her PC anymore.
We recovered her data, and just to make sure it was all "working", we randomly checked a few directories for files.
We have found some photos of her.
Her and a bottle of Coke.
Let me put it this way: she loves coke bottles. A lot.
There are things that can't be unseen, and moments you still remember after 12 years. Like the moment she came in to get her stuff - and you need to pretend to be all business while you're almost pissing your pants.
Good days :)7 -
Does anyone keep a journal as they develop code? Something to keep track of ones thought process so that you understand what you were thinking when you come back to it? I know most people just use comments, but does anyone use something different?16