Details
-
About404
-
SkillsC/C++, Angular8, Java11,js(es6), Python, Php, Linux/bash , Emacs , little bit of Elisp.
-
LocationNepal
Joined devRant on 7/20/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
-
All my resolutions:
- Finish my fully FOSS gamedev workflow and start working on my game by March, have a concept demo by May when my matura exams come round.
- Do good on said exams and get into a good university.
- Do some political or social activism
- Learn the guitar to a campfire level
- Drink til I pass out if trump wins again.
- Make close friends with at least 10 new people
- Go on at least 6 dates2 -
PM: "Why are you absent on a regular holiday?"
FUCK, I JUST NEED THAT DAY TO GET PAID AND REST AND YOU WANT ME TO WORK FOR IT DURING HOLIDAYS?13 -
HAPPY NEW YEAR 2020 from BG. I'm protecting my cat from the 2 hour barrage of fireworks outside. I wish you all well, I really do!3
-
2019:
* Learned a lot
* Earned a little less than expected
* Couldn't travel
* Couldn't sleep much
2020:
* Earn more
* Buy a car
* Buy an iPhone or OnePlus for Dad
* Buy a really nice suit for me
* Travel
* Excercise
* Sleep more6 -
No one loves Java as much as Google and Oracle. They are willing to have a battle in court. Or maybe it is just that $9 billion 😂😂😝
But on a serious note as a former paralegal "I don't think copyright should be applied on a programming language " plus, I feel like even if it is applied... google is using java in it's own way (android) as the courts have stated that you can't copyright a language syntax or API definition. So Google can use the Java langauge syntax and core Java API freely on Android.
I don't know about you but, a lot of clients do bring up their concerns..on what the implications are for them and their company developing mobile apps!!
Any updates? Concerns? Thoughts?3 -
𝓜𝓮𝓻𝓻𝔂 𝓒𝓱𝓻𝓲𝓼𝓽𝓶𝓪𝓼 !!
🇳🇵: क्रिस्मसको शुभकामना
🇨🇳 : 圣诞节快乐
🇯🇵: メリークリスマス
🇮🇳: क्रिसमस की बधाई
🇫🇷 : Joyeux Noël
🇩🇪: Frohe Weinachte
🇪🇸 : Feliz Navidad
🇮🇹: Buon Natale
🇵🇹 : Feliz Natal
#VisitNepal2020
#DoingMyPart
#Country := "Nepal"17 -
Hey, fellow dRs.
I may need some help regarding this circuit.
It is about an 8 Bit multifunctional shift register with a 2 Bit instruction set.
These work:
If "Sel" is 0x00, the circuit loads data into its 8 D flip flops.
If "Sel" is 0x03, the circuit replaces all data with 0s.
These don't work (they do, but they do it in a very strange way and end up filling 1s instead):
If "Sel" is 0x01, it is supposed to ringshift bitwise to the right.
If "Sel" is 0x02, it is supposed to ringshift to the left.
As mentioned above. They do it in a very strange way. If we have 10000000, it will shift to the left or right depending on the "Sel"'s binary value. Let us say we want to shift it right. The output will turn from 10000000 to 01000000 (which is what we want), BUT after that it adds another 1 to it: 01100000. It keeps doing it until every single Bit is a 1. Same thing happens with the left ringshift.
I will include the other circuits used in this circuit in the comment section.25 -
As a dev, the present one. First year working as a dev since march. I learned a bajillion things and am being payed.
As a dev this was easily the most productive year of my life. -
My first thought was "it can't be so hard to build a AI who simulate emotions "
So i started studying the Human brain .... well it's fu**ing complicated, but also interesting af
Still hope i can develop a little robot who have emotions like happiness, sadness or anger7 -
Manager: "How long will this take?"
Me: "Er... it depends."
Manager: "Depends on what?"
Me: "Well, if the reactive hyperflux core's external dampeners are--"
Manager: "Yeah, yeah, whatever just get it done."
Me: "You got it boss."2 -
Do you have a dev (or informatic in general) nickname?
Oh, I love stories XD
When I was at university, my first boyfriend (now ex-boyfriend) was the only one who knows Python (teachers used to teach Java and C#). He was pretty old, like 4 years older than all of us, and when the teacher introduced himself to the group the first day of the semester, "Python" asked
- "Teacher, do you use Python platform?"
I don't know why, but the rest of my classroom mates laughed. And from that day, my friends called him "Python".
The funny thing is that two weeks later he became my boyfriend ^_^ a friend of mine said "he wants to show you his python :o"
A semester after our broke-up, I was invited to teach Python at the university. I accepted. Now some teachers remember me as "Python girl".5 -
There is. My latest creation. A 8bit microcontroler made in minecraft.
Features:
(1.0 version without control room)
-8bit full adder + overflow flag
-8x8bit RAM
-16x8(4bit instruction, 4bit address)
program memory
-64 possible microinstructions (16 instructions with 4 step each)
-uncondintional and if oveflow jumps
(place determined using address written with instruction)
-1/3Hz clock speed 😨
New working version (2.0) has 1Hz clock and new faster instruction decoder.
In 3.0 in addition to that useless bus was replaced with 16x8bit "hardware" stack that can store adresses and data. The clock is going to be yeeted out because it is unnecesary #clocklessisbetter (WIP tho)
Might add more documentation and post it as learning model for CS wanabees 🤔. What do you think?
Picture: Old working version 1.0
(the only one with fancy diagram)
Newer version screenshots in comments.34