Details
-
AboutI'm generally just here to talk about what I'm doing and chill.
-
SkillsPython, C, C#, Go
-
Website
-
Github
Joined devRant on 11/27/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
-
Am I the only one that likes to see the code before the explanation when trying to learn something??7
-
I have quite a few but I'll try to narrow it down.
Micheal Reeves
John Carmack
John Romero
Steve Wozniak
Ken Thompson
Brian Kernighan -
I used to fucking love VSCode it visually was great, it was simple, had an integrated terminal that wasn't shit, supported many languages well (while not forcing every extension down your throat), and was straightforward to configure. I also had problems with it, mainly I felt it was way too bloated for an editor.
That good impression I had is gone now. It seems like every time I'm actually using the editor I have to fight with it. Whether that's an update that fucked up my config, or a reinstall and now I have to **convince** my fucking editor to use tabs instead of spaces automatically and I have to specify because holy shit it will not just listen after I set every possible fucking indentation setting to disable spaces or enable/prefer tabs and they keep adding shit like this that I give no shits about that make me sift through the damn settings finding the settings that turn off whatever new visual effect or quirky little automation they've implemented. I can't tell you how much I actively don't want my braces to be matched up by a color that doesn't even have anything to do with my color scheme.
Ive tried switching but holy shit intellisense is such a great feature that helps me so much so I'm not always bouncing between docs and my editor. Which ATM I'm learning go and intellisense has more fucking information on the functions than the docs do. I've seen Neovim (which is what I'm probably switching to) has language servers that are similar to intellisense so I'm intrigued to try that.
I'm just tired of constantly having to avoid all this shit I don't give a fuck about. I just want to get in, do my thing.
I won't be surprised if I'm the only one on this train 🤣8 -
Lately there's just so much pressure built up. The job that I like ATM is a job I am not the most excited to be at currently. I am putting pressure on myself to learn more since there's so much I want to do. And it's all just synergizing in such a shitty way. A lot of motivation is just slipping through my hands at this point.
-
Recently been lurking more and apart from the new plagues the community is going through at the moment, I swear this app goes through literal anime arcs with random entities that rise up and cause problems, kinda hilarious in hindsight. I will say it's been nice seeing y'all's names and rants again. I know I also see everything in the discord but that's got a different vibe. It doesn't help I just fucking hate discord.
It's also been a weird experience looking at my old rants. I literally found this app as I was getting my start in development and it's crazy to see the progress and put everything into perspective. Holy shit was I CRINGE. Regardless pretty nice.8 -
That I'm too focused on it. And that I'll never be as good as I want to be.
I'm aware these concerns conflict with each other a bit.
My first concern comes from not devoting more time to other hobbies that just let me do things away from my computer, tech related or not. And the second comes from feeling like I've hit a wall and I don't know how to produce better projects beyond that wall ATM and when I do put time into other hobbies/skills even if it is tech related I feel as if I'm not progressing. It's frustrating.
These are both things I've been working on lately. Cutting social media has helped a little bit. -
Lately I've been coming to the realization of how much time social media and YT takes from me and Ive been trying to cut back a lot. YT is definitely the platform that takes the most time from me, so I decided to give it up for the time being. To me RN the landscape of YT is boring and repetitive anyways so I don't mind.
Yesterday was the first day and I was definitely feeling better. My head was not hurting as much, my thoughts were clearer, and I was able to focus on other things. -
I am overwhelmed in my mind right now and I kinda just need it out.
I'm incredibly divided. There's so much I want to do which is fine I can balance some of it kinda well but when it comes to the programming aspects of what I want to do is where my head gets tugged in multiple directions.
Parts of me really want to continue to dive into C# and learn it a lot more than I currently do so I can continue to write the tools I use for problems I come across.
And the other part of me just wants to go do lower level development with C because that's where most of my goals are being mostly embedded and OS development.
But so many people I know that are incredibly smart devs use C# and I see why it's an incredible language and I'm glad it's one of the languages I know but I feel like there's so much to learn about it and I there's so much shit I see that I'm just like I don't know when I would want to use this, or I can see X feature being very useful but I don't know where I'd use it in my projects. Hell even C#s version of structs I know are very useful but I'm not able to make good use of them
I'm just in that headspace where I'm not learning enough and I feel dumb when I look at someone else's project because there's a lot more complexity In their project that none of my projects have ever had and so many people make use of language features I've never used or thought about using (generics being a good example) and I'm constantly asking questions which I know is okay but too much is happening in life lately and it's just making it harder to handle.
Thanks to anyone that got through it hopefully I'm not alone in these feelings2 -
All you emacs cultists, share with me your wisdom. As someone who wants to learn how to use it I have a few questions.
what resources should I use to learn more about it and configuring it?
What's the difference between emacs, doom emacs and all the others I've heard about?
Are you able to and do you use the GUI or the CLI versions of it?
And are there any packages equivalent to VSCode's Intellisense?
please for the love of God don't turn this into a holy war of vim vs emacs I don't mind either I just want to try out emacs cause I think it looks awesome and something I'd be interested in.1 -
Can someone give me any ideas on sites that have a lot of textual data worth scraping in mass quantities? I'm trying to scratch a few itches.
My current ideas are scraping Amazon, Indeed, and Twitter. But I'd like to scrape more and maybe not so much FAANG related companies.2 -
Does anyone here have any good resources for introduction to embedded, low level development, or anything on advanced C concepts? I've been having trouble trying to step into more complicated topics like bit manipulation and stuff I can do with memory management. Also any advice is also appreciated.30
-
How do you find open source projects you want to contribute to? I'm trying to find projects I'm interested in but don't really know what to do.6
-
Take a walk, or focus on something else for a while, then after I've had a break I can return to whatever the problem is.
-
Hello everyone, I've returned and hopefully start ranting again.
I took a long needed break to think about a lot of shit and I'm back with a much healthier mindset and plan for myself.
Aside from the world going to hell what's new?5 -
So I help teach a class of high schoolers to program and I want to pose a question, what can I do to give & better more interesting presentations, and what should I avoid?
Today I gave a presentation and the first half of showing them some practical things you can do with Python didn’t go as well which I figured would be a little boring,
but the second half I showed them a script I wrote to install fonts in Linux and I essentially set it up so that I could rewrite it in front of the class and I walked them through the process of rewriting it to show how useful loops are and they really enjoyed watching the process, so I thought about doing more stuff like that where I just walk them through problems but Idk
Let me know what you think I could do better17 -
Sometimes I just feel so behind. Even when I’m productive and my projects are going well I feel like I can’t catch up and my current skill set is not enough if I want to get a job as a dev, and I don’t feel like a bad developer I’m pretty proud of myself and what I’ve been able to do so far and I have a BLAST when I’m working on my projects but I’ll be browsing devRant, Twitter, or Reddit and I’ll see people talking about aspects that people with jobs as devs have to worry about or just people working on code that is used in production and I just think to myself well I can’t do that, and just start questioning myself.5
-
I don’t think anyone was nearly as happy as I was to find out Twitch’s source code got leaked and that they use GO.
Makes me glad to see Go used by another big company for a big application like twitch where performance is really important.13 -
I took a break, reevaluated a lot, and I am now back with none of the pressure I put on myself over the years and I’m actually enjoying myself again4
-
Dont get me wrong I like C, but I've never seen so many different ways to do things where I cant even tell whats fucking happening in the snippet of code.12
-
Do you guys think it’s okay to take breaks from a project you’ve been working on for awhile and/or that you’re fatigued with to work on another?8
-
I can’t say it’s the most painful but it’s one of my recent painful lessons.
So I’m learning C and in my project I was trying to make a copy of a 2D array and I kept getting seg faults up the ass every time I tried to allocate one of the inner arrays and after a long day of debugging I realized that I was trying to allocate memory within an array that doesn’t exist so I had to create the first array then allocate memory for each inner array after.4 -
So my 3 and a half year relationship ended today and I’m not okay. The relationship ended on good terms but I’m alone for the first time in a long time and I don’t know what to do. I’m so fucking sad and I have a few friends that I can talk to but It doesnt fill this void that I feel.21
-
Today I ended a coding session by fixing a problem I’ve been having but not the problem I was attempting to patch and I ended up screaming “SHIT NO I FAILED SUCCESSFULLY”
a friend of mine that over heard me was like “dude those aren’t words that work together”
I just replied with “you would think so but it’s more common than you think” -
Well I slapped some text into a file and it screamed at me.
Slapped some more text into another file and it didn’t scream at me.
I then watched videos and read books that detailed the slapping of text into files.
Tldr I kinda just taught myself somehow5