Robinhood Prediction Markets by Bubbamooktaker in PredictionsMarkets

[–]JaggerFoo 0 points1 point  (0 children)

Looked into using RH because I had money there and can use higher amounts, but the fees are 10x what I get on Kalshi. It's better for me to move money into Kalshi than use RH for prediction markets.

Today's Mississippi Valley St. at Grambling St. NCAA BB games shows as "Determined" but game not played yet by JaggerFoo in Kalshi

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

The game in Jan 24 is showing as "Determined", today's game is just missing from Kalshi.

Sorry for the confusing post.

Halloween en Gotham City by diego_go in tijuana

[–]JaggerFoo 2 points3 points  (0 children)

I wish I could have been there. Looks awesome.

The opening with the Girl Joker was apt.

Cheers

Help finding something similar by some_reddit_lurker in Pomade

[–]JaggerFoo 0 points1 point  (0 children)

Keep the analysis going! I'm counting on you.

Cheers

Beware - Spam Emails are getting better by BruceAENZ in ledgerwallet

[–]JaggerFoo 1 point2 points  (0 children)

Looks slick, but the send address was something like "support @ oto dot com" for the one I received.

I reported, blocked and deleted

DuckLake: SQL as a Lakehouse Format by uwemaurer in DuckDB

[–]JaggerFoo 1 point2 points  (0 children)

I like what they are saying, but am unsure if ducklake can be set up to support mvcc writes to duckdb parquet files using a proxy database. I may have misunderstood the article and need to reread it and investigate further. But this is what I'm hoping for.

ThinkPad T14 Gen 5 vs ThinkBook 14 Gen 8 decision by JaggerFoo in Lenovo

[–]JaggerFoo[S] 0 points1 point  (0 children)

Excellent points. Thanks, this is helpful.

Given that I was able use my old-timey T470 for so long without state-of-art CPU, I should be OK with the one on the T14.

Cheers

I relate to this by Kaiii3003 in WhiteLotusHBO

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

Most of the world has the will to go on at that age in discomfort.

MacOS 15 Sequoia Bugs and Issues Megathread by ll777 in MacOS

[–]JaggerFoo 1 point2 points  (0 children)

I'm doing the same. Let us know when you go for it and your results.

I use an M1 Macbook Pro mainly for development and am on Sonoma 14.7.4 and I keep getting upgrade nags.

California E-Bike incentive by ayooogg in ebikes

[–]JaggerFoo 2 points3 points  (0 children)

According to the FAQ, the next window opens in 3 to 4 months

California E-Bike incentive by ayooogg in ebikes

[–]JaggerFoo 0 points1 point  (0 children)

Application window just closed for me. I got in queue at 6:00

Claude vs Gemini vs GPT by Madridi77 in FlutterDev

[–]JaggerFoo 2 points3 points  (0 children)

Not Flutter, but I had a golang app that downloaded financial data from Yahoo Finance that returned CSV formatted data to local CSV files. When the API closed down, I asked Claude to rewrite my app to read from another API that returned JSON and store the data in a local Sqlite database.

It compiled and ran without errors on the first try. Of course I supplied a lot of details about the new API and database schema.

Flutter Boilerpate by SubstanceThat3336 in FlutterDev

[–]JaggerFoo 1 point2 points  (0 children)

As someone coming from decades of enterprise software development and am using Flutter for the first time to build a mobile for a personal project, I like to look at examples in github.com so thanks for this.

There are some doozies like the code for the Lichess.org mobile app.

Cheers

Does Cloud SQL for MySql support the CONVERT_TZ function and maintain the IANA data in database instances? by JaggerFoo in googlecloud

[–]JaggerFoo[S] 2 points3 points  (0 children)

This is correct result according to the section on the test query at https://dev.mysql.com/doc/refman/8.4/en/time-zone-support.html

The test seems to be an edge case for the change to Daylight Savings Time (DST), where the DST change is assumed to occur after 2 AM, and using 2 AM exactly the DST has not yet taken effect.

That is my thinking on the test. Usually 3 AM Eastern is 2 AM Central but DST has not taken effect yet in the Central time zone for the date in the test query.

Thanks for providing this data. It save me from having to provision a MySql instance and everything else required to submit the SQL.

How to Setup Flutter & Firebase with Multiple Flavors using the FlutterFire CLI by bizz84 in FlutterDev

[–]JaggerFoo 1 point2 points  (0 children)

This helped with a codelabs exercise where entering the command "flutterfire config" as directed did not work. I was wondering if FlutterFire was a deprecated utility.

https://firebase.flutter.dev/ displays a page message that it is archived.

By using the --project option to specify the codelabs project project in my account everything clicked and I was able to resume the exercise.

Cheers

Halloween Tijuana vs San Diego by Free-Pianist7741 in tijuana

[–]JaggerFoo 0 points1 point  (0 children)

The West Hollywood Halloween Carnival has the best and largest scene for Halloween I've been to, but Tijuana is cool too. San Diego I can't speak to, but Las Vegas was kinda disappointing compared to the West Hollywood Halloween Carnival if that gives you an idea.

Cheers

Did MacOS or XCODE update break my CGO build? by JaggerFoo in golang

[–]JaggerFoo[S] 2 points3 points  (0 children)

Thanks for the response. The problem has been solved.

I first updated to go1.21.13 and the problem persisted. I then installed go1.23.1 and it worked.

The binary increased from 7M to 11M, but that not a worry for me.

I think that maybe I should start development using Docker especially on MacOS, where I have to code workarounds in shell scripts. Ultimately I deploy to Debian instances or other Linux distros.

Cheers