* Posts by bombastic bob

10841 publicly visible posts • joined 1 May 2015

Cisco requires COVID-19 shots for all US staff – even remote workers

bombastic bob Silver badge
Megaphone

Re: The medical powerhouse that is CISCO...

I can be your test case, since it's been nearly TWO years since I had my China Flu fever.

Doing fine. Not worried. And if VACCINATED people "can spread" the thing, why does ANY of this matter? Protect YOURSELF, if you fear it. Leave the REST of us ALONE.

bombastic bob Silver badge
Trollface

Re: The medical powerhouse that is CISCO...

heh - the humor in your post is appreciated

bombastic bob Silver badge
Devil

Re: Get rid of the religious exemption.

It was supposed to be ironic, actually

bombastic bob Silver badge
Boffin

Re: Get rid of the religious exemption.

Do you ACTUALLY have any evidence for this?

how about https://www.theburningplatform.com/2021/10/21/81-research-studies-confirm-natural-immunity-to-covid-equal-or-superior-to-vaccine-immunity/

(it only took a couple of minutes to scan past the propaganda front-loading the search results, and find something more relevant)

bombastic bob Silver badge
Facepalm

Re: Get rid of the religious exemption.

obvously you have not been paying attention...

(you DO understand what "natural immunity" means, right? it means you recovered from whatever disease you became immune to by recovering from it. Duh.)

bombastic bob Silver badge
Devil

Re: Get rid of the religious exemption.

here';s a quote attributed to Albert Einstein:

"He who joyfully marches to music in rank and file has already earned my contempt. He has been given a large brain by mistake, since for him the spinal cord would suffice."

Just thought I'd mention that.

And I shall not live my life in fear, either.

bombastic bob Silver badge
Pirate

Re: Get rid of the religious exemption.

you have an even MORE likely chance of being struck by lightning than you do dying from the China Virus, if you have natural immunity. Like me. No need for a vaccine. And, *I* refuse to live my life in fear. A one-day fever is NOTHING. I just took my usual vitamins and aspirin, drank tequila, slept a lot, and played video games.

bombastic bob Silver badge
Devil

Re: Get rid of the religious exemption.

heh - good one. 1776 was a PERFECT example of REBELLING against GUMMINT OVERREACH.

bombastic bob Silver badge
Boffin

Re: Get rid of the religious exemption.

I hope you stick to your principles if you catch it.

I had the virus back in January 2020, before anyone heard of the thing. It took the form of a one-day fever, with an encore a week later. I got it from a co-wrker who had just returned from being in China for over a week [he went home sick with the same thing], and 2 weeks later TO THE DAY I got it. So, there is NO way I would be affected by it again. I am naturally immune, and if _you_ ONLY had the vaccine, then MY immunity is most likely better than yours. [THAT would actually be a science-based claim].

Point is, I do not NEED a vax. And I do not WANT one, either. Let someone ELSE have it. And GUMMINT has NO business telling ME what to do, either. I'm old enough to make my OWN decisions (and I'm certain they're BETTER ones than any GUMMINT could make). My objection is GUMMINT OVERREACH.

bombastic bob Silver badge
Megaphone

The best jobs seem to come from small businesses and startups wtih fewer than 100 employees.

At least, that's how *I* see it.

And that kind of exec order from Washington D.C. is NOT CONSTITUTIONAL anyway. Good luck enforcing it, I say.

bombastic bob Silver badge
Thumb Down

Re: The medical powerhouse that is CISCO...

you forgot who it was that GOT THE VACCINES DEVELOPED IN THE FIRST PLACE... "Warp Speed" I think it was called. And everyone said it'd take 5 years. Except Trump got it done in less than 9 months by greasing the skids and getting the bureaucracy to COOPERATE.

"finally has a government that takes seriously epidemiology" - then WHY! THE! ONE! SIZE! FITS! ALL! MANDATE! TYRANNY! *EVEN* when NATURAL IMMUNITY EXISTS and is SCIENTIFICALLY KNOWN to be SUPERIOR TO A VACCINE??? It is a WASTE of RESOURCES, at the very least. Give that vaccine to someone who NEEDS it, instead. Nations in Africa seem to have a low vax rate. That might be a good place to send them, for those who WANT them.

