Details
-
AboutLoving computers since I was 13 years old
-
SkillsNix, Dhall, Scala, Swift, Objective-C, PostgreSQL, Redis, Arch Linux, macOS, Fish, Neovim
Joined devRant on 6/13/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
-
@ScriptCoded all our data is relational
-
Because we decided to try SwiftUI and Combine writing some parts of the app using them and both require iOS 13 (and that means Xcode 11)
-
I share and open office with non-software companies, not nice, too much noise. I want a cubicle now but @lig1 suggestion seems better
-
I think to use Linux as your main OS makes you a better programmer if what you build ends running on a Linux machine. You can use OS level stuff (like services management) instead of build a solution from scratch.
Of course, if the stuff that you build ends running on a Windows machine better to know about Windows.
I used to believe that Linux is better than Windows. I'm not sure anymore. What I know is that I'm a Windows ignorant person. -
@vinerz really? Why? Seems nice, less verbose.
-
@heyheni we're a small company so I don't think so, but I think about and my future ^^ Actually because of devRant I try to be more emphatic.
@zombie01 real code! Encapsulation is king! Actually I reduce code that I wrote while I was sleep deprived ^^
@Cangaroo that always can happen but do not optimize prematurely ;) -
@samk I still agree with @asphytotalxtc: you have (better) alternatives. The fact that it is still used doesn't erase the fact that you can replace it with better options. Maybe I'm biased: in the few (really few) machines that I admin there's no FTP 😁
-
@samk FTP is not secure so if you want to deeply use Git or rsync over SSH and if you are talking about public files you can use HTTP. Happiness.
-
@khushal0621 I know, but I don't own or work with a Windows machine since 2010!
-
Yeah, my important passwords are made of some random words, but in this case you can count just three elements: two abbreviated words and a dot. And what makes it worst is that the two abbreviated words are related to the website.
Besides that don't you think that it is 2016 and all sysadmins should disable password log ins on SSH? -
So we can write a VimL script! Yay!
-
I try to quit from a terminal with :q
-
In the end I had 2 different bugs that produce a pretty similar output! Yay!
-
Why not a functional fork of Brainfuck? 😁
-
@dkomit I don't think so, because if I upload an image it also gets corrupted.
@helloworld (nice nickname) I just copied the folder with the images to my machine using rsync and they are corrupted. The question is why they aren't corrupted in testing?
When you don't have a clue: the worst kind of debugging. -
@magis I'm not worried about it because I don't like alcohol xD
@mags24, @jumpshot44 I'll try to sleep today and on Sunday but my brain don't want to stop 😭
@heyheni that's the problem actually: it's my company! We are a three people team in a country where there are few options on software. I spent 5 years working for someone else in a failed start-up and it was a bad experience 😔 I think that makes everything more stressful.
Thank you very much for your attention guys! -
Works the other way around: I have 5 years of professional experience. My boyfriend started to write code two years ago. He is pretty good witting clever SQL queries. Actually I'm going to ask him about a SQL query now.
-
@afduarte my Neovim setting: `set list listchars=extends:…,precedes:…,tab:\ \ ,trail:😠`. Emojis are the best!