Ex Google CEO #EricSchmidt: "the era of 'writing code' line by line is officially over"

http://timesofindia.indiatimes.com/articleshow/131120614.cms?utm_source=contentofinterest&utm_medium=text&utm_campaign=cppst

I'm using ChatGPT as a high level architect and Codex as the coder to migrate a #Reticulum Bluetooth interface from Python to C++. I'm just the middle manager providing apparatus and machines for testing. Using #Forgejo and #Sqlite to track and document. This is really fun and productive as all get-out! Maybe I should not have ducked the management career path at Oracle?

Former Google CEO Eric Schmidt says: Engineers who are still coding the old way should now ...

Former Google CEO Eric Schmidt has a straightforward message for the world’s software engineers: the era of “writing code” line by line is officially over. According to a Short posted recently by Special Competitive Studies Project on YouTube, the tech veteran declared in an industry conference that a “major change” hit the industry late last year, driven by the explosive power of Artificial Intelligence (AI).

The Times of India
I used to use Kojima Toshiyasu's SQLite Integration plugin (now unmaintained) for #wordpress https://web.archive.org/web/20180616143629/http://dogwood.skr.jp/wordpress/sqlite-integration/ Unfortunately, both its currently maintained fork wp-sqlite-db as well as the alternative by the wordpress project itself are now #AI regurgitated. Does somebody happen to know an actively maintained #sqlite database plugin for wordpress by humans? Thanks in advance and boosts welcome!

@qwertziop
fossil test-markdown-render README.md | lynx -stdin

fossil is available at:
https://fossil-scm.org

#fossil #sqlite

Fossil: A Coherent Software Configuration Management System

Trying to make some changes to a complex SQLite view that includes some custom functions. Unfortunately that means I can't just open the database in a GUI. I'm trying to "port" my functions to SQLite extensions using SQLiteExtensionKit but running into address boundary errors when loading the extension. Not really sure how to go about debugging the issue

#SwiftLang #SQLite

@stefan I wonder if #curl runs on more devices than #sqlite
But interesting story nevertheless, thanks for sharing!
Another one of those hidden champions is the timezone DB 😀

https://en.wikipedia.org/wiki/Tz_database

tz database - Wikipedia

I've eventually merged in the the past couple of years worth of changes into my NBD SQLite dedupe server (I'd somehow ended up with multiple versions doing different things as you do 🤣). Think I'm going to call it "done" (other than the bugs) and work on porting it to C at some point as that should improve things a little.

https://github.com/8086net/nbdsqlitededupe

#NBD #dedupe #SQLite

swyx AIE Singapore! (@swyx)

싱가포르의 외교·의회 업무를 수행하는 데 개인용 AI 에이전트를 쓰고 있으며, WhatsApp을 해킹하듯 연동하고 SQLite 기반 그래프 메모리를 구성하는 스택을 공유했다는 내용입니다. 실제 행정/업무 자동화에 에이전트와 메모리 구조를 적용하는 사례로 볼 수 있습니다.

https://x.com/swyx/status/2055452778118500551

#aiagent #memory #sqlite #whatsapp #automation

swyx 🇸🇬 AIE Singapore! (@swyx) on X

holy shit lmao @Gavriel_Cohen he's seriously using this thing for conducting the foreign policy/parliamentary affairs of singapore - and sharing his stack on how he is hacking around WhatsApp and doing graph memory on SQLite wtf is this vibecoded country man

X (formerly Twitter)

The paper came to my attention for a reference to #LMDB, but it only references my 2011 microbenchmark as a comparison between #LevelDB and #SQLite.

26. LevelDB Benchmarks. Available online: http://www.lmdb.tech/bench/microbench/benchmark.html (accessed on. 30 September 2020)

The paper notes that most web browsers used SQLite to implement the IndexedDB spec, while Google Chrome uses their LevelDB instead.

Since then, Mozilla adopted LMDB in Firefox more recently.

LevelDB Benchmarks

But now I want to tell you about another one project. It calls as "Django Blog ✍️".

🏔️👉 https://codeberg.org/xolatgames/Django-Blog

These are my "tries" in Django now. There you can see a start page, and a blog page where you can leave your own posts. But! ☝️ These posts will stores only on your locally device. As a "backend" here uses a SQLite 🪶 database.

#django #python #python3 #sql #sqlite #sqlite3 #codeberg #opensource #html #css #pencil2d

Turso v0.6.0

Turso 0.6.0이 출시되어 SQLite의 주요 기능을 모두 지원하게 되었습니다. 이번 버전에서는 멀티프로세스 동시 접근 지원과 VACUUM 명령어 지원이 추가되었으며, 트리거, 임시 테이블, 생성된 컬럼, WITHOUT ROWID 테이블 등 다양한 SQL 기능이 강화되었습니다. 또한, UPDATE ... FROM, CROSS JOIN, FILTER 절, ROW_NUMBER() 윈도우 함수 등 쿼리 기능도 확장되어 실무 활용도가 높아졌습니다. 타입 시스템도 배열, 구조체, 유니언, 도메인 타입 등으로 개선되어 엄격한 타입 검사가 가능해졌습니다. 이로써 Turso는 SQLite 호환성과 기능성 측면에서 한층 진보한 클라우드 데이터베이스 솔루션이 되었습니다.

https://turso.tech/blog/turso-0.6.0

#turso #sqlite #database #sql #cloud

Turso v0.6.0

Turso v0.6.0 release with multi-process support, VACUUM, the Turso CLI on npm, generated columns, temporary tables, and more.