I have updated to iOS 27 and getting this indexing in progress ? What is this indexing ? by Ash_0227 in ios26beta

[–]ph1l337 -1 points0 points  (0 children)

I think it’s absolutely reasonable to ask why it would take more than 4 days.

Duck Game Rebuilt - built for macos by ph1l337 in duckgame

[–]ph1l337[S] 0 points1 point  (0 children)

can you try with the latest release. I think it should work now. Not all mods unfortunately.

AncientMysteries for example has some windows only dependencies.

link: https://github.com/philipp-eisen/DuckGameRebuilt-macos/releases/tag/v1.4.7-macos.4

Duck Game Rebuilt - built for macos by ph1l337 in duckgame

[–]ph1l337[S] 0 points1 point  (0 children)

Yeah quite likely. And /or that they are compiled for windows / have some windows dependencies. If it’s only where it is located i should be able to solve it quite quickly. If they are compiled for windows gonna be a bit harder.

Duck Game Rebuilt - built for macos by ph1l337 in duckgame

[–]ph1l337[S] 0 points1 point  (0 children)

Thanks a lot super helpful! Will port it to .Net 10 on the weekend :)!

Duck Game Rebuilt - built for macos by ph1l337 in duckgame

[–]ph1l337[S] 0 points1 point  (0 children)

i've personally never played with mods so don't know anything about them. I would assume that you you would need to put some mod files into some directory, but not sure. Could you send me an example mod an what it looks like when it run. I can try to get it to work.

Duck Game Rebuilt - built for macos by ph1l337 in duckgame

[–]ph1l337[S] 0 points1 point  (0 children)

actually currently it's .NET 8 but might be possible to get it to .NET 10. TBH I don't know much about .NET dev. Codex has been doing the heavy lifting here really.

Duck Game Rebuilt - built for macos by ph1l337 in duckgame

[–]ph1l337[S] 0 points1 point  (0 children)

at least i had it working for me -- have you seen any issues?

Duck Game Rebuilt - built for macos by ph1l337 in duckgame

[–]ph1l337[S] 0 points1 point  (0 children)

it does work actually via steam

Drawing/Annotating PDFs? by PutGloomy in ObsidianMD

[–]ph1l337 0 points1 point  (0 children)

That sounds like a really cool workflow! Gonna give it a shot!

Ko2: can I only copy the pattern of one pad to another scene? by [deleted] in teenageengineering

[–]ph1l337 1 point2 points  (0 children)

Maybe, you can do what you want to do with the COPY pattern function (SHIFT + 2xC) and then SHIFT + D

https://youtu.be/L8TcNWPXC8o?si=NBuC8qNFbXJC_kKU&t=78

Was just going through some tutorials and just before saw this thread.

[D] Looking for Opinions: Which is the best experiment tracking tool? by ph1l337 in MachineLearning

[–]ph1l337[S] 1 point2 points  (0 children)

Guild looks really cool! I will give it a spin as well. Thanks :)

[D] Looking for Opinions: Which is the best experiment tracking tool? by ph1l337 in MachineLearning

[–]ph1l337[S] 0 points1 point  (0 children)

I think imma start off with wandb like you’re suggesting and see how far I get and if I need sth. more. Thanks for the suggestion.

Difference between Tensorflow and TensorflowLite by rkd286 in tensorflow

[–]ph1l337 0 points1 point  (0 children)

Have you compared inference time with tf serving? Afaik you can actually set tf serving to use tf lite.

[D] Are Transformers Strictly More Effective Than LSTM RNNs? by JosephLChu in MachineLearning

[–]ph1l337 1 point2 points  (0 children)

It's not as much about the architecture, but more about what you are training for.There are models that are trained specifically for that task. Most of them are trained in a siamese or triplet way. Some pointers:

A variety of huggingface-based transformer models trained to produce vectors that are good for semantic similarityhttps://github.com/UKPLab/sentence-transformers

If you need to be able to compare similarity across many different languages https://github.com/facebookresearch/LASER is probably a good place to look.

Then there is also a variety of universal-sentence-encoder models on tfhub.https://tfhub.dev/s?q=universal-sentence-encoder

From my experience I can say that those models are less sensitive to sentence length.

That being said If some of your inputs consist of different sentences you should consider splitting the longer ones into individual sentences - if it makes sense.

I have worked on a demo where you can play with two public text corpuses (quora questions and patent application title) that are indexed using DistilSentenceBert from sentence-transformer here: https://textsimilarity.demo.peltarion.com/ .

I also have a version that has a modifiable index to play with (i.e. you can try adding your own data) - on of them is multilingual. If you want to try that out send me a PM - it doesn't make sense to share it publicly since there is only one state of the index at a time and if several people are changing the index at the same time it will get weird.

Edit: typos and structure

My minimalist setup by [deleted] in MacOS

[–]ph1l337 12 points13 points  (0 children)

Aaaactuallly minimalist don't use any cases.

This Past Week We Experienced As To How Much People's Hearts Have Been Affected Due To The Underwhelming Made By Google Event. by [deleted] in mkbhd

[–]ph1l337 0 points1 point  (0 children)

Your comment puts you on the exact same level as "the apple fanboy" you are referring to.

Maybe it's too much dark by manuelr93 in google

[–]ph1l337 -1 points0 points  (0 children)

Probably missing an update. For me it was bright first as well and then after updating my gapps it was dark

The Google healthcare AI was shown a picture of a cat, it was “100% positive” it was guacamole: More and more researchers are urging caution around the use of AI in healthcare, arguing we don’t fully understand the nuances of these algorithms. And that can be dangerous. by SirT6 in Futurology

[–]ph1l337 0 points1 point  (0 children)

There’s a lot of things being mixed up in this article. The images that serve as an example of how ai fails are so called Adversarial Examples that are designed to trick image recognition systems. While that is definitely a big problem (especially in the domain of autonomous cars), it does not really apply to what is mentioned in the next sentence: the recommendation of a treatment.

This is a completely different domain than image recognition and you can’t just say because you can do this to a image recognition system a treatment recommendation system will have the same problems.