No serious epidemiologist would DISAGREE with the OBVIOUS LOGIC that I have stated here.

bombastic bob Silver badge
Big Brother

Re: Get rid of the religious exemption.

I wouldn't wanna work for Cisco [or anyone else like them] anyway. And since natural immunity is WAY better than "the jab" I see no need, for me. Therefore I'll just *REBEL* and NOT get the jab, REGARDLESS, (because "they" are trying to find ways to MAKE US ALL GET IT, so *I* *WILL* *REBEL* - otherwise I probably would've done it eventually, after everyone else who wanted it got theirs).

My Body. My Choice. Right?

(see icon - my medical history is *MY* *BUSINESS* and nobody else's!)

Last I heard a bunch of people have been walking off of their jobs and protesting in NYC over this vaccine mandate nonsense. So, I am not alone.

SQL Server on Linux: Canonical offers official support, AWS Babelfish helps users move to Postgres

bombastic bob Silver badge
Linux

Re: Performance is equal to Windows SQL Server?

SQL Server is probably already tweeked for Windows. As such, running on Linux may be "not as tweeked". Linux's file system and network stack are (from what I've seen) MUCH more efficient than Windows and as such there should be a CLEAR advantage to using Linux. But... since the SQL Server code is (as I understand it) CLOSED SOURCE, there is no easy way to find those bottlenecks where Linux may perform "not as well" compared to Windows [and then benchmark it or tweek it yourself and submit a patch].

Since I have not run a comparison, it would be hard to do anything OTHER than speculate based on the tests I have run, in the past. And years ago I determined that Linux and FreeBSD were about 30% faster for copying large files using SMB networking. In short, copy the same file with equivalent computers. and see how long it takes. But as I have not done this test since the mid-noughties, it's hard to say what the comparison is now. Yet, the PERCEIVED performance of Win-10-nic vs Windows 7 and XP does not show any serious improvement (and may in fact be "not as good" with Win-10-nic) I would venture to guess that my measurements in the mid noughties are still relevant.

So perhaps a tweeked SQL Server running on Linux could be 30% faster overall? That would be MY guess.

bombastic bob Silver badge
Linux

Re: Why?

yes I can see that you want to use a Linux server, and you are SO correct for doing that, but running Micros~1 SQL Server instead of something like PostgreSQL... THAT is the question *I* am thinking of!!!

I just can't see any REAL reason to use SQL Server instead of "something else"

bombastic bob Silver badge
Meh

Re: Why?

unfortunately there are those out there who LOVE the way SQL Server does things. I am NOT a fan of it, and have only used those features that are basic to any SQL database (the idea was to make the code DBMS-independent and do all of the real work in C). That argument was mostly philosophical, and you always had some advocate generating a specialized query using SQL Server specific features (like maybe a stored procedure) instead of something that would work EVERYWHERE, especially an edge case example, to try and make YOUR DESIGN look bad and gain brownie points. Never mind that once you're LOCKED in it's even HARDER to switch to something else down the road.

I'm a fan of PostgreSQL because (in my opinion) it provides an SQL that is compliant with the standards as well as being open source. So something written for PostgreSQL generally should work everywhere, except for when the implementation has quirks (like MySQL or maybe even Maria - string handling with embedded quotes comes to mind - yeah NOBODY has a '1/4" nut' in the description field right? Or calls something "Joe's favorite hammer").

In any case, my own preferences aside, the selling point for Micros~1's solutions is usually something that locks you in later down the road. Then you won't have a choice any more (not without cost at any rate). "Embrace, Extend". You are locked in with 'Extend'. And you know what follows, something that forces you to migrate to something even MORE proprietary and costly... you know, like maybe HAVING to use a Micros~1 server product instead of Linux to run SQL Server on, maybe? With per-seat licensing and/or monthly subscription, of course!

It has been 15 years, and we're still reporting homograph attacks – web domains that stealthily use non-Latin characters to appear legit

bombastic bob Silver badge
Devil

Re: Surely the answer is

right - OCR "homonyms" should all translate to the appropriate charset before name lookups happen, or at least before registrars accept them as non-duplicates.

And doing periodic name cleanup might be a good idea, requiring takedowns of any domain that's a lookalike (and assuming they're being used for fraud).

