420, to ai
@420@mrbot.de avatar

An image capturing a traditional campus environment. In the foreground, a South Asian female and a Black male are deeply engrossed in conversation. They are both dressed in casual college attire and are carrying backpacks. They are standing in front of a large, ivy-covered, Gothic-style building that indicates a historic academic institution. To their left is a tree with autumn-colored leaves, and students of various descents are seen in the background, busy with their own activities, symbolizing a diverse range of personalities in the college.

jessewilson, to random
@jessewilson@cosocial.ca avatar

Okio 3.9 reads .zip files on Kotlin/Native. 🗜️
https://square.github.io/okio/changelog/#version-390

jbn, to random

✨ New Timesketch release! A notable feature we added this time is connectors to different LLM services. Out of the box we have support for Ollama (for open models) and VertexAI from Google. We continue building the foundation for Assisted Investigations.

https://timesketch.org/changelog/#version-20240207

numeredevs, to random
@numeredevs@fosstodon.org avatar

Cheers! We'll be releasing the next of v1.1.6rc (v1.1.6.2402) next week!

The full changes log contains more than 80 entries with the availability of a x64 version as a notable point.

peterdrake, to unity
@peterdrake@qoto.org avatar

When I run a WebGL build of my Unity game on Ubuntu, I get a pink triangle in the middle of each level. This doesn't happen in the editor and it doesn't happen running the same WebGL build on other OSes. Any idea what's going on?

peterdrake,
@peterdrake@qoto.org avatar

@bradk I don't know much (and less about shaders). The funny thing is there isn't even a GameObject at that location, so I don't know what is failing to be shaded. Also, this doesn't happen when running the same WebGL build on a different OS.

Error messages in the browser console support your hypothesis, but I don't know what to do about them.

Note: Creation of internal variant of shader 'Hidden/PostProcessing/FinalPass' failed.
q3.framework.js.gz:10:34907
ERROR: 0:2: 'GL_AMD_vertex_shader_layer' : extension is not supported
ERROR: 0:20: 'gl_Layer' : undeclared identifier
ERROR: 0:20: 'assign' : l-value required (can't modify a const)
ERROR: 0:20: 'assign' : cannot convert from 'highp int' to 'const highp float'

q3.framework.js.gz:10:34907
0(285) : error C7532: global function uintBitsToFloat requires " 330" or later
0(285) : error C0000: ... or GL_ARB_shader_bit_encoding : enable
0(285) : error C0000: ... or GL_ARB_gpu_shader5 : enable

xgqt, to python
@xgqt@emacs.ch avatar

ecosystem is broken, you can not have a 0.0.0 version of a package.

Apparently it is because setuptools assigns this version scheme to new pkgs - but then why force semver? is it not better to just say 0? what if I use 4 or 5 point-versions scheme? I just can't then?

But it is not the 1st tiem when a bullshit packaging system forces that stupidity onto users.

Ok, get this, in you should have min 2 point-versions up to 4 (?) and if you have 0 you should not add a point. So 0.0 is legal but 0.0.0 is not, 0.0.1 is legal but 0.0.1.0 is not.

https://bugs.gentoo.org/922211

mr_daemon,
@mr_daemon@untrusted.website avatar

@xgqt It's not semver explicitly, but also this is documented:

https://packaging.python.org/en/latest/specifications/version-specifiers/#version-specifiers

There is a whole spec right there.

I don't personally understand under which circumstances 0.0.0 would be useful as a version, semantic or not?

You can use date based releases if you really do not want to attach meaning to this.

kakkokari_gtyih, to random
@kakkokari_gtyih@misskey.io avatar

アップデートを渋るも何もそもそもリリースが来てない(v2023.9.xで止めてるサーバーは3つしか補足できてない。各メジャーバージョンの最終版で留めてるサーバーのほうが多い)

https://beta.misskey-hub.net/ja/servers/stats/#version

https://misskey.io/notes/9nioe42gci5n0e5i

cazabon, to random

As a #company, if you release a new #version of your #product, and it immediately causes the #price of #used examples of the previous product to jump to 50% more than the #new one, then you know you have #failed the #consumer, utterly.

Yes, #Dymo, I'm looking at you.

#drm #enshittification #e14n #AntiConsumer #hostile #labelwriter #consumables

ShopwareDevs, to Symfony
@ShopwareDevs@phpc.social avatar

6.6 will be released in 2024, with an Candidate planned for January 2024. In this interview, @j_elfering and @ndzoesch talk about the new and how to prepare for it: https://www.youtube.com/watch?v=kcGCIY6jihk

gflewell, to python

So I typically use for scripting. Data processing, plotting, and even a few small ML models for work. I just got a new computer, and thought I would survey ways to manage my environment. Spent some time with direct venvs, then looked at Poetry, and ended up right back where I always do: conda/mamba (mamba is so fast now). Conda, though super powerful, was slow. But now with mamba it feels lightning fast. Venvs/Poetry worked well, but if I needed to revert, modify, and not just add more packages, it seemed like more work.

cazabon,

@gflewell @diazona

In a , what you're is your . i.e. your project says you need the requests package v.1.2.3 or later, plus the pandas package version 2 (not 3, you haven't upgraded your code yet).

