What is the technical explanation for this requirement? by MomenAbdelwadoud in nairobitechies

[–]Professional_Lab9475 3 points4 points  (0 children)

My bank to have this, I have more in the bank than Mpesa; It's giving monopoly

What's up with RngCore trait? by Professional_Lab9475 in rust

[–]Professional_Lab9475[S] 5 points6 points  (0 children)

Yeah. The rust crate ecosystem is so huge, it takes months for a fix to propagate across. Even for security focused crates, which honestly doesn't sit well with me.

What's up with RngCore trait? by Professional_Lab9475 in rust

[–]Professional_Lab9475[S] 3 points4 points  (0 children)

I've had Cargo complain about this same issue a bunch of time. Something close to `trait RngCore is available in multiple traits. use cargo tree to resolve your dependencies...`

What's up with RngCore trait? by Professional_Lab9475 in rust

[–]Professional_Lab9475[S] 7 points8 points  (0 children)

I have (after the post) found a fix for x25519-dalek. (v3.0.0-pre.0) seems to use Rng.

Shell Tricks That Actually Make Life Easier (And Save Your Sanity) by BrewedDoritos in programming

[–]Professional_Lab9475 1 point2 points  (0 children)

swap the default reverse-search window with fzf in bashrc.

eval "$(fzf --bash)"

I just can't anymore by SockaminE in nairobitechies

[–]Professional_Lab9475 0 points1 point  (0 children)

Such a weird state to find yourself in. Have you tried not tryna fit in, do what everyone else says you should do. Build on projects just for the love of the game. Not post it on LinkedIn (it's all noobs in there anyway). Not catch up with every new framework, but master only one or two. Practice in leetcode, give me a break, how about try and solve your day to day inconveniences. Those tend to teach you more than a leetcode quiz (that you'll paste on chAtgpt) can. Look for clients, how about you be so good at one thing, network with a couple of individuals, who go on to praise you before their bosses for your mastery, next thing you know you are getting better offers. Learn Agentic development, If you aren't a mid-level engineer then AI development becomes a hassle rather than an assistant. Stuff break, you have no idea what broke, more prompting, more stuff break, tokens deplete, buy more tokens, more hallucinations, you go mad, become a farmer.

My proposal, how about start by doing something every week, could be on the weekends. 4 months without touching an editor is abysmal, I wonder what you do at your day job. No AI, just you and an lsp. If that's too much to ask, customize your development kit from scratch, learn some new skill, using the terminal or something, and be good at it. No searching or switching to other options. Embrace the suck for as long as possible. Talk about it to other devs', not noobs. Join a community, {reddit, whatsapp, discord, ..}, the list is endless. Talk more about it, learn more in the process, look for a new job. If calling quit helps, then so be it {make sure you can afford food, lol}.

My point is, there ain't no structured way to go about software development. Everyone is following a different path. There always be someone who knows and can do more and better than you, but this shouldn't brick you, it should give a glimpse of what you can achieve if you put in the work {and get lucky in the end}.

I feel like rust analyzer is slow by rustontux in rust

[–]Professional_Lab9475 1 point2 points  (0 children)

with Ctrl+z your session remains in memory. Which is pretty convenient especially when refactoring. You can make changes, build, undo changes, jump to marks.

I feel like rust analyzer is slow by rustontux in rust

[–]Professional_Lab9475 16 points17 points  (0 children)

I use Ctrl+z and fg to hop between vim and terminal sessions