HN user

twsted

1,835 karma

Founder at epress.it, paytipper.com, eidosmedia.com Now digitalready.io

Posts69
Comments259
View on HN
news.ycombinator.com 10mo ago

Help HN: I need a support contact with Microsoft

twsted
1pts0
phys.org 1y ago

Increased AI use linked to eroding critical thinking skills

twsted
2pts1
www.theregister.com 1y ago

AI agent promotes itself to sysadmin, trashes boot sequence

twsted
8pts1
www.nytimes.com 1y ago

Elon Musk Got Tangled Up in Blue

twsted
5pts1
blog.langchain.dev 2y ago

Announcing LangChain v0.1.0

twsted
5pts0
world.hey.com 2y ago

The Big Cloud Exit FAQ

twsted
11pts0
spectrum.ieee.org 2y ago

The Creepy New Digital Afterlife Industry

twsted
4pts0
www.nytimes.com 2y ago

‘Monster Fracks’ Are Getting Far Bigger

twsted
2pts0
theconversation.com 3y ago

How AI could take over elections – and undermine democracy

twsted
1pts1
www.modular.com 3y ago

Do LLMs eliminate the need for programming languages?

twsted
1pts0
www.newscientist.com 3y ago

US Supreme Court slashes protections for wetlands

twsted
6pts0
www.macrumors.com 3y ago

Apple Device Analytics Contain Identifying iCloud User Data, Claim Researchers

twsted
4pts0
threader.app 5y ago

The blockchain is one of the dumbest innovations of the tech industry

twsted
65pts61
2020.stateofjs.com 5y ago

State of JavaScript 2020

twsted
3pts0
appleinsider.com 5y ago

A14X Bionic allegedly benchmarked days before Apple Silicon Mac event

twsted
10pts3
m.youtube.com 5y ago

Svelte: Futuristic Web Development

twsted
2pts0
m.youtube.com 5y ago

Rich Harris: Futuristic Web Development (Svelte)

twsted
7pts0
mondaynote.com 6y ago

ARM-Ed Mac: We Have an Answer

twsted
82pts138
www.inputmag.com 6y ago

Solar generators to keep the lights on in these dark times

twsted
2pts0
www.nytimes.com 6y ago

Laurene Powell Jobs Is Putting Her Own Dent in the Universe

twsted
1pts0
github.com 6y ago

HPy: A Better API for Python

twsted
2pts0
arstechnica.com 6y ago

Apple’s rack-mountable Mac Pro is now available

twsted
9pts0
www.theguardian.com 6y ago

New Zealand vows to clean up its polluted waterways

twsted
4pts0
www.vintageisthenewold.com 7y ago

The Atari Accountant – The elusive and most expensive Atari 8-bit software

twsted
3pts0
www.cjr.org 8y ago

The Facebook Armageddon

twsted
2pts0
arstechnica.com 8y ago

Huge pay package convinces Elon Musk to stay at Tesla for 10 more years

twsted
2pts0
arstechnica.com 8y ago

A deleted page that reveals the paparazzi roots of Kodak Coin

twsted
18pts2
www.nytimes.com 8y ago

F.C.C. Is Said to Plan Repeal of Net Neutrality Rules

twsted
2pts0
ethanmarcotte.com 8y ago

AMPersand

twsted
1pts0
www.bloomberg.com 8y ago

What’s New in the iPhone 8

twsted
2pts0

I always have the same problem myself. Same as I had with version naming of old programs like "Microsoft Word for Windows 2.0" instead of the easier "Microsoft Word 2.0 for Windows".

I am checking this carefully. The red line is here, for me and I think for many Apple customers. I choose Apple for being different from other companies, for valuing customer experiences and for rejecting ads and other "insults" for users. I think that if they cross the line, me and many other customers will leave.

I know that Anthropic is one of the most serious company working on the problem of the alignment, but the current approaches seem extremely naive.

We should do better than giving the models a portion of good training data or a new mitigating system prompt.

GPT-4o 2 years ago

It's better than at least 50% of the developers I know.

Maybe such is the destiny of foundational open source server software... If it's "cloudable" no profitable business will come out of it.

I really hope it's not true, but many clues suggest it might be.

I like the concept of open core with a very liberal license. Perhaps there should be a special "MIT-X" (an example, it would be certainly not compatible) license with a clause borrowed from that of Llama2 for large organizations, as Additional Commercial Terms [0].

[0] https://ai.meta.com/llama/license/

Glad you like it.

I have quite ambitious plans, even though it started as a hobby project. In addition to the already developed DDL functionality and multi-database management, the next main features will include:

* Admin UI

* Projects with templates and versioning

* Migrations and deployment

Nice and a possible alternative to the very polished PocketBase.

I'm working on something similar for PostgreSQL [0], with an API compatible with the excellent PostgREST [1].

I believe these tools can be of great utility in many projects and represent a generalization compared to the dedicated middleware that was popular a few years ago. Companies like Supabase are demonstrating this.

[0] https://github.com/sted/smoothdb [1] https://github.com/PostgREST/postgrest

I also have always had a curated list of "following" but certainly my experience has been degrading in the last months, for various reasons.

It should be said that for specific contexts, Twitter is the right place to follow, and AI is one of these.

For those who might be interested, I've recently published SmoothDB on GitHub [1], which, like PostgREST, provides a RESTful API to PostgreSQL databases.

It's a beta, aiming for compatibility with PostgREST, but it's not ready for production yet (so continue to use the very good PostgREST).

Written in Go, SmoothDB can be used both stand-alone and as a module for more complex server applications, which was my main motivation for writing this.

Your thoughts and contributions are greatly appreciated as they will help in the ongoing development and refinement of SmoothDB.

[1] https://github.com/sted/smoothdb

Does anyone know if there is a comparison somewhere for the various Postgres offerings (eg heroku, aws, crunchydata, fly, supabase, etc)), both managed and unmanaged, with features and pricing?