HackerTrans
TopNewTrendsCommentsPastAskShowJobs

guavaNinja

no profile record

Submissions

YSFlight Source Code Released

forum.ysfhq.com
40 points·by guavaNinja·há 4 anos·2 comments

Nvidia Unveils 144-Core Grace CPU Superchip “1.5X Faster Than AMD's EPYC Rome”

tomshardware.com
21 points·by guavaNinja·há 4 anos·1 comments

ABA Problem

en.wikipedia.org
1 points·by guavaNinja·há 4 anos·0 comments

OpenCSF: Computer Systems Fundamentals

w3.cs.jmu.edu
4 points·by guavaNinja·há 4 anos·0 comments

comments

guavaNinja
·há 3 anos·discuss
At my last job, I built a SQLite editor as an internal tool with C++ and ImGUI. It had custom features/views for our custom needs.

It was super fun and the code was super easy to read and edit. Immediate mode made our job much easier.
guavaNinja
·há 3 anos·discuss
In Arabic there is the mothanna مثنى (pair) case.
guavaNinja
·há 4 anos·discuss
If a project supports cmake, this is the best package manager to fetch it https://github.com/cpm-cmake/CPM.cmake
guavaNinja
·há 4 anos·discuss
Sellers can easily pay to the site more than the buyers and it won't be in the buyer's interest
guavaNinja
·há 4 anos·discuss
It's ok to break it down iteratively, so after figuring it out you can get back to the list of subtasks and update them
guavaNinja
·há 5 anos·discuss
We hate getters/setters. There is `using Str = Buf<char>` if you looked into Buf you will find ptr and count and cap. You are looking for ptr
guavaNinja
·há 5 anos·discuss
This[1] is a c-flavoured c++ STL replacement, uses minimal number of c++ features to be easy to use yet simple. We built it and use it internally where I work.

It's not c but almost c, it could be useful for you

[1] https://github.com/MoustaphaSaad/mn/blob/master/mn/include/m...
guavaNinja
·há 5 anos·discuss
I think they meant you allocate data once and pass their pointers to a function to put its outputs there. `void return_multi(T* out0, M*out1);`
guavaNinja
·há 5 anos·discuss
Beware, 3 years ago I lost my facebook account after I deleted all my posts using a python script that opened my facebook wall and iterated over the posts. Couple of days later, I was banned on facebook and whatsapp and never restored my old fb account, but somehow got back my whatsapp's. Probably they watch for possible bot interactions and flag them.