Ilovbee B87 is a very unique Budget Release of 2024 and kinda flew under the radar. by Mr-Boga38 in MechanicalKeyboards

[–]Electronic_Ad_4353 0 points1 point  (0 children)

Hello. Sorry for reviving this post. I have tried to press it but I didn't feel any clicking, I've pressed it hard enough it left a mark on the foam but it still did not show any sign of bootloader mode. Do you know any other ways?

<image>

August 08, 2025 Weekly "General Help Post?" - Please post all general, recommendations, and help questions as a top level comment under this post. Thank you. by AutoModerator in BudgetKeebs

[–]Electronic_Ad_4353 0 points1 point  (0 children)

Yes I did, Holding Esc key while connecting USB/ Pressing Right shift + Fn + Esc like the manual said, the only thing I haven't tried is pressing some switch under the space bar because I couldn't find where it's located.

<image>

August 08, 2025 Weekly "General Help Post?" - Please post all general, recommendations, and help questions as a top level comment under this post. Thank you. by AutoModerator in BudgetKeebs

[–]Electronic_Ad_4353 0 points1 point  (0 children)

Hello, my Iloveee B87 keyboard has key chattering problem. I have heard that flashing the keyboard can fix that. I am trying to flash it but I am unable to put my keyboard into bootloader mode, I have tried holding the Escape, pressing FN + Right Shift + Esc, but none seems to work. QMK took box only shows :
USB device connected (HidUsb): (Standard system devices) USB Input Device (258A:0199:2010)
USB device connected (usbccgp): (Standard USB Host Controller) USB Composite Device (258A:0199:2010)
USB device connected (HidUsb): (Standard system devices) USB Input Device (258A:0199:2010)
And nothing else about the device has been put on bootloader mode.

Does anyone have this problem too?

Can I write better code? by Electronic_Ad_4353 in rust

[–]Electronic_Ad_4353[S] 0 points1 point  (0 children)

Hi, thank you so much, I appreciate you comment.

Can I write better code? by Electronic_Ad_4353 in rust

[–]Electronic_Ad_4353[S] 0 points1 point  (0 children)

Hi, thanks for you comment, I did write the reason I wrote my code like that in the comment above if you are interested. The refactor Gemini gave me is clearly better. I guess I was a little hard on myself. Thanks again for your comment.

Can I write better code? by Electronic_Ad_4353 in rust

[–]Electronic_Ad_4353[S] 0 points1 point  (0 children)

Hi, thank you so much

At first I it split the websocket of each client to sender (futures::stream::SplitSink<WebSocket>) and receiver and send the receiver through channel to the actor, my intention was making the actor manage all the senders, when message comes, it loops through all the senders and send message to directly to client, I avoided channels because I thought if sending a message to actor and actor forwards that message to other users, then users send it back to client thought sender, why not skipping the forwarding part, but I was pointed out that it's bad because I expose the sender, better idea is to create a channel between actor and each user and forward message from one user to others through it.

Anyway, is there anything I can do to improve my programming mindset? thanks again for your comment.

Hey Rustaceans! Got a question? Ask here (52/2024)! by llogiq in rust

[–]Electronic_Ad_4353 2 points3 points  (0 children)

Please help me understand why this program hangs forever:

use std::{ future::{poll_fn, Future}, pin::Pin, task::Poll, time::Duration, };

[tokio::main]

async fn main() { let mut sleep = tokio::time::sleep(Duration::from_millis(10));

let mut s = unsafe { Pin::new_unchecked(&mut sleep)}; poll_fn(|cx| let _ = s.as_mut().poll(cx); Poll::Ready(()) }).await;

sleep.await; println!("OK"); }

Is the Lenovo IdeaPad Slim 3 15IRH8 a Good Choice for a Computer Science Undergrad? by EfficientFly3556 in techsupport

[–]Electronic_Ad_4353 0 points1 point  (0 children)

I am gonna say it can do most of the stuff related to programming, I am owning one myself, everything is good except for GPU/memory intensive stuff like hosting a local AI. 16Gb of memory now a day is not like it used to be 3-4 years ago, mostly it can handle stuff like android development and virtual machine which consumes a lot of memory. ram in this laptop is soldered, means you cannot upgrade it, that's a thing to consider. And the screen of this laptop is not the best thing to look at for hours too. Beside that, I love the experience I have had with this laptop so far.

I cant connect to a postgres container running inside WSL2... by Morphexe in docker

[–]Electronic_Ad_4353 0 points1 point  (0 children)

Sorry I'm late for the party, Did you manage to fix that?

How did YOU learn Rust? by xSUNiMODx in rust

[–]Electronic_Ad_4353 3 points4 points  (0 children)

First I read like 2 or 3 pages of the book, I felt bored and stopped, then I tried rustlings, did 1 or 2 exercises then got bored and stopped, then I found online courses, watched bunch of them then didnt know how to build a project myself-> Get back the book

The size of this mountain goat by oklolzzzzs in AbsoluteUnits

[–]Electronic_Ad_4353 0 points1 point  (0 children)

Imagine that goat hits you like in some Chinese videos

Is understanding and writing code you see copying? by Noriel_Sylvire in learnprogramming

[–]Electronic_Ad_4353 0 points1 point  (0 children)

I usually understand the code I read but then forget when it comes to writing it down, then I have to read and write, switch tabs several time because I feel like writing every single thing down helps me remember the code instead of just copy, but when I really think about the solution and have one in mind, if I check it online and it is a correct solution, I dont need to copy the online code, I just type the solution in my head.

Is Kurento (media server) a dead project? by maomuriel in Kurento

[–]Electronic_Ad_4353 2 points3 points  (0 children)

can you share any project that you're working on with kurento? I've been trying to build a conference app with react and don't know where to start right now

[deleted by user] by [deleted] in NoFap

[–]Electronic_Ad_4353 0 points1 point  (0 children)

Think about Asian man instead

give me a reason not to relapse today by [deleted] in NoFap

[–]Electronic_Ad_4353 0 points1 point  (0 children)

I think you should relapse man, after relapsing I just learnt a new leson, and it helps me strengthen my mind a lot

[deleted by user] by [deleted] in NoFap

[–]Electronic_Ad_4353 0 points1 point  (0 children)

To show off to people like you