Details
-
AboutBsc in software engineering, Msc in Computer Science. Drinks 5 cups of coffee on an average day.
-
Skillsc++, python, bash, javascript, c, java, IE6-css, blender, OS and file systems, other not very useful skills
-
LocationIL
-
Website
-
Github
Joined devRant on 3/7/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
-
Apparently this little music player has no transmitter, receiver, microphone nor camera, pity on you NSA!12
-
So my paper submission was rejected for the second time. I truly believed in what I have done but apparently these 2 years of research are going to the recycle bin. I didn't even print the thesis to save on paper, so it's the recycle bin in the computer I'm talking about..
I guess research is not for me after all..5 -
When you have an awesome startup idea and it's not even close to being in the market, it feels good man2
-
When you write print(string), which type of people are you:
A) 1. ( 2. string 3. )
B) 1. () 2. string
C) Autocomplete guys
D) hodor
*applies for echo, printf, println, etc.
** python2 and c++ are discriminated on purpose9 -
Well I just had a breakdown a few hours ago.. For a too calm guy like me it's really rare, but also not surprising. I have my third deadline in a row, haven't really seen people over the last month. Thanks guys for helping me survive socially during this month, I'm a very social guy usually, so I really needed that.
Apart from that, last time I was hopeful about my schedule and sent it to my advisor she called me the day after shouting that it's not realistic and I'll never be done on time. I could have worked harder on February, that's true, but for fuck sake she ruined all of my motivation in a 10 minute call.
I wish I liked what I'm doing. I wish people I work with would have appreciated what I'm doing and encourage me. I wish I was 2 weeks to the future when I have not even a slight thing to worry about.
Get me outta here 😩3 -
$ python
>>> class Object:
>>> pass
>>> self = Object()
>>> self.attr = val...
>>> * copy paste code from some class
<Ctrl>+d
Testing ☑️ -
I wonder if they thought about responsive design back in the 90s while resizing terminals in desktop computers..2
-
I'm surprised by how complex simple things could become. Alt+<key> in vim didn't work, so I copied a script from stackoverflow that makes vim poll the esc key every 50ms, if it is pressed together with another key in this period it is interpreted as Alt. My terminal sends esc+<key> instead of Alt+<key> so it works perfectly.
-
Guys I heard a rumor that you like riddles, I'm stuck on my theory project and I'd like to throw a bone:
Say you have a list p = [7,6,2,3,4,5,1,0] and you want to order it, i.e. change it to [0,1,2,3,4,5,6,7], by swapping adjacent elements. Provide an algorithm to do this optimally, when:
a. (Warm-up) each swap costs 1
b. Swaps weight is [4,3,2,1,2,3,4], i.e. if you want to swap position 0 with 1 it'd cost 4, position 3 with 4 will cost 1 and so on.
The optimal overall cost for b is 50 (I did an exhaustive search), however you need to find a general approach which is able to order every list with minimal overall cost (no time constraints as long as the solution is not exponential in the list length), using the provided weight function.
(you get a credit if the solution goes to a paper or anything 😉 it's actually a computer science open problem, but seems possible to me)16 -
Apparently they knew how to program in bible (partial translation of a traditional passover song below):
If He had brought us out from Egypt,
and had not carried out judgments against them
— Dayenu, it would have sufficed!
If He had carried out judgments against them,
and not against their idols
— Dayenu, it would have sufficed!
If He had destroyed their idols,
and had not smitten their first-born
— Dayenu, it would have sufficed!
If He had smitten their first-born,
and had not given us their wealth
— Dayenu, it would have sufficed!
If He had given us their wealth,
and had not split the sea for us
— Dayenu, it would have sufficed!
If He had split the sea for us,
and had not taken us through it on dry land
— Dayenu, it would have sufficed! -
I just wrote unit tests for like the first time in my life (didn't find it useful in university, someone else handing in the project always did that). It cut my coding time by a factor of 3! You should try this one if haven't already, it really saved me a lot of headache right now.2
-
Writing hebrew in Latex using a template that doesn't support UTF-8 is the most archaic shit I've done lately. I feel like some sort of a caveman.
This fucking encoding inverts all letters so it can support right to left. 😓4 -
I hate tight deadlines, I'm frustrated, can't sleep, feels like I'm chained to the desk..
Up until I remember doing a 2 months work in a single friggin week, it's a one poisoned chalice 😓1 -
Last time I had a cup of hot water instead of coffee. This time I have 2 cups of coffee on my table. Can you remind me what's life?
-
Just realised I can guess your main programming language by whether your nickname is in lower/camel case 🤔26
-
Checked out scss today and it shortened the time it takes me to make a static UI by about x10
.
Sadly I did this to procrastinate writing my thesis.