HackerTrans
TopNewTrendsCommentsPastAskShowJobs

marcthe12

no profile record

comments

marcthe12
·il y a 5 mois·discuss
Unfornately that is llvm which is not stable (abi break every 6 months).
marcthe12
·il y a 5 mois·discuss
You can enroll your own and LP goal is basically based on the assumption that you can enroll your own
marcthe12
·il y a 6 mois·discuss
Well platforms with CHAR_BIT != 8. In c and c++ char and there for byte is atleast 8 bytes not 8 bytes. POSIX does force CHAR_BIT == 8. I think only place is in embeded and that to some DSPs or ASICs like device. So in practice most code will break on those platforms and they are very rare. But they are still technically supported by c and c++ std. Similarly how c still suported non 2's complement arch till 2023.
marcthe12
·il y a 6 mois·discuss
Since cgnat means NATing a huge number of legimate device to a single ip. So angry users is the answer. Also note mobile users are usually the cgnat.
marcthe12
·il y a 6 mois·discuss
Well flatpak was started pre oci. But its core is is just ostree + bwrap. Bwrap does the sandboxing and ostree handles the storage and mount. Now there still a few more stuff but these 2 are the equivalent to docker. Bwrap is also used for steam and some other sandboxing usecases. Ostree is the core of fedora silverblue. Runtimes are special distros in a way, but since the official one are pretty building everything from source so the repos tend to be messy with buildscripts for everything.
marcthe12
·il y a 7 mois·discuss
Basically the scrappers do not bother to cache your website or if they do, with an insanely low ttl. Also they do not specialize the content. So the worst hit sites are something like git hosting due the bfs style scrape (every link). The worst part is alot of this is done via tunneling so ip can be different each time or from residential ops. Which makes it annoying.
marcthe12
·il y a 7 mois·discuss
We would need to mirror jax architecture more. Since the jax is sort of jit arch wise. Basically you somehow need a good way to convert computational graph to machine code while at compile time also perform a set of operations on the graph.
marcthe12
·l’année dernière·discuss
I think the distinction is a soft fork or a hard fork. A soft fork is just a patchset over upstream and some people do not call it a fork. Hard fork mean that you are diverging from upstream, you do not longer follow upstream and you are fully separate from the upstream
marcthe12
·il y a 6 ans·discuss
That's kinda the full issue in standardizing. Gnome wants dbus for everything while sway wants wayland extension most things as they avoid using dbus code. So stuff like xsettings/xrdb or screensharing replacement has basically has wayland extension and a dbus API.
marcthe12
·il y a 7 ans·discuss
For memory and network usage too. Could solve a lot of issues of modern web.