HackerTrans
TopNewTrendsCommentsPastAskShowJobs

guavaNinja

no profile record

Submissions

YSFlight Source Code Released

forum.ysfhq.com
40 points·by guavaNinja·4 lata temu·2 comments

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

tomshardware.com
21 points·by guavaNinja·4 lata temu·1 comments

ABA Problem

en.wikipedia.org
1 points·by guavaNinja·4 lata temu·0 comments

OpenCSF: Computer Systems Fundamentals

w3.cs.jmu.edu
4 points·by guavaNinja·4 lata temu·0 comments

comments

guavaNinja
·3 lata temu·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
·3 lata temu·discuss
In Arabic there is the mothanna مثنى (pair) case.
guavaNinja
·4 lata temu·discuss
If a project supports cmake, this is the best package manager to fetch it https://github.com/cpm-cmake/CPM.cmake
guavaNinja
·4 lata temu·discuss
Sellers can easily pay to the site more than the buyers and it won't be in the buyer's interest
guavaNinja
·4 lata temu·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
·5 lat temu·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
·5 lat temu·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
·5 lat temu·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
·5 lat temu·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.