So basically construct a map of UTF-8 chars to ISO8859-1 lookalike chars, then run every domain name through that matrix, see if duplicates show up.

I assume other-than-english lingos might need something similar.

bombastic bob Silver badge
Coat

Re: Homoglyphs are DISGUSTING

what if they identify as ISO8859-1 ??

Google's 'Be Evil' business transformation is complete: Time for the end game

bombastic bob Silver badge
Devil

Re: Without journalism, you get guaranteed corruption

Example, Bezos owns the Washington *BLEEP* (aka Washington [com]Post). It is well known as having a left-wing bias (long before Bezos bought it). I do not believe anything has really changed in their politics, from what I understand. They were the newspaper of Woodward and Bernstein (of Watergate fame), after all.

Now I do not believe Bezos interferes with their operations or hands down orders to them. Rather, he bought a newspaper that most likely agrees with what he believed already at the time, and probably still believes (politically).

And that's probably the case with many other "political owners".

bombastic bob Silver badge
Devil

no. you place blame inaccurately.

It's the final stage of un[der]regulated monopolies and trusts cornering the markets and controlling everything, similar to late 1800's and early 1900's Robber Barons.

It's a big part of why Teddy Roosevelt became president, back then (although that history is more subtle, he was McKinley's VP and became President following McKinley's death).

bombastic bob Silver badge
Trollface

Re: Wishful thinking

specific quotes are a bit much to remember

Uh, that's what search engines are for... right?

bombastic bob Silver badge
Devil

Re: Wishful thinking

comparing Google to Archie might be better...

bombastic bob Silver badge
Thumb Down

Re: Wishful thinking

(see icon)

I use NoScript. does not work in Chrome.

bombastic bob Silver badge
Devil

Re: Because Google is actually useful

DuckDuckGo - my default search. If I can't find "it" there, I open a sandboxed browser (that has no saved history or cache) and hold my nose and use google.

Usually works the first time with DuckDuckGo, though.

(and I typically scroll down immediately)

bombastic bob Silver badge
Devil

Re: Wishful thinking

I've been pushing this mantra for the last decade... and all I've gotten in return is to be scoffed at, called paranoid and generally ignored.

the choir says "Amen"

I've been avoiding social media and even google for a long time, now. Sometimes when it makes sense I use their services, but I do it from SANDBOXED browsers that erase all history when I'm done.

and as for 'droid devices, I'm just careful.

Data transfers between the EU and the US: Still unclear on what you're supposed to do? Here's an explainer

bombastic bob Silver badge
Unhappy

Re: Pointless

“As of January 13, 2020, 25% of Fortune 500 retailers had blocked their websites from being visited by European IP addresses.”

and all they really had to do was STOP COLLECTING DATA WITHOUT PERMISSION... (and to reveal what the data was afterwards)

I wonder if I could simply code a web page that displays it all from an SQL (or other kind of) database for the user-specific stuff allowing user edits within any GDPR requirements. And as I recall, aggregate data isn't covered, right? Just the user-specific stuff, right? (it would be hard to deal with data NOT directly connected to a specific user anyway, like general sales statistics).

So, NOT hard from my limited understanding. OK maybe some basic clarifications might be needed, but a consulting service or three could make that possible (on a how-to web page) and evaluate things on the cheap, assuming it has not already been done. Then they do business in EU/UK and it pays for itself.

But NOOooo... they must WANT that data for some purpose. Otherwise, why not be consumer-friendly and above board? (I know I do not want to know the answer to that, it is probably obvious, see icon)

bombastic bob Silver badge
Unhappy

Re: Scratching their heads? Why?

It should be BRAIN DEAD OBVIOUS: if it's covered by GDPR, don't transfer it in a way that violates GDPR.

