Readit News logoReadit News
fyzix commented on Show HN: Apicat – A Lightweight Offline Postman Alternative   apicat.com... · Posted by u/abacussh
fyzix · 2 months ago
This is closed source software and the github[1] indicates that it will be open in the future so why are you marketing it as opensource in the present?

[1]: https://github.com/apicatlabs/apicat

fyzix commented on What .NET 10 GC changes mean for developers   roxeem.com/2025/09/30/wha... · Posted by u/roxeem
ivm · 2 months ago
Classic HN comment with unapologetic statements. If Flutter were that good, it wouldn't have flatlined so fast after the initial hype a few years ago. I tried it last year, only to see rendering glitches in the sample project.
fyzix · 2 months ago
28% of new iOS apps are made with flutter and it's the #1 cross platform framework on stack overflow 2024 survey so I highly doubt it has flatlined.

https://flutter.dev/multi-platform/ios

https://survey.stackoverflow.co/2024/technology#1-other-fram...

fyzix commented on Edge Scripting: Build and run applications at the edge   bunny.net/blog/introducin... · Posted by u/gnabgib
fyzix · a year ago
What’s the file size limit for wasm modules? Do you get charged for cpu while awaiting I/O? Do edge apps run before or after cdn caching?
fyzix commented on Show HN: Twine – Open source multiplatform RSS app   github.com/msasikanth/twi... · Posted by u/its_sasikanth
CharlesW · 2 years ago
https://blog.jetbrains.com/kotlin/2023/05/compose-multiplatf...

"On iOS, Compose Multiplatform user interfaces are rendered via a canvas implementation based on the graphics library Skiko [Skia for Kotlin]."

So yes — it foregoes native controls for a canvas implementation that leverages the same 2D graphics library used for Chrome and Flutter.

fyzix · 2 years ago
> https://blog.jetbrains.com/kotlin/2023/05/compose-multiplatf... > > "On iOS, Compose Multiplatform user interfaces are rendered via a canvas implementation based on the graphics library Skiko [Skia for Kotlin]." > > So yes — it foregoes native controls for a canvas implementation that leverages the same 2D graphics library used for Chrome and Flutter.

fyi, flutter now uses a new graphics lib called impeller. It's not yet stable for Android though.

https://docs.flutter.dev/perf/impeller

fyzix commented on Show HN: No-frills online audio editor   editaudio.app... · Posted by u/drdator
fyzix · 2 years ago
A list of features would be nice.
fyzix commented on VanJS – A no-JSX framework based on vanilla JavaScript   vanjs.org/... · Posted by u/ms7892
flying-pig · 2 years ago
No offense. What exactly is the cost of using "var" instead of "const"? You seem to pretend it to be a big deal.
fyzix · 2 years ago
It sacrifices maintainability and robustness to save a measly 80 bytes (I counted).
fyzix commented on Microdot: Yet another Python web framework   blog.miguelgrinberg.com/p... · Posted by u/PaulHoule
fyzix · 2 years ago
Is there any particular reason why you didn't add types to the params? I'm just curious why python devs don't embrace typing more.
fyzix commented on Ask HN: Cross-platform GUI apps in 2024    · Posted by u/ackatz
fyzix · 2 years ago
Flutter if you don't need multi-window support. Examples:

Ubuntu AppCenter: https://github.com/ubuntu/app-center

Android Nearby Share (Windows): https://www.android.com/better-together/nearby-share-app/

Google OneVPN: https://one.google.com/about/vpn

Rows.com (spreadsheets): https://www.youtube.com/watch?v=OEdQXBUPYOE

Superlist (project management): https://www.youtube.com/watch?v=ihpcubpQHA0

Supernova (collab. design): https://flutter.dev/showcase/supernova

Rive studio (animation): https://flutter.dev/showcase/rive

APIDash (Postman alt): https://github.com/foss42/apidash

fyzix commented on Show HN: Triplit – The Full-Stack Database   github.com/aspen-cloud/tr... · Posted by u/matlin
fyzix · 2 years ago
Looks promising, this would be awesome for flutter.
fyzix commented on The Neat Programming Language   neat-lang.github.io/... · Posted by u/FeepingCreature
fyzix · 2 years ago
Is it ready for benchmarking? D currently sits at the top of https://github.com/jinyus/related_post_gen and it would be interesting to see how neat stacks up.

u/fyzix

KarmaCake day282March 13, 2021View Original