fzz

joined 2 years ago
[–] fzz@programming.dev 4 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

For me personally, the “retro” is about period ending before “age of ugliest 3D”.

[–] fzz@programming.dev 3 points 7 months ago (1 children)

f16 and f128

Great!👍🏻 What about FPU and VFP support?

[–] fzz@programming.dev 3 points 8 months ago* (last edited 8 months ago) (2 children)
[–] fzz@programming.dev 1 points 8 months ago* (last edited 8 months ago) (1 children)

Looking to example code in the README I have to say that it is neat! ❤️‍🔥 But know what? Could be awesome to support char-literals in the parser! macro. Currently in that example str-literals used as single-char strings. I mean this for example:

num: num=<"-"? '0'-'9'+ …

Why there dash is str but not a char? Also what about escapes, unicode sequences and binary literals?

[–] fzz@programming.dev 4 points 8 months ago* (last edited 8 months ago) (4 children)

I suppose there should be something like Crang (“friend” of Shredder) without exoskeleton and covered with spikes, like your Corro.

[–] fzz@programming.dev 3 points 8 months ago

Ok, understood, thank you.

[–] fzz@programming.dev 1 points 8 months ago* (last edited 8 months ago) (3 children)

I’m not sure is it sarcasm or that’s really not bad short description? 🤔

 

cross-posted from: https://programming.dev/post/15696807

That was a hard long adventure, massive refactoring with bug-fixing 🥵

 

That was a hard long adventure, massive refactoring with bug-fixing 🥵

[–] fzz@programming.dev 7 points 9 months ago (2 children)

Trying to reduce compilation time, reconfiguring underlying cargo’ build-ctx or just riding off the context and using only build-plan and metadata by host cargo & rustc in the cargo-playdate tool.

[–] fzz@programming.dev 3 points 9 months ago

Wowfuck! I've been thinking about an approaching stroke for almost 40 years and it's time to say goodbye. Thank you, that's good news.

 

#rust #rustlang

[–] fzz@programming.dev 3 points 9 months ago

Nope. This little neat feature mainly is just necessary part of bigger one - const-generics with const bounds.

 

I really love and regularly use a split keyboard.

I’ve been hoping to fix these bugs for many years, for a very long time. The bug has been reported many times by me and other suffering users. No changes in all these years.

24
submitted 9 months ago* (last edited 9 months ago) by fzz@programming.dev to c/rust@lemmy.ml
 

I’m working on a big project in #Rust, there is toolset and API for #Playdate.

All going great, moving to stabilization step by step, but I’m tired of looking at the dull 90⭐️. Seriously, could you please throw me into the trends of the github, please! ❤️‍🔥

Project repository, mastodon.

1
submitted 9 months ago* (last edited 9 months ago) by fzz@programming.dev to c/rust@programming.dev
 

I’m working on a big project in #Rust, there is toolset and API for #Playdate.

All going great, moving to stabilization step by step, but so tired of looking at the dull amount ⭐️.

Project repository, mastodon.

 

Just discovered a f*-incredibly useful thing!

Lib.rs Maintainer Dashboard is like brew doctor but for your crates on crates.io & docs.rs ❤️‍🔥

It shows outdated deps, docs build errors and a lot of other various things - for all of your crates.

I'm thrilled with the find!

10
submitted 1 year ago* (last edited 1 year ago) by fzz@programming.dev to c/voyagerapp@lemmy.world
 

Could be awesome to support app invocation from browser (or any) with url of a post/community/etc.., if host in the url is lemmy instance.

In details, there’s two options:

  1. Isolated app-only url schema, like “lemmy://lemmy.ml/a/some”
  2. Universal, same as implemented in other apps like YouTube, Twitter, GitHub. It should catch urls starting with any-of host of list of lemmy hosts.

Second option is better.

Actual list of hosts can be determined from https://fedidb.org/ or https://www.fediversesearch.com/ and also, I suppose, can be hardcoded to app/bundle manifest at compile-time.

 

Trying to configure dosbox-x to properly wrap Gruntz with network support for multiplayer. Any suggestions?

 

There’s link to the post with spoiler that doesn’t supported by Voyager.

It could be great for the app to show a normal spoiler.

8
submitted 1 year ago* (last edited 1 year ago) by fzz@programming.dev to c/python@programming.dev
 

I've just create a little script to install pip in the latest Pythonista with comfort configuration, as I suppose.

This could probably be useful to someone other than me.

screenshotsIMG_0572 1 2 3


❤️‍🔥

 

I just published futures-concurrency v7.4.1 which adds support for lending iteration on the newly added Group types!

https://github.com/yoshuawuyts/futures-concurrency/releases/tag/v7.4.1

This should replace the final remaining use there was for select!, meaning we now have structured alternatives for all kinds of concurrency operations you could possibly want to express.

view more: next ›