'the fully autonomous targeting and killing of humans with complete autonomy.' is, err, just a tad tautologous I think...
Posts by joeldillon
372 publicly visible posts • joined 22 Feb 2013
US Marines' latest anti-drone toy is an AI turret that uses regular machine guns
This is your BIOS speaking. Please fix me. Your PC is broken
If you don't fall for these extortionists' calls, they'll show up with USB sticks
Agentic AI arrives for Delphi and C++ Builder
Plex appeal fades as Lifetime Pass jumps to $750
US Army goes green-ish, wants soldiers munching on plant proteins
Gtk2-NG, next generation of Gtk 2, comes back to life
Locked, stocked, and losing budget: AI vendor lock-in bites back
More ancient Linux device support faces the chop
Re: Nvidia 470
Firstly, I would hazard that quite a lot of Linux developers are actually using laptops with Intel graphics. Secondly, you don't need the proprietary Nvidia driver, so anyone who cares and is, well, developing instead of trying to run games on Linux can probably quite happily use Nouveau.
The wild world of non-C operating systems
Re: What about Assembly Language?
Technically, the first C compiler could have been written in C running in an interpreter.
As for assembler - it's also pretty handy to know if a) you write a compiler as your fun hobby side project and b) your day job is embedded programming. You may not be writing in it (directly, most of the time anyway) for the latter but it's very handy to be able to read it when things go pear shaped.
Nobody knows how many CVEs Anthropic's Project Glasswing has actually found
Decades-old Linux UI bug fixed by dev younger than the window manager
Microsoft raises UK Surface prices as RAM crisis reaches the checkout
Tech support chap's boss got him out of jail so he could finish a job
Anthropic: All your zero-days are belong to Mythos
Leaked memo suggests Red Hat's chugging the AI Kool-Aid
Staff too scared of the AI axe to pick it up, Forrester finds
YouTuber lands on Moon using a ZX Spectrum. Conditions apply
Competition watchdog cracks knuckles, probes legality of Adobe cancellation fee
Systemd 260 kills SysV, tells AI not to misbehave
Nanny state discovers Linux, demands it check kids' IDs before booting
DR-DOS rises again – rebuilt from scratch, not open source
Execs love AI, just not enough to pay for user training
AWS would rather blame its own engineers than its AI
Re: Strive to be the Earth's Best Employer?
General aggro, legal action (if an employee thinks they have been illegally targetted, the role isn't really eliminated etc - not everywhere is America, you know), union action (ditto), or in extreme cases the aggrieved employee coming in with a fire axe.
Congress throws NASA a lifeline, leaves Mars sample mission to die in the dust
What if Linux ran Windows… and meant it? Meet Loss32
Calling out the transition to glibc seems a bit much, given that the Windows world was transitioning from Win16 to Win32 not long before; a rather more drastic change!
(And the later (at consumer level at least) transition from Win95-derived OSes to Windows NT, for that matter, had its own pain points)
UNIX V4 tape successfully recovered: First ever version of UNIX written in C is running again
Define 'direct descendant'. Linux was written from scratch (despite what SCO were trying to say back in the day), it has no UNIX code in it. The BSDs originally did, albeit at long remove from this code, though removing anything AT&T copyrighted was part of the process of creating the ancestor to FreeBSD etc (despite what AT&T were trying to say back in the day).
Whatever legitimate places AI has, inside an OS ain't one
Cheaper 1 GB Raspberry Pi 5 lands as memory costs go through the roof
Re: AI is now top of my list...
Hmm well I do assembly language programming on a hobby basis because my hobby is my own compiler (well it actually generates straight machine code, to be fair). Writing assembly is a fairly niche thing even with small microcontrollers these days given you can program a Cortex-M purely in C.