HackerTrans
TopNewTrendsCommentsPastAskShowJobs

prkl

no profile record

Submissions

RenderLab – Prototype rendering techniques and renderers in the browser

pub.prklinteractive.com
2 points·by prkl·vorige maand·0 comments

[untitled]

7 points·by prkl·vorig jaar·0 comments

Rightconst.dev – Put const where it belongs

rightconst.dev
2 points·by prkl·vorig jaar·3 comments

comments

prkl
·vorig jaar·discuss
This reads like privacy-invasion propaganda directly from the Chinese state. "Look how great we are at having full control over your PC. You know, to battle cheaters!".

Kernel-level anticheat is ridiculous. Especially when your data becomes a gaping would ready for the chinese state to stick their fingers into and twist around. It's like the police installing mandatory cameras in everyones house to catch thieves (if society here is games with kernel-level cheats).

I want to go back to the days of Windows 7. When there was minimal corporate bloat in the ecosystem, no ads in the startmenu, and when game studios actually knew what they were talking about and had some balls to stand up for their values.
prkl
·vorig jaar·discuss
honestly, html can include css and javascript via link and style tags. there's no reason for it to not have an <include src="" /> tag, and let the browser parsing it fetch the content to replace it.
prkl
·vorig jaar·discuss
Or just statically compile all binaries like a (useful) madman
prkl
·vorig jaar·discuss
most of these combinations actually have legitimate use-cases. and, kind of like what the article is pointing to; it's really only confusing if you learnt it the bad way from the start.

that said, I think the more extreme examples probably come from C codebases, where these kinds of declarations are actually highly useful as well as highly logical, compared to C++ which usually tones these kinds of things down via STL and higher level abstractions.

i'd also argue both C and C++ still have their place as legitimate tools for their purposes, and especially C still has no real competitor that can match it for its purposes.