Those each drag in a bunch of other dependencies, each with their own . One of them might say "I need pandas > 2.3.4". Multiple ones might all need requests as well, but specify different version constraints.

1/x

anteru, to random
@anteru@mastodon.gamedev.place avatar

575 programming languages supported in a single syntax highlighter which is used by more than 600.000 projects on GitHub? What could that be? You guessed right: Pygments! I'm happy to announce that 2.17 is available now with even more syntax highlighting goodness! Learn about the changes here: https://pygments.org/docs/changelog/#version-2-17-0 or grab it from PyPI.

itnewsbot, to random
@itnewsbot@schleuss.online avatar
danielfeldroy, to random
@danielfeldroy@fosstodon.org avatar
pgjones, to random
@pgjones@fosstodon.org avatar

A bumper set of releases, Flask 3.0.0, Werkzeug 3.0.0, and Quart 0.19 now available. https://flask.palletsprojects.com/en/3.0.x/changes/#version-3-0-0
https://werkzeug.palletsprojects.com/en/3.0.x/changes/#version-3-0-0
https://github.com/pallets/quart/blob/main/CHANGES.rst

This is a big change for Quart as it is now based on Flask. I'd call this a partial merge of the frameworks.

kevinrothrock, to random

Mastodon, the federated microblogging platform, has been updated to version 4.2, which comes with massive improvements to search and the web interface, particularly for logged-out and first-time users.
https://www.theverge.com/2023/9/21/23884312/mastodon-search-onboarding-cross-server-interactions-4-2

FinchHaven, (edited )
@FinchHaven@sfba.social avatar

@kevinrothrock

Necessary edit:

"Mastodon, the federated microblogging platform, has been updated to version 4.2,

--> but not universally. Only users on those instances whose admins have completed the v4.2.0 will see it and be able to use it."

Oh, look:

"Mastodon 4.2 is available now — well, whenever your instance admin gets around to upgrading."

but only after you click through to the article

gregorni, to calligraphy
@gregorni@fosstodon.org avatar

23 minutes after its new release, now uses the new version!

Susan_Larson_TN, to magazine
@Susan_Larson_TN@mastodon.online avatar
Susan_Larson_TN, to LGBTQ
@Susan_Larson_TN@mastodon.online avatar
Susan_Larson_TN,
@Susan_Larson_TN@mastodon.online avatar
ryedai, to twitter

