If you are using tables for layout, may I refer you to shouldiusetablesforlayout.com
Posts by horse of a different color
133 publicly visible posts • joined 2 Nov 2012
SuperHTML is here to rescue you from syntax errors, and it's FOSS
Torvalds weighs in on 'nasty' Rust vs C for Linux debate
Raspberry Pi Foundation launches $12 USB Debug Probe
Re: Can a Pico debug a Pi?
@Liam thanks for the extra info!
Yes, I should have been clearer in my comment. I was asking if it's possible to debug a Raspberry Pi (Zero/3/4) using SWD. I have seen the same tutorials for using JTAG, but I hadn't seen any for using SWD, so I assumed it wasn't applicable for non-Pico Pis.
In Rust We Trust: Microsoft Azure CTO shuns C and C++
Ukraine asks ICANN to delete all Russian domains
Hacking the computer with wirewraps and soldering irons: Just fix the issues as they come up, right?
Linux Foundation, IBM, Cisco and others back ‘Inclusive Naming Initiative’ to change nasty tech terms
Big Tech's Section 230 Senate hearing was like Jack Dorsey’s beard: An inexplicable mess that needed a serious trim
Heads up: From 2022, all new top-end Arm Cortex-A CPU cores for phones, slabtops will be 64-bit-only, snub 32-bit
Something to look forward to: Being told your child or parent was radicalized by an AI bot into believing a bonkers antisemitic conspiracy theory
Fintech biz Wirecard folds into insolvency like two pair against a flush. Good luck accessing your chip stack
Speaking as a saver who was affected, Icelandic banks did have regulatory protection (by the Icelandic government), and even argued that the protection was superior to that offered by the FCA and other European regulators. The issue was that the Icelandic government refused to honour those protections, except to Icelandic citizens. I have some sympathy for the Icelandic government’s position, as I suspect the liabilities were larger than they were able to cover. It’s misleading to suggest that savers were putting money in savings accounts with no protection.
Stop tracking me, Google: Austrian citizen files GDPR legal complaint over Android Advertising ID
Re: ICO (...) pause our investigation because of COVID-19
It's also about generalising an issue to avoid holding specific companies to account. If Google has a unique tracking ID that users do not give consent to, then Google should be held accountable for *their* abuse of GDPR. Let's not bury this in an investigation of real-time bidding and the adtech industry.
EU court tells prudish IP office to fack off for balking at 'fack ju' trademark application
Crazy idea but hear us out... With robots taking people's jobs, can we rethink this whole working to survive thing?
Shouldn't Uber freeze app accounts to prevent spread of coronavirus by drivers and fares? Oh, OK, it already is
Pair charged with murder, manslaughter after IBM Aspera boffin killed in New Year's Eve laptop theft struggle
After four years, Rust-based Redox OS is nearly self-hosting
'Sophisticated' cyber attack on UK Labour Party platforms was probably just a DDoS, says official
Traffic lights worldwide set to change after Swedish engineer saw red over getting a ticket
Computer says no: An expression-analysing AI has been picking out job candidates for Unilever
Chef melts under heat, will 86 future deals with family-separating US immigration agencies
It's possible to reverse-engineer AI chatbots to spout nonsense, smut or sensitive information
MPs call for 'immediate' stop to facial recog in UK as report underlines bias risks in 'pre-crime' algos used by coppers
Another sign of the End Times: Free software guru Richard Stallman speaks at Microsoft HQ
Clutching at its Perl 6, developer community ponders language name with less baggage
British Prime Minister Boris Johnson moves to shut Parliament
As browser rivals block third-party tracking, Google pitches 'Privacy Sandbox' peace plan
There once was a biz called Bitbucket, that told Mercurial to suck it. Now devs are dejected, their code soon ejected
Dropbox would rather write code twice than try to make C++ work on both iOS and Android
Tor pedos torpedoed again, this time Feds torpedo four Tor pedos – and keep how they unmasked dark-web scumbags under wraps
As many as 100,000 IBM staff axed in recent years as Big Blue battles to reinvent itself from IT's 'old fuddy duddy'
Google settles a four-year age-discrimination battle with 227 engineers by dishing out... $11m
Facebook chucks 1.5 hours' profit at Citizens Advice anti-scam charity to defuse consumer champ's defamation suit
Former UK PM Tony Blair urges governments to sort out online ID
In Rust we trust: Brave smashes speed limit after rewriting ad-block engine in super-lang
Re: Probably rewriting it they rewrote it right...
I've started to learn Rust, and I disagree that it generates small binaries - from my experience the binaries are larger than corresponding C++ programs, and you have to invest some effort in making them smaller. Other than that, it is very fast and efficient.