Details
-
LocationThessaloniki, Greece
Joined devRant on 7/14/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
-
Linux/Windows
> dir foo
> cd foo
> mkdir bar
> rmdir bar
I guess it was just the GUI developers that couldn't be bothered with what terms the rest of the system uses. -
Source code of God's side project:
https://www.gnu.org/fun/jokes/dna -
Finally. The current one was as white as the sun.
-
Isn't cock.li dead or just the domains I had mails on?
-
What kind of obscure browser are you using that doesn't show sound icon? Firefox and afaik Chrome do.
-
2000 good 'ol plain html
-
>professor
>goes now to get a PhD
your 'professor' was just a TA -
Why no one ever cares to read the docs? Especially if you install an expensive software. It is like going to drive a supercar without knowing to drive.
https://docs.oracle.com/cd/... -
first time web dev seeing Wordpress:
>wow, it's great, easy to customize and bring it to your needs
after learning some stuff:
>wow, it's shit, it is huge pile of hacks thrown together into a mixer -
@theCalcaholic Opens the embedded terminal emulator. Since I guess you will ask why this is good (or at least I initially did), running inside nvim allows you to use all nvim features and commands. Also makes a multiplexer redundant for stuff often done when editing such as repls and running tests.
-
@Axis Yes, though most important addition at the moment is :terminal. Also comes with saner defaults which I may say are good enough. But most important changes are on the refactored codebase which is irrelevant for an end user but great if you wanna hack your editor.
-
@athlon Sailfish?
-
1. download updates
2. system decides on its own to shutdown
3. configuring updates on shutdown
4. installing updates on boot
5. configuring system before login
6. more updates not found initially ? goto 2 : done -
https://github.com/avinassh/...
-
ed
-
Linus doesn't like CVS though.
-
4MB/s is 36Mbps which is the speed a 50Mbps gets you...
-
I checked their Twitter. It is 4h and it isn't getting fixed soon; 1h at least more. That comming up after their recent data lost, won't look good.
-
What?
-
Yeah, just "a bit."
-
Actually every undergrand physics has applications. You will not find theoretical-only work untill doctorate.
-
It is the parentheses.
-
> Bad UI = No Fuck
*Bad UI = No Fap -
>I understand is old but why.
Unix shell syntax is even older and though flawed still works fine. PowerShell is great and shines when used for Windows administration but I cannot say I fancy its syntax either. -
>6 years i've been using linux
I find that hard to believe. Tab completion is one of the first things someone using the terminal learns. -
Password he chose or a temporary password? Sending a temporary password is a practice done by many as it forces you indirectly to verify your mail.
-
>F keys don't do shit.
Have you tried using the Fn key? Try F1 or F2 or F3 and try again in combination with the Fn key. -
@quine There isn't much to help with nano. Everything you need can be found with `info nano`. And it is still widely used.
-
You should know Vi(m) because it is always available on every Unix-like system. As to what you should be using, it depends on your workflow. Check both and see which suits you.