@DacoTaco@lemmy.world
DacoTaco
The real deal y0
member since 16 Jul 2023 20:23
comments
- on JPMorgan rolls out Claude changes: $2,000 spending limits and extra security in c/technology@lemmy.world · 5d ago
-
on Bites & Bytes Rule in c/onehundredninetysix@lemmy.blahaj.zone · 12 Sep 2026
I didnt think about it, but byte and short and the only names that kinda kept their definition of the number of bits.
Byte is 8, short is 16.
And then there is int…
Its 16 on 16 bit systems and 32 on 32 and 64bit systems
Long is silly too, it can be 32 or 64, and then there is long long which wth is that even suppose to be.Thats why c/c++ systems often ditch ‘int’ or ‘long’ and rather use things like ‘int8_t’, ‘int32_t’ or ‘int64_t’ to explicitly specify the amount of bits
-
on LG smart TVs caught logging audio with screen off and snooping on local devices in c/technology@lemmy.world · 7 Sep 2026
Why fabric and aluminium foil? Pretty sure removing microphones/cameras/bt/wifi modules is enough :p
Also, the foil wont do too much if you dont ground it! -
on The ChatGPT desktop app bundles a full copy of LibreOffice in c/technology@lemmy.world · 2 Sep 2026
Tbh, not only ai written code. Many people do too.
-
on The ChatGPT desktop app bundles a full copy of LibreOffice in c/technology@lemmy.world · 2 Sep 2026
… But why?
Surely there are openxml packages for their platform that dont need a full office installation/redistrubution. Like how with c# there is the openxml package. Hell, worst case you have it do word tasks on the server via api. Api already can do it for the online chatgpt… -
on Never seen it this bad in c/programmer_humor@programming.dev · 18 Aug 2026
If it helps, ghe is hosted on completely different servers than gh public servers. They were also unaffected by this as i could keep working.
I havent heard much good stuff of codeberg tbhThat said, this is a reminder i need to test a local hosted gitea
Also the opposite, people who know damn well what they want but are too busy to do their workload need more tokens to fix the ai’s fuckery