Jace Warren | @jacewarren.bsky.social
278 posts

Jace Warren | @jacewarren.bsky.social
@JaceWarren
Elixir & Game dev enthusiast | Early retiree exploring creative projects | 🌱Crafting distributed systems & pixel art worlds
Dallas, TX Katılım Temmuz 2011
478 Takip Edilen153 Takipçiler
Jace Warren | @jacewarren.bsky.social retweetledi

If any of you are fans of godot & game dev, show this content creator some love and follow them!
@christinec_dev
@christinec_devs?si=7CiOJ4DE0P6Y9dqL" target="_blank" rel="nofollow noopener">youtube.com/@christinec_de…
#GodotEngine #gamedev #indiedev
English
Jace Warren | @jacewarren.bsky.social retweetledi

@chris_mccord Just tested on liveroom.app:
~3x faster on average
sometimes from 3.6ms down to 0.5ms
This is on a very frequently updated LiveView (renders cursors on every mouse move)
This is amazing.
English

💡Quicktip for my fellow #gamedev s struggling with fluffy stylized grass in #UE5 💡
Left: not so fluffy ↔️ Right: super fluffy!
use following console command to get rid of the contact shadows:
r.Lumen.ScreenProbeGather.ShortRangeAO=0
#gamedev #unrealengine


English

@coltonjetlee 🔥🔥🔥 Congrats! Happy for you 🎉
English

@AshFramework Congrats and nice work! 🎉
English

📢Atomic updates are now supported on upsert actions! 😎 See the ElixirForum announcement for more details: elixirforum.com/t/atomic-updat… #myelixirstatus

English

So many ideas churning from this post!
José Valim@josevalim
What if you could: * upload a .csv file to see & plot its contents * stream and transform GBs of .parquet files from S3 * drag and drop a sqlite3 database and query it * drag and drop an audio/video file for live transcription With @livebookdev, you can: youtube.com/watch?v=ICsZVU…
English
Jace Warren | @jacewarren.bsky.social retweetledi

Both Kyle and I (Trevor) make our TikToks and I finally hit a milestone of 1000 on one of my posts! Come follow us for some music goofiness!
@pittherapy?_t=8gFXLHTyqNi&_r=1" target="_blank" rel="nofollow noopener">tiktok.com/@pittherapy?_t…

English
Jace Warren | @jacewarren.bsky.social retweetledi
Jace Warren | @jacewarren.bsky.social retweetledi

This is another huge win from HEEx templates: since we know the HTML structure and we know when it has changed (or not), we can skip huge parts of DOM parsing and traversal when whole subtrees stay the same.
Chris McCord@chris_mccord
Upcoming LiveView speeds up client DOM patching 5x! I'd love folks test it out and report back. In the js console run `liveSocket.enableProfiling()` and note the "full patch" times when interacting with the app. Compare times before this branch & after github.com/phoenixframewo…
English
Jace Warren | @jacewarren.bsky.social retweetledi
@aloukissas @elixirlang It easy to build Elixir API clients with Tesla: github.com/elixir-tesla/t…
And you don’t have to implement every function in the service’s API, just the things you use.
English
Jace Warren | @jacewarren.bsky.social retweetledi

This is going to change databases!
There are 1.7 million deployments of PostgreSQL worldwide. This makes it one of the world's most popular relational database management systems.
The team behind @postgresml reached out to me and showed me their open-source extension, PostgresML.
It's pretty cool!
You can use this extension to train a model on text and tabular data using SQL queries.
This example trains a model using XGBoost using a query!
select * from pgml.train('Handwritten Digit Image Classifier',
algorithm => 'xgboost',
'classification',
'pgml.digits',
'target'
);
The extension integrates Hugging Face 🤗 Transformers. You can use it to run NLP models right into the database.
Here is an example to determine the sentiment of some text:
select pgml.transform(
task => 'text-classification',
inputs => ARRAY[
'This product didn't work for our family.',
'This has been the best purchase of the year!'
]
) as positivity;
I had never seen this before.
You can train and run supervised and unsupervised algorithms. You can run pre-trained models. Machine Learning and AI right at the database level!
Here is the GitHub repository: github.com/postgresml/pos…
This post is sponsored by @postgresml and their fully managed cloud service. You can use them in addition to their open-source library. Horizontal scalability and support for JavaScript, Python, and Rust.
Machine learning is now getting everywhere.
How long before this is part of every database management system out there?

English

We’re really excited to be sharing a new version of ElectricSQL today.
We have created a #LocalFirst sync layer that can be used to build reactive, realtime, offline-capable apps directly on Postgres and SQLite.
Come and see what we have built!
electric-sql.com/blog/2023/09/2…
English

@ZacharyNDean IMO Option 1 is the most future proof in terms of refactors. However, can still go w/ your preference and always use tools like recode/sourcer to normalize pre refactor later
English

@clcoding To be fair, I feel like this is true for most languages haha
English
Jace Warren | @jacewarren.bsky.social retweetledi

@s4bishii Thanks for the additional details!
English

As a couple of you were interested, and for future reference for myself, here is a short breakdown of the aurora borealis (northern lights) effect I did for my game. 🧵(1/9)
#gamedev #indiedev #unrealengine
English
Jace Warren | @jacewarren.bsky.social retweetledi