<div id="twc"></div><script>
const tweetUrl = 'twitter.com/ColorlessK/status/1563603745002655744';
const tweetId = tweetUrl.substring(tweetUrl.lastIndexOf('/') + 1);
const embeddedUrl = [https://platform.twitter.com/embed/index.html?dnt=true&amp;id=](https://platform.twitter.com/embed/index.html?dnt=true&id=)${tweetId};
const container = document.getElementById('twc');
const iframe = document.createElement('iframe');
iframe.setAttribute('src', embeddedUrl);
iframe.setAttribute('style', 'border:0; scrolling:no;');
container.appendChild(iframe);c</script>

ryedai,

Just installed Viewtube. What's your favorite alternative youtube frontend ?

I used a public instance of Piped for a while and thought about selfhosting it, but the installation process was incredibly hard, to the point of being obnoxious, and in the end, it didn’t even work. I liked the features I saw on the public instances and would like to revisit it some time. Until there I’m using Viewtube....

gobbling871, to selfhosted in Just installed Viewtube. What's your favorite alternative youtube frontend ?

No minimum requirements. And here you go:

<pre style="background-color:#ffffff;">
<span style="color:#323232;">#version: "3.8"
</span><span style="color:#323232;">services:
</span><span style="color:#323232;">  invidious:
</span><span style="color:#323232;">    image: quay.io/invidious/invidious:latest
</span><span style="color:#323232;">    restart: unless-stopped
</span><span style="color:#323232;">    security_opt:
</span><span style="color:#323232;">      - no-new-privileges
</span><span style="color:#323232;">    container_name: invidious
</span><span style="color:#323232;">    stop_grace_period: 3s
</span><span style="color:#323232;">    ports:
</span><span style="color:#323232;">      - 127.0.0.1:3000:3000
</span><span style="color:#323232;">    environment:
</span><span style="color:#323232;">      INVIDIOUS_CONFIG: |
</span><span style="color:#323232;">        db:
</span><span style="color:#323232;">          dbname: invidious
</span><span style="color:#323232;">          user: invidious
</span><span style="color:#323232;">          password: superstrongpassword491
</span><span style="color:#323232;">          host: postgres
</span><span style="color:#323232;">          port: 5432
</span><span style="color:#323232;">        check_tables: true
</span><span style="color:#323232;">        popular_enabled: true
</span><span style="color:#323232;">        login_enabled: false
</span><span style="color:#323232;">        statistics_enabled: true
</span><span style="color:#323232;">        hsts: true
</span><span style="color:#323232;">        hmac_key: *PICK-A-LONG-RANDOM-STRING*
</span><span style="color:#323232;">        https_only: true
</span><span style="color:#323232;">        external_port: 443
</span><span style="color:#323232;">        use_quic: true
</span><span style="color:#323232;">        database_url: postgres://invidious:superstrongpassword491@postgres/invidious?auth_methods=md5,scram-sha-256
</span><span style="color:#323232;">        force_resolve: ipv4
</span><span style="color:#323232;">        domain: *your.domain.com*
</span><span style="color:#323232;">    healthcheck:
</span><span style="color:#323232;">      test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1
</span><span style="color:#323232;">      interval: 30s
</span><span style="color:#323232;">      timeout: 5s
</span><span style="color:#323232;">      retries: 2
</span><span style="color:#323232;">    depends_on:
</span><span style="color:#323232;">      - postgres
</span><span style="color:#323232;">
</span><span style="color:#323232;">  postgres:
</span><span style="color:#323232;">    image: postgres:15-alpine
</span><span style="color:#323232;">    container_name: postgres
</span><span style="color:#323232;">    security_opt:
</span><span style="color:#323232;">      - no-new-privileges
</span><span style="color:#323232;">    restart: always
</span><span style="color:#323232;">    # purposefully excluded volumes section
</span><span style="color:#323232;">    # the database will reset on recreate
</span><span style="color:#323232;">    environment:
</span><span style="color:#323232;">      POSTGRES_DB: invidious
</span><span style="color:#323232;">      POSTGRES_USER: invidious
</span><span style="color:#323232;">      POSTGRES_PASSWORD: superstrongpassword491
</span><span style="color:#323232;">    healthcheck:
</span><span style="color:#323232;">      test: pg_isready -U invidious -d invidious
</span><span style="color:#323232;">      interval: 10s
</span><span style="color:#323232;">      timeout: 5s
</span><span style="color:#323232;">      retries: 5
</span>
jessewilson, to random
@jessewilson@cosocial.ca avatar

Okio 3.4 has FileSystem adapters for Android assets and NIO. 🦦
https://square.github.io/okio/changelog/#version-340

marquiskurt, to random
@marquiskurt@iosdev.space avatar

Dropping a new build of on today! There isn't much in terms of what's changed, as it's mostly under the hood, but it's inching closer to something more stable!

Changelog: https://fedigardens.app/changelog/#version-10-53
TestFlight: https://testflight.apple.com/join/31AZNhx9

boilingsteam, to gaming
@boilingsteam@mastodon.cloud avatar

Bethesda Twitter Account States Starfield's Physical Version Won't Include a Disc: https://www.eurogamer.net/starfield-may-not-have-a-physical-release

mastodonmigration, to random
@mastodonmigration@mastodon.online avatar

Notice...

You may have seen the announcement that mastodon.social is now "upgrading to a nightly build". This means that it is regularly releasing the latest and greatest version.

And you may be wondering if this is unique, or something special that only Eugen can do? The answer is no, the same version is available for all instances to upgrade to as frequently as they want.

Lot's of improvements rolling out. Exciting times.

tsunderdog, to random

xenia the linux fox, seen here cultivating inner peace in /dev/null

:xenialinux: ✨💻✨

kkarhan,
@kkarhan@mstdn.social avatar

@tsunderdog

Someone should add to for a just like Kernel 2.6.29 [https://en.wikipedia.org/wiki/Tux_(mascot)#Tuz_2009) ] and have her on the bootup once per thread.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • GTA5RPClips
  • magazineikmin
  • InstantRegret
  • thenastyranch
  • cubers
  • Youngstown
  • ethstaker
  • slotface
  • mdbf
  • rosin
  • Durango
  • kavyap
  • DreamBathrooms
  • megavids
  • khanakhh
  • tacticalgear
  • ngwrru68w68
  • cisconetworking
  • modclub
  • everett
  • osvaldo12
  • normalnudes
  • provamag3
  • anitta
  • tester
  • Leos
  • lostlight
  • All magazines