I'm saddened by the fact that the USA does NOT have a GDPR-like data privacy protection law, and is allegedly being used to hide stuff through "data transfer" (if I read the article correctly).

Microsoft wins JEDI contract, Amazon complains. Amazon wins NSA contract, watchdog says Microsoft right to moan

bombastic bob Silver badge
Unhappy

Re: US Gov Buys Google

I would design that way, so I expect no less.

A sane person would, yes.

(see icon)

bombastic bob Silver badge
Big Brother

well it's (sadly) not uncommon for lawsuits to do what "quality and price" competition can not... especially for those high profile mega corporations that border on being modern day "Robber Baron" trusts.

AWS and NSA - vs Micros~1 and JEDI. The military JEDI contract sounds a lot more constitutional and "above board" to me, vs NSA and allegations of data collection on citizens. I'm surprised Google wasn't in on THAT one. But I am NOT surprised that Amazon WAS.

SpaceX-powered trip to ISS grounded by 'medical issue'

bombastic bob Silver badge
Devil

Re: Boeing version of a "medical issue"

Boeing really is having trouble keeping up, aren't they? They're kinda like IBM that way. Decades ago IBM laid off a bunch of middle and upper management all at once (quite possibly for reasons including age and retirement obligations, but that's another issue). But I think everyone around them agreed that there were too many "bosses" and not enough people doing work. It may be that Boeing has too many bosses and bureaucrats who circulate papers with one another and therefore "scamper" instead of run.

And THEN you naturally get a few high profile problems because NOBODY seems to have the time to SOLVE them.

I wonder if Boeing could simply build 10 rockets, launch the first, fix whatever it finds wrong with some creative hardware hacking, then launch the next and the next until they get one that works... yeah that's kinda how Musk did it I bet!

(ooh look, another fireball! back to the workshop...)

bombastic bob Silver badge
Devil

Re: It's probably gas...

sorta like one of the first thing a sub crew often does when they get to periscope depth [when the situation permits] is to stick the snorkel mast up and ventilate for a while. Same idea. Equipment has a smell to it when it operates in an enclosed space for a relatively long time. Tighten up the hatches and recirculate the air and you actually start to accumulate the smells of paint, oil, and grease. Even with the best air conditioning designs possible, and with electrostatic precipitators in the ventilation system (better than anything you could get to deal with allergens in your home), and scrubbers and burners to take care of exhaled CO2 and organic smells (farts, cooking, oil, grease, paint) not all of it is dealt with completely and the stench slowly accumulates. You notice it the most if you stayed in for an underway period, and as soon as the boat pulls in you get back to the boat and it smells "like that" for a day or two. And so does the crew (and their clothing). Wives often complain "you smell like the boat".

So in reality it's not the farts. It's the equipment. At least, from my experience.

Singaporean minister touts internet 'kill switch' that finds kids reading net nasties and cuts 'em off ASAP

bombastic bob Silver badge
Unhappy

Re: Here's a radical idea,

I take it you've seen the movie "Idiocracy" ??

I do not advocate gummint control, more like NOT control. It's just that people need to stop acting like IDIOTIC GENIUSES when it comes to maintaining a population on the planet. Smart people need to HAVE MORE KIDS. And gummints need to STOP INTIMIDATING AND INTERFERING with parents.

I'd do it except that GUMMINT has made it NOT WORTH IT to me... so the next generation will SUFFER WITHOUT MY GENETIC MATERIAL.

(spank your kids, let them do dangerous things as long as they know and understand the risk, and they become more resilient and independent. that's a GOOD thing, I say)

bombastic bob Silver badge
Childcatcher

Re: Here's a radical idea,

come on, don't you know that government knows best for your children?

('scuse me while I reach for the pink liquid - even SNARKING that made me sick)

bombastic bob Silver badge
FAIL

Re: "It could be crowdsourced like Wikipedia, for its accuracy."

when crowdsource filtering becomes woke vigilante mob... who'd a thunk it?

Good Grief! Ransomware gang has only gone and pwned the NRA – or so it claims

bombastic bob Silver badge
Facepalm

Re: What we never hear about

sending the target lots of emails that they think they must open and read

I have been getting a LOT of those lately. Fake inquiries for purchasing products, fake "our check did not get through" requests for banking info, LOTS of fake mail from my e-mail domain admin (I own the domain, I _AM_ the admin) telling me my mailbox is full or my pasword expires (etc.) and giving me a link to some phishing site to "fix" it, yotta yotta yotta. sometimes 15 or 20 per DAY, lately. It's pretty much a PLAGUE now.

Maybe it's a GOOD thing they went and made themselves "new special friends" of the NRA...

bombastic bob Silver badge
Happy

Re: Thoughts and prayers folks ...

you sure an AR rifle can be belt fed? (never heard that before)

Actually a "Ma Deuce" 0.50 caliber WW2-era machine gun or a helicopter-style minigun would be better... heh heh heh. "Happiness is a belt-fed weapon" (or chain fed, same idea)

bombastic bob Silver badge
Trollface

Re: I'm happy for them

i wish they would, and then they'd have to drop their (allegedly VEXATIOUS) case because anything collected in this manner would be inadmissible

bombastic bob Silver badge
Mushroom

Re: I'm happy for them

And it's just the sort of devious thinking and misdirection the NRA is known for.

Do you have actual EVIDENCE for that potentially less than accurate claim? Or are you merely trying to pander to an inaccurate perception in a failed attempt at humor?

Keep in mind the NY attorney general FAILED to go after Cuomo for a very, very, very long time. Other high profile (allegedly politicized) legal issues have been observed over the last few years coming out of their offices (such as actions against Trump - "trumped up" charges, yeah), and (mentioning it again) a COMPLETE FAILURE to do anything about (now former) governor Cuomo's NOW well known exploits they apparently knew about for a long time. Except NOW everybody ELSE knows about it too, and they have to "save face" with some token investigations...

So, keeping THAT in mind, I would suggest it is VEXATIOUS PROSECUTION, and politically motivated.

bombastic bob Silver badge
Pirate

Re: Ummmm, no...

yeah exactly what _I_ was thinking.

Ransoming the NRA, even from half way around the world, is probably NOT a good idea, like teasing the lion or scaring the elephant. This is a group of people who strongly believe in self-defense and (if they're like me) RETALIATION. With weapons if necessary. Or lawyers wielded as weapons. Or, as I would put it, "Nothing is too good for our new special friends" (kinda like Charles Bronson in the Lethal Weapon series).

bombastic bob Silver badge
Pirate

Re: "the cybergang at arms is under US financial sanctions"

I would rather aim at the hackers themselves...

In latest DMCA review, US Copyright Office eases rules on computer security research, right to repair

bombastic bob Silver badge
Mushroom

Re: how many exceptions

Yeah, the next "exception" ought to be GETTING RID OF DMCA and just using the prior copyright law to go after infringers who aren't merely engaging in "fair use".

But THAT would make TOO MUCH COMMON SENSE. *INSTEAD* we end up with BUREAUCRATS making this and that dictate in order to justify their own existence and intrusion into our lives.

(see icon)

Zuckerberg wants to create a make-believe world in which you can hide from all the damage Facebook has done

bombastic bob Silver badge
Trollface

Re: Slug Poison? (Meta Used for Years to Kill Slugs)

and here I was thinking that he'd simply spelled 'Mierda' wrong...

'We will not rest until the periodic table is exhausted' says Intel CEO on quest to keep Moore's Law alive

bombastic bob Silver badge
Devil

Re: "two advanced chip factories in Arizona"

Arizona has a relatively low cost of living (not run by a certain political party like Cali-Fornicate-You).

It also has a LOT of open land. They also have less expensive electrical power, apparently not being mandated to use "alternative" energy at much higher cost.

In short, LOWER OPERATING COST. And being on the border of Mexico, next to California and Nevada, and one state away from Texas, it's actually well located. And for various reasons the airport in Phoenix is a MAJOR connection hub.

There are other advantages to Arizona as well, but last time i was there southern Arizona was ok (close to Mexico, along highway 8) but in the north my allergies went berzerk.

whether there are tax breaks or not I do not know. But the dry climate might actually do better for making chips, too. Just a thought.

shipping things around by rail from Arizona would be pretty economical as well. It's way south of the Rocky Mountains and Sierra Nevada mountains, two major hurdles for railroads.

bombastic bob Silver badge
Devil

Re: "progressing along a trend line to 1 trillion transistors per device by 2030"

"what you said" plus lowering the voltage way below the 5V these systems used back in the 90's, so that you can use more current for switching, switch less voltage (making it a bit faster), and NOT burn out everything from the high wattage.

And, using different gate, channel, and substrate materials might help run on even LOWER voltages.

schotkey diodes have a forward bias voltage similar to germanium (0.2 to 0.3v) while silicon needs 0.6 to 0.7 . different dopings and materials might improve this enough to run at under 1V, let's say, allowing currents of ~50% more than what we're using now.

i think the power supply on my newer Ryzen boxes is in the neighborhood of 1.5V or something like that. Not sure how long they've been like this though.

Ex-org? Not at all! Three and a half years after X.Org Server 1.20, 1.21 is released

bombastic bob Silver badge
Devil

Re: Xscreensaver

the best screen saver in XScreenSaver is the one that does the LCD re-conditioning. I hate having ghosts on my LCD monitors

just shut off mate-screensaver or gnome-screensaver (or whatever) and run XScreenSaver on startup. Works for me. It complains about being out of date on FBSD though. I don't care.

bombastic bob Silver badge
Meh

Re: Waylanding

perhaps we just need to make OpenGL high performance enough for games, and let the rest of that be managed on the back end.

I would think that OpenGL and dri would be enough... assuming the dev effort went THERE and not to some new, shiny pipe dream system (Wayland) to replace what already works.

bombastic bob Silver badge
Linux

no, Wayland is yet another thing (similar to what Poettering has done) being crammed at us by the 'new, shiny, it is OUR turn now" too-young-to-realize-what-they-are-doing types.

The fact that they do this in open source is NOT the problem (it has happened a LOT with Windows, after all). It's the fact that THEY ARE DOING IT.l Their narrow view of how computers are used (and possible demand that we play with our toys ONLY the way THEY tell us, and no other) just reflects a possible level of arrogance and disdain for normal people.

At least, In My Bombstic Opinion.

If Xorg were going to die I would probably do what I could to fork it. Problem is getting paid for my efforts - I do not have F.U. money and must do consulting gigs to survive. But now, seems good with a new maintainer.

And I am _ALWAYS_ using X11 over TCP with embedded devices running Linux. It just makes sense to edit and build things on them this way.

I have often pointed out where these misconceptions about the user base come from:

a) Marketeers and their "new shiny"

b) Looking ONLY at sales or new installs

c) Poor sampling with surveys (Stack Overflow is NOT a representative sample)

d) living in a bubble world [especially when MOST of the user base is OUTSIDE of your bubble]

e) "It's MY turn, now!!!"

and so on

Wayland sounds MORE like "The Micros~1 way of doing things" i.e. a large bloated monolithic solution vs something more distributed (even to the point of client and server across a network). SystemD is like this, Pulse Audio has been accused of being this, and a LOT of people vote with their installs by choosing Linux distros like Devuan that have NONE of that crap in them [except pulse audio is still there but I believe they're working on a way to get rid of that, too]

Wayland (IMBO) is Change for the sake of Change. So, NO. Just NO.

bombastic bob Silver badge
Coat

Re: Wayland creators

if you piss after shooting, it'll hurt more

sort of like using a spoon...

Microsoft's UWP = Unwanted Windows Platform?

bombastic bob Silver badge
Meh

Re: The writing was on the wall...

UWP on X-box. wheee.

bombastic bob Silver badge
Unhappy

Re: "Once again you abandon a framework"

you trusted Microsoft

in the 90's, this was the right choice to make.

not so much in the 21st century, though. Not since after XP released.

bombastic bob Silver badge
Happy

Re: It becomes emabarrassing

yes, actually. I preferred XP's way of keeping the launchers next to the start button, as compared to 7's behavior of moving things around based on what's running.