Does multiple research papers count? All of them related to the Relational Model, the foundation for relational database management systems. I'm also currently digging through the Postgres manual (only 3000 pages short).
Yesterday, when I had a file with a list of JSON objects, and I wanted to move the date field at the end to the beginning, so I used regex find and replace to move it. Something like \{(.*?), ("date": ".*?") in Search, and then {$2, $1 in replace (or something close to it).
Yes, I refactor code and data using regex. I can't be arsed to learn AWK (even though I should).
Oracle was never really innovative on a technical level
Even their RDBMS and SQL was copied from ideas that came from IBM. And I recall either E. F. Codd or one of the SQL guys making a remark about Oracle's less-than-saviour sales tactics, even back in the 90s.
One of the saner reasons for this structure is that the non-profit owns the things the for-profit works on. If the for-profit goes under, all things are still owned by the non-profit, so some large tech company can't swoop in and yoink anything available.
This includes any and all data generated by the for-profit, which means your data is "safe".
I was able to do it for a restaurant once, where I was the first one to do so. I got 1.6+ million views on one image of the (then empty) restaurant. I'm pretty sure that's the peak of my online presence. It's all downhill from there.
Eyy, that's me! Good excercise to learn actual HTML, instead of directly trying to jump into
<insert random JS framework>
and getting confused on what's what.
Anyway, I ended up switching to Hugo as a static site generator, because it was too damn hard to keep all my
<header>
,
<nav>
and
<main>
aligned for all my HTML files.
Now I can just write a markdown file as an article, or switch back to raw HTML if I so need (like rewriting Alan Turing's paper " On computable numbers" in HTML because I can't use TTS on the PDFs I found; I still haven't finished writing it, because I am now reading E. F. Codd's papers on the Relational Model, which is pretty wild how we already figured that shit out in the 1970s!)
Soon, Firefox can block ads better than Chrome. Ads are annoying. I see Chrome losing at least a 5% of the market, if not more, to Firefox, just because they're going to break uBlock Origin, and Firefox isn't.
You're thinking of American Baptists and Evangelicals. Catholics are a little bit more practical, in general. Like protecting pedos, instead of ejecting them. Very practical.
I just checked his Wikipedia page for his credentials. Worked for 9 years at NASA, of which 7 working on the Curiosity rover (yeah, the one that's on Mars now).
Does multiple research papers count? All of them related to the Relational Model, the foundation for relational database management systems. I'm also currently digging through the Postgres manual (only 3000 pages short).