HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hummingly

no profile record

comments

hummingly
·2 năm trước·discuss
When you call to_owned, it creates a Vec<u8>. This must then be truncated due to the call to into_boxed_slice. The documentation says this could potentially mean a re-allocation depending on the allocator. When this happens the old allocation needs to be dropped too. You could try using a different allocator but before this I would recommend to replace those two calls with Box::from(s.as_bytes()).
hummingly
·2 năm trước·discuss
That's an interesting thought. In high school I met many girls that were actually interested in informatics but had a hard time keeping up and thus did not pursue a career in tech. The women who did end up studying with me were either:

* extreme gamers

* close to parent with interest in tech (me)

* mocked by males as too stupid to learn informatics

* generally adventurous and did not care about appearance

* highly ambitious/great work ethics

In general, all did have a good amount of self confidence. Maybe it is just easier to end up in the adult industry if you are taught from an early age you are an sex object rather a human being with interests. This might sound extreme but I met males that pretended to treat me as a friend but never thought of me as a human. It is then freaking scary to be all alone in a course with them and without backup like other women.
hummingly
·2 năm trước·discuss
It took me almost half a year to figure out that Firefox was missing the minimize/maximize button because Gnome by default hides them. And I only figured out after having to install Gnome Tweak tool because I moved to Gnome temporarily...
hummingly
·2 năm trước·discuss
This sounds more like high school than a workplace. You're really not at fault here. But I also understand how real life work can kill passion. It is why I went to pursue computer science instead of art. Don't let others take your joy away. It takes a long time to recover.