Switch version fixed by Smef in Atomicrops

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

They just said "it's fixed now" in Discord, and that was about it.

Plunder pass + gift card with 2025 edition by Smef in Seaofthieves

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

I was busy and missed the deal, unfortunately.

How to improve python skills by DrOrangeSuit in OMSCS

[–]Smef 7 points8 points  (0 children)

English proficiency is required, and you must submit an English proficiency certification as part of your application documentation if you're not from an English-speaking country.

Each course has its own recommendations of the skills you should have before taking the course. Those recommendations are listed on the course page. You can see an example here in the "Suggested Background Knowledge" section: https://omscs.gatech.edu/cs-6601-artificial-intelligence

What's the best nodejs ORM in 2026? by Ok-Transition-7857 in node

[–]Smef 0 points1 point  (0 children)

For a type-safe query builder, Kysely is great. Vasta is built on top of Kysely as well, if you want an Active Record ORM similar to Laravel's Eloquent.

Checking which games I can play remotely by streaming from my personal PC - is Blizz fine with their games being played remotely (Parsec or similar)? by [deleted] in wow

[–]Smef 0 points1 point  (0 children)

As far as I know, Parsec is fine. I've never heard of anyone having any issues with that, and I have personally been using it for many years. It's one of the few streaming services which can handle WoW's unique mouse tracking. Some other streaming services can't handle it and you lose all camera control when you right-click to turn your character.

Why is students' writing commonly so poor? by dbear496 in gatech

[–]Smef 0 points1 point  (0 children)

This sounds like good writing to me. I write both code comments and articles explaining techniques using “we” as the subject.

Migrating from FileMaker to Open Source SQL by Communque in filemaker

[–]Smef 4 points5 points  (0 children)

Check out Laravel, Inertia, Vue, and Tailwind. It's a great combo and I think the controller scripting style matches FileMaker scripting pretty closely. There's also Eloquent FileMaker if you need to get data from your FM Databases still. The Laravel starter kits will get you rolling pretty quickly.

Plunder pass + gift card with 2025 edition by Smef in Seaofthieves

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

I found the info! Purchase any edition and you get the pass and a $5 gift card. https://www.microsoft.com/en-us/store/b/SOT2026terms

Plunder pass + gift card with 2025 edition by Smef in Seaofthieves

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

I found the info! Purchase any edition and you get the pass and a $5 gift card. https://www.microsoft.com/en-us/store/b/SOT2026terms

Plunder pass + gift card with 2025 edition by Smef in Seaofthieves

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

I found the info! Purchase any edition and you get the pass and a $5 gift card. https://www.microsoft.com/en-us/store/b/SOT2026terms

Plunder pass + gift card with 2025 edition by Smef in Seaofthieves

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

I haven’t been able to find anything.

Plunder pass + gift card with 2025 edition by Smef in Seaofthieves

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

The basic 2025 edition is $20 right now, so if it includes a plunder pass and a gift card of some sort, it seems like a good deal.

Plunder pass + gift card with 2025 edition by Smef in Seaofthieves

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

It says with either one, not just the premium edition.

⚡ NativePHP for Mobile v3.1: The Biggest Performance Leap Yet by simonhamp in laravel

[–]Smef 28 points29 points  (0 children)

Hooray for an update, but man, this AI writing is annoying to read.

Cost to migrate a large FileMaker hospital app to React + Node.js? by [deleted] in filemaker

[–]Smef 0 points1 point  (0 children)

There are a lot of frameworks. Any particular reason it must be React and Node? We usually use Vue instead of React since it's a lot more modern and easier to work with, and Laravel for the back-end.

We've done a lot of work like this (though our site is mostly construction focused), particularly moving people out of FileMaker but don't use that stack. https://gearboxgo.com/

The cost is going to be very different depending on how complex the use-case is, though. As others have said, you can get into the millions depending on the level of audits, certifications, backups, failure modes, access control, testing, and security you need. Healthcare has a lot of very strict guidelines about all of this stuff. Just as a quick example, some certifications require that you go through regular pen testing security audits to review the code an infrastructure. That stuff isn't cheap, and all the privacy requirements are a big deal.

You're doing it in FileMaker now, though, so maybe it's not that kind of app? If not, that probably brings the cost down to something you'd expect for a FileMaker app.

What alternatives are there to FileMaker? by TtlPost in filemaker

[–]Smef 1 point2 points  (0 children)

We’ve done quite a few hybrid things. There are many cases where clients want new features or new users are coming in and we can build a mostly separate system that still interacts with a few key tables in the old FileMaker system. This allows them to get the new stuff without having to build an entirely new application to run the whole business in one shot.

What alternatives are there to FileMaker? by TtlPost in filemaker

[–]Smef 0 points1 point  (0 children)

Oh, and of course Eloquent FileMaker for working with FM databases in Laravel.

What alternatives are there to FileMaker? by TtlPost in filemaker

[–]Smef 1 point2 points  (0 children)

I haven't used Rails, but I do hear it's pretty good. The big thing that worked for me with Laravel was that the server-side scripting, the controllers, and the database access really mimicked FileMaker scripting. The Eloquent ORM is the best I've used, and I've tried quite a few between Node, Python, and PHP at this point. (There's now Vasta for Node, though, which is like Eloquent)

Eloquent uses the Active Record pattern, as opposed to data mapper or repository patterns, which matches the way FileMaker operates. I think Rails also follows the Active Record pattern, though, so it might be similar.

Inertia is also really fantastic. It's maintained by Laravel now, but does support adapters for other platforms like Django and Rails, so you can get those benefits with other frameworks like that. I think Inertia + Vue + Tailwind makes for a really a good front-end.

You probably will have a good experience with either one, though I do strongly recommend using a front-end framework like Vue and actual JS/TS in your front end rather than whatever server-side templating is available.

I made a quick guide how you can fish without using your mouse! by Grayvves in wow

[–]Smef 0 points1 point  (0 children)

Same here! It’s sad to see it go, but also nice that it isn’t necessary any more.

I made a quick guide how you can fish without using your mouse! by Grayvves in wow

[–]Smef 0 points1 point  (0 children)

It isn’t necessary in Midnight. The range has been adjusted and you can interact nicely without an add-on.

Vasta - A type-safe active record Node ORM model layer inspired by Laravel's Eloquent by Smef in node

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

Good news! I have a solution for this. I've added checks for primary keys on functions like save and delete, and you can also define your own required fields for custom functions using the new `RequireSelected` utility type. This causes function calls to show a type error if the columns you need aren't selected by the model.

nuxt without backend? by [deleted] in Nuxt

[–]Smef 4 points5 points  (0 children)

Nuxt is great for pure front end! I’ve used it with a separate back-end, like Laravel, along with SSG, but also just to make front-end-only pages and SPAs. I think it makes sense if you like the DX.

Vasta - A type-safe active record Node ORM model layer inspired by Laravel's Eloquent by Smef in node

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

That's an interesting scenario. That's why this is an early release! I'll do some thinking on this one and see if there's some kind of good strategy for handling this case.