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
Search - "runtimerror"
-
just built my first ever pc... took me 4 full hours because i was being really careful since i was terrified of fucking something up, but it turned out great!34
-
For those who were wondering, since my last post had some people who seemed interested, here's my progress on my 8-bit computer. I've got the clock on the left hand side, and the 2 8-bit registers on the right hand sign. (The power strips in the middle are going to be used as a bus)9
-
After 2 hours of wiring/debugging/rewiring, I have my EEPROM programmer halfway done. Currently is only able to read locations in memory. Next step: make it programmable.
(For those of you who dont know, EEPROM stands for Electrically Erasable, Programmable Read-Only Memory29 -
> be me
> install linux on encrypted drive
> takes 8 hours to fill the drive with fake data so theres no chance of data leakage
> save encryption password to phone
> phone doesnt actually save password
> realize you dont have access to pc anymore
> cry
> reinstall linux7 -
this one time my coworker was having a hard time debugging a javascript function so he set it to alert("kill me pls") and that somehow got into production.
we recieved many support emails from concerned customers that day6 -
Anyone who remembers my last rant about getting fake chips might enjoy this.
After realizing that the EEPROMs I got last time were counterfeit, I bought a new set (and different model) from Atmel. They were super easy to hook up, and the best part is they actually work! Behold, my bit-by-bit EEPROM programmer:10 -
decided to rebuild my personal website as an emulated terminal... pretty happy with it so far.
(its open source in case anyone wants to check it out: https://github.com/alexdovzhanyn/...)9 -
When no one told you that being a software engineer would entail putting up with other peoples shitty code for the rest of your life3
-
Fuck you, you motherfucking fuck. How DARE you have the capacity to sell fake fucking chips on Amazon and make me fucking waste hours of my god damn fucking nights trying to program your shitty, lazy-ass implementation of an EEPROM.
I followed the datasheet specs down to the fucking microsecond just to find that nothing would write to the chip, and then spent hours of my goddamn life trying to figure out what I was doing wrong, making myself feel like a fucking failure for not being able to write 1s and 0s to a few pins. Fuck you, fuck you with a giant horse cock with needles on the tip12 -
yo guys! im making a raspberry pi claw machine and thought it would be fun to log my progress as i go along, so i made a blog post explaining how to build one! if anyone wants to check it out, you can find it at http://www.alexdovzhanyn.com/blog/110
-
Hey devRant! The first episode of the Runtimerror Live podcast has been postedby @yarwest and I, and next week we're having @dfox and @trogus on the show as guest speakers! Check it out at https://runtimerror.com/podcast/...3
-
Spent 5 hours working on a solution for a hash difficulty comparison/scaling algorithm. after a bunch of different iterations and approaches, I find that my problem can be solved by the attached equation. Its such a simple answer but no way in hell would you be able to discern the amount of time and brainpower that was put into it. The git commit is literally 10 lines of code total, but I guess its not about the amount of code, but the time spent thinking about it thay counts?6
-
Making a loop is like taking a dump:
If you dont manage all the shit, you'll end up with an overflow. -
Hello guys,
The next episode of the Runtimerror Live Podcast will be having our very own David and Tim as special guests.
Are there any questions that you would want us to ask them during the interview?
The episode will release tomorrow at 7 AM EST :)
(the first episode can be found here: https://runtimerror.com/podcast/... )4 -
For anyone that wants to contribute to open source but doesn't know how, check out this post:
https://runtimerror.com/open-source... -
If anyone here is a ruby dev, I've built out a wrapper for the devRant api which allows you to integrate devRant into your ruby projects easily.
Check it out here: https://github.com/alexdovzhanyn/... if you're interested. (And please report any issues if you come across them)3 -
when you spend a week implementing paypal subscriptions for your company's ecommerce platform and they tell you to scrap it because paypal doesnt allow you to configure a subscription contract after its been made2
-
I've spent the past few months working on creating a decentralized application network built for developers. Here's a link to a quick blog post I made explaining the idea. I'd love to get some of you on board! https://dev.to/alexdovzhanyn/...2
-
I'm absolutely exhausted...
Just spent the past 2 days restructuring our SAAS products entire server network on AWS just so we can have a static IP address for all our server instances passing through an NAT....because we need to integrate with another service that only allows you to access their API if they whitelist your IP.2 -
The Elixium blockchain project is coming along pretty well! We worked on it pretty hard for a few months but then I had to take some time off to deal with life stuff, but now I'm able to work on it again and I can honestly say I've really missed it.
I'd love some more open source contributors (after all, that's what decentralized software is all about), so if you're interested, *every little commit helps*.
Here's the GitHub repo: https://github.com/elixiumnetwork/...6 -
Nothing quite like some late-night Elixir. Honestly the most fun language I have ever used (yes, more fun than Ruby)4
-
Im thinking of writing a book on blockchain and possibly partnering with O'Reilly to get something solid done. It would be an in-depth book about the inner workings of blockchain technology, without assuming any knowledge of programming (but would cover every topid thoroughly).
Who here would be interested in reading something like that?2 -
Hey everyone, I'm sorry if this is the wrong plqce to do this but I'm trying to start a programming podcast and have a blog with a few hundred daily readers (https://www.runtimerror.com) . I'm in need of someone to regularly do podcasts with (they'd be a weekly thing). If anyone wants to join, feel free to comment or email me at dovzhanyn.alex@gmail.com and we can talk further.4
-
Hey Guys!
@alexdovzhanyn and I just released the third episode of Runtimerror Live!
We talk about various things like the DynDDoS attack, recursion and much more.
https://runtimerror.com/podcast/...
We hope you enjoy it as much as we enjoyed recording it :)1 -
had an incredibly productive day today on the ultradark blockchain. wrote a bunch of tests, updated documentation, split the repo into 3 seperate ones because it got too big and had too many different things in it, AND accidentally fixed an annoying, deep-recursion bug that ive noticed for a while now.
seems too good to be true...1 -
for everyone that likes podcasts, the new runtimerror live podcast released its first episode today :)
https://runtimerror.com/podcast/...6 -
everyone glorifies ethereum and its smart contracts, but the actual build tools and overall development environment around it sucks balls.
when testing a contract locally with truffle develop and metamask, you have to reinstall metamask after every transaction because it gets out of sync with your local chain... people are seriously okay with working with this shit?3 -
Ruby blockchain update: V 0.0.1 Alpha is available for testing!
If anyone wants to check out what we've done, or wants to contribute, check it out here: https://github.com/alexdovzhanyn/...13 -
We'e started putting together a formal system design spec for Elixium! Check it out here: https://research.elixium.app/s/... (and feel free to leave some feedback)
-
The second episode of Runtimerror Live is officially LIVE! This weeks episode features and interview with our very own @dfox and @trogus! Anyone whos interested can check it out at https://runtimerror.com/podcast/... or on iTunes / other podcasting apps1
-
We've officially launched the Elixium testnet today after months of hard work. Find out how you can get involved by joining our telegram chat: https://t.me/elixiumnetwork, or learn more about Elixium on our website: https://www.elixiumnetwork.or12
-
I'm trying to pick up game development as a hobby (im already a full stack software engineer) and ive decided to either do lua with roblox or java with minecraft. im going to start out doing mods and building on top of already existant systems and then venture further if i like it. which do you think i should do? lua or java?5
-
Hey all ruby devs! I've recently made a redux gem implemented in native ruby, that allows you to completely decouple state from your code. If any of you like the redux design structure and want to use it in your backend, check out https://github.com/alexdovzhanyn/...
-
If anyone else is going to be at ElixirConf in Washington this week, let me know! I'd love to meet some of you!3