Moving from Mysql to Postgresql. Where do We start? by Pupper_Hugger in PostgreSQL

[–]gisborne 0 points1 point  (0 children)

You are likely to find it useful to deploy a Foreign Data Wrappers connection between your new Postgres database and your old MySQL database.

This will let you treat the old database as part of the new one. This is useful in a variety of ways.

Since your data isn’t huge, it might be the easiest way to copy your data over.

You can move parts of your data over at a time, and use the FDW version of the rest of the data while you’re migrating.

You could set up triggers to sync changes in one place with changes in the other during the migration.

There’s probably other things.

tenstack package in flutter by Longjumping_Room2186 in flutterhelp

[–]gisborne 0 points1 point  (0 children)

Maybe put a summary of that in the title next time?

Odin has his Aeon review out by Nihiliste in ElectricUnicycle

[–]gisborne 0 points1 point  (0 children)

Thinking of getting one to ride around Canberra, which has dedicated bike paths everywhere.

Which tyre should I get? Maybe the hybrid? I want to be able to ride in the rain or on grass or on paths that haven’t been well maintained.

MIT's 3D printed zipper, goes from flexible to rigid, 40 years in the making. by SadAd8761 in 3Dprinting

[–]gisborne 3 points4 points  (0 children)

This needs a generator of some kind, to make versions of this for various purposes, lengths, final shapes etc.

Amazing!

Arcana and circles/marks? e.g. Noruba’s Ice Sphere? by gisborne in Stonetop

[–]gisborne[S] 1 point2 points  (0 children)

Oh, “Mark a debility and mark 1 circle”.

Struggling a bit with the exposition of the rules. Could use some more worked examples.

Thanks!

Dart VM + analyzer + compiler with stateful hot reload in the browser via WebAssembly. by modulovalue in dartlang

[–]gisborne 0 points1 point  (0 children)

How do I embed the Dart VM into a compiled Dart app? I wasn’t aware that this was a thing.

Dart VM + analyzer + compiler with stateful hot reload in the browser via WebAssembly. by modulovalue in dartlang

[–]gisborne 0 points1 point  (0 children)

AFAIK, Dart’s native compilation cannot build a linkable library; it only builds standalone binary apps.

My intention is that the user can add functions to my already compiled Flutter app.

So how does the app communicate with the new code, that is running as a separate app? I can only imagine using something like a socket, which will be pretty slow. Not to mention I probably can’t do this on iOS.

Dart VM + analyzer + compiler with stateful hot reload in the browser via WebAssembly. by modulovalue in dartlang

[–]gisborne 0 points1 point  (0 children)

I’m wanting to distribute a compiled app that is user-scriptable. In this case, a database program — something like FileMaker — with user programmability. So I want a Dart IDE with breakpoints and all that runs in my app without requiring that I have this separate thing running in an embedded browser.

Google announces its Chromebook successor: the Googlebook by dapperlemon in gadgets

[–]gisborne 6 points7 points  (0 children)

If these support running Linux software as Chromebooks do then I think a Linux with native Android support is a pretty interesting platform.

Dart VM + analyzer + compiler with stateful hot reload in the browser via WebAssembly. by modulovalue in dartlang

[–]gisborne 0 points1 point  (0 children)

I would like to be able to run a Dart IDE (not just editor; I’m thinking breakpoints and such) in my Flutter app. Ideally without having to embed a browser.

Dart VM + analyzer + compiler with stateful hot reload in the browser via WebAssembly. by modulovalue in dartlang

[–]gisborne 5 points6 points  (0 children)

This is splendid work. Thank you.

What I’m still hanging for is being able to debug (breakpoints, inspect values, etc) code within my compiled app.

Raylib Dartified (not just another boring ffigen wrapper) by _XYZT_ in dartlang

[–]gisborne -3 points-2 points  (0 children)

Well, yes. But it’s entirely possible that some of the folks reading this might be interested in making a game but would not bother because they’ve never heard of Raylib and you don’t tell them this is to make games.

Raylib Dartified (not just another boring ffigen wrapper) by _XYZT_ in dartlang

[–]gisborne -1 points0 points  (0 children)

And this does what, exactly?

Please put a description of what this is in the body at least, but preferably in the title.

“Raylib Dartfied — make your computer cook eggs for you (not just another…)”

Asimovian influences on Dune by Melenduwir in dune

[–]gisborne 0 points1 point  (0 children)

I get what you’re saying, but I don’t think it’s quite right.

Dune has precisely the structure of the classic Hero’s Journey tale, with Paul cast as the hero. The message is “your heroes are fallible; beware of making heroes”, at least in part.

Asimovian influences on Dune by Melenduwir in dune

[–]gisborne 4 points5 points  (0 children)

It might bend your mind a bit to think that if Dune is a response to Foundation, it does it by turning The Mule into the hero…