@kaia Everything other than Apple devices on Apple computers will sound like a telephone in my experience.
Notices by Henri (slyecho@mdon.ee)
-
Embed this notice
Henri (slyecho@mdon.ee)'s status on Friday, 10-Jan-2025 19:36:07 JST Henri -
Embed this notice
Henri (slyecho@mdon.ee)'s status on Saturday, 14-Dec-2024 18:23:26 JST Henri @dansup I think storage is still going to be a limitation, when talking about video. Better codecs? Peer-to-peer something?
-
Embed this notice
Henri (slyecho@mdon.ee)'s status on Tuesday, 10-Dec-2024 12:01:20 JST Henri @eniko Are you on Windows? It's usually much harder there. But generally, using the CMake extension and making sure that also works will allow the C/C++ extension to find all the stuff. Also, depends on what compiler you're using.
-
Embed this notice
Henri (slyecho@mdon.ee)'s status on Tuesday, 26-Nov-2024 17:41:42 JST Henri @eniko people here complain about Bluesky, on Bluesky people complain about Twitter and make fun of Mastodon, on Twitter they complain about Twitter and do all the previous, on Threads they make fun of Apple Intelligence.
-
Embed this notice
Henri (slyecho@mdon.ee)'s status on Thursday, 21-Nov-2024 23:08:16 JST Henri @hyc @dalias @ariadne Maybe they could unfold like the panels on satellites and stick 30m up in the air. Wind could be a problem, though
-
Embed this notice
Henri (slyecho@mdon.ee)'s status on Wednesday, 30-Oct-2024 08:11:15 JST Henri @lanodan It's been sometimes useful to have the old package to downgrade on some unstable updates.
Otherwise pacman -Sc
-
Embed this notice
Henri (slyecho@mdon.ee)'s status on Friday, 05-Apr-2024 17:14:09 JST Henri @lanodan @kura You can do dynamic linking also with -rpath $ORIGIN etc. and then release just binary tarballs with executables and libraries together, kind of like on Windows.
-
Embed this notice
Henri (slyecho@mdon.ee)'s status on Wednesday, 20-Mar-2024 18:48:37 JST Henri @dansup @loops What aspect ratios will you have? This one seems like 3:4 vertical?
-
Embed this notice
Henri (slyecho@mdon.ee)'s status on Tuesday, 23-Jan-2024 21:33:36 JST Henri @lanodan Well, I guess we are in agreement then that the default char limits on Mastodon are too small.
-
Embed this notice
Henri (slyecho@mdon.ee)'s status on Tuesday, 23-Jan-2024 21:30:11 JST Henri @lanodan @novenary Mastodon itself and other apps will display the messages fine but there may be some "read more" button. It's also possible to have HTML formatting in posts as well, even if Mastodon itself does not enable adding it in its editor.
You can check on some posts by @marcan for example for how it looks.
-
Embed this notice
Henri (slyecho@mdon.ee)'s status on Tuesday, 23-Jan-2024 21:00:30 JST Henri @lanodan I depends on the server, I have a 10k limit.
-
Embed this notice
Henri (slyecho@mdon.ee)'s status on Wednesday, 17-Jan-2024 00:52:01 JST Henri @dalias @chris @realhackhistory There are no error codes, the model is trained to respond like that, or in a similar wording because it's a language model after all.
There are actually out-of-band signalling tokens that are not mapped to Unicode input or output, but the model can also ignore them just like a typo in the user's text.
-
Embed this notice
Henri (slyecho@mdon.ee)'s status on Wednesday, 17-Jan-2024 00:51:55 JST Henri @dalias @chris @realhackhistory If you have the possibility to run your own algorithm to select the next token you can do much more powerful things, like constrain it to a specified grammar, etc. but OpenAI does not offer that interface to users.
-
Embed this notice
Henri (slyecho@mdon.ee)'s status on Thursday, 28-Dec-2023 20:14:09 JST Henri @ariadne Actually having errors as a language feature would be better even, like Zig or Rust