HackerTrans
TopNewTrendsCommentsPastAskShowJobs

la_fayette

436 karmajoined 9 lat temu
https://www.smartcompanion.app/

Submissions

Ax Visio Designed by Marc Newson

swarovskioptik.com
1 points·by la_fayette·4 miesiące temu·0 comments

comments

la_fayette
·6 dni temu·discuss
ok cool, i see there is already a similar project called wanderer, so i assume the difference would be in the planning module? thx
la_fayette
·27 dni temu·discuss
I started to work on an open source audioguide app as PWA or mobile app. This app can be used by museums or similar institutions https://github.com/smartcompanion-app/audioguide-app.

After my experience in consulting museums, I found that they spend a lot of money on software, which could potentially be replaced with open source software. Therefore I started an awesome list with FOSS software for museums: https://github.com/smartcompanion-app/awesome-open-source-mu....
la_fayette
·w zeszłym miesiącu·discuss
i am not sure acctually of the math is acctually that complicated/important. the math around neural networks is calculus/chain rule etc and for model comparison/validation one needs statistics. the required math for e.g. understand transformers is quite accessible.
la_fayette
·2 miesiące temu·discuss
When reading your comment, it just reminds me on how feature flags can be misused as application configuration/customization. An antipattern i could observe at various organzations already.

For me feature flags go along with trunk based development to enable features in QA settings, but not on PROD yet, for PO/PM testing. Trunk based development allows for fast/easy devops, without complicated branching strategies.

Application configuration is, for me, part of the application and has the business context for customizing the application accordingly. Not sure if there are specific frameworks/tools out there. But one should clearly distinguish these two.
la_fayette
·3 miesiące temu·discuss
depends, JavaScript in the Browser has many useful things available, which I miss with python, e.g., fetch, which in Python you need a separate package like requests to avoid a clunky API. Java had this issue for long time as well, since Java 11 there is the HttpClient with a convenient API.
la_fayette
·4 miesiące temu·discuss
Yes, that’s true! That could be my next step… though I have to admit, writing this in a HN comment feels like a bit of a challenge.
la_fayette
·4 miesiące temu·discuss
This guy is so amazing! With his video and the code base I really have the feeling I understand gradient descent, back propagation, chain rule etc. Reading math only just confuses me, together with the code it makes it so clear! It feels like a lifetime achievement for me :-)
la_fayette
·6 miesięcy temu·discuss
The claim in the article that AI is good at writing code, is that claude code is written by claude code.
la_fayette
·7 miesięcy temu·discuss
I don't get your point here. User targeted ads are the main business model of the internet? Yes, few days ago it was revealed how billions of user data points could be gathered from Meta [1], did anybody care, outside a small privacy community? So indead these things are not surprising... My thoughts don't go so far to consider the effects on society, idk, do you?

[1] https://www.heise.de/en/news/3-5-Billion-Accounts-Complete-W...
la_fayette
·7 miesięcy temu·discuss
It is no surprise, somehow they need to earn money. It will be interesting though how much the response of the LLM will be adapted. At least legally advertisement need to be marked for users. So either the response of an LLM will be extended with ad content or replaced by ad content.
la_fayette
·8 miesięcy temu·discuss
I use GenAI for text translation, text 2 voice and voice 2 text, there it is extremely useful. For coding I often have the feeling it is useless, but also sometimes it is useful, like most tools...
la_fayette
·8 miesięcy temu·discuss
https://github.com/smartcompanion-app/audioguide-app

An open-source audioguide app that helps museums and cultural spaces create engaging visitor experiences. Feel free to give me a star on GitHub.
la_fayette
·8 miesięcy temu·discuss
It might not be possible but others have scraped just the app store and matched based on Android meta data: https://people.ece.ubc.ca/amesbah/resources/papers/mobilesof...
la_fayette
·8 miesięcy temu·discuss
Somebody scraped the play store and checked the framework, so a list for Android WebView apps, built with capacitor, is here: https://capgo.app/top_capacitor_app/ Maybe an equivalent is there on iOS for the same app...
la_fayette
·9 miesięcy temu·discuss
Let's see what will the future of Graphene be, since Google is not publishing the device tree anymore for Pixel devices...
la_fayette
·9 miesięcy temu·discuss
Thinking without idiology about it, it seems to make sense to have an autonomous agent with a wallet. A requestor could send money (in whatever form) into the wallet of the agent and would buy tokens, processing time or whatever from the agent.
la_fayette
·9 miesięcy temu·discuss
I can recommend Apache Camel (https://camel.apache.org) for similar data integration pipelines and even agentic workflows. There are even visual editors for Camel today, which IMHO make it extremely user friendly to build any kind of pipeline quickly.

Apache Karavan: https://karavan.space/ Kaoto (Red Hat): https://kaoto.io

Both are end 2 end usable within vscode.
la_fayette
·9 miesięcy temu·discuss
Although I didn't collect numbers, but I made a similar experience in my workplace. I assume many people are highly distracted by ads and work efficiency is even reduced. Even many software engineers seem to not be aware of ublock... Would be interesting to know how many students started using an ad blocker at the end of your lecture :)
la_fayette
·10 miesięcy temu·discuss
Great, I will check it out, I am a Java dev and always wanted to learn about game programming!
la_fayette
·10 miesięcy temu·discuss
I am working on an open source audioguide app for museums and similar institutions https://www.smartcompanion.app/

Feel free to give my repos a star on GitHub, thx